From 7a15981a9fddf6f263e5b4474bbc446f3a090e19 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 15 Dec 2021 15:47:06 +0000 Subject: [PATCH] must read off of ibus in wb_get TestRunnerBase --- src/openpower/test/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openpower/test/runner.py b/src/openpower/test/runner.py index 91e3c79a..fd654025 100644 --- a/src/openpower/test/runner.py +++ b/src/openpower/test/runner.py @@ -474,7 +474,7 @@ class TestRunnerBase(FHDLTestCase): default_mem = self.rom sim.add_sync_process(wrap(wb_get(dcache.bus, default_mem, "DCACHE"))) - sim.add_sync_process(wrap(wb_get(icache.bus, + sim.add_sync_process(wrap(wb_get(icache.ibus, default_mem, "ICACHE"))) with sim.write_vcd("issuer_simulator.vcd"): -- 2.30.2