Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
docs: link to explain about custom clock config
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Apr 20, 2024
1 parent 3bb2b5b commit da3fd6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/config.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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

# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit da3fd6a

Please sign in to comment.