Sfoglia il codice sorgente

Fix wrong MuxLookup definition. Sorry :(

master
peteraa 6 anni fa
parent
commit
9358c3a6be
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      exercise.org

+ 2
- 1
exercise.org Vedi File

@@ -247,7 +247,8 @@
...
)

io.aluResult := MuxLookup(0.U(32.W), io.aluOp, ALUopMap)
// MuxLookup API: https://github.com/freechipsproject/chisel3/wiki/Muxes-and-Input-Selection#muxlookup
io.aluResult := MuxLookup(io.aluOp, 0.U(32.W), ALUopMap)
#+END_SRC

*** Step 6:


Loading…
Annulla
Salva