mirror of https://github.com/openXC7/prjxray.git
utils: pass flages to generate.py
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
bc48baa30d
commit
5ea696b632
|
|
@ -21,6 +21,6 @@ design_bits.ok: vivado.ok
|
|||
touch design_bits.ok
|
||||
|
||||
generate.ok: design_bits.ok ${FUZDIR}/generate.py
|
||||
python3 ${FUZDIR}/generate.py
|
||||
python3 ${FUZDIR}/generate.py ${GENERATE_FLAGS}
|
||||
touch generate.ok
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue