ruby-vpi 7.2.0 → 7.3.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 +4 -5
- data/HISTORY +18 -2
- data/MEMO +10 -6
- data/Rakefile +11 -14
- data/bin/generate_test.rb +7 -58
- data/bin/generate_test_tpl/bench.v +15 -19
- data/bin/generate_test_tpl/design.rb +8 -8
- data/bin/generate_test_tpl/spec.rb +2 -2
- data/bin/header_to_ruby.rb +2 -27
- data/doc/xhtml/background.organization.html +1 -1
- data/doc/xhtml/index.html +2 -2
- data/header.html +3 -6
- data/header.part.html +3 -6
- data/history.html +35 -8
- data/history.part.html +32 -2
- data/lib/ruby-vpi/verilog_parser.rb +136 -0
- data/lib/ruby-vpi/vpi_util.rb +10 -0
- data/memo.html +19 -17
- data/memo.part.html +16 -11
- data/readme.html +3 -6
- 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/ERB.html +5 -5
- data/ref/ruby/classes/ERB.src/{M000011.html → M000018.html} +0 -0
- data/ref/ruby/classes/FileUtils.html +10 -10
- data/ref/ruby/classes/FileUtils.src/{M000065.html → M000073.html} +0 -0
- data/ref/ruby/classes/FileUtils.src/{M000066.html → M000074.html} +0 -0
- data/ref/ruby/classes/OutputInfo.html +5 -5
- data/ref/ruby/classes/OutputInfo.src/{M000007.html → M000014.html} +37 -37
- data/ref/ruby/classes/RDoc.html +5 -5
- data/ref/ruby/classes/RDoc.src/{M000069.html → M000077.html} +0 -0
- data/ref/ruby/classes/RubyVPI.html +10 -10
- data/ref/ruby/classes/RubyVPI.src/{M000067.html → M000075.html} +0 -0
- data/ref/ruby/classes/RubyVPI.src/{M000068.html → M000076.html} +0 -0
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.html +72 -35
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000065.html +18 -0
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000066.html +18 -0
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/{M000059.html → M000067.html} +8 -8
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/{M000060.html → M000068.html} +29 -29
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/{M000061.html → M000069.html} +63 -63
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/{M000062.html → M000070.html} +106 -106
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/{M000063.html → M000071.html} +12 -12
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/{M000064.html → M000072.html} +4 -4
- data/ref/ruby/classes/String.html +27 -9
- data/ref/ruby/classes/String.src/M000016.html +41 -0
- data/ref/ruby/classes/String.src/M000017.html +18 -0
- data/ref/ruby/classes/Table.html +20 -20
- data/ref/ruby/classes/Table.src/{M000003.html → M000010.html} +0 -0
- data/ref/ruby/classes/Table.src/{M000004.html → M000011.html} +0 -0
- data/ref/ruby/classes/Table.src/{M000005.html → M000012.html} +0 -0
- data/ref/ruby/classes/Table.src/{M000006.html → M000013.html} +0 -0
- data/ref/ruby/classes/Template.html +5 -5
- data/ref/ruby/classes/Template.src/{M000010.html → M000015.html} +0 -0
- data/ref/ruby/classes/VerilogParser/Module/Parameter.html +160 -0
- data/ref/ruby/classes/VerilogParser/Module/Parameter.src/M000009.html +21 -0
- data/ref/ruby/classes/VerilogParser/Module/Port.html +207 -0
- data/ref/ruby/classes/VerilogParser/Module/Port.src/M000005.html +21 -0
- data/ref/ruby/classes/VerilogParser/Module/Port.src/M000006.html +18 -0
- data/ref/ruby/classes/VerilogParser/Module/Port.src/M000007.html +18 -0
- data/ref/ruby/classes/VerilogParser/Module/Port.src/M000008.html +18 -0
- data/ref/ruby/classes/VerilogParser/Module.html +172 -0
- data/ref/ruby/classes/VerilogParser/Module.src/M000004.html +29 -0
- data/ref/ruby/classes/{ModuleInfo.html → VerilogParser.html} +38 -50
- data/ref/ruby/classes/VerilogParser.src/M000003.html +34 -0
- data/ref/ruby/classes/XX/Document.html +45 -45
- data/ref/ruby/classes/XX/Document.src/M000056.html +9 -8
- data/ref/ruby/classes/XX/Document.src/M000057.html +7 -21
- data/ref/ruby/classes/XX/Document.src/M000058.html +7 -85
- data/ref/ruby/classes/XX/Document.src/{M000053.html → M000059.html} +0 -0
- data/ref/ruby/classes/XX/Document.src/{M000054.html → M000060.html} +0 -0
- data/ref/ruby/classes/XX/Document.src/{M000055.html → M000061.html} +0 -0
- data/ref/ruby/classes/XX/Document.src/M000062.html +21 -0
- data/ref/ruby/classes/XX/Document.src/M000063.html +34 -0
- data/ref/ruby/classes/XX/Document.src/M000064.html +98 -0
- data/ref/ruby/classes/XX/HTML4/Strict.html +5 -5
- data/ref/ruby/classes/XX/HTML4/Strict.src/{M000016.html → M000022.html} +0 -0
- data/ref/ruby/classes/XX/HTML4/Transitional.html +5 -5
- data/ref/ruby/classes/XX/HTML4/Transitional.src/{M000015.html → M000021.html} +0 -0
- data/ref/ruby/classes/XX/HTML4.html +5 -5
- data/ref/ruby/classes/XX/HTML4.src/{M000014.html → M000020.html} +0 -0
- data/ref/ruby/classes/XX/Markup/ClassMethods.html +40 -40
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/M000028.html +9 -14
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/M000029.html +7 -9
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/{M000024.html → M000030.html} +0 -0
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/{M000025.html → M000031.html} +0 -0
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/{M000026.html → M000032.html} +0 -0
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/{M000027.html → M000033.html} +0 -0
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/M000034.html +27 -0
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/M000035.html +22 -0
- data/ref/ruby/classes/XX/Markup/InstanceMethods.html +100 -100
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000036.html +43 -19
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000037.html +20 -19
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000038.html +18 -15
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000039.html +35 -10
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000040.html +7 -13
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000041.html +18 -7
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000042.html +19 -7
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000043.html +19 -7
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000044.html +15 -7
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000045.html +10 -7
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000046.html +13 -8
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000047.html +7 -7
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000048.html +7 -7
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000049.html +7 -7
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000050.html +20 -0
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000051.html +20 -0
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000052.html +21 -0
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000053.html +20 -0
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000054.html +20 -0
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000055.html +20 -0
- data/ref/ruby/classes/XX/Markup.html +5 -5
- data/ref/ruby/classes/XX/Markup.src/{M000021.html → M000027.html} +0 -0
- data/ref/ruby/classes/XX/XHTML/Strict.html +5 -5
- data/ref/ruby/classes/XX/XHTML/Strict.src/{M000020.html → M000026.html} +0 -0
- data/ref/ruby/classes/XX/XHTML/Transitional.html +5 -5
- data/ref/ruby/classes/XX/XHTML/Transitional.src/{M000019.html → M000025.html} +0 -0
- data/ref/ruby/classes/XX/XHTML.html +5 -5
- data/ref/ruby/classes/XX/XHTML.src/{M000018.html → M000024.html} +0 -0
- data/ref/ruby/classes/XX/XML.html +5 -5
- data/ref/ruby/classes/XX/XML.src/{M000013.html → M000019.html} +0 -0
- data/ref/ruby/classes/XX/XMLish.html +5 -5
- data/ref/ruby/classes/XX/XMLish.src/{M000017.html → M000023.html} +0 -0
- data/ref/ruby/created.rid +1 -1
- data/ref/ruby/files/bin/generate_test_rb.html +2 -1
- data/ref/ruby/files/bin/generate_test_rb.src/M000001.html +15 -15
- data/ref/ruby/files/bin/header_to_ruby_rb.html +2 -1
- 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 +1 -1
- data/ref/ruby/files/lib/ruby-vpi/verilog_parser_rb.html +107 -0
- 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 +4 -1
- data/ref/ruby/fr_file_index.html +1 -0
- data/ref/ruby/fr_method_index.html +75 -67
- data/samp/counter/counter_rspecTest_bench.v +4 -5
- data/samp/counter/counter_unitTest_bench.v +6 -5
- data/samp/pipelined_alu/Hw5UnitModel.rb +4 -4
- data/samp/pipelined_alu/hw5_unit.v +15 -23
- data/samp/pipelined_alu/hw5_unit_test_bench.rb +9 -0
- data/samp/pipelined_alu/hw5_unit_test_bench.v +39 -0
- data/samp/pipelined_alu/hw5_unit_test_design.rb +88 -0
- data/samp/pipelined_alu/hw5_unit_test_proto.rb +8 -0
- data/samp/pipelined_alu/hw5_unit_test_runner.rake +28 -0
- data/samp/pipelined_alu/hw5_unit_test_spec.rb +88 -0
- metadata +82 -63
- data/ref/ruby/classes/ModuleInfo.src/M000008.html +0 -44
- data/ref/ruby/classes/ModuleInfo.src/M000009.html +0 -26
- data/ref/ruby/classes/String.src/M000012.html +0 -37
- data/ref/ruby/classes/XX/Document.src/M000050.html +0 -22
- data/ref/ruby/classes/XX/Document.src/M000051.html +0 -20
- data/ref/ruby/classes/XX/Document.src/M000052.html +0 -20
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/M000022.html +0 -22
- data/ref/ruby/classes/XX/Markup/ClassMethods.src/M000023.html +0 -20
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000030.html +0 -56
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000031.html +0 -33
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000032.html +0 -31
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000033.html +0 -48
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000034.html +0 -20
- data/ref/ruby/classes/XX/Markup/InstanceMethods.src/M000035.html +0 -31
- data/samp/pipelined_alu/hw5_unit_bench.rb +0 -8
- data/samp/pipelined_alu/hw5_unit_bench.v +0 -45
- data/samp/pipelined_alu/hw5_unit_design.rb +0 -18
- data/samp/pipelined_alu/hw5_unit_runner.rake +0 -10
- data/samp/pipelined_alu/hw5_unit_spec.rb +0 -123
data/header.html
CHANGED
|
@@ -12,17 +12,14 @@
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
<ul>
|
|
15
|
-
<li>
|
|
16
|
-
|
|
17
|
-
<li>Rapidly prototype and verify your designs 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>
|
|
18
|
-
<li>Consolidate your requirements and verification efforts through executable specifications.</li>
|
|
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>
|
|
19
17
|
<li>Reuse the <em>same</em> specification to verify both prototype and design.</li>
|
|
20
|
-
</ul></li>
|
|
21
18
|
</ul>
|
|
22
19
|
|
|
23
20
|
|
|
24
21
|
<ul>
|
|
25
|
-
<li>Utilize Ruby’s power and elegance (<a href="http://www.ruby-doc.org/whyruby">Why choose Ruby?</a>)
|
|
22
|
+
<li>Utilize Ruby’s power and elegance. (<a href="http://www.ruby-doc.org/whyruby">Why choose Ruby?</a>)
|
|
26
23
|
<ul>
|
|
27
24
|
<li>Built-in support for unlimited length integers, regular expressions, networking, multi-threading, system calls, <em>ad infinium</em>!</li>
|
|
28
25
|
<li>Easy to use; doesn’t get in your way.</li>
|
data/header.part.html
CHANGED
|
@@ -12,17 +12,14 @@
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
<ul>
|
|
15
|
-
<li>
|
|
16
|
-
|
|
17
|
-
<li>Rapidly prototype and verify your designs 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>
|
|
18
|
-
<li>Consolidate your requirements and verification efforts through executable specifications.</li>
|
|
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>
|
|
19
17
|
<li>Reuse the <em>same</em> specification to verify both prototype and design.</li>
|
|
20
|
-
</ul></li>
|
|
21
18
|
</ul>
|
|
22
19
|
|
|
23
20
|
|
|
24
21
|
<ul>
|
|
25
|
-
<li>Utilize Ruby’s power and elegance (<a href="http://www.ruby-doc.org/whyruby">Why choose Ruby?</a>)
|
|
22
|
+
<li>Utilize Ruby’s power and elegance. (<a href="http://www.ruby-doc.org/whyruby">Why choose Ruby?</a>)
|
|
26
23
|
<ul>
|
|
27
24
|
<li>Built-in support for unlimited length integers, regular expressions, networking, multi-threading, system calls, <em>ad infinium</em>!</li>
|
|
28
25
|
<li>Easy to use; doesn’t get in your way.</li>
|
data/history.html
CHANGED
|
@@ -12,17 +12,14 @@
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
<ul>
|
|
15
|
-
<li>
|
|
16
|
-
|
|
17
|
-
<li>Rapidly prototype and verify your designs 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>
|
|
18
|
-
<li>Consolidate your requirements and verification efforts through executable specifications.</li>
|
|
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>
|
|
19
17
|
<li>Reuse the <em>same</em> specification to verify both prototype and design.</li>
|
|
20
|
-
</ul></li>
|
|
21
18
|
</ul>
|
|
22
19
|
|
|
23
20
|
|
|
24
21
|
<ul>
|
|
25
|
-
<li>Utilize Ruby’s power and elegance (<a href="http://www.ruby-doc.org/whyruby">Why choose Ruby?</a>)
|
|
22
|
+
<li>Utilize Ruby’s power and elegance. (<a href="http://www.ruby-doc.org/whyruby">Why choose Ruby?</a>)
|
|
26
23
|
<ul>
|
|
27
24
|
<li>Built-in support for unlimited length integers, regular expressions, networking, multi-threading, system calls, <em>ad infinium</em>!</li>
|
|
28
25
|
<li>Easy to use; doesn’t get in your way.</li>
|
|
@@ -124,7 +121,7 @@ Ask for help, give feedback, or discuss.</p>
|
|
|
124
121
|
|
|
125
122
|
We <em>strictly</em> follow the RubyGems project’s <a href="http://www.rubygems.org/read/chapter/7">rational versioning policy</a> since release 6.3.0. To summarize<sup><a href="#fn1">1</a></sup> this “major.minor.build” numbering policy,
|
|
126
123
|
<ul>
|
|
127
|
-
<li>an increase in the <em>major</em> number indicates that <em>functionally incompatible</em> have occurred. Thus, what may have worked in the previous version may not work in the new one.</li>
|
|
124
|
+
<li>an increase in the <em>major</em> number indicates that <em>functionally incompatible</em> changes have occurred. Thus, what may have worked in the previous version may not work in the new one.</li>
|
|
128
125
|
<li>an increase in the <em>minor</em> number indicates that <em>functionally compatible</em> changes have occurred. Thus, what worked in the previous version will work in the new one.</li>
|
|
129
126
|
<li>an increase in the <em>build</em> number indicates that the <em>underlying implementation</em> has changed. The functionality has not changed and no features have been added. Thus, what worked in the previous version will work in the new one.</li>
|
|
130
127
|
</ul>
|
|
@@ -133,6 +130,36 @@ We <em>strictly</em> follow the RubyGems project’s <a href="http://www.rub
|
|
|
133
130
|
<p id="fn1"><sup>1</sup> C. Gross, “Explaining Open Source Version Numbers”, [Online document], 2005 Nov 28, [cited 2006 Aug 27], Available <span class="caps">HTTP</span>: <a href="http://ablog.apress.com/?p=738">http://ablog.apress.com/?p=738</a></p>
|
|
134
131
|
|
|
135
132
|
|
|
133
|
+
<h1>Version 7.3.0 (2006-09-30)</h1>
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
<h2>Summary</h2>
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
<p>This release fixes a bug in generated Verilog benches and adds parsed constants to generated Verilog benches and Ruby designs.</p>
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
<h2>Details</h2>
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
<ul>
|
|
146
|
+
<li>Module instantiation code in generated Verilog benches has been fixed. Whitespace between the module type and instance variable was missing.</li>
|
|
147
|
+
</ul>
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
<ul>
|
|
151
|
+
<li>The test generator tool now provides parsed Verilog constants and include-directives in generated Verilog benches; and parsed Verilog constants in generated Ruby designs.
|
|
152
|
+
<ul>
|
|
153
|
+
<li>The pipelined <span class="caps">ALU</span> example has been revised accordingly.</li>
|
|
154
|
+
</ul></li>
|
|
155
|
+
</ul>
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
<ul>
|
|
159
|
+
<li>A library for parsing Verilog source code has been added as <code>lib/ruby-vpi/verilog_parser.rb</code>.</li>
|
|
160
|
+
</ul>
|
|
161
|
+
|
|
162
|
+
|
|
136
163
|
<h1>Version 7.2.0 (2006-09-15)</h1>
|
|
137
164
|
|
|
138
165
|
|
|
@@ -986,7 +1013,7 @@ This release adds enough Verilog <span class="caps">VPI</span> functionality to
|
|
|
986
1013
|
|
|
987
1014
|
|
|
988
1015
|
<ul>
|
|
989
|
-
<li>Added ability to relay control from Verilog test bench to Ruby (using <code>$ruby_callback</code>) and vice versa (using <code>PLI::
|
|
1016
|
+
<li>Added ability to relay control from Verilog test bench to Ruby (using <code>$ruby_callback</code>) and vice versa (using <code>PLI::relay_Verilog</code>).</li>
|
|
990
1017
|
</ul>
|
|
991
1018
|
|
|
992
1019
|
|
data/history.part.html
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
We <em>strictly</em> follow the RubyGems project’s <a href="http://www.rubygems.org/read/chapter/7">rational versioning policy</a> since release 6.3.0. To summarize<sup><a href="#fn1">1</a></sup> this “major.minor.build” numbering policy,
|
|
11
11
|
<ul>
|
|
12
|
-
<li>an increase in the <em>major</em> number indicates that <em>functionally incompatible</em> have occurred. Thus, what may have worked in the previous version may not work in the new one.</li>
|
|
12
|
+
<li>an increase in the <em>major</em> number indicates that <em>functionally incompatible</em> changes have occurred. Thus, what may have worked in the previous version may not work in the new one.</li>
|
|
13
13
|
<li>an increase in the <em>minor</em> number indicates that <em>functionally compatible</em> changes have occurred. Thus, what worked in the previous version will work in the new one.</li>
|
|
14
14
|
<li>an increase in the <em>build</em> number indicates that the <em>underlying implementation</em> has changed. The functionality has not changed and no features have been added. Thus, what worked in the previous version will work in the new one.</li>
|
|
15
15
|
</ul>
|
|
@@ -18,6 +18,36 @@ We <em>strictly</em> follow the RubyGems project’s <a href="http://www.rub
|
|
|
18
18
|
<p id="fn1"><sup>1</sup> C. Gross, “Explaining Open Source Version Numbers”, [Online document], 2005 Nov 28, [cited 2006 Aug 27], Available <span class="caps">HTTP</span>: <a href="http://ablog.apress.com/?p=738">http://ablog.apress.com/?p=738</a></p>
|
|
19
19
|
|
|
20
20
|
|
|
21
|
+
<h1>Version 7.3.0 (2006-09-30)</h1>
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
<h2>Summary</h2>
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
<p>This release fixes a bug in generated Verilog benches and adds parsed constants to generated Verilog benches and Ruby designs.</p>
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
<h2>Details</h2>
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
<ul>
|
|
34
|
+
<li>Module instantiation code in generated Verilog benches has been fixed. Whitespace between the module type and instance variable was missing.</li>
|
|
35
|
+
</ul>
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
<ul>
|
|
39
|
+
<li>The test generator tool now provides parsed Verilog constants and include-directives in generated Verilog benches; and parsed Verilog constants in generated Ruby designs.
|
|
40
|
+
<ul>
|
|
41
|
+
<li>The pipelined <span class="caps">ALU</span> example has been revised accordingly.</li>
|
|
42
|
+
</ul></li>
|
|
43
|
+
</ul>
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<ul>
|
|
47
|
+
<li>A library for parsing Verilog source code has been added as <code>lib/ruby-vpi/verilog_parser.rb</code>.</li>
|
|
48
|
+
</ul>
|
|
49
|
+
|
|
50
|
+
|
|
21
51
|
<h1>Version 7.2.0 (2006-09-15)</h1>
|
|
22
52
|
|
|
23
53
|
|
|
@@ -871,7 +901,7 @@ This release adds enough Verilog <span class="caps">VPI</span> functionality to
|
|
|
871
901
|
|
|
872
902
|
|
|
873
903
|
<ul>
|
|
874
|
-
<li>Added ability to relay control from Verilog test bench to Ruby (using <code>$ruby_callback</code>) and vice versa (using <code>PLI::
|
|
904
|
+
<li>Added ability to relay control from Verilog test bench to Ruby (using <code>$ruby_callback</code>) and vice versa (using <code>PLI::relay_Verilog</code>).</li>
|
|
875
905
|
</ul>
|
|
876
906
|
|
|
877
907
|
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
# A library for parsing Verilog source code.
|
|
2
|
+
=begin
|
|
3
|
+
Copyright 2006 Suraj N. Kurapati
|
|
4
|
+
|
|
5
|
+
This file is part of Ruby-VPI.
|
|
6
|
+
|
|
7
|
+
Ruby-VPI is free software; you can redistribute it and/or
|
|
8
|
+
modify it under the terms of the GNU General Public License
|
|
9
|
+
as published by the Free Software Foundation; either version 2
|
|
10
|
+
of the License, or (at your option) any later version.
|
|
11
|
+
|
|
12
|
+
Ruby-VPI is distributed in the hope that it will be useful,
|
|
13
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
14
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
15
|
+
GNU General Public License for more details.
|
|
16
|
+
|
|
17
|
+
You should have received a copy of the GNU General Public License
|
|
18
|
+
along with Ruby-VPI; if not, write to the Free Software Foundation,
|
|
19
|
+
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
20
|
+
=end
|
|
21
|
+
|
|
22
|
+
class VerilogParser
|
|
23
|
+
attr_reader :modules, :constants, :includes
|
|
24
|
+
|
|
25
|
+
# Parses the given Verilog source code.
|
|
26
|
+
def initialize aInput
|
|
27
|
+
input = aInput.dup
|
|
28
|
+
|
|
29
|
+
# strip comments
|
|
30
|
+
input.gsub! %r{//.*$}, ''
|
|
31
|
+
input.gsub! %r{/\*.*?\*/}m, ''
|
|
32
|
+
|
|
33
|
+
@modules = input.scan(%r{module.*?;}m).map! do |decl|
|
|
34
|
+
Module.new decl
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
@constants = input.scan(%r{(`define\s+(\w+)\s+(.+))}).map! do |matches|
|
|
38
|
+
Constant.new(*matches)
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
@includes = input.scan(%r{(`include\s*(\S+))}).map! do |matches|
|
|
42
|
+
Include.new(*matches)
|
|
43
|
+
end
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
Constant = Struct.new(:decl, :name, :value)
|
|
47
|
+
Include = Struct.new(:decl, :target)
|
|
48
|
+
|
|
49
|
+
class Module
|
|
50
|
+
attr_reader :decl, :name, :parameters, :ports
|
|
51
|
+
|
|
52
|
+
def initialize aDecl
|
|
53
|
+
@decl = aDecl.strip
|
|
54
|
+
|
|
55
|
+
@decl =~ %r{module\s+(\w+)\s*(\#\((.*?)\))?\s*\((.*?)\)\s*;}m
|
|
56
|
+
@name, paramDecls, portDecls = $1, $3 || '', $4
|
|
57
|
+
|
|
58
|
+
@parameters = paramDecls.split(/,/).map! do |decl|
|
|
59
|
+
Parameter.new decl
|
|
60
|
+
end
|
|
61
|
+
|
|
62
|
+
@ports = portDecls.split(/,/).map! do |decl|
|
|
63
|
+
Port.new decl
|
|
64
|
+
end
|
|
65
|
+
end
|
|
66
|
+
|
|
67
|
+
class Parameter
|
|
68
|
+
attr_reader :decl, :name, :value
|
|
69
|
+
|
|
70
|
+
def initialize aDecl
|
|
71
|
+
@decl = aDecl.strip
|
|
72
|
+
|
|
73
|
+
@decl =~ %r{\bparameter\b(.*)$}
|
|
74
|
+
@name, @value = $1.split(/=/).map! {|s| s.strip}
|
|
75
|
+
end
|
|
76
|
+
end
|
|
77
|
+
|
|
78
|
+
class Port
|
|
79
|
+
attr_reader :decl, :name, :size
|
|
80
|
+
|
|
81
|
+
def initialize aDecl
|
|
82
|
+
@decl = aDecl.strip
|
|
83
|
+
|
|
84
|
+
@decl =~ /(\[.*?\])?\s*(\w+)$/
|
|
85
|
+
@size, @name = $1, $2
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
def input?
|
|
89
|
+
@decl =~ /\binput\b/
|
|
90
|
+
end
|
|
91
|
+
|
|
92
|
+
def output?
|
|
93
|
+
@decl =~ /\boutput\b/
|
|
94
|
+
end
|
|
95
|
+
|
|
96
|
+
def reg?
|
|
97
|
+
@decl =~ /\breg\b/
|
|
98
|
+
end
|
|
99
|
+
end
|
|
100
|
+
end
|
|
101
|
+
end
|
|
102
|
+
|
|
103
|
+
class String
|
|
104
|
+
# Converts this string containing Verilog code into loadable Ruby code.
|
|
105
|
+
def verilog_to_ruby
|
|
106
|
+
content = self.dup
|
|
107
|
+
|
|
108
|
+
# single-line comments
|
|
109
|
+
content.gsub! %r{//(.*)$}, '#\1'
|
|
110
|
+
|
|
111
|
+
# multi-line comments
|
|
112
|
+
content.gsub! %r{/\*.*?\*/}m, "\n=begin\n\\0\n=end\n"
|
|
113
|
+
|
|
114
|
+
# preprocessor directives
|
|
115
|
+
content.gsub! %r{`include}, '#\0'
|
|
116
|
+
|
|
117
|
+
content.gsub! %r{`define\s+(\w+)\s+(.+)} do
|
|
118
|
+
"#{$1.to_ruby_const_name} = #{$2}"
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
content.gsub! %r{`+}, ''
|
|
122
|
+
|
|
123
|
+
# numbers
|
|
124
|
+
content.gsub! %r{\d*\'([dohb]\w+)}, '0\1'
|
|
125
|
+
|
|
126
|
+
# ranges
|
|
127
|
+
content.gsub! %r{(\S)\s*:\s*(\S)}, '\1..\2'
|
|
128
|
+
|
|
129
|
+
content
|
|
130
|
+
end
|
|
131
|
+
|
|
132
|
+
# Converts this string into a valid Ruby constant name.
|
|
133
|
+
def to_ruby_const_name
|
|
134
|
+
self[0, 1].upcase << self[1..-1]
|
|
135
|
+
end
|
|
136
|
+
end
|
data/lib/ruby-vpi/vpi_util.rb
CHANGED
|
@@ -61,6 +61,16 @@ module SWIG
|
|
|
61
61
|
class TYPE_p_unsigned_int
|
|
62
62
|
include Vpi
|
|
63
63
|
|
|
64
|
+
# Tests if the logic value of this handle is "don't care" (x).
|
|
65
|
+
def x?
|
|
66
|
+
self.hexStrVal =~ /x/i
|
|
67
|
+
end
|
|
68
|
+
|
|
69
|
+
# Tests if the logic value of this handle is high impedance (z).
|
|
70
|
+
def z?
|
|
71
|
+
self.hexStrVal =~ /z/i
|
|
72
|
+
end
|
|
73
|
+
|
|
64
74
|
# Reads the value using the given format and returns a +S_vpi_value+ object.
|
|
65
75
|
def get_value_wrapper aFormat
|
|
66
76
|
val = S_vpi_value.new
|
data/memo.html
CHANGED
|
@@ -12,17 +12,14 @@
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
<ul>
|
|
15
|
-
<li>
|
|
16
|
-
|
|
17
|
-
<li>Rapidly prototype and verify your designs 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>
|
|
18
|
-
<li>Consolidate your requirements and verification efforts through executable specifications.</li>
|
|
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>
|
|
19
17
|
<li>Reuse the <em>same</em> specification to verify both prototype and design.</li>
|
|
20
|
-
</ul></li>
|
|
21
18
|
</ul>
|
|
22
19
|
|
|
23
20
|
|
|
24
21
|
<ul>
|
|
25
|
-
<li>Utilize Ruby’s power and elegance (<a href="http://www.ruby-doc.org/whyruby">Why choose Ruby?</a>)
|
|
22
|
+
<li>Utilize Ruby’s power and elegance. (<a href="http://www.ruby-doc.org/whyruby">Why choose Ruby?</a>)
|
|
26
23
|
<ul>
|
|
27
24
|
<li>Built-in support for unlimited length integers, regular expressions, networking, multi-threading, system calls, <em>ad infinium</em>!</li>
|
|
28
25
|
<li>Easy to use; doesn’t get in your way.</li>
|
|
@@ -125,7 +122,7 @@ Ask for help, give feedback, or discuss.</p>
|
|
|
125
122
|
|
|
126
123
|
|
|
127
124
|
<ul>
|
|
128
|
-
<li>
|
|
125
|
+
<li>add support for reading & writing vpi_delay values</li>
|
|
129
126
|
</ul>
|
|
130
127
|
|
|
131
128
|
|
|
@@ -137,14 +134,6 @@ Ask for help, give feedback, or discuss.</p>
|
|
|
137
134
|
</ul>
|
|
138
135
|
|
|
139
136
|
|
|
140
|
-
<ul>
|
|
141
|
-
<li>file bug report for Icarus 0.8 (l0_dcache)
|
|
142
|
-
<ul>
|
|
143
|
-
<li>try new icarus snapshot</li>
|
|
144
|
-
</ul></li>
|
|
145
|
-
</ul>
|
|
146
|
-
|
|
147
|
-
|
|
148
137
|
<ul>
|
|
149
138
|
<li><span class="caps">GHDL</span> simulator supports <span class="caps">VPI</span>
|
|
150
139
|
<ul>
|
|
@@ -182,7 +171,7 @@ Ask for help, give feedback, or discuss.</p>
|
|
|
182
171
|
|
|
183
172
|
|
|
184
173
|
<ul>
|
|
185
|
-
<li>build ruby-vpi once to generate all
|
|
174
|
+
<li>build ruby-vpi once to generate all .so files
|
|
186
175
|
<ul>
|
|
187
176
|
<li>test runner should not rebuild ruby-vpi every time</li>
|
|
188
177
|
</ul></li>
|
|
@@ -193,9 +182,22 @@ Ask for help, give feedback, or discuss.</p>
|
|
|
193
182
|
<li>distribute as a <span class="caps">GEM</span>, binary, and source
|
|
194
183
|
<ul>
|
|
195
184
|
<li>use <span class="caps">RUBYLIB</span> to bypass rubygems site installation for local testing. otherwise have to build & install gem <em>every</em> time!</li>
|
|
196
|
-
<li>
|
|
185
|
+
<li>move stuff from lib/ into lib/ruby-vpi/</li>
|
|
197
186
|
</ul></li>
|
|
198
187
|
</ul>
|
|
199
188
|
|
|
200
189
|
|
|
190
|
+
<ul>
|
|
191
|
+
<li>integrate RCov for code-coverage statistics</li>
|
|
192
|
+
</ul>
|
|
193
|
+
|
|
194
|
+
|
|
201
195
|
<h1>Obsolete tasks</h1>
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
<ul>
|
|
199
|
+
<li>file bug report for Icarus 0.8 (l0_dcache)
|
|
200
|
+
<ul>
|
|
201
|
+
<li>try new icarus snapshot</li>
|
|
202
|
+
</ul></li>
|
|
203
|
+
</ul>
|
data/memo.part.html
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
<ul>
|
|
13
|
-
<li>
|
|
13
|
+
<li>add support for reading & writing vpi_delay values</li>
|
|
14
14
|
</ul>
|
|
15
15
|
|
|
16
16
|
|
|
@@ -22,14 +22,6 @@
|
|
|
22
22
|
</ul>
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
<ul>
|
|
26
|
-
<li>file bug report for Icarus 0.8 (l0_dcache)
|
|
27
|
-
<ul>
|
|
28
|
-
<li>try new icarus snapshot</li>
|
|
29
|
-
</ul></li>
|
|
30
|
-
</ul>
|
|
31
|
-
|
|
32
|
-
|
|
33
25
|
<ul>
|
|
34
26
|
<li><span class="caps">GHDL</span> simulator supports <span class="caps">VPI</span>
|
|
35
27
|
<ul>
|
|
@@ -67,7 +59,7 @@
|
|
|
67
59
|
|
|
68
60
|
|
|
69
61
|
<ul>
|
|
70
|
-
<li>build ruby-vpi once to generate all
|
|
62
|
+
<li>build ruby-vpi once to generate all .so files
|
|
71
63
|
<ul>
|
|
72
64
|
<li>test runner should not rebuild ruby-vpi every time</li>
|
|
73
65
|
</ul></li>
|
|
@@ -78,9 +70,22 @@
|
|
|
78
70
|
<li>distribute as a <span class="caps">GEM</span>, binary, and source
|
|
79
71
|
<ul>
|
|
80
72
|
<li>use <span class="caps">RUBYLIB</span> to bypass rubygems site installation for local testing. otherwise have to build & install gem <em>every</em> time!</li>
|
|
81
|
-
<li>
|
|
73
|
+
<li>move stuff from lib/ into lib/ruby-vpi/</li>
|
|
82
74
|
</ul></li>
|
|
83
75
|
</ul>
|
|
84
76
|
|
|
85
77
|
|
|
78
|
+
<ul>
|
|
79
|
+
<li>integrate RCov for code-coverage statistics</li>
|
|
80
|
+
</ul>
|
|
81
|
+
|
|
82
|
+
|
|
86
83
|
<h1>Obsolete tasks</h1>
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
<ul>
|
|
87
|
+
<li>file bug report for Icarus 0.8 (l0_dcache)
|
|
88
|
+
<ul>
|
|
89
|
+
<li>try new icarus snapshot</li>
|
|
90
|
+
</ul></li>
|
|
91
|
+
</ul>
|
data/readme.html
CHANGED
|
@@ -12,17 +12,14 @@
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
<ul>
|
|
15
|
-
<li>
|
|
16
|
-
|
|
17
|
-
<li>Rapidly prototype and verify your designs 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>
|
|
18
|
-
<li>Consolidate your requirements and verification efforts through executable specifications.</li>
|
|
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>
|
|
19
17
|
<li>Reuse the <em>same</em> specification to verify both prototype and design.</li>
|
|
20
|
-
</ul></li>
|
|
21
18
|
</ul>
|
|
22
19
|
|
|
23
20
|
|
|
24
21
|
<ul>
|
|
25
|
-
<li>Utilize Ruby’s power and elegance (<a href="http://www.ruby-doc.org/whyruby">Why choose Ruby?</a>)
|
|
22
|
+
<li>Utilize Ruby’s power and elegance. (<a href="http://www.ruby-doc.org/whyruby">Why choose Ruby?</a>)
|
|
26
23
|
<ul>
|
|
27
24
|
<li>Built-in support for unlimited length integers, regular expressions, networking, multi-threading, system calls, <em>ad infinium</em>!</li>
|
|
28
25
|
<li>Easy to use; doesn’t get in your way.</li>
|
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 Sat Sep 30 12:12:58 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 Sat Sep 30 12:12:58 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 Sat Sep 30 12:12:58 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 Sat Sep 30 12:12:58 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 Sat Sep 30 12:12:58 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 Sat Sep 30 12:12:58 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 Sat Sep 30 12:12:58 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 Sat Sep 30 12:12:58 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 Sat Sep 30 12:12:58 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 Sat Sep 30 12:12:58 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 Sat Sep 30 12:12:58 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 Sat Sep 30 12:12:58 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 Sat Sep 30 12:12:58 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>
|