//: version "2.0-b10" //: property encoding = "iso8859-1" //: property locale = "en" //: property prefix = "_GG" //: property timingViolationMode = 2 //: property initTime = "0 ns" `timescale 1ns/1ns //: /netlistBegin main module main; //: root_module reg [7:0] w6; //: /sn:0 {0}(#:256,147)(256,89)(301,89){1} //: {2}(#:305,89)(403,89)(403,80){3} //: {4}(#:303,87)(#:303,74){5} reg w0; //: /sn:0 {0}(320,171)(279,171)(279,161)(264,161){1} reg [7:0] w5; //: /sn:0 {0}(#:189,73)(189,86){1} //: {2}(#:191,88)(224,88)(#:224,147){3} //: {4}(#:187,88)(69,88)(69,68){5} wire w4; //: /sn:0 {0}(189,143)(189,161)(216,161){1} wire [7:0] w2; //: /sn:0 {0}(240,234)(#:240,176){1} //: enddecls //: SWITCH g8 (w0) @(338,171) /sn:0 /R:2 /w:[ 0 ] /st:1 /dn:1 //: LED g4 (w6) @(403,73) /sn:0 /w:[ 3 ] /type:3 //: LED g3 (w2) @(240,241) /sn:0 /R:2 /w:[ 0 ] /type:3 //: DIP g2 (w6) @(303,64) /sn:0 /w:[ 5 ] /st:2 /dn:1 //: DIP g1 (w5) @(189,63) /sn:0 /w:[ 0 ] /st:0 /dn:1 //: LED g6 (w5) @(69,61) /sn:0 /w:[ 5 ] /type:3 //: LED g9 (w4) @(189,136) /sn:0 /w:[ 0 ] /type:0 //: joint g7 (w5) @(189, 88) /w:[ 2 1 4 -1 ] //: joint g5 (w6) @(303, 89) /w:[ 2 4 1 -1 ] _GGADD8 #(70, 72, 62, 64) g0 (.A(w5), .B(~w6), .S(w2), .CI(w0), .CO(w4)); //: @(240,163) /sn:0 /w:[ 3 0 1 1 1 ] endmodule //: /netlistEnd