1//: version "2.1"
2//: property encoding = "utf-8"
3//: property locale = "de"
4//: property prefix = "_GG"
5//: property title = "Combinational Simulation"
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 @(10,10) /anc:1
19  //: /line:"<h3>Simulation von Schaltnetzen</h3>"
20  //: /line:""
21  //: /line:"TkGate benutzt einen Verilog-basierten diskret-ereignisgesteuerten Simulator zur"
22  //: /line:"Simulation der Schaltungsbeschreibung. In diesem Abschnitt werden die Grundlagen"
23  //: /line:"beschrieben, die zur Simulation von Schaltnetzen benötigt werden."
24  //: /end
25  //: comment g0 @(191,165) /sn:0 /anc:1
26  //: /line:"<img src=simulate.gif>"
27  //: /end
28  //: comment g12 @(10,410) /sn:0 /R:14 /anc:1
29  //: /line:"<tutorial-navigation byfile=1>"
30  //: /end
31
32endmodule
33//: /netlistEnd
34
35