From 55ca51ca20528e0c794c32bb1c28e719a703f7e3 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 5 Apr 2020 12:46:39 +0100 Subject: [PATCH] test trap, shift and condition --- src/soc/decoder/pseudo/pywriter.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/soc/decoder/pseudo/pywriter.py b/src/soc/decoder/pseudo/pywriter.py index 113b37eb..0dc41784 100644 --- a/src/soc/decoder/pseudo/pywriter.py +++ b/src/soc/decoder/pseudo/pywriter.py @@ -72,8 +72,10 @@ class PyISAWriter(ISA): if __name__ == '__main__': isa = PyISAWriter() - isa.write_pysource('fixedtrap') + isa.write_pysource('fixedshift') exit(0) + isa.write_pysource('condition') + isa.write_pysource('fixedtrap') isa.write_pysource('branch') isa.write_pysource('fixedlogical') isa.write_pysource('fixedstore') -- 2.30.2