Set StallRandom I/O to 0 to gain performance on vcs-testharness bench (#1695)

This commit is contained in:
Guillaume Chauvon 2023-12-11 18:53:27 +01:00 committed by GitHub
parent a837e94eac
commit cef7e573c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,