mirror of https://github.com/openXC7/prjxray.git
6 lines
186 B
Makefile
6 lines
186 B
Makefile
|
|
part.yaml: design.debug.bit
|
||
|
|
${XRAY_TOOLS_DIR}/gen_part_base_yaml $< > $@
|
||
|
|
|
||
|
|
design.bit debug.perframecrc.bit design.debug.bit: ../generate.tcl
|
||
|
|
vivado -mode batch -source ../generate.tcl
|