OpenCores
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

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.