64 bit data width
authorNeel <neelgala@gmail.com>
Sat, 21 Jul 2018 06:13:34 +0000 (11:43 +0530)
committerNeel <neelgala@gmail.com>
Sat, 21 Jul 2018 06:13:34 +0000 (11:43 +0530)
src/parse.py

index a233334e51403732194fcdf3efb645ebac76c3f9..7a42f577744cadb15cd2db86fef8d6b84254c2bc 100644 (file)
@@ -15,7 +15,7 @@ class Parse(object):
     N_MUX_IO = 0
     Addressing = 'WORD'
     ADDR_WIDTH = 32  # TODO parameterise
-    DATA_WIDTH = 32  # TODO parameterise
+    DATA_WIDTH = 64  # TODO parameterise
     # ================ #
 
     # Generating the number of bits for memory map #