From: Luke Kenneth Casson Leighton Date: Sat, 28 Jul 2018 09:02:40 +0000 (+0100) Subject: sigh go to 32-bit for now X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0fa2d88cb2f23eca6b3d57362c6e064ae8fe9334;p=pinmux.git sigh go to 32-bit for now --- diff --git a/src/bsv/pinmux_generator.py b/src/bsv/pinmux_generator.py index 1589468..5683b00 100644 --- a/src/bsv/pinmux_generator.py +++ b/src/bsv/pinmux_generator.py @@ -447,7 +447,7 @@ def write_instances(idef, p, ifaces): `define DATA {1} `define Reg_width {1} `define USERSPACE 0 -`define RV64 +//`define RV64 // TODO: work out if these are needed `define PWM_AXI4Lite diff --git a/src/parse.py b/src/parse.py index 7a42f57..a233334 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 = 64 # TODO parameterise + DATA_WIDTH = 32 # TODO parameterise # ================ # # Generating the number of bits for memory map #