commit | 1b30acd1bf2ecbd308bc4284dc85a9478dca2737 | [log] [tgz] |
---|---|---|
author | Amogh Lonkar <35778429+AmoghLonkar@users.noreply.github.com> | Fri Jun 11 13:42:39 2021 -0700 |
committer | GitHub <noreply@github.com> | Fri Jun 11 13:42:39 2021 -0700 |
tree | 4e37864288912b139ab2a275a77babd0ad0dade6 | |
parent | 6a2b76e33141b6c944e87268f80d13c06eba242c [diff] |
Delete clks.sdc
diff --git a/openlane/openram_testchip/clks.sdc b/openlane/openram_testchip/clks.sdc deleted file mode 100644 index 5aff1f1..0000000 --- a/openlane/openram_testchip/clks.sdc +++ /dev/null
@@ -1,5 +0,0 @@ -create_clock [get_ports la_clk_] -name la_clk -period 10 -create_clock [get_ports gpio_clk] -name gpio_clk -period 10 -set_clock_groups -asynchronous \ - -group [get_clocks {la_clk}] \ - -group [get_clocks {gpio_clk}]