1//: version "2.1"
2//: property encoding = "utf-8"
3//: property locale = "cs"
4//: property prefix = "_GG"
5//: property title = "Simulace Sekv. Obvodu"
6//: property useExtBars = 0
7//: property showSwitchNets = 0
8//: property discardChanges = 1
9//: property timingViolationMode = 2
10//: property initTime = "0 ns"
11
12`timescale 1ns/1ns
13
14//: /netlistBegin PAGE1
15module PAGE1;    //: root_module
16//: enddecls
17
18  //: comment g13 @(14,12) /anc:1
19  //: /line:"<h3>Simulace Sekv. Obvodu</h3>"
20  //: /line:""
21  //: /line:"This chapter builds on the previous chapter about simulating combinational circuits and introduces"
22  //: /line:"simulator features that are useful for simulating sequential circuits."
23  //: /end
24  //: comment g1 @(10,410) /sn:0 /R:14 /anc:1
25  //: /line:"<tutorial-navigation byfile=1>"
26  //: /end
27  //: comment g10 @(208,188) /sn:0 /anc:1
28  //: /line:"<img src=simulate.gif>"
29  //: /end
30
31endmodule
32//: /netlistEnd
33
34