commit | a0c4b42dec831761c03e03f8fe028eb6ffa38a5c | [log] [tgz] |
---|---|---|
author | Harrison Pham <harrison@harrisonpham.com> | Tue Nov 09 19:27:37 2021 -0800 |
committer | Harrison Pham <harrison@harrisonpham.com> | Tue Nov 09 19:27:37 2021 -0800 |
tree | 1bc802ea8248606595880c86028f0457a84f65a5 | |
parent | 717abf6cf68134273cceb65487a0cd3ef89d015f [diff] |
Slow down to 50 MHz
diff --git a/openlane/digitalcore_macro/base.sdc b/openlane/digitalcore_macro/base.sdc index d61ee72..2a03990 100644 --- a/openlane/digitalcore_macro/base.sdc +++ b/openlane/digitalcore_macro/base.sdc
@@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -set ::env(WB_CLOCK_PERIOD) "10" +set ::env(WB_CLOCK_PERIOD) "20" set ::env(WB_CLOCK_PORT) "wb_clk_i" set ::env(RING0_CLOCK_PERIOD) "5"