csr_bitdwidth.json appears to have been superceded by mmio_descr.py

This commit is contained in:
Adam Mooers 2023-08-08 17:05:47 -04:00
parent 61f1d212b6
commit e6d88df57a
1 changed files with 2 additions and 2 deletions

View File

@ -25,5 +25,5 @@ arty.dts: csr.json
arty.dtb: arty.dts arty.dtb: arty.dts
dtc -O dtb -o arty.dtb arty.dts dtc -O dtb -o arty.dtb arty.dts
mmio.py: csr2mp.py csr.json csr_bitwidth.json mmio.py: csr2mp.py csr.json
python3 csr2mp.py csr.json csr_bitwidth.json > mmio.py python3 csr2mp.py csr.json > mmio.py