Skip to content

Commit

Permalink
Set StallRandom I/O to 0 to gain performance on vcs-testharness bench
Browse files Browse the repository at this point in the history
  • Loading branch information
Gchauvon authored Dec 11, 2023
1 parent a837e94 commit 2368507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions corev_apu/tb/ariane_tb.sv
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ module ariane_tb;
//
.NUM_WORDS ( NUM_WORDS ),
.InclSimDTM ( 1'b1 ),
.StallRandomOutput ( 1'b1 ),
.StallRandomInput ( 1'b1 )
.StallRandomOutput ( 1'b0 ),
.StallRandomInput ( 1'b0 )
) dut (
.clk_i,
.rst_ni,
Expand Down

0 comments on commit 2368507

Please sign in to comment.