URL
https://opencores.org/ocsvn/gost28147-89/gost28147-89/trunk
Subversion Repositories gost28147-89
[/] [gost28147-89/] [trunk/] [testbench/] [makefile] - Rev 5
Compare with Previous | Blame | View Log
%_tb: %_tb.v
iverilog -o $@.vo $< ../rtl/*.v
vvp $@.vo
all: gost89_pipelined_ecb_tb gost89_ecb_tb gost89_cfb_tb gost89_mac_tb
clean:
rm -f *.vo *.vcd
.DEFAULT_GOAL := all