test/Makefile: add example_designs to test regression on example_designs (only generate hdl)
This commit is contained in:
parent
984feb185f
commit
820b444061
|
@ -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/*"])
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue