From: Luke Kenneth Casson Leighton Date: Wed, 15 Dec 2021 15:47:06 +0000 (+0000) Subject: must read off of ibus in wb_get TestRunnerBase X-Git-Tag: sv_maxu_works-initial~631 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7a15981a9fddf6f263e5b4474bbc446f3a090e19;p=openpower-isa.git must read off of ibus in wb_get TestRunnerBase --- 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"):