瀏覽代碼

Fix wrong MuxLookup definition. Sorry :(

master
peteraa 6 年之前
父節點
當前提交
9358c3a6be
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      exercise.org

+ 2
- 1
exercise.org 查看文件

@@ -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…
取消
儲存