Skip to content

Commit

Permalink
CSR Decode: Expanded Instruction for c.ebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
ingallsj committed Jun 9, 2021
1 parent 80d3fec commit 403ce8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/rocket/RocketCore.scala
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ class Rocket(tile: RocketTile)(implicit p: Parameters) extends CoreModule()(p)

// hook up control/status regfile
csr.io.ungated_clock := clock
csr.io.decode(0).inst := id_raw_inst(0)
csr.io.decode(0).inst := id_inst(0)
csr.io.exception := wb_xcpt
csr.io.cause := wb_cause
csr.io.retire := wb_valid
Expand Down

0 comments on commit 403ce8a

Please sign in to comment.