PoC: fpga: Update next-pnr seed to reach 24 MHz

This commit is contained in:
Mikael Ågren 2025-02-12 12:50:42 +01:00
parent a68b646edf
commit d65e1eec4e
No known key found for this signature in database
GPG Key ID: E02DA3D397792C46

View File

@ -419,7 +419,7 @@ synth.json: $(FPGA_VERILOG_SRCS) $(VERILOG_SRCS) $(PICORV32_SRCS) bram_fw.hex
application_fpga_par.json: synth.json $(P)/data/$(PIN_FILE) application_fpga_par.json: synth.json $(P)/data/$(PIN_FILE)
$(NEXTPNR_PATH)nextpnr-ice40 \ $(NEXTPNR_PATH)nextpnr-ice40 \
-l application_fpga_par.txt \ -l application_fpga_par.txt \
--seed 9106179903728618585 \ --seed 4127945014473118301 \
--freq $(TARGET_FREQ) \ --freq $(TARGET_FREQ) \
--ignore-loops \ --ignore-loops \
--up5k \ --up5k \