mirror of
https://github.com/enjoy-digital/litescope.git
synced 2025-01-04 09:52:27 -05:00
7 lines
301 B
Makefile
7 lines
301 B
Makefile
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
|
|
cd ../example_designs && $(PYTHON) make.py -t core build-core
|