Open
Conversation
Collaborator
|
I will try to integrate some of these changes later, but right now they are hacks rather than parameterized additions to the tech file. In general, we don't allow technology specific code in the main compiler. I did this temporarily for sky130 but have removed it now, so I don't want to go down that path in the future. The general procedure for modifying a constant is to make the default value the current value and then add a capability to over-ride it in the tech file. For example, we did this in sky130 for a number of things like custom_layer_properties. |
… detection that is not 2, but still intersects (3 or 4)
…ias in write_driver and precharger for supplies. Working almost dlawless for TSMC180 with exception of some spacings
…in congested routing). nand4 transistors halved
_set for detecting the enclosures when the pin is exactly equal to the enclosure
Conflicts: compiler/base/wire_path.py compiler/modules/pgate.py compiler/modules/precharge.py compiler/modules/ptx.py compiler/modules/sram_1bank.py compiler/modules/sram_base.py compiler/modules/write_driver_array.py compiler/router/router.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
List of changes:
hierarchy_layout.py:
pgate.py:
pre-charge.py:
column-mux.py:
ptx.py:
pand[2/3/4].py:
pnand[3/4].py:
This source passes the scmos tests using magic + netgen. No tests for freepdk45 were done.
Thank you very much for considering this pull request.