From da3fd6ae18df85f810256caebe499fb12b2c8317 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Sat, 20 Apr 2024 22:42:51 +0300 Subject: [PATCH] docs: link to explain about custom clock config --- src/config.tcl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/config.tcl b/src/config.tcl index 9ac013e..d100b22 100644 --- a/src/config.tcl +++ b/src/config.tcl @@ -26,6 +26,10 @@ set ::env(GLB_RESIZER_HOLD_SLACK_MARGIN) 0.05 set ::env(RUN_LINTER) 1 set ::env(LINTER_INCLUDE_PDK_MODELS) 1 +# If you need a custom clock configuration, read the following documentation first: +# https://tinytapeout.com/faq/#how-can-i-map-an-additional-external-clock-to-one-of-the-gpios +set ::env(CLOCK_PORT) {clk} + # Configuration docs: https://openlane.readthedocs.io/en/latest/reference/configuration.html # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! @@ -71,7 +75,6 @@ set ::env(DECAP_CELL) "\ # Clock set ::env(RUN_CTS) 1 -set ::env(CLOCK_PORT) {clk} # Don't use power rings or met5 layer set ::env(DESIGN_IS_CORE) 0