test/Makefile: add example_designs to test regression on example_designs (only generate hdl)

This commit is contained in:
Florent Kermarrec 2015-09-12 16:54:25 +02:00
parent 984feb185f
commit 820b444061
2 changed files with 6 additions and 2 deletions

View File

@ -136,8 +136,6 @@ RLE: {}
if actions["build-bitstream"]:
actions["build-csr-csv"] = True
actions["build-bitstream"] = True
actions["load-bitstream"] = True
if actions["clean"]:
subprocess.call(["rm", "-rf", "build/*"])

6
test/Makefile Normal file
View File

@ -0,0 +1,6 @@
LSDIR = ../../
PYTHON = python3
example_designs:
cd ../example_designs && $(PYTHON) make.py -t simple -p de0nano -Ob run False build-bitstream
cd ../example_designs && $(PYTHON) make.py -t simple -p kc705 -Ob run False build-bitstream