try again with adding XOR operator
[soc.git] / src / soc / decoder / pseudo / pywriter.py
index d26074cf31ff2d7299e1a87e153779132af4b528..2f5cd3a46f494394d3415dad7c780885402652a7 100644 (file)
@@ -80,8 +80,9 @@ class PyISAWriter(ISA):
 
 if __name__ == '__main__':
     isa = PyISAWriter()
-    isa.write_pysource('fixedstore')
+    isa.write_pysource('fixedlogical')
     exit(0)
+    isa.write_pysource('fixedstore')
     isa.write_pysource('fixedload')
     isa.write_pysource('comparefixed')
     isa.write_pysource('fixedarith')