mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-03-12 10:06:47 -04:00
Build: Don't depend on uds.hex and udi.hex
synth.json shouldn't depend on uds.hex and udi.hex because that triggers a complete rebuild of the bitstream if the UDI or UDS are changed. Instead, we want only the application_fpga.asc to depend on them, so we can patch in the UDS and UDI with tools/patch_uds_udi.py in an existing application_fpga_par.json.
This commit is contained in:
parent
66888a3756
commit
a5ed3cfaa9
@ -353,8 +353,7 @@ tb:
|
|||||||
|
|
||||||
YOSYS_FLAG ?=
|
YOSYS_FLAG ?=
|
||||||
|
|
||||||
synth.json: $(FPGA_VERILOG_SRCS) $(VERILOG_SRCS) $(PICORV32_SRCS) bram_fw.hex \
|
synth.json: $(FPGA_VERILOG_SRCS) $(VERILOG_SRCS) $(PICORV32_SRCS) bram_fw.hex
|
||||||
$(P)/data/uds.hex $(P)/data/udi.hex
|
|
||||||
$(YOSYS_PATH)yosys \
|
$(YOSYS_PATH)yosys \
|
||||||
-v3 \
|
-v3 \
|
||||||
-l synth.txt \
|
-l synth.txt \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user