Skip to content

Commit

Permalink
broken accelerator
Browse files Browse the repository at this point in the history
  • Loading branch information
davideschiavone committed Feb 12, 2024
1 parent 962b57a commit 66cff06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hw/ip_examples/simple_accelerator/simple_accelerator.sv
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ module simple_accelerator #(
assign acc_write_ch0_req_o.addr = data_out_addr;

//complete the function
assign acc_write_ch0_req_o.wdata = data_out_wdata > threshold_q ? data_out_wdata : threshold_q;
//assign acc_write_ch0_req_o.wdata = data_out_wdata;
assign acc_write_ch0_req_o.wdata = data_out_wdata;

assign data_out_gnt = acc_write_ch0_resp_i.gnt;

Expand Down

0 comments on commit 66cff06

Please sign in to comment.