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

Distinct run_genus synthesis step, ICV LVS blackbox support, and Virtuoso netlist export support #879

Merged
merged 3 commits into from
Oct 17, 2024

Conversation

daniellovell
Copy link
Contributor

Commit: /synthesis/genus make run_genus a distinct step

  • This is useful/necessary for hooks which inject behaviors AFTER the syn.tcl file has been generated.

Commit: lvs/icv add lvs.icv.equiv_files for blackboxes

  • Equivalence files are used by ICV LVS to define LVS boxes/blackboxes. This is an extremeley useful feature for debugging LVS & running LVS quickly.

Commit: utils/ get_filetype add ".net" as supported ext.

  • Cadence Virtuoso will produce netlists with the .src.net extension when streaming out schematics as netlists (i.e. when running Calibre nmLVS in Virtuoso)

Related PRs / Issues
N/A

Type of change:

  • Bug fix
  • New feature
  • Other enhancement

Impact:

  • Change to core Hammer
  • Change to a Hammer plugin
  • Other

Contributor Checklist:

  • Did you set master as the base branch?
  • Did you state the type-of-change/impact?
  • Did you delete any extraneous prints/debugging code?
  • (If applicable) Did you add documentation for the feature?
  • (If applicable) Did you update the poetry.lock file if you updated the requirements in pyproject.toml?
  • (If applicable) Did you add a unit test demonstrating the PR?
  • (If applicable) Did you run this through the e2e integration tests?
  • (If applicable) Did you update the submodules in e2e/ if this feature depends on updated plugins?

This is useful/necessary for hooks which
inject behaviors AFTER the syn.tcl file has been generated.
Equivalence files are used by ICV LVS to define
LVS boxes/blackboxes. This is an extremeley useful
feature for debugging LVS/running LVS quickly.
Cadence Virtuoso will produce netlists with the .src.net
extension when streaming out schematics as netlists
(i.e. when running Calibre nmLVS in Virtuoso)
@kenhoberkeley kenhoberkeley added this pull request to the merge queue Oct 17, 2024
Merged via the queue into ucb-bar:master with commit e28328e Oct 17, 2024
4 checks passed
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.

2 participants