URL
https://opencores.org/ocsvn/hdl-deflate/hdl-deflate/trunk
Subversion Repositories hdl-deflate
[/] [hdl-deflate/] [trunk/] [Makefile] - Rev 5
Go to most recent revision | Compare with Previous | Blame | View Log
PYTHON=python3MODULES=deflate.py test_deflate.pyall: build testbuild: $(MODULES)for p in $?; do $(PYTHON) $$p; donetest: icarustest_fast_bench.v: $(MODULES)for p in $?; do $(PYTHON) $$p; doneicarus: test_fast_bench.viverilog -o test_deflate test_fast_bench.v dump.vvvp test_deflateclean:rm -f *.vcd
Go to most recent revision | Compare with Previous | Blame | View Log
