//: 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] w7; //: /sn:0 {0}(#:187,31)(187,61){1} supply0 w1; //: /sn:0 {0}(238,83)(238,75)(227,75){1} reg w8; //: /sn:0 {0}(272,116)(242,116){1} supply0 w5; //: /sn:0 {0}(256,144)(256,126)(242,126){1} wire w6; //: /sn:0 {0}(165,60)(165,75)(179,75){1} wire [7:0] w3; //: /sn:0 {0}(#:203,90)(203,111){1} wire w0; //: /sn:0 {0}(69,121)(166,121){1} wire [7:0] w2; //: /sn:0 {0}(#:203,132)(203,166){1} //: {2}(205,168)(331,168)(331,47)(219,47)(219,61){3} //: {4}(203,170)(#:203,181){5} //: enddecls //: joint g8 (w2) @(203, 168) /w:[ 2 1 -1 4 ] //: GROUND g3 (w5) @(256,150) /sn:0 /w:[ 0 ] _GGREG8 #(10, 10, 20) g2 (.Q(w2), .D(w3), .EN(w5), .CLR(w8), .CK(w0)); //: @(203,121) /sn:0 /w:[ 0 1 1 1 1 ] _GGADD8 #(68, 70, 62, 64) g1 (.A(w7), .B(w2), .S(w3), .CI(w1), .CO(w6)); //: @(203,77) /sn:0 /w:[ 1 3 0 1 1 ] //: SWITCH Clear (w8) @(290,116) /R:2 /w:[ 0 ] /st:1 /dn:1 //: GROUND g9 (w1) @(238,89) /sn:0 /w:[ 0 ] //: LED g7 (w2) @(203,188) /sn:0 /R:2 /w:[ 5 ] /type:3 //: LED g5 (w6) @(165,53) /sn:0 /w:[ 0 ] /type:0 _GGCLOCK_P100_0_50 g0 (.Z(w0)); //: @(56,121) /sn:0 /w:[ 0 ] /omega:100 /phi:0 /duty:50 //: DIP Increment (w7) @(187,21) /w:[ 0 ] /st:1 /dn:1 endmodule //: /netlistEnd