Nets ODB++ can actually store nets in different ways. We support the basic net section - customized EDA based net info is not currently processed. The netlist section begins with a declaration of the net names and assigns an index to each name: $0 $NONE$ $1 BIDI_T4 $2 C_L_N $3 C_L_P $4 C_LO_N $5 C_LO_P $6 C2_LO_N $7 C2_LO_P $8 CLK_AZ_CML_N $9 CLK_AZ_CML_P $10 CLK_CML_N $11 CLK_CML_P $12 CLK_DCDC $13 CLK_DCDC_2 $14 CLK2_AZ_CML_N The next section in ODb++ defines coordinates on either the top or the bottom that label a net. #Netlist points # 1 0 42.3165354 43.5015748 T 0.039 0.039 e s 1 0 42.2594488 43.5015748 T 0.0334646 0.0393701 e s 1 0.0177166 40.052244 43.5601378 B e e staggered 0 0 0 1 0.0059055 42.3834645 43.5015748 B e e staggered 0 0 0 v 2 0 41.5370081 43.4287401 T 0.0314961 0.011811 e s 2 0 41.127559 43.3618109 T 0.0393701 0.0334646 e s 2 0 41.127559 43.3165354 T 0.039 0.039 e s By reading this section, NETEX-O can assign a net to each geometry that it outputs.
|