Skip to content

Width of uncompressed instructions

In the compressed response type and the issue interface, the instr field is defined as logic [31:0]. However, lowest bits will always be b11. Why carry this all the way through? Imo logic [31:2] would make a lot of sense, as you wouldn't want a coprocessor to look at the lower two bits.