URL
https://opencores.org/ocsvn/ethmac/ethmac/trunk
Subversion Repositories ethmac
Compare Revisions
- This comparison shows the changes necessary to convert path
/ethmac/trunk/scripts
- from Rev 348 to Rev 340
- ↔ Reverse comparison
Rev 348 → Rev 340
/Makefile
1,9 → 1,6
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 |
iverilog -stb_ethernet -cicarus.scr -o ../build/sim/ethmac.elf |
vvp ../build/sim/ethmac.elf |
|