Skip to content

Commit

Permalink
tied off extra axi_fsm limp signals
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjessee committed May 4, 2024
1 parent 171c627 commit 677ad19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions verif/nonuvm/common/axi/ram_test/ram_test_tb.sv
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ always_comb begin
limp[0].addr = limp_addr;
limp_rdata = limp[0].rdata;
limp[0].wdata = limp_wdata;

limp[1].valid = 1'b0;
limp[1].wen_nren = 1'b0;

limp[2].valid = 1'b0;
limp[2].wen_nren = 1'b0;
end

//clocking
Expand Down

0 comments on commit 677ad19

Please sign in to comment.