//: version "1.6g" module main; //: root_module wire b; //: /sn:0 /dp:5 {0}(155,104)(142,104)(142,107){1} //: {2}(144,109)(155,109){3} //: {4}(140,109)(127,109){5} wire d; //: /sn:0 /dp:1 {0}(228,110)(243,110){1} //: {2}(247,110)(251,110){3} //: {4}(245,108)(245,105)(251,105){5} wire a; //: /sn:0 /dp:2 {0}(106,106)(102,106){1} //: {2}(98,106)(70,106){3} //: {4}(100,108)(100,111)(106,111){5} wire c; //: /sn:0 /dp:3 {0}(207,107)(198,107){1} //: {2}(194,107)(176,107){3} //: {4}(196,109)(196,112)(207,112){5} wire e; //: /sn:0 {0}(272,108)(327,108)(327,101){1} //: enddecls //: joint g8 (d) @(245, 110) /w:[ 2 4 1 -1 ] and g3 (.I0(d), .I1(d), .Z(e)); //: @(262,108) /sn:0 /w:[ 5 3 0 ] and g2 (.I0(c), .I1(c), .Z(d)); //: @(218,110) /sn:0 /w:[ 0 5 0 ] and g1 (.I0(b), .I1(b), .Z(c)); //: @(166,107) /sn:0 /w:[ 0 3 3 ] led g10 (.I(e)); //: @(327,94) /sn:0 /w:[ 1 ] /type:0 //: joint g6 (c) @(196, 107) /w:[ 1 -1 2 4 ] //: joint g9 (a) @(100, 106) /w:[ 1 -1 2 4 ] //: joint g7 (b) @(142, 109) /w:[ 2 1 4 -1 ] //: switch g5 (a) @(53,106) /sn:0 /w:[ 3 ] /st:1 and g0 (.I0(a), .I1(a), .Z(b)); //: @(117,109) /sn:0 /w:[ 0 5 5 ] endmodule