-
Notifications
You must be signed in to change notification settings - Fork 110
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
Chipathon2024 Mahowald-ers Cascode Common Source Block #339
base: main
Are you sure you want to change the base?
Conversation
…ove the M2 north of M1.
…horizontal or vertical placement.
@chetanyagoyal / @srpathen , `Circuit 1 contains 6 devices, Circuit 2 contains 2 devices. *** MISMATCH *** Final result: Logging to file "/tmp/tmp4n_a1thr/cascode_common_source_lvs_lvs.rpt" disabled Circuit 1 cell sky130_fd_pr__nfet_01v8 and Circuit 2 cell sky130_fd_pr__nfet_01v8 are black boxes. Subcircuit pins:
Cell pin lists are equivalent. Class cascode_common_source_lvs (0): Merged 8 parallel devices.
NET mismatches: Class fragments follow (with fanout counts): Net: w_n780_n522# |Net: IOUT
|
Circuit 1: cascode_common_source_lvs | Circuit 2: cascode_common_source_lvs |
---|---|
(no matching pin) | VIN |
(no matching pin) | VBIAS |
(no matching pin) | VSS |
(no matching pin) | IOUT |
proxyIOUT | (no matching pin) |
Cell pin lists for cascode_common_source_lvs and cascode_common_source_lvs altered to match.
Device classes cascode_common_source_lvs and cascode_common_source_lvs are equivalent.
Final result: Top level cell failed pin matching.
`
@chetanyagoyal could you kindly clarify the netlist function used for the LVS check as the lvs fail implies that the Netlist is not getting extracted with the correct pins. ` return Netlist( ` Also the extract scipt gave the following error whenused with the gds ` Magic 8.3 revision 464 - Compiled on Sat Mar 9 23:18:29 UTC 2024. |
Apologies for the late replies, you can just dump the netlist from the python function to a file ( Try modifying the function until the dumped netlist matches your expectations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address the comments and look through the code in the repo to debug, let us know if youre stuck after this
LVS checks are in progress. Have added the ports to the layout . LVS checks are still failing. Subcircuit pins:
Cell pin lists are equivalent. Subcircuit summary:
NET mismatches: Class fragments follow (with fanout counts): Net: IOUT |Net: IOUT
|
Circuit 1: cascode_common_source_lvs | Circuit 2: cascode_common_source_lvs |
---|---|
(no pins) | VBIAS Mismatch |
(no matching pin) | VIN |
(no matching pin) | VSS |
(no matching pin) | IOUT |
(no matching pin) | INT |
Cell pin lists for cascode_common_source_lvs and cascode_common_source_lvs altered to match.
Device classes cascode_common_source_lvs and cascode_common_source_lvs are equivalent.
Final result: Top level cell failed pin matching.`
Unable to store the LVS, DRC results in DRC, LVS directory as I see error below
magic_drc_result = sky130.drc_magic(Cascode_cs_component, Cascode_cs_component.name, output_file_path="DRC/") File "/usr/bin/miniconda3/lib/python3.10/site-packages/pydantic/deprecated/decorator.py", line 55, in wrapper_function return vd.call(*args, **kwargs) File "/usr/bin/miniconda3/lib/python3.10/site-packages/pydantic/deprecated/decorator.py", line 149, in call m = self.init_model_instance(*args, **kwargs) File "/usr/bin/miniconda3/lib/python3.10/site-packages/pydantic/deprecated/decorator.py", line 146, in init_model_instance return self.model(**values) File "/usr/bin/miniconda3/lib/python3.10/site-packages/pydantic/main.py", line 209, in __init__ validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self) File "/usr/bin/miniconda3/lib/python3.10/site-packages/pydantic/deprecated/decorator.py", line 255, in check_kwargs raise TypeError(f'unexpected keyword argument{plural}: {keys}') TypeError: unexpected keyword argument: 'output_file_path'
…LVS but netlist fails to match. Debug required.
PR for a cascode common source . LVS is failing with
Final result: Top level cell failed pin matching
. Please review and let us know the function parameters for LVS.