mirror of
https://github.com/MiSTer-devel/ao486_MiSTer.git
synced 2026-04-19 03:05:39 +00:00
18 lines
313 B
Batchfile
18 lines
313 B
Batchfile
RMDIR /s /q work
|
|
MKDIR work
|
|
|
|
vmap altera_mf altera_mf
|
|
|
|
vlib work
|
|
|
|
vlog -O0 ../../../rtl/common/simple_ram.v ^
|
|
../../../rtl/common/simple_fifo.v ^
|
|
../../../rtl/common/simple_fifo_mlab.v ^
|
|
../../../rtl/common/simple_mult.v
|
|
|
|
vlog -sv -O0 ../../../rtl/cache/l1_icache.v
|
|
|
|
vcom -O5 -vopt -quiet -work work ^
|
|
tb_L1.vhd
|
|
|