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