URL
https://opencores.org/ocsvn/mac_layer_switch/mac_layer_switch/trunk
Subversion Repositories mac_layer_switch
[/] [mac_layer_switch/] [trunk/] [scripts/] [Makefile] - Rev 2
Compare with Previous | Blame | View Log
ifeq ($(VCD), 1)
ICARUS_OPTIONS += -DVCD
endif
rtl-tests:
mkdir -p ../build/sim
mkdir -p ../log
iverilog -stb_instantiations -cicarus.scr $(ICARUS_OPTIONS) -o ../build/sim/l2_switch.elf
vvp ../build/sim/l2_switch.elf