Add working 4real.
This commit is contained in:
parent
44ccf12cad
commit
961ae49523
4 changed files with 29 additions and 23 deletions
|
@ -59,7 +59,6 @@ class InstructionDecode extends MultiIOModule {
|
|||
ImmFormat.UTYPE -> decoder.instruction.immediateUType,
|
||||
ImmFormat.JTYPE -> decoder.instruction.immediateJType,
|
||||
ImmFormat.SHAMT -> decoder.instruction.immediateZType,
|
||||
ImmFormat.SHORT_ITYPE -> decoder.instruction.immediateShortIType,
|
||||
)
|
||||
val select2Map = Array(
|
||||
Op2Select.imm -> MuxLookup(decoder.immType, 0.S(32.W), select2ImmMap),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue