From: Luke Kenneth Casson Leighton Date: Wed, 14 Apr 2021 19:08:28 +0000 (+0100) Subject: whitespace X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ea5fb53bdc76a93a0fb4cc5e0bd9831b1e785997;p=soc.git whitespace --- diff --git a/src/soc/decoder/isa/test_caller_radix.py b/src/soc/decoder/isa/test_caller_radix.py index 3c1636e2..338a894b 100644 --- a/src/soc/decoder/isa/test_caller_radix.py +++ b/src/soc/decoder/isa/test_caller_radix.py @@ -57,7 +57,7 @@ class DecoderTestCase(FHDLTestCase): 'PRTBL': SelectableInt(prtbl, 64) } - simulator = run_tst(prog, initial_regs,mmu=True,mem=testmem, + simulator = run_tst(prog, initial_regs, mmu=True, mem=testmem, initial_sprs=spr) simulator.gpr.dump() return simulator