tnt
06/02/2024, 4:16 PMR1 pin1 pin2 0
R2 pin1 pin3 0
But then in the extracted spice which signal gets "picked" as the reference one might be different :
R1 pin2 pin1 0
R1 pin3 pin1 0
And LVS won't match ...Mitch Bailey
06/02/2024, 5:23 PMgeneric_m*
resistors implemented to prevent shorts in extraction/netlisting.
@Tim Edwards any advice?tnt
06/02/2024, 5:26 PMMitch Bailey
06/02/2024, 5:30 PMI have two spice has input.Not sure what you mean. Do you have 2 external inputs that need to connect to the same circuit input?
tnt
06/02/2024, 5:33 PMTim Edwards
06/03/2024, 2:48 PMTim Edwards
06/03/2024, 5:32 PMtnt
06/03/2024, 5:38 PMMitch Bailey
06/03/2024, 9:21 PMI’ve been trying to read the netgen source code, but I have no idea how it does what it doesI feel your pain.😬
Stefan Schippers
06/04/2024, 4:26 PMtnt
06/04/2024, 6:42 PMnetgen
will also match it properly to zero-ohm shorts in the extracted layout, so it must already have some ability to represent multiple names for the same node internally somehow (since it does it fine for verilog), so it would be nice if there was a way to represent that in the "schematic" side spice file too, either through zero-ohm resistors, or some other special "short" notation or something.tnt
06/04/2024, 6:58 PM