浏览代码

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:


正在加载...
取消
保存