ruby-vpi 14.0.0 → 15.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/generate_test_tpl/proto.rb +8 -6
- data/doc/common.css +1 -0
- data/doc/history.html +357 -281
- data/doc/history.yml +35 -1
- data/doc/intro.inc +1 -1
- data/doc/manual.doc +38 -29
- data/doc/manual.html +109 -63
- data/doc/readme.html +6 -6
- data/doc/rss.xml +69 -1
- data/ext/Rakefile +1 -5
- data/ext/extconf.rb +0 -5
- data/ext/relay.c +1 -1
- data/ext/vlog.c +1 -1
- data/lib/ruby-vpi/vpi.rb +50 -4
- data/lib/ruby-vpi.rb +7 -7
- data/ref/c/annotated.html +6 -1
- data/ref/c/common_8h.html +1 -1
- data/ref/c/files.html +2 -1
- data/ref/c/functions.html +40 -20
- data/ref/c/functions_vars.html +40 -20
- data/ref/c/globals.html +212 -5
- data/ref/c/globals_0x62.html +62 -0
- data/ref/c/globals_0x63.html +19 -3
- data/ref/c/globals_0x65.html +8 -2
- data/ref/c/globals_0x66.html +19 -3
- data/ref/c/globals_0x67.html +64 -0
- data/ref/c/globals_0x69.html +62 -0
- data/ref/c/globals_0x6c.html +64 -0
- data/ref/c/globals_0x6d.html +10 -3
- data/ref/c/globals_0x6e.html +63 -0
- data/ref/c/globals_0x70.html +8 -2
- data/ref/c/globals_0x72.html +14 -4
- data/ref/c/globals_0x73.html +189 -3
- data/ref/c/globals_0x74.html +8 -2
- data/ref/c/globals_0x75.html +63 -0
- data/ref/c/globals_0x76.html +14 -4
- data/ref/c/globals_0x78.html +8 -2
- data/ref/c/globals_defs.html +6 -1
- data/ref/c/globals_defs_0x65.html +6 -1
- data/ref/c/globals_defs_0x6c.html +57 -0
- data/ref/c/globals_defs_0x6e.html +56 -0
- data/ref/c/globals_defs_0x70.html +6 -1
- data/ref/c/globals_defs_0x72.html +57 -0
- data/ref/c/globals_defs_0x73.html +165 -0
- data/ref/c/globals_defs_0x75.html +56 -0
- data/ref/c/globals_defs_0x76.html +10 -3
- data/ref/c/globals_defs_0x78.html +6 -1
- data/ref/c/globals_enum.html +1 -1
- data/ref/c/globals_eval.html +1 -1
- data/ref/c/globals_func.html +174 -14
- data/ref/c/globals_func_0x66.html +63 -0
- data/ref/c/globals_func_0x67.html +56 -0
- data/ref/c/globals_func_0x69.html +54 -0
- data/ref/c/globals_func_0x6d.html +56 -0
- data/ref/c/globals_func_0x70.html +54 -0
- data/ref/c/globals_func_0x72.html +57 -0
- data/ref/c/globals_func_0x73.html +113 -0
- data/ref/c/globals_func_0x76.html +58 -0
- data/ref/c/globals_type.html +6 -3
- data/ref/c/globals_vars.html +89 -3
- data/ref/c/index.html +1 -1
- data/ref/c/main_8c.html +2 -2
- data/ref/c/main_8h.html +1 -1
- data/ref/c/relay_8c.html +1 -1
- data/ref/c/relay_8h.html +1 -1
- data/ref/c/structswig__cast__info.html +98 -0
- data/ref/c/structswig__class.html +115 -0
- data/ref/c/structswig__module__info.html +132 -0
- data/ref/c/structswig__type__info.html +132 -0
- data/ref/c/structt__cb__data.html +1 -1
- data/ref/c/structt__vpi__delay.html +1 -1
- data/ref/c/structt__vpi__error__info.html +1 -1
- data/ref/c/structt__vpi__strengthval.html +1 -1
- data/ref/c/structt__vpi__systf__data.html +1 -1
- data/ref/c/structt__vpi__time.html +1 -1
- data/ref/c/structt__vpi__value.html +1 -1
- data/ref/c/structt__vpi__vecval.html +1 -1
- data/ref/c/structt__vpi__vlog__info.html +1 -1
- data/ref/c/swig__wrap_8cin.html +11610 -0
- data/ref/c/unions__vpi__value__value.html +166 -0
- data/ref/c/verilog_8h.html +1 -1
- data/ref/c/vlog_8c.html +3 -3
- data/ref/c/vlog_8h.html +1 -1
- data/ref/c/vpi__user_8h.html +1 -1
- data/ref/ruby/classes/RDoc.html +5 -5
- data/ref/ruby/classes/RDoc.src/{M000045.html → M000053.html} +0 -0
- data/ref/ruby/classes/RubyVpi.src/M000029.html +27 -27
- data/ref/ruby/classes/Vpi/Handle.html +93 -57
- data/ref/ruby/classes/Vpi/Handle.src/M000037.html +5 -5
- data/ref/ruby/classes/Vpi/Handle.src/M000038.html +5 -9
- data/ref/ruby/classes/Vpi/Handle.src/M000039.html +5 -31
- data/ref/ruby/classes/Vpi/Handle.src/M000040.html +5 -74
- data/ref/ruby/classes/Vpi/Handle.src/M000041.html +8 -17
- data/ref/ruby/classes/Vpi/Handle.src/M000042.html +8 -11
- data/ref/ruby/classes/Vpi/Handle.src/M000043.html +22 -0
- data/ref/ruby/classes/Vpi/Handle.src/M000044.html +31 -55
- data/ref/ruby/classes/Vpi/Handle.src/M000045.html +87 -0
- data/ref/ruby/classes/Vpi/Handle.src/M000046.html +30 -0
- data/ref/ruby/classes/Vpi/Handle.src/M000047.html +24 -0
- data/ref/ruby/classes/Vpi/Handle.src/M000049.html +68 -0
- data/ref/ruby/classes/Vpi/S_vpi_time.html +186 -0
- data/ref/ruby/classes/Vpi/S_vpi_time.src/M000050.html +18 -0
- data/ref/ruby/classes/Vpi/S_vpi_time.src/M000051.html +19 -0
- data/ref/ruby/classes/Vpi/S_vpi_value.html +167 -0
- data/ref/ruby/classes/Vpi/S_vpi_value.src/M000034.html +18 -0
- data/ref/ruby/classes/Vpi/S_vpi_value.src/M000035.html +18 -0
- data/ref/ruby/classes/Vpi/S_vpi_value.src/M000036.html +18 -0
- data/ref/ruby/classes/Vpi.html +3 -1
- data/ref/ruby/classes/Vpi.src/M000030.html +14 -14
- data/ref/ruby/classes/Vpi.src/M000031.html +4 -4
- data/ref/ruby/classes/Vpi.src/M000032.html +24 -25
- data/ref/ruby/classes/Vpi.src/M000033.html +8 -8
- data/ref/ruby/created.rid +1 -1
- data/ref/ruby/files/lib/ruby-vpi/vpi_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi_rb.html +1 -1
- data/ref/ruby/fr_class_index.html +2 -0
- data/ref/ruby/fr_method_index.html +22 -14
- data/samp/counter/counter_rspec_proto.rb +8 -6
- data/samp/counter/counter_xunit_proto.rb +8 -6
- data/samp/pipelined_alu/hw5_unit_test_proto.rb +2 -2
- metadata +42 -6
- data/ref/ruby/classes/Vpi/Handle.src/M000034.html +0 -18
- data/ref/ruby/classes/Vpi/Handle.src/M000035.html +0 -18
- data/ref/ruby/classes/Vpi/Handle.src/M000036.html +0 -18
data/doc/rss.xml
CHANGED
|
@@ -4,6 +4,74 @@
|
|
|
4
4
|
<title>Ruby-VPI</title>
|
|
5
5
|
<link>http://ruby-vpi.rubyforge.org</link>
|
|
6
6
|
<description>Ruby-VPI is a Ruby interface to IEEE 1364-2005 Verilog VPI. It lets you create complex Verilog test benches easily and wholly in Ruby.</description>
|
|
7
|
+
<item>
|
|
8
|
+
<title>Version 15.0.0 released</title>
|
|
9
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#15.0.0</link>
|
|
10
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#15.0.0</guid>
|
|
11
|
+
<description><h1 id="15.0.0">Version 15.0.0 (2007-01-13)</h1>
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
<h2>Summary</h2>
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
<p>This release fixes a problem with compilation of the C extension, and makes clock generation code correctly affect Ruby prototypes.</p>
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
<h2>Acknowledgment</h2>
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
<p>Thanks to Derek Graham for reporting the problem with compilation of the C extension.</p>
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
<h2>Notice</h2>
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
<ul>
|
|
30
|
+
<li>The <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::advance_time</code> method (instead of the <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::simulate</code> method) now invokes the design&#8217;s <code class="code">simulate!</code> method when prototyping is enabled.
|
|
31
|
+
|
|
32
|
+
<p>This makes clock generation code (passed to the <code class="code"><span style="color:#036; font-weight:bold">RubyVpi</span>::init_bench</code> method) affect Ruby prototypes, just as it affects a real Verilog design.</p>
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
<p>As a result, Ruby prototypes may need to check for edge-triggering through the new <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::<span style="color:#036; font-weight:bold">Handle</span>.posedge?</code> and <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::<span style="color:#036; font-weight:bold">Handle</span>.negedge?</code> methods. For example, see the <a href="manual.html#fig..counter_proto.rb">new implementation of the Counter prototype</a>.</p></li>
|
|
36
|
+
</ul>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
<h3>New features</h3>
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
<ul>
|
|
43
|
+
<li>Added <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::<span style="color:#036; font-weight:bold">Handle</span>.posedge?</code> and <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::<span style="color:#036; font-weight:bold">Handle</span>.negedge?</code> methods which check if a handle&#8217;s logic value is currently at a positive or negative edge, respectively.</li>
|
|
44
|
+
</ul>
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
<ul>
|
|
48
|
+
<li>Added <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::<span style="color:#036; font-weight:bold">S_vpi_time</span>.integer</code> and <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::<span style="color:#036; font-weight:bold">S_vpi_time</span>.integer=</code> methods which access the <code class="code">high</code> and <code class="code">low</code> integer fields as a single 64-bit integer.</li>
|
|
49
|
+
</ul>
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
<ul>
|
|
53
|
+
<li>Added utility methods for accessing the <code class="code">value</code> field in the <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::<span style="color:#036; font-weight:bold">S_vpi_value</span></code> structure.</li>
|
|
54
|
+
</ul>
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
<h2>Details</h2>
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
<ul>
|
|
61
|
+
<li>Fixed problem with incorrect Ruby library flag in <tt>ext/extconf.rb</tt>. It happens that the <code class="code">mkmf</code> library determines the correct library flag all by itself!</li>
|
|
62
|
+
</ul>
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
<ul>
|
|
66
|
+
<li>Added new <a href="manual.html#usage.prototyping">prototyping section</a> to user manual.</li>
|
|
67
|
+
</ul>
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
<ul>
|
|
71
|
+
<li>Fixed some broken URLs in user documentation.</li>
|
|
72
|
+
</ul></description>
|
|
73
|
+
<pubDate>Sat, 13 Jan 2007 00:00:00 PST</pubDate>
|
|
74
|
+
</item>
|
|
7
75
|
<item>
|
|
8
76
|
<title>Version 14.0.0 released</title>
|
|
9
77
|
<link>http://ruby-vpi.rubyforge.org/doc/history.html#14.0.0</link>
|
|
@@ -1803,7 +1871,7 @@ This release adds enough Verilog <span class="caps">VPI</span
|
|
|
1803
1871
|
<h2>Summary</h2>
|
|
1804
1872
|
|
|
1805
1873
|
|
|
1806
|
-
<p>This is Kazuhiro <span class="caps">HIWADA</span>&#8217;s initial testing release of Ruby-VPI. See its <a href="http://
|
|
1874
|
+
<p>This is Kazuhiro <span class="caps">HIWADA</span>&#8217;s initial testing release of Ruby-VPI. See its <a href="http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-list/18193">original announcement</a> and <a href="http://rubyforge.org/frs/?group_id=1339&#38;release_id=8852">source code</a>.</p>
|
|
1807
1875
|
|
|
1808
1876
|
|
|
1809
1877
|
<h2>Details</h2>
|
data/ext/Rakefile
CHANGED
|
@@ -31,17 +31,13 @@ $:.unshift File.join(File.dirname(__FILE__), '..', 'lib')
|
|
|
31
31
|
require 'ruby-vpi/rake'
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
CFLAGS = [Config::CONFIG['CFLAGS'], ENV['CFLAGS'], '-g', '-DDEBUG']
|
|
35
|
-
LDFLAGS = [Config::CONFIG['LDFLAGS'], ENV['LDFLAGS']]
|
|
36
|
-
|
|
37
|
-
|
|
38
34
|
desc "Builds the extension."
|
|
39
35
|
task :default => 'Makefile' do |t|
|
|
40
36
|
sh 'make', '-f', t.prerequisites[0]
|
|
41
37
|
end
|
|
42
38
|
|
|
43
39
|
file 'Makefile' => [:swig, 'extconf.rb'] do |t|
|
|
44
|
-
ruby t.prerequisites[1], "--with-cflags=#{CFLAGS
|
|
40
|
+
ruby t.prerequisites[1], "--with-cflags=#{ENV['CFLAGS']}", "--with-ldflags=#{ENV['LDFLAGS']}"
|
|
45
41
|
end
|
|
46
42
|
|
|
47
43
|
CLEAN.include 'Makefile', 'mkmf.log', '*.o', '*.so'
|
data/ext/extconf.rb
CHANGED
data/ext/relay.c
CHANGED
|
@@ -41,7 +41,7 @@ void relay_init() {
|
|
|
41
41
|
pthread_mutex_lock(&relay__verilogLock);
|
|
42
42
|
|
|
43
43
|
// start the ruby thread
|
|
44
|
-
pthread_create(&relay__rubyThread,
|
|
44
|
+
pthread_create(&relay__rubyThread, NULL, relay_ruby_thread, NULL);
|
|
45
45
|
|
|
46
46
|
// XXX: freezee verilog because RubyVpi.init_bench will call relay_verilog (which assumes that verilog is frozen)
|
|
47
47
|
pthread_mutex_lock(&relay__verilogLock);
|
data/ext/vlog.c
CHANGED
|
@@ -58,7 +58,7 @@ void vlog_startup() {
|
|
|
58
58
|
vpi_free_object(vpi_register_cb(&call));
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
-
void (*vlog_startup_routines[])() = { vlog_startup,
|
|
61
|
+
void (*vlog_startup_routines[])() = { vlog_startup, NULL };
|
|
62
62
|
|
|
63
63
|
#if defined(PRAGMATIC_CVER) || defined(SYNOPSYS_VCS)
|
|
64
64
|
/**
|
data/lib/ruby-vpi/vpi.rb
CHANGED
|
@@ -81,6 +81,22 @@ module Vpi
|
|
|
81
81
|
self.hexStrVal = 'z'
|
|
82
82
|
end
|
|
83
83
|
|
|
84
|
+
# Tests if the logic value of this handle is currently at a positive edge.
|
|
85
|
+
def posedge?
|
|
86
|
+
old = @lastVal
|
|
87
|
+
new = @lastVal = self.intVal
|
|
88
|
+
|
|
89
|
+
old == 0 && new == 1
|
|
90
|
+
end
|
|
91
|
+
|
|
92
|
+
# Tests if the logic value of this handle is currently at a negative edge.
|
|
93
|
+
def negedge?
|
|
94
|
+
old = @lastVal
|
|
95
|
+
new = @lastVal = self.intVal
|
|
96
|
+
|
|
97
|
+
old == 1 && new == 0
|
|
98
|
+
end
|
|
99
|
+
|
|
84
100
|
# Reads the value using the given format (integer constant) and returns a +S_vpi_value+ object.
|
|
85
101
|
def get_value_wrapper aFormat
|
|
86
102
|
val = S_vpi_value.new
|
|
@@ -435,8 +451,7 @@ module Vpi
|
|
|
435
451
|
def advance_time aNumSteps = 1
|
|
436
452
|
# schedule wake-up callback from verilog
|
|
437
453
|
time = S_vpi_time.new
|
|
438
|
-
time.
|
|
439
|
-
time.high = (aNumSteps >> INTEGER_BITS) & INTEGER_MASK
|
|
454
|
+
time.integer = aNumSteps
|
|
440
455
|
time.type = VpiSimTime
|
|
441
456
|
|
|
442
457
|
value = S_vpi_value.new
|
|
@@ -460,12 +475,43 @@ module Vpi
|
|
|
460
475
|
|
|
461
476
|
## utility
|
|
462
477
|
|
|
463
|
-
# Returns the current simulation time as
|
|
478
|
+
# Returns the current simulation time as an integer.
|
|
464
479
|
def simulation_time
|
|
465
480
|
t = S_vpi_time.new
|
|
466
481
|
t.type = VpiSimTime
|
|
467
482
|
|
|
468
483
|
vpi_get_time nil, t
|
|
469
|
-
|
|
484
|
+
t.to_i
|
|
485
|
+
end
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
class S_vpi_time
|
|
489
|
+
# Returns the high and low portions of this time as a single 64-bit integer.
|
|
490
|
+
def integer
|
|
491
|
+
(self.high << INTEGER_BITS) | self.low
|
|
492
|
+
end
|
|
493
|
+
|
|
494
|
+
# Sets the high and low portions of this time from the given 64-bit integer.
|
|
495
|
+
def integer= aValue
|
|
496
|
+
self.low = aValue & INTEGER_MASK
|
|
497
|
+
self.high = (aValue >> INTEGER_BITS) & INTEGER_MASK
|
|
498
|
+
end
|
|
499
|
+
|
|
500
|
+
alias to_i integer
|
|
501
|
+
alias to_f real
|
|
502
|
+
end
|
|
503
|
+
|
|
504
|
+
class S_vpi_value
|
|
505
|
+
def to_i
|
|
506
|
+
value.integer
|
|
507
|
+
end
|
|
508
|
+
|
|
509
|
+
def to_f
|
|
510
|
+
value.real
|
|
511
|
+
end
|
|
512
|
+
|
|
513
|
+
def to_s
|
|
514
|
+
value.str
|
|
515
|
+
end
|
|
470
516
|
end
|
|
471
517
|
end
|
data/lib/ruby-vpi.rb
CHANGED
|
@@ -96,6 +96,10 @@ module RubyVpi
|
|
|
96
96
|
include Vpi
|
|
97
97
|
end
|
|
98
98
|
|
|
99
|
+
Vpi.module_eval do
|
|
100
|
+
define_method :simulate, &aSimulationCycle
|
|
101
|
+
end
|
|
102
|
+
|
|
99
103
|
# load the design under test
|
|
100
104
|
unless design = vpi_handle_by_name("#{testName}_bench", nil)
|
|
101
105
|
raise "Verilog bench for test #{testName.inspect} is inaccessible."
|
|
@@ -109,22 +113,18 @@ module RubyVpi
|
|
|
109
113
|
require "#{testName}_proto.rb"
|
|
110
114
|
|
|
111
115
|
Vpi.module_eval do
|
|
112
|
-
define_method :
|
|
113
|
-
design.simulate!
|
|
116
|
+
define_method :advance_time do |*args|
|
|
117
|
+
Integer(args.first || 1).times { design.simulate! }
|
|
114
118
|
end
|
|
115
119
|
|
|
116
120
|
define_method :vpi_register_cb do
|
|
117
|
-
warn "vpi_register_cb: callbacks
|
|
121
|
+
warn "vpi_register_cb: callbacks are ignored when prototype is enabled"
|
|
118
122
|
end
|
|
119
123
|
end
|
|
120
124
|
|
|
121
125
|
Vpi::vpi_printf "#{Config::PROJECT_NAME}: prototype is enabled for test #{testName.inspect}\n"
|
|
122
126
|
|
|
123
127
|
else
|
|
124
|
-
Vpi.module_eval do
|
|
125
|
-
define_method :simulate, &aSimulationCycle
|
|
126
|
-
end
|
|
127
|
-
|
|
128
128
|
# XXX: this completes the handshake, by calling relay_verilog, with pthread_mutex_lock() in relay_main() in the C extension
|
|
129
129
|
advance_time
|
|
130
130
|
end
|
data/ref/c/annotated.html
CHANGED
|
@@ -17,6 +17,11 @@
|
|
|
17
17
|
<li><a href="functions.html"><span>Data Fields</span></a></li>
|
|
18
18
|
</ul></div>
|
|
19
19
|
<h1>Ruby-VPI Data Structures</h1>Here are the data structures with brief descriptions:<table>
|
|
20
|
+
<tr><td class="indexkey"><a class="el" href="unions__vpi__value__value.html">s_vpi_value_value</a></td><td class="indexvalue"></td></tr>
|
|
21
|
+
<tr><td class="indexkey"><a class="el" href="structswig__cast__info.html">swig_cast_info</a></td><td class="indexvalue"></td></tr>
|
|
22
|
+
<tr><td class="indexkey"><a class="el" href="structswig__class.html">swig_class</a></td><td class="indexvalue"></td></tr>
|
|
23
|
+
<tr><td class="indexkey"><a class="el" href="structswig__module__info.html">swig_module_info</a></td><td class="indexvalue"></td></tr>
|
|
24
|
+
<tr><td class="indexkey"><a class="el" href="structswig__type__info.html">swig_type_info</a></td><td class="indexvalue"></td></tr>
|
|
20
25
|
<tr><td class="indexkey"><a class="el" href="structt__cb__data.html">t_cb_data</a></td><td class="indexvalue"></td></tr>
|
|
21
26
|
<tr><td class="indexkey"><a class="el" href="structt__vpi__delay.html">t_vpi_delay</a></td><td class="indexvalue"></td></tr>
|
|
22
27
|
<tr><td class="indexkey"><a class="el" href="structt__vpi__error__info.html">t_vpi_error_info</a></td><td class="indexvalue"></td></tr>
|
|
@@ -27,7 +32,7 @@
|
|
|
27
32
|
<tr><td class="indexkey"><a class="el" href="structt__vpi__vecval.html">t_vpi_vecval</a></td><td class="indexvalue"></td></tr>
|
|
28
33
|
<tr><td class="indexkey"><a class="el" href="structt__vpi__vlog__info.html">t_vpi_vlog_info</a></td><td class="indexvalue"></td></tr>
|
|
29
34
|
</table>
|
|
30
|
-
<hr size="1"><address style="align: right;"><small>Generated on Sat
|
|
35
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Jan 13 16:42:16 2007 for Ruby-VPI by
|
|
31
36
|
<a href="http://www.doxygen.org/index.html">
|
|
32
37
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
33
38
|
</body>
|
data/ref/c/common_8h.html
CHANGED
|
@@ -140,7 +140,7 @@ Pass aroung this value instead of zero and non-zero integers. <dl compact><dt><b
|
|
|
140
140
|
|
|
141
141
|
</div>
|
|
142
142
|
</div><p>
|
|
143
|
-
<hr size="1"><address style="align: right;"><small>Generated on Sat
|
|
143
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Jan 13 16:42:16 2007 for Ruby-VPI by
|
|
144
144
|
<a href="http://www.doxygen.org/index.html">
|
|
145
145
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
146
146
|
</body>
|
data/ref/c/files.html
CHANGED
|
@@ -22,12 +22,13 @@
|
|
|
22
22
|
<tr><td class="indexkey"><a class="el" href="main_8h.html">main.h</a></td><td class="indexvalue">The C extension for Ruby-VPI </td></tr>
|
|
23
23
|
<tr><td class="indexkey"><a class="el" href="relay_8c.html">relay.c</a></td><td class="indexvalue"></td></tr>
|
|
24
24
|
<tr><td class="indexkey"><a class="el" href="relay_8h.html">relay.h</a></td><td class="indexvalue">Logic for transferring control between Ruby and Verilog </td></tr>
|
|
25
|
+
<tr><td class="indexkey"><a class="el" href="swig__wrap_8cin.html">swig_wrap.cin</a></td><td class="indexvalue"></td></tr>
|
|
25
26
|
<tr><td class="indexkey"><a class="el" href="verilog_8h.html">verilog.h</a></td><td class="indexvalue">A proxy for all Verilog headers of interest to us </td></tr>
|
|
26
27
|
<tr><td class="indexkey"><a class="el" href="vlog_8c.html">vlog.c</a></td><td class="indexvalue"></td></tr>
|
|
27
28
|
<tr><td class="indexkey"><a class="el" href="vlog_8h.html">vlog.h</a></td><td class="indexvalue">Interface between C and Verilog code </td></tr>
|
|
28
29
|
<tr><td class="indexkey"><a class="el" href="vpi__user_8h.html">vpi_user.h</a></td><td class="indexvalue"></td></tr>
|
|
29
30
|
</table>
|
|
30
|
-
<hr size="1"><address style="align: right;"><small>Generated on Sat
|
|
31
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Jan 13 16:42:16 2007 for Ruby-VPI by
|
|
31
32
|
<a href="http://www.doxygen.org/index.html">
|
|
32
33
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
33
34
|
</body>
|
data/ref/c/functions.html
CHANGED
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
<li><a href="#index_f"><span>f</span></a></li>
|
|
32
32
|
<li><a href="#index_h"><span>h</span></a></li>
|
|
33
33
|
<li><a href="#index_i"><span>i</span></a></li>
|
|
34
|
+
<li><a href="#index_k"><span>k</span></a></li>
|
|
34
35
|
<li><a href="#index_l"><span>l</span></a></li>
|
|
35
36
|
<li><a href="#index_m"><span>m</span></a></li>
|
|
36
37
|
<li><a href="#index_n"><span>n</span></a></li>
|
|
@@ -58,13 +59,19 @@ Here is a list of all struct and union fields with links to the structures/union
|
|
|
58
59
|
: <a class="el" href="structt__vpi__vecval.html#6a1bdb82a28820ebdb9f0a8834192f0f">t_vpi_vecval</a></ul>
|
|
59
60
|
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
|
|
60
61
|
<li>calltf
|
|
61
|
-
: <a class="el" href="structt__vpi__systf__data.html#56dd77c5f4a9a7900dde0e7e4ecb5f77">t_vpi_systf_data</a><li>
|
|
62
|
-
: <a class="el" href="
|
|
62
|
+
: <a class="el" href="structt__vpi__systf__data.html#56dd77c5f4a9a7900dde0e7e4ecb5f77">t_vpi_systf_data</a><li>cast
|
|
63
|
+
: <a class="el" href="structswig__type__info.html#3ee3f7ef20e965b6c798d79723a96f9b">swig_type_info</a><li>cast_initial
|
|
64
|
+
: <a class="el" href="structswig__module__info.html#15f6b50a41f144afb1148fc412dc01f7">swig_module_info</a><li>cb_rtn
|
|
65
|
+
: <a class="el" href="structt__cb__data.html#94cc0aa75ed2ff930f217a603136b278">t_cb_data</a><li>clientdata
|
|
66
|
+
: <a class="el" href="structswig__module__info.html#9fb6e461fcaf14c209049adfae4e9754">swig_module_info</a>, <a class="el" href="structswig__type__info.html#19bdd65dceb89cd54befd3ded06558b7">swig_type_info</a><li>code
|
|
63
67
|
: <a class="el" href="structt__vpi__error__info.html#05777937a08ce48cb9485638a4669fee">t_vpi_error_info</a><li>compiletf
|
|
64
|
-
: <a class="el" href="structt__vpi__systf__data.html#d726a318f0c892d99536ec4a31121f3b">t_vpi_systf_data</a
|
|
68
|
+
: <a class="el" href="structt__vpi__systf__data.html#d726a318f0c892d99536ec4a31121f3b">t_vpi_systf_data</a><li>converter
|
|
69
|
+
: <a class="el" href="structswig__cast__info.html#a630fddfbb1bf9c97a03f9479ba32f76">swig_cast_info</a></ul>
|
|
65
70
|
<h3><a class="anchor" name="index_d">- d -</a></h3><ul>
|
|
66
71
|
<li>da
|
|
67
|
-
: <a class="el" href="structt__vpi__delay.html#0edd8482502d26097e426eb46dd96105">t_vpi_delay</a
|
|
72
|
+
: <a class="el" href="structt__vpi__delay.html#0edd8482502d26097e426eb46dd96105">t_vpi_delay</a><li>dcast
|
|
73
|
+
: <a class="el" href="structswig__type__info.html#07df4bedf85be77b23756b531b60e0dd">swig_type_info</a><li>destroy
|
|
74
|
+
: <a class="el" href="structswig__class.html#4856d249afa3773d555419aa91d9ac2f">swig_class</a></ul>
|
|
68
75
|
<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
|
|
69
76
|
<li>file
|
|
70
77
|
: <a class="el" href="structt__vpi__error__info.html#56428eb5d3011b7be7fe47865503a4a3">t_vpi_error_info</a><li>format
|
|
@@ -75,7 +82,10 @@ Here is a list of all struct and union fields with links to the structures/union
|
|
|
75
82
|
<h3><a class="anchor" name="index_i">- i -</a></h3><ul>
|
|
76
83
|
<li>index
|
|
77
84
|
: <a class="el" href="structt__cb__data.html#05eec951fe6d0c09aea8659604136e42">t_cb_data</a><li>integer
|
|
78
|
-
: <a class="el" href="structt__vpi__value.html#611104ac09cb8a0a12c7bb2daf98776d">t_vpi_value</a></ul>
|
|
85
|
+
: <a class="el" href="structt__vpi__value.html#611104ac09cb8a0a12c7bb2daf98776d">t_vpi_value</a>, <a class="el" href="unions__vpi__value__value.html#5b7b4294baa69af942467e56985acde7">s_vpi_value_value</a></ul>
|
|
86
|
+
<h3><a class="anchor" name="index_k">- k -</a></h3><ul>
|
|
87
|
+
<li>klass
|
|
88
|
+
: <a class="el" href="structswig__class.html#b9ed0f2df41d49a21d059a28fa8c27ce">swig_class</a></ul>
|
|
79
89
|
<h3><a class="anchor" name="index_l">- l -</a></h3><ul>
|
|
80
90
|
<li>level
|
|
81
91
|
: <a class="el" href="structt__vpi__error__info.html#940fc9d23e1b07b1113cacf34528b44f">t_vpi_error_info</a><li>line
|
|
@@ -83,49 +93,59 @@ Here is a list of all struct and union fields with links to the structures/union
|
|
|
83
93
|
: <a class="el" href="structt__vpi__strengthval.html#fac2028c9ff50cf468e7bd5d5705b7b7">t_vpi_strengthval</a><li>low
|
|
84
94
|
: <a class="el" href="structt__vpi__time.html#eedea6437dd76e437818b9fb206b6468">t_vpi_time</a></ul>
|
|
85
95
|
<h3><a class="anchor" name="index_m">- m -</a></h3><ul>
|
|
86
|
-
<li>
|
|
87
|
-
: <a class="el" href="
|
|
88
|
-
: <a class="el" href="
|
|
96
|
+
<li>mark
|
|
97
|
+
: <a class="el" href="structswig__class.html#f3c15ca027258dc39450433563fdf313">swig_class</a><li>message
|
|
98
|
+
: <a class="el" href="structt__vpi__error__info.html#8d273a8333b3c40fe78c438664256bf8">t_vpi_error_info</a><li>mImpl
|
|
99
|
+
: <a class="el" href="structswig__class.html#5bd45e1a2aa1ab5bd3d7fbed50c93ec3">swig_class</a><li>misc
|
|
100
|
+
: <a class="el" href="structt__vpi__value.html#1baa416cc0dfd16c0847f9bcbdc6d675">t_vpi_value</a>, <a class="el" href="unions__vpi__value__value.html#28cffae0783d0a647c228b110f74e585">s_vpi_value_value</a><li>mtm_flag
|
|
89
101
|
: <a class="el" href="structt__vpi__delay.html#c6807c9fd672ab553e3ed9f9e0b861a8">t_vpi_delay</a></ul>
|
|
90
102
|
<h3><a class="anchor" name="index_n">- n -</a></h3><ul>
|
|
91
|
-
<li>
|
|
103
|
+
<li>name
|
|
104
|
+
: <a class="el" href="structswig__type__info.html#90a9c6a25aa3e923978005ecbe23ad60">swig_type_info</a><li>next
|
|
105
|
+
: <a class="el" href="structswig__module__info.html#c177d150b85ab77122089acf1f06d9c6">swig_module_info</a>, <a class="el" href="structswig__cast__info.html#e79c6fa058a9d908bbdac14db0c9db5e">swig_cast_info</a><li>no_of_delays
|
|
92
106
|
: <a class="el" href="structt__vpi__delay.html#09f136e167ff4bdf3ff2df9da39d88fd">t_vpi_delay</a></ul>
|
|
93
107
|
<h3><a class="anchor" name="index_o">- o -</a></h3><ul>
|
|
94
108
|
<li>obj
|
|
95
|
-
: <a class="el" href="structt__cb__data.html#4c1292889ff4617c8a9772c7639efe66">t_cb_data</a
|
|
109
|
+
: <a class="el" href="structt__cb__data.html#4c1292889ff4617c8a9772c7639efe66">t_cb_data</a><li>owndata
|
|
110
|
+
: <a class="el" href="structswig__type__info.html#93c25d5903cbfcb82208eea7227c32bd">swig_type_info</a></ul>
|
|
96
111
|
<h3><a class="anchor" name="index_p">- p -</a></h3><ul>
|
|
97
|
-
<li>
|
|
112
|
+
<li>prev
|
|
113
|
+
: <a class="el" href="structswig__cast__info.html#fc685bcf38a5a06c6601775138c5999c">swig_cast_info</a><li>product
|
|
98
114
|
: <a class="el" href="structt__vpi__error__info.html#7dc02be8b7e67ad970608d79c9293bd8">t_vpi_error_info</a>, <a class="el" href="structt__vpi__vlog__info.html#4e3f3a9c3d503a59120ddd55bab40520">t_vpi_vlog_info</a><li>pulsere_flag
|
|
99
115
|
: <a class="el" href="structt__vpi__delay.html#e6dc07bc5083c0022275f19d5553707a">t_vpi_delay</a></ul>
|
|
100
116
|
<h3><a class="anchor" name="index_r">- r -</a></h3><ul>
|
|
101
117
|
<li>real
|
|
102
|
-
: <a class="el" href="structt__vpi__value.html#f629e880466d1f9ad4de011e075a3d3d">t_vpi_value</a>, <a class="el" href="structt__vpi__time.html#e2056f752e51d549670b6ae5c678c5f6">t_vpi_time</a><li>reason
|
|
118
|
+
: <a class="el" href="structt__vpi__value.html#f629e880466d1f9ad4de011e075a3d3d">t_vpi_value</a>, <a class="el" href="structt__vpi__time.html#e2056f752e51d549670b6ae5c678c5f6">t_vpi_time</a>, <a class="el" href="unions__vpi__value__value.html#65be6f4dfb83ecda12243906b02e779c">s_vpi_value_value</a><li>reason
|
|
103
119
|
: <a class="el" href="structt__cb__data.html#df80a9245626ee021fe6fea443672aff">t_cb_data</a></ul>
|
|
104
120
|
<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
|
|
105
121
|
<li>s0
|
|
106
122
|
: <a class="el" href="structt__vpi__strengthval.html#1c0977972f36a02699a89a43b9b93afa">t_vpi_strengthval</a><li>s1
|
|
107
123
|
: <a class="el" href="structt__vpi__strengthval.html#7c1b2f709a7e48f7f05ea8752fe2af44">t_vpi_strengthval</a><li>scalar
|
|
108
|
-
: <a class="el" href="structt__vpi__value.html#a2840c3965cb2e97a9ae948c5b9a3930">t_vpi_value</a><li>
|
|
124
|
+
: <a class="el" href="structt__vpi__value.html#a2840c3965cb2e97a9ae948c5b9a3930">t_vpi_value</a>, <a class="el" href="unions__vpi__value__value.html#ddde1b42b67cc33b24f848b6136452a6">s_vpi_value_value</a><li>size
|
|
125
|
+
: <a class="el" href="structswig__module__info.html#af8907cf8509ee0464af8c9dfd909042">swig_module_info</a><li>sizetf
|
|
109
126
|
: <a class="el" href="structt__vpi__systf__data.html#1c37ca2de1af69a8dd0b3e1961d695cc">t_vpi_systf_data</a><li>state
|
|
110
127
|
: <a class="el" href="structt__vpi__error__info.html#0c2529abf147046833472f598b4a5c36">t_vpi_error_info</a><li>str
|
|
111
|
-
: <a class="el" href="structt__vpi__value.html#9f3f75549e7fd4017e6f44376d845a78">t_vpi_value</a><li>strength
|
|
112
|
-
: <a class="el" href="structt__vpi__value.html#73a0da1e56cd18fcf2a07182d8f58734">t_vpi_value</a><li>sysfunctype
|
|
128
|
+
: <a class="el" href="structt__vpi__value.html#9f3f75549e7fd4017e6f44376d845a78">t_vpi_value</a>, <a class="el" href="unions__vpi__value__value.html#fa9c2707008632f4483435de8479bf09">s_vpi_value_value</a>, <a class="el" href="structswig__type__info.html#bbe7cc58a083feb4329b748643324064">swig_type_info</a><li>strength
|
|
129
|
+
: <a class="el" href="structt__vpi__value.html#73a0da1e56cd18fcf2a07182d8f58734">t_vpi_value</a>, <a class="el" href="unions__vpi__value__value.html#575232f92b4e2190577a3c14294a324d">s_vpi_value_value</a><li>sysfunctype
|
|
113
130
|
: <a class="el" href="structt__vpi__systf__data.html#e4e4c4b90e5556e6612fac5b8a534f9d">t_vpi_systf_data</a></ul>
|
|
114
131
|
<h3><a class="anchor" name="index_t">- t -</a></h3><ul>
|
|
115
132
|
<li>tfname
|
|
116
133
|
: <a class="el" href="structt__vpi__systf__data.html#d8979812197b4961fe4a1311d0d7a0ab">t_vpi_systf_data</a><li>time
|
|
117
|
-
: <a class="el" href="structt__cb__data.html#1cb47915f676a358615d46b09235eee1">t_cb_data</a>, <a class="el" href="structt__vpi__value.html#bb9ee4540d611b0c7757a06dfda6d746">t_vpi_value</a><li>time_type
|
|
118
|
-
: <a class="el" href="structt__vpi__delay.html#1ef844c9bf457ba556d441171fcdb156">t_vpi_delay</a><li>
|
|
119
|
-
: <a class="el" href="
|
|
134
|
+
: <a class="el" href="structt__cb__data.html#1cb47915f676a358615d46b09235eee1">t_cb_data</a>, <a class="el" href="structt__vpi__value.html#bb9ee4540d611b0c7757a06dfda6d746">t_vpi_value</a>, <a class="el" href="unions__vpi__value__value.html#3c2ca8f361f470a20e44e7f9fdb41672">s_vpi_value_value</a><li>time_type
|
|
135
|
+
: <a class="el" href="structt__vpi__delay.html#1ef844c9bf457ba556d441171fcdb156">t_vpi_delay</a><li>trackObjects
|
|
136
|
+
: <a class="el" href="structswig__class.html#f730163aae3ff4976eca5867cb0cd032">swig_class</a><li>type
|
|
137
|
+
: <a class="el" href="structt__vpi__systf__data.html#5df2daeca876723293cfee5198a9d956">t_vpi_systf_data</a>, <a class="el" href="structt__vpi__time.html#a922d1e805b0a3e7bc3e134ed488bb84">t_vpi_time</a>, <a class="el" href="structswig__cast__info.html#1c9023a301c8d6806209f4e10df6e9e0">swig_cast_info</a><li>type_initial
|
|
138
|
+
: <a class="el" href="structswig__module__info.html#76c7d5b0fc10371748616d0b6c815a17">swig_module_info</a><li>types
|
|
139
|
+
: <a class="el" href="structswig__module__info.html#d658c7738e9a035ef8eea865322fbf13">swig_module_info</a></ul>
|
|
120
140
|
<h3><a class="anchor" name="index_u">- u -</a></h3><ul>
|
|
121
141
|
<li>user_data
|
|
122
142
|
: <a class="el" href="structt__cb__data.html#4e189560f9336a7986aa04c27cca00a9">t_cb_data</a>, <a class="el" href="structt__vpi__systf__data.html#6824876f8267080265aea4025e800ee3">t_vpi_systf_data</a></ul>
|
|
123
143
|
<h3><a class="anchor" name="index_v">- v -</a></h3><ul>
|
|
124
144
|
<li>value
|
|
125
145
|
: <a class="el" href="structt__cb__data.html#5039bb34ac75410ff93cbe44515b3543">t_cb_data</a>, <a class="el" href="structt__vpi__value.html#73c4197b95dc5a8f4e8f0754e776d796">t_vpi_value</a><li>vector
|
|
126
|
-
: <a class="el" href="structt__vpi__value.html#b363de5e581f84f9da4610dade8136df">t_vpi_value</a><li>version
|
|
146
|
+
: <a class="el" href="structt__vpi__value.html#b363de5e581f84f9da4610dade8136df">t_vpi_value</a>, <a class="el" href="unions__vpi__value__value.html#83be7b9659a7336f2c89c03398f8f36f">s_vpi_value_value</a><li>version
|
|
127
147
|
: <a class="el" href="structt__vpi__vlog__info.html#3ff076199159904aa9869e0fb1476bad">t_vpi_vlog_info</a></ul>
|
|
128
|
-
<hr size="1"><address style="align: right;"><small>Generated on Sat
|
|
148
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Jan 13 16:42:16 2007 for Ruby-VPI by
|
|
129
149
|
<a href="http://www.doxygen.org/index.html">
|
|
130
150
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
131
151
|
</body>
|
data/ref/c/functions_vars.html
CHANGED
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
<li><a href="#index_f"><span>f</span></a></li>
|
|
32
32
|
<li><a href="#index_h"><span>h</span></a></li>
|
|
33
33
|
<li><a href="#index_i"><span>i</span></a></li>
|
|
34
|
+
<li><a href="#index_k"><span>k</span></a></li>
|
|
34
35
|
<li><a href="#index_l"><span>l</span></a></li>
|
|
35
36
|
<li><a href="#index_m"><span>m</span></a></li>
|
|
36
37
|
<li><a href="#index_n"><span>n</span></a></li>
|
|
@@ -58,13 +59,19 @@
|
|
|
58
59
|
: <a class="el" href="structt__vpi__vecval.html#6a1bdb82a28820ebdb9f0a8834192f0f">t_vpi_vecval</a></ul>
|
|
59
60
|
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
|
|
60
61
|
<li>calltf
|
|
61
|
-
: <a class="el" href="structt__vpi__systf__data.html#56dd77c5f4a9a7900dde0e7e4ecb5f77">t_vpi_systf_data</a><li>
|
|
62
|
-
: <a class="el" href="
|
|
62
|
+
: <a class="el" href="structt__vpi__systf__data.html#56dd77c5f4a9a7900dde0e7e4ecb5f77">t_vpi_systf_data</a><li>cast
|
|
63
|
+
: <a class="el" href="structswig__type__info.html#3ee3f7ef20e965b6c798d79723a96f9b">swig_type_info</a><li>cast_initial
|
|
64
|
+
: <a class="el" href="structswig__module__info.html#15f6b50a41f144afb1148fc412dc01f7">swig_module_info</a><li>cb_rtn
|
|
65
|
+
: <a class="el" href="structt__cb__data.html#94cc0aa75ed2ff930f217a603136b278">t_cb_data</a><li>clientdata
|
|
66
|
+
: <a class="el" href="structswig__module__info.html#9fb6e461fcaf14c209049adfae4e9754">swig_module_info</a>, <a class="el" href="structswig__type__info.html#19bdd65dceb89cd54befd3ded06558b7">swig_type_info</a><li>code
|
|
63
67
|
: <a class="el" href="structt__vpi__error__info.html#05777937a08ce48cb9485638a4669fee">t_vpi_error_info</a><li>compiletf
|
|
64
|
-
: <a class="el" href="structt__vpi__systf__data.html#d726a318f0c892d99536ec4a31121f3b">t_vpi_systf_data</a
|
|
68
|
+
: <a class="el" href="structt__vpi__systf__data.html#d726a318f0c892d99536ec4a31121f3b">t_vpi_systf_data</a><li>converter
|
|
69
|
+
: <a class="el" href="structswig__cast__info.html#a630fddfbb1bf9c97a03f9479ba32f76">swig_cast_info</a></ul>
|
|
65
70
|
<h3><a class="anchor" name="index_d">- d -</a></h3><ul>
|
|
66
71
|
<li>da
|
|
67
|
-
: <a class="el" href="structt__vpi__delay.html#0edd8482502d26097e426eb46dd96105">t_vpi_delay</a
|
|
72
|
+
: <a class="el" href="structt__vpi__delay.html#0edd8482502d26097e426eb46dd96105">t_vpi_delay</a><li>dcast
|
|
73
|
+
: <a class="el" href="structswig__type__info.html#07df4bedf85be77b23756b531b60e0dd">swig_type_info</a><li>destroy
|
|
74
|
+
: <a class="el" href="structswig__class.html#4856d249afa3773d555419aa91d9ac2f">swig_class</a></ul>
|
|
68
75
|
<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
|
|
69
76
|
<li>file
|
|
70
77
|
: <a class="el" href="structt__vpi__error__info.html#56428eb5d3011b7be7fe47865503a4a3">t_vpi_error_info</a><li>format
|
|
@@ -75,7 +82,10 @@
|
|
|
75
82
|
<h3><a class="anchor" name="index_i">- i -</a></h3><ul>
|
|
76
83
|
<li>index
|
|
77
84
|
: <a class="el" href="structt__cb__data.html#05eec951fe6d0c09aea8659604136e42">t_cb_data</a><li>integer
|
|
78
|
-
: <a class="el" href="structt__vpi__value.html#611104ac09cb8a0a12c7bb2daf98776d">t_vpi_value</a></ul>
|
|
85
|
+
: <a class="el" href="structt__vpi__value.html#611104ac09cb8a0a12c7bb2daf98776d">t_vpi_value</a>, <a class="el" href="unions__vpi__value__value.html#5b7b4294baa69af942467e56985acde7">s_vpi_value_value</a></ul>
|
|
86
|
+
<h3><a class="anchor" name="index_k">- k -</a></h3><ul>
|
|
87
|
+
<li>klass
|
|
88
|
+
: <a class="el" href="structswig__class.html#b9ed0f2df41d49a21d059a28fa8c27ce">swig_class</a></ul>
|
|
79
89
|
<h3><a class="anchor" name="index_l">- l -</a></h3><ul>
|
|
80
90
|
<li>level
|
|
81
91
|
: <a class="el" href="structt__vpi__error__info.html#940fc9d23e1b07b1113cacf34528b44f">t_vpi_error_info</a><li>line
|
|
@@ -83,49 +93,59 @@
|
|
|
83
93
|
: <a class="el" href="structt__vpi__strengthval.html#fac2028c9ff50cf468e7bd5d5705b7b7">t_vpi_strengthval</a><li>low
|
|
84
94
|
: <a class="el" href="structt__vpi__time.html#eedea6437dd76e437818b9fb206b6468">t_vpi_time</a></ul>
|
|
85
95
|
<h3><a class="anchor" name="index_m">- m -</a></h3><ul>
|
|
86
|
-
<li>
|
|
87
|
-
: <a class="el" href="
|
|
88
|
-
: <a class="el" href="
|
|
96
|
+
<li>mark
|
|
97
|
+
: <a class="el" href="structswig__class.html#f3c15ca027258dc39450433563fdf313">swig_class</a><li>message
|
|
98
|
+
: <a class="el" href="structt__vpi__error__info.html#8d273a8333b3c40fe78c438664256bf8">t_vpi_error_info</a><li>mImpl
|
|
99
|
+
: <a class="el" href="structswig__class.html#5bd45e1a2aa1ab5bd3d7fbed50c93ec3">swig_class</a><li>misc
|
|
100
|
+
: <a class="el" href="structt__vpi__value.html#1baa416cc0dfd16c0847f9bcbdc6d675">t_vpi_value</a>, <a class="el" href="unions__vpi__value__value.html#28cffae0783d0a647c228b110f74e585">s_vpi_value_value</a><li>mtm_flag
|
|
89
101
|
: <a class="el" href="structt__vpi__delay.html#c6807c9fd672ab553e3ed9f9e0b861a8">t_vpi_delay</a></ul>
|
|
90
102
|
<h3><a class="anchor" name="index_n">- n -</a></h3><ul>
|
|
91
|
-
<li>
|
|
103
|
+
<li>name
|
|
104
|
+
: <a class="el" href="structswig__type__info.html#90a9c6a25aa3e923978005ecbe23ad60">swig_type_info</a><li>next
|
|
105
|
+
: <a class="el" href="structswig__module__info.html#c177d150b85ab77122089acf1f06d9c6">swig_module_info</a>, <a class="el" href="structswig__cast__info.html#e79c6fa058a9d908bbdac14db0c9db5e">swig_cast_info</a><li>no_of_delays
|
|
92
106
|
: <a class="el" href="structt__vpi__delay.html#09f136e167ff4bdf3ff2df9da39d88fd">t_vpi_delay</a></ul>
|
|
93
107
|
<h3><a class="anchor" name="index_o">- o -</a></h3><ul>
|
|
94
108
|
<li>obj
|
|
95
|
-
: <a class="el" href="structt__cb__data.html#4c1292889ff4617c8a9772c7639efe66">t_cb_data</a
|
|
109
|
+
: <a class="el" href="structt__cb__data.html#4c1292889ff4617c8a9772c7639efe66">t_cb_data</a><li>owndata
|
|
110
|
+
: <a class="el" href="structswig__type__info.html#93c25d5903cbfcb82208eea7227c32bd">swig_type_info</a></ul>
|
|
96
111
|
<h3><a class="anchor" name="index_p">- p -</a></h3><ul>
|
|
97
|
-
<li>
|
|
112
|
+
<li>prev
|
|
113
|
+
: <a class="el" href="structswig__cast__info.html#fc685bcf38a5a06c6601775138c5999c">swig_cast_info</a><li>product
|
|
98
114
|
: <a class="el" href="structt__vpi__error__info.html#7dc02be8b7e67ad970608d79c9293bd8">t_vpi_error_info</a>, <a class="el" href="structt__vpi__vlog__info.html#4e3f3a9c3d503a59120ddd55bab40520">t_vpi_vlog_info</a><li>pulsere_flag
|
|
99
115
|
: <a class="el" href="structt__vpi__delay.html#e6dc07bc5083c0022275f19d5553707a">t_vpi_delay</a></ul>
|
|
100
116
|
<h3><a class="anchor" name="index_r">- r -</a></h3><ul>
|
|
101
117
|
<li>real
|
|
102
|
-
: <a class="el" href="structt__vpi__value.html#f629e880466d1f9ad4de011e075a3d3d">t_vpi_value</a>, <a class="el" href="structt__vpi__time.html#e2056f752e51d549670b6ae5c678c5f6">t_vpi_time</a><li>reason
|
|
118
|
+
: <a class="el" href="structt__vpi__value.html#f629e880466d1f9ad4de011e075a3d3d">t_vpi_value</a>, <a class="el" href="structt__vpi__time.html#e2056f752e51d549670b6ae5c678c5f6">t_vpi_time</a>, <a class="el" href="unions__vpi__value__value.html#65be6f4dfb83ecda12243906b02e779c">s_vpi_value_value</a><li>reason
|
|
103
119
|
: <a class="el" href="structt__cb__data.html#df80a9245626ee021fe6fea443672aff">t_cb_data</a></ul>
|
|
104
120
|
<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
|
|
105
121
|
<li>s0
|
|
106
122
|
: <a class="el" href="structt__vpi__strengthval.html#1c0977972f36a02699a89a43b9b93afa">t_vpi_strengthval</a><li>s1
|
|
107
123
|
: <a class="el" href="structt__vpi__strengthval.html#7c1b2f709a7e48f7f05ea8752fe2af44">t_vpi_strengthval</a><li>scalar
|
|
108
|
-
: <a class="el" href="structt__vpi__value.html#a2840c3965cb2e97a9ae948c5b9a3930">t_vpi_value</a><li>
|
|
124
|
+
: <a class="el" href="structt__vpi__value.html#a2840c3965cb2e97a9ae948c5b9a3930">t_vpi_value</a>, <a class="el" href="unions__vpi__value__value.html#ddde1b42b67cc33b24f848b6136452a6">s_vpi_value_value</a><li>size
|
|
125
|
+
: <a class="el" href="structswig__module__info.html#af8907cf8509ee0464af8c9dfd909042">swig_module_info</a><li>sizetf
|
|
109
126
|
: <a class="el" href="structt__vpi__systf__data.html#1c37ca2de1af69a8dd0b3e1961d695cc">t_vpi_systf_data</a><li>state
|
|
110
127
|
: <a class="el" href="structt__vpi__error__info.html#0c2529abf147046833472f598b4a5c36">t_vpi_error_info</a><li>str
|
|
111
|
-
: <a class="el" href="structt__vpi__value.html#9f3f75549e7fd4017e6f44376d845a78">t_vpi_value</a><li>strength
|
|
112
|
-
: <a class="el" href="structt__vpi__value.html#73a0da1e56cd18fcf2a07182d8f58734">t_vpi_value</a><li>sysfunctype
|
|
128
|
+
: <a class="el" href="structt__vpi__value.html#9f3f75549e7fd4017e6f44376d845a78">t_vpi_value</a>, <a class="el" href="unions__vpi__value__value.html#fa9c2707008632f4483435de8479bf09">s_vpi_value_value</a>, <a class="el" href="structswig__type__info.html#bbe7cc58a083feb4329b748643324064">swig_type_info</a><li>strength
|
|
129
|
+
: <a class="el" href="structt__vpi__value.html#73a0da1e56cd18fcf2a07182d8f58734">t_vpi_value</a>, <a class="el" href="unions__vpi__value__value.html#575232f92b4e2190577a3c14294a324d">s_vpi_value_value</a><li>sysfunctype
|
|
113
130
|
: <a class="el" href="structt__vpi__systf__data.html#e4e4c4b90e5556e6612fac5b8a534f9d">t_vpi_systf_data</a></ul>
|
|
114
131
|
<h3><a class="anchor" name="index_t">- t -</a></h3><ul>
|
|
115
132
|
<li>tfname
|
|
116
133
|
: <a class="el" href="structt__vpi__systf__data.html#d8979812197b4961fe4a1311d0d7a0ab">t_vpi_systf_data</a><li>time
|
|
117
|
-
: <a class="el" href="structt__cb__data.html#1cb47915f676a358615d46b09235eee1">t_cb_data</a>, <a class="el" href="structt__vpi__value.html#bb9ee4540d611b0c7757a06dfda6d746">t_vpi_value</a><li>time_type
|
|
118
|
-
: <a class="el" href="structt__vpi__delay.html#1ef844c9bf457ba556d441171fcdb156">t_vpi_delay</a><li>
|
|
119
|
-
: <a class="el" href="
|
|
134
|
+
: <a class="el" href="structt__cb__data.html#1cb47915f676a358615d46b09235eee1">t_cb_data</a>, <a class="el" href="structt__vpi__value.html#bb9ee4540d611b0c7757a06dfda6d746">t_vpi_value</a>, <a class="el" href="unions__vpi__value__value.html#3c2ca8f361f470a20e44e7f9fdb41672">s_vpi_value_value</a><li>time_type
|
|
135
|
+
: <a class="el" href="structt__vpi__delay.html#1ef844c9bf457ba556d441171fcdb156">t_vpi_delay</a><li>trackObjects
|
|
136
|
+
: <a class="el" href="structswig__class.html#f730163aae3ff4976eca5867cb0cd032">swig_class</a><li>type
|
|
137
|
+
: <a class="el" href="structt__vpi__systf__data.html#5df2daeca876723293cfee5198a9d956">t_vpi_systf_data</a>, <a class="el" href="structt__vpi__time.html#a922d1e805b0a3e7bc3e134ed488bb84">t_vpi_time</a>, <a class="el" href="structswig__cast__info.html#1c9023a301c8d6806209f4e10df6e9e0">swig_cast_info</a><li>type_initial
|
|
138
|
+
: <a class="el" href="structswig__module__info.html#76c7d5b0fc10371748616d0b6c815a17">swig_module_info</a><li>types
|
|
139
|
+
: <a class="el" href="structswig__module__info.html#d658c7738e9a035ef8eea865322fbf13">swig_module_info</a></ul>
|
|
120
140
|
<h3><a class="anchor" name="index_u">- u -</a></h3><ul>
|
|
121
141
|
<li>user_data
|
|
122
142
|
: <a class="el" href="structt__cb__data.html#4e189560f9336a7986aa04c27cca00a9">t_cb_data</a>, <a class="el" href="structt__vpi__systf__data.html#6824876f8267080265aea4025e800ee3">t_vpi_systf_data</a></ul>
|
|
123
143
|
<h3><a class="anchor" name="index_v">- v -</a></h3><ul>
|
|
124
144
|
<li>value
|
|
125
145
|
: <a class="el" href="structt__cb__data.html#5039bb34ac75410ff93cbe44515b3543">t_cb_data</a>, <a class="el" href="structt__vpi__value.html#73c4197b95dc5a8f4e8f0754e776d796">t_vpi_value</a><li>vector
|
|
126
|
-
: <a class="el" href="structt__vpi__value.html#b363de5e581f84f9da4610dade8136df">t_vpi_value</a><li>version
|
|
146
|
+
: <a class="el" href="structt__vpi__value.html#b363de5e581f84f9da4610dade8136df">t_vpi_value</a>, <a class="el" href="unions__vpi__value__value.html#83be7b9659a7336f2c89c03398f8f36f">s_vpi_value_value</a><li>version
|
|
127
147
|
: <a class="el" href="structt__vpi__vlog__info.html#3ff076199159904aa9869e0fb1476bad">t_vpi_vlog_info</a></ul>
|
|
128
|
-
<hr size="1"><address style="align: right;"><small>Generated on Sat
|
|
148
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Jan 13 16:42:16 2007 for Ruby-VPI by
|
|
129
149
|
<a href="http://www.doxygen.org/index.html">
|
|
130
150
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
131
151
|
</body>
|