From 192ce47fceaa5a9418310cfefa7ed4a5042c0134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Str=C3=B6mbergson?= Date: Wed, 12 Oct 2022 10:25:37 +0200 Subject: [PATCH] Fix #18 with incorrect clock frequency in analysis --- 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 112c0a1..a497712 100644 --- a/hw/application_fpga/Makefile +++ b/hw/application_fpga/Makefile @@ -243,7 +243,7 @@ prog_flash_testfw: application_fpga_testfw.bin # Post build analysis. #------------------------------------------------------------------- timing: application_fpga.asc $(P)/data/$(PIN_FILE) - $(ICESTORM_PATH)icetime -c 12 -tmd up5k -P sg48 -p $(P)/data/$(PIN_FILE) -t $< + $(ICESTORM_PATH)icetime -c 18 -tmd up5k -P sg48 -p $(P)/data/$(PIN_FILE) -t $< view: tb_application_fpga_vcd gtkwave $< application_fpga.gtkw