Graphics Adapter for Retropixel Yeeting. An experiment for now, who knows what might happen.
Go to file
David Anderson 85e27554ec lib: add a DelayLine module
A delay line takes a write and echoes it back N cycles later,
with N fixed at compile time. It's a handy primitive to have
when wrapping Verilog blackbox modules because the blackbox
often specifies something like having 2 cycles of latency,
and so you need to bubble the fact that a write occurred 2
cycles ago through to the output so that you can wire up the
right implicit conditions.
2024-08-19 23:00:15 -07:00
experiments experiments/rmw_ram: document failed/paused memory trickery experiments 2024-08-19 15:39:43 -07:00
images Add tentative requirements document to capture requests. 2024-08-14 09:39:42 -07:00
lib lib: add a DelayLine module 2024-08-19 23:00:15 -07:00
.gitignore add a simple build/test script 2024-08-14 09:39:42 -07:00
LICENSE Initial basic files 2024-08-13 22:24:20 -07:00
Requirements.md Requirements.md: fix image insertion syntax 2024-08-14 09:44:14 -07:00
flake.lock Initial basic files 2024-08-13 22:24:20 -07:00
flake.nix add a simple build/test script 2024-08-14 09:39:42 -07:00
tasks.py lib: add a DelayLine module 2024-08-19 23:00:15 -07:00