N
Nikolaos Kasparidis
Guest
Is there any good source on the net explaining the format of a CDL
netlist. I need to create a netlist manually because I am using some
devices which do not support the CDL format. I could not find anything
usefull in the cadence documentation, but if you have a reference
please point to. From what I have figured out, my whole design is
described as a subcircuit. I have the impression that my device need
to be described as a subcircuit too, but am not sure how it should be
done.
From netlisting other devices, I reached this conclusion
I think it should be descibed with something like that, but this think
does not work. It doesn't like my XmyDev device.
..SUBCKT test_layout pin1 pin2
XmyDev pin1 pin2 \ W=10 L=5
..ENDS
From cadence documentation I have reached the conclusion that it
should look like the following, which still doesn't work
..SUBCKT test_layout pin1 pin2
XmyDev pin1 pin2 $[myDevice] $W=10 $L=5
..ENDS
I would appreciate any help provided
Happy new year to everybody
netlist. I need to create a netlist manually because I am using some
devices which do not support the CDL format. I could not find anything
usefull in the cadence documentation, but if you have a reference
please point to. From what I have figured out, my whole design is
described as a subcircuit. I have the impression that my device need
to be described as a subcircuit too, but am not sure how it should be
done.
From netlisting other devices, I reached this conclusion
I think it should be descibed with something like that, but this think
does not work. It doesn't like my XmyDev device.
..SUBCKT test_layout pin1 pin2
XmyDev pin1 pin2 \ W=10 L=5
..ENDS
From cadence documentation I have reached the conclusion that it
should look like the following, which still doesn't work
..SUBCKT test_layout pin1 pin2
XmyDev pin1 pin2 $[myDevice] $W=10 $L=5
..ENDS
I would appreciate any help provided
Happy new year to everybody