From d65e1eec4e3260423dce324c2fc5f2e7e93b162b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20=C3=85gren?= Date: Wed, 12 Feb 2025 12:50:42 +0100 Subject: [PATCH] PoC: fpga: Update next-pnr seed to reach 24 MHz --- hw/application_fpga/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/application_fpga/Makefile b/hw/application_fpga/Makefile index edafd7b..d33bbef 100644 --- a/hw/application_fpga/Makefile +++ b/hw/application_fpga/Makefile @@ -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) $(NEXTPNR_PATH)nextpnr-ice40 \ -l application_fpga_par.txt \ - --seed 9106179903728618585 \ + --seed 4127945014473118301 \ --freq $(TARGET_FREQ) \ --ignore-loops \ --up5k \