Skip to content

Commit

Permalink
fix : fencei instructions stall (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincenzo-Petrolo authored Dec 23, 2024
1 parent e4c8c26 commit c0567bd
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 c0567bd

Please sign in to comment.