From 236850744eee282333a7528eb36a12f8cbb04747 Mon Sep 17 00:00:00 2001 From: Guillaume Chauvon <94678394+Gchauvon@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:00:44 +0100 Subject: [PATCH] Set StallRandom I/O to 0 to gain performance on vcs-testharness bench --- corev_apu/tb/ariane_tb.sv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/corev_apu/tb/ariane_tb.sv b/corev_apu/tb/ariane_tb.sv index 8f3ab00222..ce85ecdaf9 100644 --- a/corev_apu/tb/ariane_tb.sv +++ b/corev_apu/tb/ariane_tb.sv @@ -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,