From e6d88df57a536836a7fed88c1be021ce1e912dfa Mon Sep 17 00:00:00 2001 From: Adam Mooers <21245397+AdamMooers@users.noreply.github.com> Date: Tue, 8 Aug 2023 17:05:47 -0400 Subject: [PATCH] csr_bitdwidth.json appears to have been superceded by mmio_descr.py --- gateware/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gateware/Makefile b/gateware/Makefile index fc91f34..6b30672 100644 --- a/gateware/Makefile +++ b/gateware/Makefile @@ -25,5 +25,5 @@ arty.dts: csr.json arty.dtb: arty.dts dtc -O dtb -o arty.dtb arty.dts -mmio.py: csr2mp.py csr.json csr_bitwidth.json - python3 csr2mp.py csr.json csr_bitwidth.json > mmio.py +mmio.py: csr2mp.py csr.json + python3 csr2mp.py csr.json > mmio.py