Skip to content

CDL main-netlist always wrapped in a subcircuit#1484

Open
ThomasZecha wants to merge 3 commits intora3xdh:currentfrom
ThomasZecha:current
Open

CDL main-netlist always wrapped in a subcircuit#1484
ThomasZecha wants to merge 3 commits intora3xdh:currentfrom
ThomasZecha:current

Conversation

@ThomasZecha
Copy link
Copy Markdown
Contributor

The CDL main netlist is always wrapped in a subcircuit, this essential for LVS.
This subcircuit is automatically named by the file name storing the netlist (like cadence does) or 'console' if netlist is written to console.
Pin-info for the subcircuit are taken from present SubCirPort instances.

@ra3xdh ra3xdh added the IHP label Oct 2, 2025
ThomasZecha added 3 commits October 14, 2025 12:25
-make all attributes from class Node private and
 add getter/setter accordingly
-rename all attributes from class Node to follow camelCase
 and 'a_' prefix

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
-fixed build warnings
-removed trailing spaces
-rebased

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
-fixed mac build issue
-introduced set/reset net-name mapping api to Component class
-implemented set/reset net-name mapping in class SubCirPort, Node,
 Schematic and Wire
-implemented CDL PININFO in class CdlNetListWriter
-implemented subcircuit wrapping of CDL main netlist in class
 CdlNetListWriter

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants