ruby-vpi 7.3.0 → 8.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/HEADER +19 -4
- data/HISTORY +34 -1
- data/MEMO +2 -2
- data/README +14 -1
- data/Rakefile +39 -66
- data/bin/generate_test.rb +5 -23
- data/bin/generate_test_tpl/bench.rb +1 -1
- data/bin/generate_test_tpl/bench.v +2 -2
- data/bin/generate_test_tpl/proto.rb +8 -3
- data/bin/header_to_ruby.rb +3 -3
- data/doc/Rakefile +9 -26
- data/doc/{xhtml/background.html → background.html} +1 -1
- data/doc/{xhtml/background.methodology.html → background.methodology.html} +1 -1
- data/doc/{xhtml/background.organization.html → background.organization.html} +1 -1
- data/doc/{xhtml/background.running-tests.html → background.running-tests.html} +0 -0
- data/doc/{xhtml/background.terminology.html → background.terminology.html} +0 -0
- data/doc/{src/figures → figures}/organization.png +0 -0
- data/doc/{src/figures → figures}/organization_detailed.png +0 -0
- data/doc/{src/figures → figures}/ruby_init.png +0 -0
- data/doc/{src/figures → figures}/ruby_relay.png +0 -0
- data/doc/{xhtml/gfdl-0.html → gfdl-0.html} +0 -0
- data/doc/{xhtml/gfdl-1.html → gfdl-1.html} +0 -0
- data/doc/{xhtml/gfdl-10.html → gfdl-10.html} +0 -0
- data/doc/{xhtml/gfdl-2.html → gfdl-2.html} +0 -0
- data/doc/{xhtml/gfdl-3.html → gfdl-3.html} +0 -0
- data/doc/{xhtml/gfdl-4.html → gfdl-4.html} +0 -0
- data/doc/{xhtml/gfdl-5.html → gfdl-5.html} +0 -0
- data/doc/{xhtml/gfdl-6.html → gfdl-6.html} +0 -0
- data/doc/{xhtml/gfdl-7.html → gfdl-7.html} +0 -0
- data/doc/{xhtml/gfdl-8.html → gfdl-8.html} +0 -0
- data/doc/{xhtml/gfdl-9.html → gfdl-9.html} +0 -0
- data/doc/{xhtml/gfdl-addendum.html → gfdl-addendum.html} +0 -0
- data/doc/{xhtml/gfdl.html → gfdl.html} +0 -0
- data/doc/glossary.html +3 -0
- data/doc/{src/images → images}/COPYING +0 -0
- data/doc/{src/images → images}/ChangeLog +0 -0
- data/doc/{src/images → images}/blank.png +0 -0
- data/doc/{src/images → images}/callouts/1.png +0 -0
- data/doc/{src/images → images}/callouts/10.png +0 -0
- data/doc/{src/images → images}/callouts/11.png +0 -0
- data/doc/{src/images → images}/callouts/12.png +0 -0
- data/doc/{src/images → images}/callouts/13.png +0 -0
- data/doc/{src/images → images}/callouts/14.png +0 -0
- data/doc/{src/images → images}/callouts/15.png +0 -0
- data/doc/{src/images → images}/callouts/2.png +0 -0
- data/doc/{src/images → images}/callouts/3.png +0 -0
- data/doc/{src/images → images}/callouts/4.png +0 -0
- data/doc/{src/images → images}/callouts/5.png +0 -0
- data/doc/{src/images → images}/callouts/6.png +0 -0
- data/doc/{src/images → images}/callouts/7.png +0 -0
- data/doc/{src/images → images}/callouts/8.png +0 -0
- data/doc/{src/images → images}/callouts/9.png +0 -0
- data/doc/{src/images → images}/callouts/ChangeLog +0 -0
- data/doc/{src/images → images}/caution.png +0 -0
- data/doc/{src/images → images}/caution.svg +0 -0
- data/doc/{src/images → images}/copyright +0 -0
- data/doc/{src/images → images}/draft.png +0 -0
- data/doc/{src/images → images}/home.png +0 -0
- data/doc/{src/images → images}/home.svg +0 -0
- data/doc/{src/images → images}/important.png +0 -0
- data/doc/{src/images → images}/important.svg +0 -0
- data/doc/{src/images → images}/next.png +0 -0
- data/doc/{src/images → images}/next.svg +0 -0
- data/doc/{src/images → images}/note.png +0 -0
- data/doc/{src/images → images}/note.svg +0 -0
- data/doc/{src/images → images}/prev.png +0 -0
- data/doc/{src/images → images}/prev.svg +0 -0
- data/doc/{src/images → images}/tip.png +0 -0
- data/doc/{src/images → images}/tip.svg +0 -0
- data/doc/{src/images → images}/toc-blank.png +0 -0
- data/doc/{src/images → images}/toc-minus.png +0 -0
- data/doc/{src/images → images}/toc-plus.png +0 -0
- data/doc/{src/images → images}/up.png +0 -0
- data/doc/{src/images → images}/up.svg +0 -0
- data/doc/{src/images → images}/warning.png +0 -0
- data/doc/{src/images → images}/warning.svg +0 -0
- data/doc/{xhtml/index.html → index.html} +2 -2
- data/doc/{xhtml/introduction.html → introduction.html} +0 -0
- data/doc/{xhtml/introduction.license.html → introduction.license.html} +0 -0
- data/doc/{xhtml/introduction.manifest.html → introduction.manifest.html} +1 -1
- data/doc/{xhtml/introduction.related-works.html → introduction.related-works.html} +0 -0
- data/doc/{xhtml/introduction.resources.html → introduction.resources.html} +1 -1
- data/doc/{txt/manual.txt → manual.txt} +50 -49
- data/doc/{xhtml/problem.ivl.html → problem.ivl.html} +0 -0
- data/doc/{xhtml/problems.html → problems.html} +0 -0
- data/doc/{xhtml/problems.ruby.html → problems.ruby.html} +0 -0
- data/doc/{xhtml/problems.vsim.html → problems.vsim.html} +0 -0
- data/doc/src/manual.xml +53 -39
- data/doc/src/shared.dtd +1 -2
- data/doc/{xhtml/styles → styles}/manual.css +6 -10
- data/doc/{xhtml/usage.examples.html → usage.examples.html} +0 -0
- data/doc/{xhtml/usage.html → usage.html} +0 -0
- data/doc/{xhtml/usage.installation.html → usage.installation.html} +0 -0
- data/doc/{xhtml/usage.requirements.html → usage.requirements.html} +0 -0
- data/doc/{xhtml/usage.tools.html → usage.tools.html} +0 -0
- data/doc/{xhtml/usage.tutorial.html → usage.tutorial.html} +14 -18
- data/gem_extconf.rb +1 -1
- data/header.html +18 -4
- data/header.part.html +18 -4
- data/history.html +87 -5
- data/history.part.html +69 -1
- data/lib/ruby-vpi.rb +5 -5
- data/lib/ruby-vpi/rcov.rb +2 -2
- data/lib/ruby-vpi/runner.rb +4 -7
- data/lib/ruby-vpi/vpi_util.rb +2 -2
- data/memo.html +23 -9
- data/memo.part.html +5 -5
- data/readme.html +40 -5
- data/readme.part.html +22 -1
- data/ref/c/annotated.html +1 -1
- data/ref/c/common_8h.html +1 -1
- data/ref/c/files.html +1 -1
- data/ref/c/functions.html +1 -1
- data/ref/c/functions_vars.html +1 -1
- data/ref/c/globals.html +1 -1
- data/ref/c/globals_0x63.html +1 -1
- data/ref/c/globals_0x65.html +1 -1
- data/ref/c/globals_0x66.html +1 -1
- data/ref/c/globals_0x70.html +1 -1
- data/ref/c/globals_0x72.html +1 -1
- data/ref/c/globals_0x73.html +1 -1
- data/ref/c/globals_0x74.html +1 -1
- data/ref/c/globals_0x76.html +1 -1
- data/ref/c/globals_0x78.html +1 -1
- data/ref/c/globals_defs.html +1 -1
- data/ref/c/globals_defs_0x65.html +1 -1
- data/ref/c/globals_defs_0x70.html +1 -1
- data/ref/c/globals_defs_0x76.html +1 -1
- data/ref/c/globals_defs_0x78.html +1 -1
- data/ref/c/globals_enum.html +1 -1
- data/ref/c/globals_eval.html +1 -1
- data/ref/c/globals_func.html +1 -1
- data/ref/c/globals_type.html +1 -1
- data/ref/c/globals_vars.html +1 -1
- data/ref/c/hierarchy.html +1 -1
- data/ref/c/index.html +1 -1
- data/ref/c/relay_8cin.html +1 -1
- data/ref/c/relay_8hin.html +1 -1
- data/ref/c/ruby-vpi_8c.html +1 -1
- data/ref/c/structrelay____RubyOptions____def.html +1 -1
- 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_8cin.html +1 -1
- data/ref/c/swig_8hin.html +1 -1
- data/ref/c/verilog_8h.html +1 -1
- data/ref/c/vlog_8cin.html +1 -1
- data/ref/c/vlog_8hin.html +1 -1
- data/ref/c/vpi__user_8h.html +1 -1
- data/ref/ruby/classes/OutputInfo.src/M000014.html +36 -36
- data/ref/ruby/classes/{RubyVPI.html → RubyVpi.html} +6 -6
- data/ref/ruby/classes/{RubyVPI.src → RubyVpi.src}/M000075.html +5 -5
- data/ref/ruby/classes/{RubyVPI.src → RubyVpi.src}/M000076.html +2 -2
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000070.html +2 -2
- data/ref/ruby/classes/Template.src/M000015.html +4 -4
- data/ref/ruby/classes/XX.html +4 -4
- data/ref/ruby/classes/XX/XHTML.html +5 -5
- data/ref/ruby/classes/XX/XHTML.src/{M000024.html → M000023.html} +0 -0
- data/ref/ruby/classes/XX/XHTML/Strict.html +5 -5
- data/ref/ruby/classes/XX/XHTML/Strict.src/{M000026.html → M000025.html} +0 -0
- data/ref/ruby/classes/XX/XHTML/Transitional.html +5 -5
- data/ref/ruby/classes/XX/XHTML/Transitional.src/{M000025.html → M000024.html} +0 -0
- data/ref/ruby/classes/XX/XMLish.html +5 -5
- data/ref/ruby/classes/XX/XMLish.src/{M000023.html → M000026.html} +0 -0
- data/ref/ruby/created.rid +1 -1
- data/ref/ruby/files/bin/generate_test_rb.html +7 -39
- data/ref/ruby/files/bin/generate_test_rb.src/M000001.html +15 -15
- data/ref/ruby/files/bin/header_to_ruby_rb.html +12 -4
- data/ref/ruby/files/lib/ruby-vpi/erb_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/rake_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/rcov_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/rdoc_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/rspec_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/runner_proxy_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/runner_rb.html +2 -7
- data/ref/ruby/files/lib/ruby-vpi/runner_rb.src/M000002.html +6 -6
- data/ref/ruby/files/lib/ruby-vpi/verilog_parser_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/vpi_util_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/xx_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi_rb.html +1 -1
- data/ref/ruby/fr_class_index.html +1 -1
- data/ref/ruby/fr_method_index.html +10 -10
- data/samp/counter/counter_rspecTest_bench.rb +1 -1
- data/samp/counter/counter_rspecTest_proto.rb +1 -1
- data/samp/counter/counter_unitTest_bench.rb +1 -1
- data/samp/counter/counter_unitTest_proto.rb +1 -1
- data/samp/pipelined_alu/hw5_unit_test_bench.rb +1 -1
- data/samp/pipelined_alu/hw5_unit_test_proto.rb +1 -1
- metadata +183 -237
- data/doc/src/styles/manual.css +0 -87
- data/doc/xhtml/figures/organization.png +0 -0
- data/doc/xhtml/figures/organization_detailed.png +0 -0
- data/doc/xhtml/figures/ruby_init.png +0 -0
- data/doc/xhtml/figures/ruby_relay.png +0 -0
- data/doc/xhtml/glossary.html +0 -3
- data/doc/xhtml/images/COPYING +0 -67
- data/doc/xhtml/images/ChangeLog +0 -27
- data/doc/xhtml/images/blank.png +0 -0
- data/doc/xhtml/images/callouts/1.png +0 -0
- data/doc/xhtml/images/callouts/10.png +0 -0
- data/doc/xhtml/images/callouts/11.png +0 -0
- data/doc/xhtml/images/callouts/12.png +0 -0
- data/doc/xhtml/images/callouts/13.png +0 -0
- data/doc/xhtml/images/callouts/14.png +0 -0
- data/doc/xhtml/images/callouts/15.png +0 -0
- data/doc/xhtml/images/callouts/2.png +0 -0
- data/doc/xhtml/images/callouts/3.png +0 -0
- data/doc/xhtml/images/callouts/4.png +0 -0
- data/doc/xhtml/images/callouts/5.png +0 -0
- data/doc/xhtml/images/callouts/6.png +0 -0
- data/doc/xhtml/images/callouts/7.png +0 -0
- data/doc/xhtml/images/callouts/8.png +0 -0
- data/doc/xhtml/images/callouts/9.png +0 -0
- data/doc/xhtml/images/callouts/ChangeLog +0 -15
- data/doc/xhtml/images/caution.png +0 -0
- data/doc/xhtml/images/caution.svg +0 -290
- data/doc/xhtml/images/copyright +0 -55
- data/doc/xhtml/images/draft.png +0 -0
- data/doc/xhtml/images/home.png +0 -0
- data/doc/xhtml/images/home.svg +0 -386
- data/doc/xhtml/images/important.png +0 -0
- data/doc/xhtml/images/important.svg +0 -163
- data/doc/xhtml/images/next.png +0 -0
- data/doc/xhtml/images/next.svg +0 -191
- data/doc/xhtml/images/note.png +0 -0
- data/doc/xhtml/images/note.svg +0 -483
- data/doc/xhtml/images/prev.png +0 -0
- data/doc/xhtml/images/prev.svg +0 -852
- data/doc/xhtml/images/tip.png +0 -0
- data/doc/xhtml/images/tip.svg +0 -1145
- data/doc/xhtml/images/toc-blank.png +0 -0
- data/doc/xhtml/images/toc-minus.png +0 -0
- data/doc/xhtml/images/toc-plus.png +0 -0
- data/doc/xhtml/images/up.png +0 -0
- data/doc/xhtml/images/up.svg +0 -195
- data/doc/xhtml/images/warning.png +0 -0
- data/doc/xhtml/images/warning.svg +0 -334
data/lib/ruby-vpi/vpi_util.rb
CHANGED
|
@@ -218,7 +218,7 @@ module SWIG
|
|
|
218
218
|
begin
|
|
219
219
|
prop = Vpi.const_get(propName)
|
|
220
220
|
rescue NameError
|
|
221
|
-
raise ArgumentError, "invalid VPI property
|
|
221
|
+
raise ArgumentError, "invalid VPI property #{propName.inspect}"
|
|
222
222
|
end
|
|
223
223
|
|
|
224
224
|
# access the VPI property
|
|
@@ -296,7 +296,7 @@ module SWIG
|
|
|
296
296
|
end
|
|
297
297
|
end
|
|
298
298
|
|
|
299
|
-
raise NoMethodError, "unable to access VPI property
|
|
299
|
+
raise NoMethodError, "unable to access VPI property #{propName.inspect} through method #{aMsg.inspect} with arguments #{aArgs.inspect} for handle #{self}"
|
|
300
300
|
end
|
|
301
301
|
|
|
302
302
|
# Returns an array of handles of the given type.
|
data/memo.html
CHANGED
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
|
|
14
14
|
<ul>
|
|
15
15
|
<li>Prototype and verify designs <em>quickly</em> using <a href="http://behaviour-driven.org/" title="behavior-driven development"><span class="caps">BDD</span></a>, <a href="http://www.agiledata.org/essays/tdd.html" title="test-driven development"><span class="caps">TDD</span></a>, and more.</li>
|
|
16
|
-
<li>Specifications are executable <em>and</em> human-readable. (See this <a href="./doc/usage.tutorial.html#fig..counter_rspecTest_spec.rb">example specification</a> and its <a href="./doc/usage.tutorial.html#fig..test-proto.rspec">boss-friendly output</a>.)</li>
|
|
17
16
|
<li>Reuse the <em>same</em> specification to verify both prototype and design.</li>
|
|
17
|
+
<li>Specifications are executable <em>and</em> human-readable. (See this <a href="./doc/usage.tutorial.html#fig..counter_rspecTest_spec.rb">example specification</a> and its <a href="./doc/usage.tutorial.html#fig..test-proto.rspec">boss-friendly output</a>.)</li>
|
|
18
18
|
</ul>
|
|
19
19
|
|
|
20
20
|
|
|
@@ -51,7 +51,16 @@
|
|
|
51
51
|
</span>
|
|
52
52
|
</dt>
|
|
53
53
|
<dd>
|
|
54
|
-
<p>Complete documentation for users. Start here!</p>
|
|
54
|
+
<p>Complete documentation for users. <em>Start here!</em></p>
|
|
55
|
+
</dd>
|
|
56
|
+
|
|
57
|
+
<dt>
|
|
58
|
+
<span class="term">
|
|
59
|
+
<a href="./ref/" target="_top">Reference</a>
|
|
60
|
+
</span>
|
|
61
|
+
</dt>
|
|
62
|
+
<dd>
|
|
63
|
+
<p><span class="caps">API</span> reference documentation for Ruby libraries and C extension.</p>
|
|
55
64
|
</dd>
|
|
56
65
|
|
|
57
66
|
<dt>
|
|
@@ -66,9 +75,10 @@ Access project facilities, hosted generously by <a href="http://rubyforge.org" t
|
|
|
66
75
|
RubyForge</a>.
|
|
67
76
|
</p>
|
|
68
77
|
</dd>
|
|
78
|
+
|
|
69
79
|
<dt>
|
|
70
80
|
<span class="term">
|
|
71
|
-
<a href="http://rubyforge.org/
|
|
81
|
+
<a href="http://rubyforge.org/tracker/?group_id=1339" target="_top">
|
|
72
82
|
Tracker</a>
|
|
73
83
|
</span>
|
|
74
84
|
</dt>
|
|
@@ -76,6 +86,7 @@ Tracker</a>
|
|
|
76
86
|
<p>
|
|
77
87
|
Report problems, contribute patches, and more.</p>
|
|
78
88
|
</dd>
|
|
89
|
+
|
|
79
90
|
<dt>
|
|
80
91
|
<span class="term">
|
|
81
92
|
<a href="http://rubyforge.org/frs/?group_id=1339" target="_top">
|
|
@@ -86,9 +97,10 @@ Releases</a>
|
|
|
86
97
|
<p>
|
|
87
98
|
Download the newest releases.</p>
|
|
88
99
|
</dd>
|
|
100
|
+
|
|
89
101
|
<dt>
|
|
90
102
|
<span class="term">
|
|
91
|
-
<a href="http://rubyforge.org/
|
|
103
|
+
<a href="http://ruby-vpi.rubyforge.org/src/ruby-vpi" target="_top">
|
|
92
104
|
Sources</a>
|
|
93
105
|
</span>
|
|
94
106
|
</dt>
|
|
@@ -96,6 +108,7 @@ Sources</a>
|
|
|
96
108
|
<p>
|
|
97
109
|
Browse or access the source code repository.</p>
|
|
98
110
|
</dd>
|
|
111
|
+
|
|
99
112
|
<dt>
|
|
100
113
|
<span class="term">
|
|
101
114
|
<a href="http://rubyforge.org/forum/?group_id=1339" target="_top">
|
|
@@ -106,6 +119,7 @@ Forums</a>
|
|
|
106
119
|
<p>
|
|
107
120
|
Ask for help, give feedback, or discuss.</p>
|
|
108
121
|
</dd>
|
|
122
|
+
|
|
109
123
|
</dl>
|
|
110
124
|
</div>
|
|
111
125
|
</div>
|
|
@@ -142,11 +156,6 @@ Ask for help, give feedback, or discuss.</p>
|
|
|
142
156
|
</ul>
|
|
143
157
|
|
|
144
158
|
|
|
145
|
-
<ul>
|
|
146
|
-
<li>smarter test generation, which adjusts to user modifications in previously generated output</li>
|
|
147
|
-
</ul>
|
|
148
|
-
|
|
149
|
-
|
|
150
159
|
<h1>Finished tasks</h1>
|
|
151
160
|
|
|
152
161
|
|
|
@@ -201,3 +210,8 @@ Ask for help, give feedback, or discuss.</p>
|
|
|
201
210
|
<li>try new icarus snapshot</li>
|
|
202
211
|
</ul></li>
|
|
203
212
|
</ul>
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
<ul>
|
|
216
|
+
<li>smarter test generation, which adjusts to user modifications in previously generated output—just use a smart merging tool like <strong>kdiff3</strong></li>
|
|
217
|
+
</ul>
|
data/memo.part.html
CHANGED
|
@@ -30,11 +30,6 @@
|
|
|
30
30
|
</ul>
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
<ul>
|
|
34
|
-
<li>smarter test generation, which adjusts to user modifications in previously generated output</li>
|
|
35
|
-
</ul>
|
|
36
|
-
|
|
37
|
-
|
|
38
33
|
<h1>Finished tasks</h1>
|
|
39
34
|
|
|
40
35
|
|
|
@@ -89,3 +84,8 @@
|
|
|
89
84
|
<li>try new icarus snapshot</li>
|
|
90
85
|
</ul></li>
|
|
91
86
|
</ul>
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
<ul>
|
|
90
|
+
<li>smarter test generation, which adjusts to user modifications in previously generated output—just use a smart merging tool like <strong>kdiff3</strong></li>
|
|
91
|
+
</ul>
|
data/readme.html
CHANGED
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
|
|
14
14
|
<ul>
|
|
15
15
|
<li>Prototype and verify designs <em>quickly</em> using <a href="http://behaviour-driven.org/" title="behavior-driven development"><span class="caps">BDD</span></a>, <a href="http://www.agiledata.org/essays/tdd.html" title="test-driven development"><span class="caps">TDD</span></a>, and more.</li>
|
|
16
|
-
<li>Specifications are executable <em>and</em> human-readable. (See this <a href="./doc/usage.tutorial.html#fig..counter_rspecTest_spec.rb">example specification</a> and its <a href="./doc/usage.tutorial.html#fig..test-proto.rspec">boss-friendly output</a>.)</li>
|
|
17
16
|
<li>Reuse the <em>same</em> specification to verify both prototype and design.</li>
|
|
17
|
+
<li>Specifications are executable <em>and</em> human-readable. (See this <a href="./doc/usage.tutorial.html#fig..counter_rspecTest_spec.rb">example specification</a> and its <a href="./doc/usage.tutorial.html#fig..test-proto.rspec">boss-friendly output</a>.)</li>
|
|
18
18
|
</ul>
|
|
19
19
|
|
|
20
20
|
|
|
@@ -51,7 +51,16 @@
|
|
|
51
51
|
</span>
|
|
52
52
|
</dt>
|
|
53
53
|
<dd>
|
|
54
|
-
<p>Complete documentation for users. Start here!</p>
|
|
54
|
+
<p>Complete documentation for users. <em>Start here!</em></p>
|
|
55
|
+
</dd>
|
|
56
|
+
|
|
57
|
+
<dt>
|
|
58
|
+
<span class="term">
|
|
59
|
+
<a href="./ref/" target="_top">Reference</a>
|
|
60
|
+
</span>
|
|
61
|
+
</dt>
|
|
62
|
+
<dd>
|
|
63
|
+
<p><span class="caps">API</span> reference documentation for Ruby libraries and C extension.</p>
|
|
55
64
|
</dd>
|
|
56
65
|
|
|
57
66
|
<dt>
|
|
@@ -66,9 +75,10 @@ Access project facilities, hosted generously by <a href="http://rubyforge.org" t
|
|
|
66
75
|
RubyForge</a>.
|
|
67
76
|
</p>
|
|
68
77
|
</dd>
|
|
78
|
+
|
|
69
79
|
<dt>
|
|
70
80
|
<span class="term">
|
|
71
|
-
<a href="http://rubyforge.org/
|
|
81
|
+
<a href="http://rubyforge.org/tracker/?group_id=1339" target="_top">
|
|
72
82
|
Tracker</a>
|
|
73
83
|
</span>
|
|
74
84
|
</dt>
|
|
@@ -76,6 +86,7 @@ Tracker</a>
|
|
|
76
86
|
<p>
|
|
77
87
|
Report problems, contribute patches, and more.</p>
|
|
78
88
|
</dd>
|
|
89
|
+
|
|
79
90
|
<dt>
|
|
80
91
|
<span class="term">
|
|
81
92
|
<a href="http://rubyforge.org/frs/?group_id=1339" target="_top">
|
|
@@ -86,9 +97,10 @@ Releases</a>
|
|
|
86
97
|
<p>
|
|
87
98
|
Download the newest releases.</p>
|
|
88
99
|
</dd>
|
|
100
|
+
|
|
89
101
|
<dt>
|
|
90
102
|
<span class="term">
|
|
91
|
-
<a href="http://rubyforge.org/
|
|
103
|
+
<a href="http://ruby-vpi.rubyforge.org/src/ruby-vpi" target="_top">
|
|
92
104
|
Sources</a>
|
|
93
105
|
</span>
|
|
94
106
|
</dt>
|
|
@@ -96,6 +108,7 @@ Sources</a>
|
|
|
96
108
|
<p>
|
|
97
109
|
Browse or access the source code repository.</p>
|
|
98
110
|
</dd>
|
|
111
|
+
|
|
99
112
|
<dt>
|
|
100
113
|
<span class="term">
|
|
101
114
|
<a href="http://rubyforge.org/forum/?group_id=1339" target="_top">
|
|
@@ -106,6 +119,7 @@ Forums</a>
|
|
|
106
119
|
<p>
|
|
107
120
|
Ask for help, give feedback, or discuss.</p>
|
|
108
121
|
</dd>
|
|
122
|
+
|
|
109
123
|
</dl>
|
|
110
124
|
</div>
|
|
111
125
|
</div>
|
|
@@ -114,7 +128,7 @@ Ask for help, give feedback, or discuss.</p>
|
|
|
114
128
|
|
|
115
129
|
|
|
116
130
|
<ul>
|
|
117
|
-
<li>See the <a href="./doc
|
|
131
|
+
<li>See the <a href="./doc">user manual</a> to begin using Ruby-VPI.</li>
|
|
118
132
|
</ul>
|
|
119
133
|
|
|
120
134
|
|
|
@@ -131,3 +145,24 @@ Ask for help, give feedback, or discuss.</p>
|
|
|
131
145
|
<ul>
|
|
132
146
|
<li>Visit the <a href="http://ruby-vpi.rubyforge.org">project website</a> for additional resources.</li>
|
|
133
147
|
</ul>
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
<h1>Compiling from source</h1>
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
<p>In addition to the <a href="./doc/usage.requirements.html">normal requirements</a>, you need the following software to compile from source:</p>
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
<ul>
|
|
157
|
+
<li><a href="http://www.docbook.org/">DocBook-XML</a>
|
|
158
|
+
<ul>
|
|
159
|
+
<li>xsltproc</li>
|
|
160
|
+
<li>xmlto</li>
|
|
161
|
+
</ul>
|
|
162
|
+
</li>
|
|
163
|
+
<li><a href="http://rubyforge.org/projects/redcloth/">RedCloth</a></li>
|
|
164
|
+
<li><a href="http://www.swig.org/"><span class="caps">SWIG</span></a></li>
|
|
165
|
+
</ul>
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
<p>Once you have satisfied these requirements, you can run <code>rake release</code> to build the release packages. Also, see the output of <code>rake -T</code> for more build options.</p>
|
data/readme.part.html
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
<ul>
|
|
5
|
-
<li>See the <a href="./doc
|
|
5
|
+
<li>See the <a href="./doc">user manual</a> to begin using Ruby-VPI.</li>
|
|
6
6
|
</ul>
|
|
7
7
|
|
|
8
8
|
|
|
@@ -19,3 +19,24 @@
|
|
|
19
19
|
<ul>
|
|
20
20
|
<li>Visit the <a href="http://ruby-vpi.rubyforge.org">project website</a> for additional resources.</li>
|
|
21
21
|
</ul>
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
<h1>Compiling from source</h1>
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
<p>In addition to the <a href="./doc/usage.requirements.html">normal requirements</a>, you need the following software to compile from source:</p>
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
<ul>
|
|
31
|
+
<li><a href="http://www.docbook.org/">DocBook-XML</a>
|
|
32
|
+
<ul>
|
|
33
|
+
<li>xsltproc</li>
|
|
34
|
+
<li>xmlto</li>
|
|
35
|
+
</ul>
|
|
36
|
+
</li>
|
|
37
|
+
<li><a href="http://rubyforge.org/projects/redcloth/">RedCloth</a></li>
|
|
38
|
+
<li><a href="http://www.swig.org/"><span class="caps">SWIG</span></a></li>
|
|
39
|
+
</ul>
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
<p>Once you have satisfied these requirements, you can run <code>rake release</code> to build the release packages. Also, see the output of <code>rake -T</code> for more build options.</p>
|
data/ref/c/annotated.html
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<tr><td class="indexkey"><a class="el" href="structt__vpi__vecval.html">t_vpi_vecval</a></td><td class="indexvalue"></td></tr>
|
|
30
30
|
<tr><td class="indexkey"><a class="el" href="structt__vpi__vlog__info.html">t_vpi_vlog_info</a></td><td class="indexvalue"></td></tr>
|
|
31
31
|
</table>
|
|
32
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
32
|
+
<hr size="1"><address style="align: right;"><small>Generated on Fri Oct 13 09:38:22 2006 for Ruby-VPI by
|
|
33
33
|
<a href="http://www.doxygen.org/index.html">
|
|
34
34
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
|
35
35
|
</body>
|
data/ref/c/common_8h.html
CHANGED
|
@@ -171,7 +171,7 @@ Pass aroung this value instead of zero and non-zero integers. <dl compact><dt><b
|
|
|
171
171
|
</td>
|
|
172
172
|
</tr>
|
|
173
173
|
</table>
|
|
174
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
174
|
+
<hr size="1"><address style="align: right;"><small>Generated on Fri Oct 13 09:38:22 2006 for Ruby-VPI by
|
|
175
175
|
<a href="http://www.doxygen.org/index.html">
|
|
176
176
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
|
177
177
|
</body>
|
data/ref/c/files.html
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
<tr><td class="indexkey"><a class="el" href="vlog_8hin.html">vlog.hin</a></td><td class="indexvalue">Interface between C and Verilog code </td></tr>
|
|
29
29
|
<tr><td class="indexkey"><a class="el" href="vpi__user_8h.html">vpi_user.h</a></td><td class="indexvalue"></td></tr>
|
|
30
30
|
</table>
|
|
31
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
31
|
+
<hr size="1"><address style="align: right;"><small>Generated on Fri Oct 13 09:38:22 2006 for Ruby-VPI by
|
|
32
32
|
<a href="http://www.doxygen.org/index.html">
|
|
33
33
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
|
34
34
|
</body>
|
data/ref/c/functions.html
CHANGED
|
@@ -128,7 +128,7 @@ Here is a list of all struct and union fields with links to the structures/union
|
|
|
128
128
|
: <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
|
|
129
129
|
: <a class="el" href="structt__vpi__value.html#b363de5e581f84f9da4610dade8136df">t_vpi_value</a><li>version
|
|
130
130
|
: <a class="el" href="structt__vpi__vlog__info.html#3ff076199159904aa9869e0fb1476bad">t_vpi_vlog_info</a></ul>
|
|
131
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
131
|
+
<hr size="1"><address style="align: right;"><small>Generated on Fri Oct 13 09:38:22 2006 for Ruby-VPI by
|
|
132
132
|
<a href="http://www.doxygen.org/index.html">
|
|
133
133
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
|
134
134
|
</body>
|
data/ref/c/functions_vars.html
CHANGED
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
: <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
|
|
129
129
|
: <a class="el" href="structt__vpi__value.html#b363de5e581f84f9da4610dade8136df">t_vpi_value</a><li>version
|
|
130
130
|
: <a class="el" href="structt__vpi__vlog__info.html#3ff076199159904aa9869e0fb1476bad">t_vpi_vlog_info</a></ul>
|
|
131
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
131
|
+
<hr size="1"><address style="align: right;"><small>Generated on Fri Oct 13 09:38:22 2006 for Ruby-VPI by
|
|
132
132
|
<a href="http://www.doxygen.org/index.html">
|
|
133
133
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
|
134
134
|
</body>
|
data/ref/c/globals.html
CHANGED
|
@@ -48,7 +48,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
48
48
|
<h3><a class="anchor" name="index_b">- b -</a></h3><ul>
|
|
49
49
|
<li>bool
|
|
50
50
|
: <a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b1">common.h</a></ul>
|
|
51
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
51
|
+
<hr size="1"><address style="align: right;"><small>Generated on Fri Oct 13 09:38:22 2006 for Ruby-VPI by
|
|
52
52
|
<a href="http://www.doxygen.org/index.html">
|
|
53
53
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
|
54
54
|
</body>
|
data/ref/c/globals_0x63.html
CHANGED
|
@@ -79,7 +79,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
79
79
|
: <a class="el" href="common_8h.html#f30d3fc89fbb3ed2aab2f5904ab76815">common.h</a><li>common_debug
|
|
80
80
|
: <a class="el" href="common_8h.html#fcdad79cb06a5c61737b2f434218dc95">common.h</a><li>common_printf
|
|
81
81
|
: <a class="el" href="common_8h.html#88235e5f8aab82571d68045e9f73fe81">common.h</a></ul>
|
|
82
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
82
|
+
<hr size="1"><address style="align: right;"><small>Generated on Fri Oct 13 09:38:22 2006 for Ruby-VPI by
|
|
83
83
|
<a href="http://www.doxygen.org/index.html">
|
|
84
84
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
|
85
85
|
</body>
|
data/ref/c/globals_0x65.html
CHANGED
|
@@ -48,7 +48,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
48
48
|
<h3><a class="anchor" name="index_e">- e -</a></h3><ul>
|
|
49
49
|
<li>EETERN
|
|
50
50
|
: <a class="el" href="vpi__user_8h.html#17207c0c9000e05cf0c7bcde1c10293d">vpi_user.h</a></ul>
|
|
51
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
51
|
+
<hr size="1"><address style="align: right;"><small>Generated on Fri Oct 13 09:38:22 2006 for Ruby-VPI by
|
|
52
52
|
<a href="http://www.doxygen.org/index.html">
|
|
53
53
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
|
54
54
|
</body>
|
data/ref/c/globals_0x66.html
CHANGED
|
@@ -48,7 +48,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
48
48
|
<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
|
|
49
49
|
<li>false
|
|
50
50
|
: <a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b1e9de385ef6fe9bf3360d1038396b884c">common.h</a></ul>
|
|
51
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
51
|
+
<hr size="1"><address style="align: right;"><small>Generated on Fri Oct 13 09:38:22 2006 for Ruby-VPI by
|
|
52
52
|
<a href="http://www.doxygen.org/index.html">
|
|
53
53
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
|
54
54
|
</body>
|
data/ref/c/globals_0x70.html
CHANGED
|
@@ -64,7 +64,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
64
64
|
: <a class="el" href="vpi__user_8h.html#b4fa10713b8dd2588754f7172f9be4e0">vpi_user.h</a><li>PLI_VEXTERN
|
|
65
65
|
: <a class="el" href="vpi__user_8h.html#ad181db3eb3faa5de4d589896dbcb662">vpi_user.h</a><li>PROTO_PARAMS
|
|
66
66
|
: <a class="el" href="vpi__user_8h.html#240fc866a11eedf2a49b6b5afd5d2972">vpi_user.h</a></ul>
|
|
67
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
67
|
+
<hr size="1"><address style="align: right;"><small>Generated on Fri Oct 13 09:38:22 2006 for Ruby-VPI by
|
|
68
68
|
<a href="http://www.doxygen.org/index.html">
|
|
69
69
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
|
70
70
|
</body>
|
data/ref/c/globals_0x72.html
CHANGED
|
@@ -55,7 +55,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
55
55
|
: <a class="el" href="relay_8hin.html#84bc77ed3fd41c02a85a338390abdc7a">relay.hin</a>, <a class="el" href="relay_8cin.html#84bc77ed3fd41c02a85a338390abdc7a">relay.cin</a><li>relay_verilog()
|
|
56
56
|
: <a class="el" href="relay_8hin.html#f7fcb35f079ab7f3f568adf6f7bb9c2f">relay.hin</a>, <a class="el" href="relay_8cin.html#f7fcb35f079ab7f3f568adf6f7bb9c2f">relay.cin</a><li>ruby_run_handshake()
|
|
57
57
|
: <a class="el" href="relay_8cin.html#c9322be286809df2b947ef11da69e2fd">relay.cin</a></ul>
|
|
58
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
58
|
+
<hr size="1"><address style="align: right;"><small>Generated on Fri Oct 13 09:38:22 2006 for Ruby-VPI by
|
|
59
59
|
<a href="http://www.doxygen.org/index.html">
|
|
60
60
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
|
61
61
|
</body>
|
data/ref/c/globals_0x73.html
CHANGED
|
@@ -58,7 +58,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
58
58
|
: <a class="el" href="vpi__user_8h.html#4d989aa964a0d69d3e1da525725573c8">vpi_user.h</a><li>swig_init()
|
|
59
59
|
: <a class="el" href="swig_8hin.html#e5061a375e8d703baa6bdf192c05657d">swig.hin</a>, <a class="el" href="swig_8cin.html#e5061a375e8d703baa6bdf192c05657d">swig.cin</a><li>swig_rb_relay_verilog()
|
|
60
60
|
: <a class="el" href="swig_8hin.html#fe5631f5494b1db3eca5cb7f4c91f4cc">swig.hin</a>, <a class="el" href="swig_8cin.html#fe5631f5494b1db3eca5cb7f4c91f4cc">swig.cin</a></ul>
|
|
61
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
61
|
+
<hr size="1"><address style="align: right;"><small>Generated on Fri Oct 13 09:38:22 2006 for Ruby-VPI by
|
|
62
62
|
<a href="http://www.doxygen.org/index.html">
|
|
63
63
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
|
64
64
|
</body>
|
data/ref/c/globals_0x74.html
CHANGED
|
@@ -48,7 +48,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
48
48
|
<h3><a class="anchor" name="index_t">- t -</a></h3><ul>
|
|
49
49
|
<li>true
|
|
50
50
|
: <a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b108f175a5505a10b9ed657defeb050e4b">common.h</a></ul>
|
|
51
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
51
|
+
<hr size="1"><address style="align: right;"><small>Generated on Fri Oct 13 09:38:22 2006 for Ruby-VPI by
|
|
52
52
|
<a href="http://www.doxygen.org/index.html">
|
|
53
53
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
|
54
54
|
</body>
|
data/ref/c/globals_0x76.html
CHANGED
|
@@ -465,7 +465,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
465
465
|
: <a class="el" href="vpi__user_8h.html#0a97a6fa4c5f82c05fc5909aded783e2">vpi_user.h</a><li>vpiXorPrim
|
|
466
466
|
: <a class="el" href="vpi__user_8h.html#803026dd4484367c4b3cb871d28249df">vpi_user.h</a><li>vpiZ
|
|
467
467
|
: <a class="el" href="vpi__user_8h.html#926969d440ea7547404cbac67367fe5f">vpi_user.h</a></ul>
|
|
468
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
468
|
+
<hr size="1"><address style="align: right;"><small>Generated on Fri Oct 13 09:38:22 2006 for Ruby-VPI by
|
|
469
469
|
<a href="http://www.doxygen.org/index.html">
|
|
470
470
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
|
471
471
|
</body>
|
data/ref/c/globals_0x78.html
CHANGED
|
@@ -48,7 +48,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
48
48
|
<h3><a class="anchor" name="index_x">- x -</a></h3><ul>
|
|
49
49
|
<li>XXTERN
|
|
50
50
|
: <a class="el" href="vpi__user_8h.html#d3973263496fbe347baaf726dac775c5">vpi_user.h</a></ul>
|
|
51
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
51
|
+
<hr size="1"><address style="align: right;"><small>Generated on Fri Oct 13 09:38:22 2006 for Ruby-VPI by
|
|
52
52
|
<a href="http://www.doxygen.org/index.html">
|
|
53
53
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
|
54
54
|
</body>
|
data/ref/c/globals_defs.html
CHANGED
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
: <a class="el" href="common_8h.html#f30d3fc89fbb3ed2aab2f5904ab76815">common.h</a><li>common_debug
|
|
75
75
|
: <a class="el" href="common_8h.html#fcdad79cb06a5c61737b2f434218dc95">common.h</a><li>common_printf
|
|
76
76
|
: <a class="el" href="common_8h.html#88235e5f8aab82571d68045e9f73fe81">common.h</a></ul>
|
|
77
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
77
|
+
<hr size="1"><address style="align: right;"><small>Generated on Fri Oct 13 09:38:22 2006 for Ruby-VPI by
|
|
78
78
|
<a href="http://www.doxygen.org/index.html">
|
|
79
79
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
|
80
80
|
</body>
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
<h3><a class="anchor" name="index_e">- e -</a></h3><ul>
|
|
44
44
|
<li>EETERN
|
|
45
45
|
: <a class="el" href="vpi__user_8h.html#17207c0c9000e05cf0c7bcde1c10293d">vpi_user.h</a></ul>
|
|
46
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
46
|
+
<hr size="1"><address style="align: right;"><small>Generated on Fri Oct 13 09:38:22 2006 for Ruby-VPI by
|
|
47
47
|
<a href="http://www.doxygen.org/index.html">
|
|
48
48
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
|
49
49
|
</body>
|