1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
//: version "2.1"
//: property encoding = "utf-8"
//: property locale = "de"
//: property prefix = "_GG"
//: property title = "Sequential Simulation"
//: property useExtBars = 0
//: property showSwitchNets = 0
//: property discardChanges = 1
//: property timingViolationMode = 2
//: property initTime = "0 ns"
`timescale 1ns/1ns
//: /netlistBegin PAGE1
module PAGE1; //: root_module
//: enddecls
//: comment g13 @(14,12) /anc:1
//: /line:"<h3>Simulation von Schaltwerken</h3>"
//: /line:""
//: /line:"Dieser Abschnitt baut auf dem vorigen über die Simulation von Schaltnetzen auf."
//: /line:"Er führt Simulatorelemente ein, die für die Simulation von Schaltwerken nützlich sind."
//: /end
//: comment g1 @(10,410) /sn:0 /R:14 /anc:1
//: /line:"<tutorial-navigation byfile=1>"
//: /end
//: comment g10 @(208,188) /sn:0 /anc:1
//: /line:"<img src=simulate.gif>"
//: /end
endmodule
//: /netlistEnd
|