From: Luke Kenneth Casson Leighton Date: Thu, 7 Dec 2023 17:52:33 +0000 (+0000) Subject: correction syntax error X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5c672ca8e3e02fe4d441b48e8a9b35aa46150038;p=openpower-isa.git correction syntax error --- diff --git a/src/openpower/decoder/isa/test_caller_svp64_pospopcount.py b/src/openpower/decoder/isa/test_caller_svp64_pospopcount.py index ac31d6e8..b1d5c38f 100644 --- a/src/openpower/decoder/isa/test_caller_svp64_pospopcount.py +++ b/src/openpower/decoder/isa/test_caller_svp64_pospopcount.py @@ -109,7 +109,7 @@ class PosPopCountTestCase(FHDLTestCase): print("GPRs") simulator.gpr.dump() print("mem") - mem = sim.mem.dump(printout=True, asciidump=True) + mem = simulator.mem.dump(printout=True, asciidump=True) print (mem) return simulator