From 31b3e380dc55b3a94bf73ec88881d696657f59ed Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Mon, 15 Feb 2021 09:23:40 -0800 Subject: [PATCH] minor update --- hw/syn/opae/vortex_afu.json | 4 ++-- hw/syn/quartus/project.sdc | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/hw/syn/opae/vortex_afu.json b/hw/syn/opae/vortex_afu.json index cab3c388..04700701 100644 --- a/hw/syn/opae/vortex_afu.json +++ b/hw/syn/opae/vortex_afu.json @@ -2,8 +2,8 @@ "version": 1, "afu-image": { "power": 0, - "clock-frequency-high": "auto", - "clock-frequency-low": "auto", + "clock-frequency-high": "auto-200", + "clock-frequency-low": "auto-200", "cmd-mem-read": 1, "cmd-mem-write": 2, diff --git a/hw/syn/quartus/project.sdc b/hw/syn/quartus/project.sdc index 46f1af78..c45de03e 100644 --- a/hw/syn/quartus/project.sdc +++ b/hw/syn/quartus/project.sdc @@ -1,7 +1,4 @@ create_clock -name {clk} -period "220 MHz" [get_ports {clk}] derive_pll_clocks -create_base_clocks -derive_clock_uncertainty - - - +derive_clock_uncertainty \ No newline at end of file