From: Neel Date: Sat, 21 Jul 2018 06:13:34 +0000 (+0530) Subject: 64 bit data width X-Git-Url: https://git.libre-soc.org/?p=pinmux.git;a=commitdiff_plain;h=de7ad6bb74f07cdc956b89f8c440143f50e402cf 64 bit data width --- diff --git a/src/parse.py b/src/parse.py index a233334..7a42f57 100644 --- a/src/parse.py +++ b/src/parse.py @@ -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 #