projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a345946
)
Fix broken test_caller.py
author
Michael Nolan
<mtnolan2640@gmail.com>
Wed, 20 May 2020 13:28:40 +0000
(09:28 -0400)
committer
Michael Nolan
<mtnolan2640@gmail.com>
Wed, 20 May 2020 13:28:40 +0000
(09:28 -0400)
src/soc/decoder/isa/test_caller.py
patch
|
blob
|
history
diff --git
a/src/soc/decoder/isa/test_caller.py
b/src/soc/decoder/isa/test_caller.py
index a8ddc3feabbbbc964a0b834cd2bbadf8677d8b89..203134538662b85c50042f3238d852aea7d5dce8 100644
(file)
--- a/
src/soc/decoder/isa/test_caller.py
+++ b/
src/soc/decoder/isa/test_caller.py
@@
-27,7
+27,7
@@
class DecoderTestCase(FHDLTestCase):
pdecode = create_pdecode()
m.submodules.pdecode2 = pdecode2 = PowerDecode2(pdecode)
- simulator = ISA(pdecode2, initial_regs, initial_sprs)
+ simulator = ISA(pdecode2, initial_regs, initial_sprs
, 0
)
comb += pdecode2.dec.raw_opcode_in.eq(instruction)
sim = Simulator(m)
gen = generator.generate_instructions()