diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-10-16 00:39:17 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-10-16 00:39:17 -0600 |
| commit | 0782a4f841a15f60c99d817cf82ce4fd3c2e9e3d (patch) | |
| tree | 808bee52ef3fa03dcfc22c6bbfeb703430593029 | |
| parent | d7747d9e030f965bd358bca5badb849f656147a8 (diff) | |
Set core clock target to 100MHz
| -rw-r--r-- | conspiracion.sdc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conspiracion.sdc b/conspiracion.sdc index 66d23f5..6230720 100644 --- a/conspiracion.sdc +++ b/conspiracion.sdc @@ -1,3 +1,3 @@ -create_clock -period 20 -name clk_clk [get_ports clk_clk] +create_clock -period 10 -name clk_clk [get_ports clk_clk] derive_pll_clocks derive_clock_uncertainty |
