mirror of
https://github.com/MiSTer-devel/Arcade-BattleZone_MiSTer.git
synced 2026-05-17 03:01:44 +00:00
7 lines
139 B
Systemverilog
7 lines
139 B
Systemverilog
|
|
`define BRAM_PROG_RAM 3'b000
|
|
`define BRAM_VECTOR 3'b001
|
|
`define BRAM_PROG_ROM 3'b010
|
|
`define BRAM_POKEY 3'b011
|
|
`define BRAM_MATH 3'b100
|