From 3e849f99a68b7db550ac74794e0b851fb951f7d3 Mon Sep 17 00:00:00 2001 From: Teo Ene Date: Wed, 17 Mar 2021 15:02:15 -0500 Subject: [PATCH] fix to last commit --- wally-pipelined/testbench/testbench-coremark_bare.sv | 1 + 1 file changed, 1 insertion(+) diff --git a/wally-pipelined/testbench/testbench-coremark_bare.sv b/wally-pipelined/testbench/testbench-coremark_bare.sv index ea7e26d5..f3bb22f8 100644 --- a/wally-pipelined/testbench/testbench-coremark_bare.sv +++ b/wally-pipelined/testbench/testbench-coremark_bare.sv @@ -34,6 +34,7 @@ module testbench(); string InstrFName, InstrDName, InstrEName, InstrMName, InstrWName; logic [`XLEN-1:0] meminit; string tests[]; + string ProgramAddrMapFile, ProgramLabelMapFile; logic [`AHBW-1:0] HRDATAEXT; logic HREADYEXT, HRESPEXT; logic [31:0] HADDR;