mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 13:17:41 -04:00
Set StallRandom I/O to 0 to gain performance on vcs-testharness bench (#1695)
This commit is contained in:
parent
a837e94eac
commit
cef7e573c4
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue