Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: allow PDKs without diode, antenna, and/or decap cells #662

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

donn
Copy link
Member

@donn donn commented Feb 12, 2025

Some PDKs have self-tapping standard cells, do not suffer from the antenna effect, have no endcap cell, or a combination of those.

This patch makes the variables options and modifies included steps to no longer assume their existence.


Resolves #554

Some PDKs have self-tapping standard cells, do not suffer from the antenna effect, have no endcap cell, or a combination of those.

This patch makes the variables options and modifies included steps to no longer assume their existence.
@donn donn requested a review from kareefardi February 12, 2025 11:12
@@ -718,6 +718,10 @@ def run(self, state_in: State, **kwargs) -> Tuple[ViewsUpdate, MetricsUpdate]:
info("'DIODE_ON_PORTS' is set to 'none': skipping…")
return {}, {}

if self.config["DIODE_CELL"] is None:
info("DIODE_CELL not set. Skipping…")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add {self.id} for consistency with

info(f"FP_PIN_ORDER_CFG is set. Skipping '{self.id}'…")

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed

@openlane-bot
Copy link
Collaborator

Metric comparisons are in beta. Please report bugs under the issues tab.

To create this report yourself, grab the metrics artifact from the CI run, extract them, and invoke python3 -m openlane.common.metrics compare-remote current --branch dev --table-verbosity ALL --table-out ./tables_all.md.

  • ‼️ Results for sky130A/sky130_fd_sc_hd/usb_cdc_core appear to be missing!
  • No changes to critical metrics were detected in analyzed designs.

Full tables ► https://gist.github.com/openlane-bot/7f6c4add19013cb7a702ca8c1c4c7d43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants