gary/vram
David Anderson b46d70fa07 vram/VRAMCore: cycle using prime numbers in tests
VRAMs are powers of two, so if memory wiring is wrong and we end up
with ram blocks mirrored at several points in the address space, we
want a write pattern that doesn't repeat cleanly on power of two
blocks. That way, a mirrored memory block cannot contain values that
are valid for all its locations.
2024-09-09 11:27:53 -07:00
..
MemArbiter.bsv vram/MemArbiter: add a granted_port method to make downstream wiring easier 2024-09-08 23:16:49 -07:00
MemArbiter_Test.bsv vram/MemArbiter: plumb verbose test flag into test 2024-09-09 11:22:07 -07:00
VRAM.bsv vram/VRAM: a little more documentation tweaking 2024-09-08 23:44:45 -07:00
VRAMCore.bsv vram/VRAMCore: add tests, fix bug found by same 2024-09-09 11:16:21 -07:00
VRAMCore_Test.bsv vram/VRAMCore: cycle using prime numbers in tests 2024-09-09 11:27:53 -07:00