Skip to content

Commit

Permalink
revendorizing x-heep and cgra to fix ci issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseCalero committed Oct 8, 2024
1 parent ae9fb93 commit 984e55b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions hw/vendor/esl_epfl_x_heep/tb/ext_bus.sv
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,8 @@ module ext_bus #(
// show writes if requested
always_ff @(posedge clk_i, negedge rst_ni) begin : verbose_writes
if ($test$plusargs("verbose") != 0 && heep_core_data_req_i.req && heep_core_data_req_i.we)
$display(
"write addr=0x%08x: data=0x%08x", heep_core_data_req_i.addr, heep_core_data_req_i.wdata
);
$display("write addr=0x%08x: data=0x%08x", heep_core_data_req_i.addr,
heep_core_data_req_i.wdata);
end
`endif

Expand Down

0 comments on commit 984e55b

Please sign in to comment.