mirror of
https://github.com/MiSTer-devel/ao486_MiSTer.git
synced 2026-04-26 03:05:54 +00:00
3 lines
138 B
Makefile
3 lines
138 B
Makefile
all:
|
|
iverilog -y. -y./../../rtl/ -y./../../rtl/memory/ -y./../altera/ -y./../../rtl/altera/ -I./../../rtl/ -o tb_memory.vvp tb_memory.v
|
|
|