From 639d0038cc2251379be1ed5281cc84dc59e6113d Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 4 Apr 2020 22:02:01 +0100 Subject: [PATCH] dump regfile nicely --- src/soc/decoder/isa/test_caller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/decoder/isa/test_caller.py b/src/soc/decoder/isa/test_caller.py index fb227396..b1a90de3 100644 --- a/src/soc/decoder/isa/test_caller.py +++ b/src/soc/decoder/isa/test_caller.py @@ -85,7 +85,7 @@ class DecoderTestCase(FHDLTestCase): def run_test_program(self, prog, initial_regs): simulator = self.run_tst(prog, initial_regs) - print(simulator.gpr) + simulator.gpr.dump() return simulator if __name__ == "__main__": -- 2.30.2