ソースを参照

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:


読み込み中…
キャンセル
保存