1//: version "2.1"
2//: property encoding = "utf-8"
3//: property locale = "ja"
4//: property prefix = "_GG"
5//: property title = "組合せ回路のシミュレーション"
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:"<font color=purple>Combinational Circuit Simulation</font>"
20  //: /line:""
21  //: /line:"TkGate uses a Verilog-based discrete event simulator to simulate your circuit description. In this"
22  //: /line:"chapter the basics needed to simulate a combinational circuit will be presented."
23  //: /end
24  //: comment g0 @(191,165) /sn:0 /anc:1
25  //: /line:"<img src=simulate.gif>"
26  //: /end
27  //: comment g12 @(10,410) /sn:0 /R:14 /anc:1
28  //: /line:"<tutorial-navigation byfile=1>"
29  //: /end
30
31endmodule
32//: /netlistEnd
33
34