sg_vlsi
Newbie level 4
spice to spectre
HI,
now i am converting netlist from spice to spectre(using perl) in that i struck at handling multiple lines
ex:
subckt and2_pd andout nandout
+gnd vdd in1 in2
it has to be converted as
subckt and2_pd andout nandout \
gnd vdd in1 in2
thanks in advance
HI,
now i am converting netlist from spice to spectre(using perl) in that i struck at handling multiple lines
ex:
subckt and2_pd andout nandout
+gnd vdd in1 in2
it has to be converted as
subckt and2_pd andout nandout \
gnd vdd in1 in2
thanks in advance