Carolina Vieira
08/13/2024, 1:57 AMMitch Bailey
08/13/2024, 2:41 AMtype=primitive
property on the symbol
3. Make sure the pins are in the same order as the verilog module. (You can add a pinnumber
property to each pin, but I find it easier to open the sym
text file and rearrange the order.)
Calling a spice subcircuit from verilog, is trivial. All the standard cells are instances of this.
https://open-source-silicon.slack.com/archives/C016HUV935L/p1712918622170979?thread_ts=1712915355.738759&cid=C016HUV935LCarolina Vieira
08/13/2024, 2:01 PMMitch Bailey
08/13/2024, 2:09 PMRoel Jordans
08/18/2024, 9:48 AM$PDK_ROOT/$PDK/libs.tech/xschem/xschem_verilog_import
you can find some scripts to take the output verilog netlist from openroad and make it into a schematic / symbol for xschem together with some examples