//: version "1.8.6" module main; //: root_module wire [7:0] w7; //: /sn:0 {0}(304,228)(304,345)(265,345)(265,338){1} wire w4; //: /sn:0 /dp:1 {0}(497,213)(553,213)(553,228)(545,228){1} wire [7:0] w0; //: /sn:0 {0}(489,122)(489,147){1} //: {2}(487,149)(288,149)(288,199){3} //: {4}(489,151)(489,199){5} wire w3; //: /sn:0 {0}(449,213)(443,213)(443,239)(428,239)(428,229){1} wire [7:0] w2; //: /sn:0 {0}(320,124)(320,167){1} //: {2}(322,169)(457,169)(457,199){3} //: {4}(320,171)(320,199){5} wire [7:0] w5; //: /sn:0 /dp:1 {0}(439,337)(439,347)(473,347)(473,228){1} //: enddecls //: switch g4 (w4) @(528,228) /sn:0 /w:[ 1 ] /st:0 //: joint g8 (w0) @(489, 149) /w:[ -1 1 2 4 ] //: dip g3 (w0) @(489,112) /sn:0 /w:[ 0 ] /st:3 //: dip g2 (w2) @(320,114) /sn:0 /w:[ 0 ] /st:2 led g1 (.I(w5)); //: @(439,330) /sn:0 /w:[ 0 ] /type:1 mult g6 (.A(w0), .B(w2), .P(w7)); //: @(304,215) /sn:0 /w:[ 3 5 0 ] //: joint g7 (w2) @(320, 169) /w:[ 2 1 -1 4 ] led g9 (.I(w7)); //: @(265,331) /sn:0 /w:[ 1 ] /type:1 led g5 (.I(w3)); //: @(428,222) /sn:0 /w:[ 1 ] /type:0 add g0 (.A(w2), .B(w0), .S(w5), .CI(w4), .CO(w3)); //: @(473,215) /sn:0 /w:[ 3 5 1 0 0 ] endmodule