fix bug #290
authorJacob Lifshay <programmerjake@gmail.com>
Tue, 21 Apr 2020 04:44:45 +0000 (21:44 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Tue, 21 Apr 2020 04:44:45 +0000 (21:44 -0700)
src/soc/decoder/pseudo/pywriter.py

index 7a1c3f5ec22fcd0aa675963ab385007ad82c1b4e..922de376f77a98b8e97ea07140858353a93bedd3 100644 (file)
@@ -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()