upsilon/gateware
Peter McGoron 67c670cb5c Use Decoder and custom region code for PicoRV32
The PicoRV32 SoC bus generator conflicts with the main SoC bus
generator, which causes the address locations in the generated verilog file
to be different from the set locations. This code uses custom region
classes in soc.py and the Decoder class directly, which is similar to
what the finalization of the SoC class uses, and is based on the LiteEth
code does.
2024-02-21 23:39:21 +00:00
..
rtl Progress on PicoRV32 2024-02-20 15:36:53 +00:00
A7-constraints.xdc firmware is a form of software; gateware is the equivalent for FGPAs 2023-06-14 15:31:49 -04:00
Makefile Progress on PicoRV32 2024-02-20 15:36:53 +00:00
csr2mp.py Progress on PicoRV32 2024-02-20 15:36:53 +00:00
mmio_descr.py Fixed spacing in assignment 2023-08-08 17:06:36 -04:00
soc.py Use Decoder and custom region code for PicoRV32 2024-02-21 23:39:21 +00:00