You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DRC script does not output anything. I used following instead
set design_name my_nand
set cell_name my_nand
gds read $design_name.GDS
load $design_name
select top cell
drc euclidean on
drc style drc(full)
drc catchup
magic::drc_save_report $cell_name $design_name.drc.rpt
For LVS I used (note: subcircuit was replaced with subcircuits):
set design_name my_nand
set cell_name my_nand
gds read $design_name.GDS
load $design_name
select top cell
extract all
ext2spice lvs
ext2spice subcircuit off
ext2spice -o $design_name.lvs.spice
However last step causes this error: Error: Ran out of space for device types!
The thresh is supposed to be integers, so I set it to zero
Also the last step was changed because when using command from readme.md it just compained that ngspice.GDS and pex_output_file.GDS do not exist. Instead I used refmanual to just write one.
The text was updated successfully, but these errors were encountered:
DRC script does not output anything. I used following instead
For LVS I used (note: subcircuit was replaced with subcircuits):
However last step causes this error: Error: Ran out of space for device types!
For PEX I used:
The thresh is supposed to be integers, so I set it to zero
Also the last step was changed because when using command from readme.md it just compained that ngspice.GDS and pex_output_file.GDS do not exist. Instead I used refmanual to just write one.
The text was updated successfully, but these errors were encountered: