Fix #18 with incorrect clock frequency in analysis

This commit is contained in:
Joachim Strömbergson 2022-10-12 10:25:37 +02:00
parent a9fd26da3b
commit 192ce47fce
No known key found for this signature in database
GPG Key ID: 865B8A548EA61679

View File

@ -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