new-sonar/gateware
David Lenfesty 8d00e15835 gateware: fix dumb mistakes
Bus widths should now all be correct. (addresses and sizes in amaranth
take into account the granularity selection, so granularity acts like
two extra bits on the bus address line)

Also don't ignore a warning about undriven resets. Turns out that can
gate *everything* off in your design.
2023-03-05 11:43:59 -07:00
..
amaranth-boards@1d82f2ece1 gateware: first attempt at amaranth SoC 2023-01-21 22:43:17 -07:00
docs gateware: saving some state again 2023-02-18 11:56:39 -07:00
liteeth gateware: saving some state again 2023-02-18 11:56:39 -07:00
.gitignore gateware: create vcd_out directory by default 2023-01-29 20:41:17 -07:00
design_notes.md Improve top-level docs 2023-01-23 22:27:45 -07:00
env.bash gateware: made basic SoC, mostly just copying existing colorlight target 2023-01-06 19:03:46 -07:00
eth.py gateware: fix dumb mistakes 2023-03-05 11:43:59 -07:00
gen_liteeth.sh gateware: saving some state again 2023-02-18 11:56:39 -07:00
gen_pll.sh gateware: generate PLL with 'ecppll' 2023-02-25 12:24:03 -07:00
i2c.py gateware: saving some WIP on UART 2023-02-04 12:04:01 -07:00
led.py gateware: fix dumb mistakes 2023-03-05 11:43:59 -07:00
liteeth_config.yaml gateware: import basic instance of LiteEth 2023-02-07 21:00:38 -07:00
main.py gateware: fix dumb mistakes 2023-03-05 11:43:59 -07:00
memory.py gateware: fix dumb mistakes 2023-03-05 11:43:59 -07:00
minerva_notes.md Improve top-level docs 2023-01-23 22:27:45 -07:00
pll.v gateware: generate PLL with 'ecppll' 2023-02-25 12:24:03 -07:00
test_i2c.py gateware: test out UART, had to fix SR flags 2023-02-04 14:40:05 -07:00
test_uart.py gateware: test out UART, had to fix SR flags 2023-02-04 14:40:05 -07:00
test.gtwk gateware: saving some state again 2023-02-18 11:56:39 -07:00
tests.py gateware: test out UART, had to fix SR flags 2023-02-04 14:40:05 -07:00
uart.py gateware: test out UART, had to fix SR flags 2023-02-04 14:40:05 -07:00