Explorar el Código

Fix wrong MuxLookup definition. Sorry :(

master
peteraa hace 6 años
padre
commit
9358c3a6be
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      exercise.org

+ 2
- 1
exercise.org Ver fichero

@@ -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:


Cargando…
Cancelar
Guardar