-
Notifications
You must be signed in to change notification settings - Fork 206
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
Fixes to support TSMC18 technology port #116
base: dev
Are you sure you want to change the base?
Conversation
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
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.