URL
https://opencores.org/ocsvn/csa/csa/trunk
Subversion Repositories csa
[/] [csa/] [trunk/] [bench/] [makefile] - Rev 9
Go to most recent revision | Compare with Previous | Blame | View Log
PROJ_NAME ?= key_perm
%.vpi:%_pli.c
iverilog-vpi --name=$(subst .vpi,,$@) $^
%.vvp:%_tb.v ../rtl/%.v
iverilog -tvvp -o$@ $^
test:$(PROJ_NAME).vpi $(PROJ_NAME).vvp
vvp -M. -m$(PROJ_NAME) $(PROJ_NAME).vvp
clean:
rm -fr *.o *.vvp *.vpi *.log *.key
Go to most recent revision | Compare with Previous | Blame | View Log