diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-09-24 00:22:09 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-09-24 00:22:09 -0600 |
| commit | 5e5707f0efa72577513a1f06d91c3f14e5c407d6 (patch) | |
| tree | 21045c5007f56c035b59202c9dd496fbade1ea2f | |
| parent | 83be8cb319efc245c17512c86c494ace2ad022ff (diff) | |
Fix timing analysis file
| -rw-r--r-- | conspiracion.sdc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conspiracion.sdc b/conspiracion.sdc index b0a2ad4..66d23f5 100644 --- a/conspiracion.sdc +++ b/conspiracion.sdc @@ -1,3 +1,3 @@ -create_clock -period 50MHz -name clk_clk +create_clock -period 20 -name clk_clk [get_ports clk_clk] derive_pll_clocks derive_clock_uncertainty |
