From 62eaca0e6ec72e9d39dd1eb9f8825bb4eb4f4a47 Mon Sep 17 00:00:00 2001 From: Rose Thompson Date: Thu, 16 May 2024 17:01:25 -0500 Subject: [PATCH] Almost working ImperasDV with testbench.sv and wally.do. For some reason IDV is saying the instructions are mismatching. --- testbench/testbench.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbench/testbench.sv b/testbench/testbench.sv index 846ef9e6a..63bbf7d00 100644 --- a/testbench/testbench.sv +++ b/testbench/testbench.sv @@ -775,7 +775,7 @@ end // *** RT: This section can probably be moved into the same chunk of code which // loads the memories. However I'm not sure that ImperasDV supports reloading // the memories without relaunching the simulator. - begin + if(elffilename == "buildroot") begin longint x64; int x32[2]; longint index;