Skip to content

Commit

Permalink
acc_dispatcher: cut combinatorial path from CVA6 to Ara
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-17 committed Nov 11, 2024
1 parent 4b4a335 commit 175436d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/acc_dispatcher.sv
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,11 @@ module acc_dispatcher
logic acc_req_ready;

accelerator_req_t acc_req_int;
fall_through_register #(
spill_register #(
.T(accelerator_req_t)
) i_accelerator_req_register (
.clk_i (clk_i),
.rst_ni (rst_ni),
.clr_i (1'b0),
.testmode_i(1'b0),
.data_i (acc_req),
.valid_i (acc_req_valid),
.ready_o (acc_req_ready),
Expand Down

0 comments on commit 175436d

Please sign in to comment.