Skip to content

Commit

Permalink
Merge branch 'esl-epfl:main' into update-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmallasen authored Dec 26, 2024
2 parents bbd2235 + c0567bd commit 13a93a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/core-v-mini-mcu/cpu_subsystem.sv
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ module cpu_subsystem

// Fence.i flush handshake
.fencei_flush_req_o(),
.fencei_flush_ack_i(1'b0),
.fencei_flush_ack_i(1'b1),

// Debug interface
.debug_req_i (debug_req_i),
Expand Down

0 comments on commit 13a93a5

Please sign in to comment.