### hierarchical netlist ### sub sample_netlist_2 { %ALF_InstanceReference = ( 'U0.U1.U1','sampleNand2', 'U0.U1.U2','sampleInv', 'U0.U1.U3.U1','sampleInv', 'U0.U1.U3.U2','sampleNand2', 'U0.U2.U1','sampleNand2', 'U0.U2.U2','sampleNand2', 'U0.U2.U3','sampleInv', 'U0.U2.U4','sampleNand2', 'U0.U2.U5','sampleInv', 'U0.U3','sampleNand2', 'U0.U4','sampleInv', 'U0.U5','sampleInv', 'U0.U6','sampleNand2', 'U0.U7','sampleNand2' ); %ALF_InstanceConnect = ( 'U0.U1.U1', &CreateAssoc( 'A','U0.N3', 'B','U0.N2', 'Y','U0.U1.N1' ), 'U0.U1.U2', &CreateAssoc( 'A','U0.U1.N1', 'Y','U0.N8' ), 'U0.U1.U3.U1', &CreateAssoc( 'A','U0.N3', 'Y','U0.U1.U3.N1' ), 'U0.U1.U3.U2', &CreateAssoc( 'A','U0.U1.U3.N1', 'B','U0.U1.N1', 'Y','U0.N9' ), 'U0.U2.U1', &CreateAssoc( 'A','U0.N9', 'B','U0.N8', 'Y','U0.U2.N1' ), 'U0.U2.U2', &CreateAssoc( 'A','U0.U2.N1', 'B','U0.U2.N3', 'Y','U0.U2.N2' ), 'U0.U2.U3', &CreateAssoc( 'A','U0.U2.N2', 'Y','U0.N10' ), 'U0.U2.U4', &CreateAssoc( 'A','U0.N8', 'B','U0.N7', 'Y','U0.U2.N3' ), 'U0.U2.U5', &CreateAssoc( 'A','U0.U2.N3', 'Y','U0.N11' ), 'U0.U3', &CreateAssoc( 'A','U0.N2', 'B','U0.N1', 'Y','U0.N5' ), 'U0.U4', &CreateAssoc( 'A','U0.N5', 'Y','U0.N6' ), 'U0.U5', &CreateAssoc( 'A','U0.N6', 'Y','U0.N7' ), 'U0.U6', &CreateAssoc( 'A','U0.N9', 'B','U0.N10', 'Y','U0.N4' ), 'U0.U7', &CreateAssoc( 'A','U0.N4', 'B','U0.N10', 'Y','U0.N12' ), ); 1; } 1;