From: Jacob Lifshay Date: Tue, 21 Apr 2020 04:44:45 +0000 (-0700) Subject: fix bug #290 X-Git-Tag: div_pipeline~1416 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=71c98851bdc843828fde93965eb29bfeb0c3e768;p=soc.git fix bug #290 --- diff --git a/src/soc/decoder/pseudo/pywriter.py b/src/soc/decoder/pseudo/pywriter.py index 7a1c3f5e..922de376 100644 --- a/src/soc/decoder/pseudo/pywriter.py +++ b/src/soc/decoder/pseudo/pywriter.py @@ -113,4 +113,4 @@ if __name__ == '__main__': sources = sys.argv[1:] for source in sources: isa.write_pysource(source) - #isa.write_isa_class() + isa.write_isa_class()