URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [fpga/] [experiments/] [memctrl/] [sim/] [memctrl-1/] [Makefile] - Rev 317
Go to most recent revision | Compare with Previous | Blame | View Log
#
# Makefile for testing the memory controller
#
all: show
install:
memtest: memtest.v
iverilog -Wall -o memtest memtest.v
show: memtest
./memtest
gtkwave dump.vcd memtest.cfg
clean:
rm -f *~ memtest dump.vcd
rm -f ramtest/*~ ramctrl/*~
Go to most recent revision | Compare with Previous | Blame | View Log