From 459eaaef6a5819b8a98063117582701684b43ca9 Mon Sep 17 00:00:00 2001 From: David Harris Date: Sun, 14 Jul 2024 20:08:33 -0700 Subject: [PATCH] Initial effort to make testbench_fp compatible with Verilator without breaking Questa --- testbench/testbench_fp.sv | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/testbench/testbench_fp.sv b/testbench/testbench_fp.sv index 5479e0deb..61fa12fcc 100644 --- a/testbench/testbench_fp.sv +++ b/testbench/testbench_fp.sv @@ -660,7 +660,9 @@ module testbench_fp; tt0 = $sformatf("%s", Tests[TestNum]); testname = {pp, tt0}; //$display("Here you are %s", testname); - $display("\n\nRunning %s vectors ", Tests[TestNum]); + // clear the vectors + for(int i=0; i