ruby-vpi 11.1.1 → 12.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.rb +12 -11
- data/bin/generate_test_tpl/bench.rb +0 -4
- data/bin/generate_test_tpl/bench.v +3 -6
- data/bin/generate_test_tpl/runner.rake +20 -4
- data/bin/generate_test_tpl/spec.rb +5 -7
- data/doc/common.css +110 -95
- data/doc/common.tpl +16 -17
- data/doc/history.html +350 -330
- data/doc/history.yml +49 -0
- data/doc/intro.inc +18 -4
- data/doc/lib/doc_proxy.rb +22 -32
- data/doc/manual.erb +90 -83
- data/doc/manual.html +298 -266
- data/doc/memo.html +31 -10
- data/doc/readme.html +26 -6
- data/ext/relay.c +24 -28
- data/ext/vlog.c +4 -15
- data/lib/ruby-vpi/rspec.rb +1 -1
- data/lib/ruby-vpi/runner.rb +12 -10
- data/lib/ruby-vpi/runner_proxy.rb +17 -6
- data/lib/ruby-vpi/verilog_parser.rb +11 -7
- data/lib/ruby-vpi/vpi.rb +11 -1
- data/lib/ruby-vpi.rb +4 -0
- data/ref/c/annotated.html +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- data/ref/c/globals_type.html +1 -1
- data/ref/c/globals_vars.html +1 -1
- data/ref/c/index.html +1 -1
- data/ref/c/relay_8c.html +2 -1
- data/ref/c/relay_8h.html +1 -1
- data/ref/c/structrelay____RubyOptions____def.html +8 -2
- 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_8c.html +1 -1
- data/ref/c/swig_8h.html +1 -1
- data/ref/c/verilog_8h.html +1 -1
- data/ref/c/vlog_8c.html +15 -15
- data/ref/c/vlog_8h.html +1 -1
- data/ref/c/vpi__user_8h.html +1 -1
- data/ref/ruby/classes/OutputInfo.html +1 -1
- data/ref/ruby/classes/OutputInfo.src/M000030.html +30 -30
- data/ref/ruby/classes/RDoc.html +5 -5
- data/ref/ruby/classes/RDoc.src/{M000097.html → M000099.html} +0 -0
- data/ref/ruby/classes/RubyVpi.src/M000085.html +43 -39
- data/ref/ruby/classes/String.src/M000033.html +26 -26
- data/ref/ruby/classes/String.src/M000034.html +4 -4
- data/ref/ruby/classes/Template.src/M000032.html +4 -4
- data/ref/ruby/classes/VerilogParser/Module/Parameter.src/M000011.html +5 -5
- data/ref/ruby/classes/VerilogParser/Module/Port.src/M000007.html +7 -7
- data/ref/ruby/classes/VerilogParser/Module/Port.src/M000008.html +4 -4
- data/ref/ruby/classes/VerilogParser/Module/Port.src/M000009.html +4 -4
- data/ref/ruby/classes/VerilogParser/Module/Port.src/M000010.html +4 -4
- data/ref/ruby/classes/VerilogParser/Module.src/M000006.html +15 -11
- data/ref/ruby/classes/Vpi/Handle/Property.html +5 -5
- data/ref/ruby/classes/Vpi/Handle/Property.src/{M000096.html → M000098.html} +61 -61
- data/ref/ruby/classes/Vpi/Handle.html +78 -43
- data/ref/ruby/classes/Vpi/Handle.src/M000088.html +3 -3
- data/ref/ruby/classes/Vpi/Handle.src/M000089.html +4 -8
- data/ref/ruby/classes/Vpi/Handle.src/M000090.html +5 -31
- data/ref/ruby/classes/Vpi/Handle.src/M000091.html +9 -74
- data/ref/ruby/classes/Vpi/Handle.src/M000092.html +31 -17
- data/ref/ruby/classes/Vpi/Handle.src/M000093.html +74 -11
- data/ref/ruby/classes/Vpi/Handle.src/M000094.html +30 -0
- data/ref/ruby/classes/Vpi/Handle.src/M000095.html +11 -55
- data/ref/ruby/classes/Vpi/Handle.src/M000097.html +68 -0
- data/ref/ruby/created.rid +1 -1
- data/ref/ruby/files/bin/generate_test_rb.html +8 -11
- data/ref/ruby/files/bin/generate_test_rb.src/M000001.html +4 -4
- data/ref/ruby/files/bin/generate_test_rb.src/M000002.html +22 -24
- data/ref/ruby/files/bin/header_to_ruby_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/float_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/integer_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 -2
- data/ref/ruby/files/lib/ruby-vpi/runner_rb.src/M000003.html +10 -10
- data/ref/ruby/files/lib/ruby-vpi/runner_rb.src/M000004.html +12 -12
- data/ref/ruby/files/lib/ruby-vpi/verilog_parser_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/vpi_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi_rb.html +2 -1
- data/ref/ruby/fr_method_index.html +20 -18
- data/samp/counter/counter_rspec_bench.v +3 -6
- data/samp/counter/counter_rspec_design.rb +2 -1
- data/samp/counter/counter_rspec_runner.rake +20 -4
- data/samp/counter/counter_rspec_spec.rb +4 -4
- data/samp/counter/counter_xunit_bench.v +3 -6
- data/samp/counter/counter_xunit_design.rb +2 -1
- data/samp/counter/counter_xunit_runner.rake +20 -4
- data/samp/pipelined_alu/hw5_unit_test_bench.v +3 -6
- data/samp/pipelined_alu/hw5_unit_test_runner.rake +20 -4
- metadata +21 -20
- data/doc/manual.rb +0 -5
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
<li>PLI_VEXTERN
|
|
45
45
|
: <a class="el" href="vpi__user_8h.html#ad181db3eb3faa5de4d589896dbcb662">vpi_user.h</a><li>PROTO_PARAMS
|
|
46
46
|
: <a class="el" href="vpi__user_8h.html#240fc866a11eedf2a49b6b5afd5d2972">vpi_user.h</a></ul>
|
|
47
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
47
|
+
<hr size="1"><address style="align: right;"><small>Generated on Thu Dec 7 15:09:45 2006 for Ruby-VPI by
|
|
48
48
|
<a href="http://www.doxygen.org/index.html">
|
|
49
49
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
50
50
|
</body>
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
: <a class="el" href="verilog_8h.html#6e8374d012a82e20b7e93415b95cf33d">verilog.h</a><li>verilog_tf_funcPtr_strict
|
|
46
46
|
: <a class="el" href="verilog_8h.html#858d173d13926845fc1c1248519d7fdc">verilog.h</a><li>verilog_tf_funcReturn
|
|
47
47
|
: <a class="el" href="verilog_8h.html#0895cc43ee6708ed1a7fa8b9829665ba">verilog.h</a><li>verilog_tf_funcSig
|
|
48
|
-
: <a class="el" href="vlog_8h.html#1b39935aef93f96d0dfb959639b00754">vlog.h</a>, <a class="el" href="vlog_8c.html#
|
|
48
|
+
: <a class="el" href="vlog_8h.html#1b39935aef93f96d0dfb959639b00754">vlog.h</a>, <a class="el" href="vlog_8c.html#2e0274a583a8e9f28e0a99003053a354">vlog.c</a>, <a class="el" href="verilog_8h.html#d3ce96438bf5e9101337a49bac4507f7">verilog.h</a><li>vpi0
|
|
49
49
|
: <a class="el" href="vpi__user_8h.html#14fdbc3250060cc822712d7684b90004">vpi_user.h</a><li>vpi1
|
|
50
50
|
: <a class="el" href="vpi__user_8h.html#e38355ce82f7120b2d5fc4ad021532e5">vpi_user.h</a><li>VPI_MCD_STDOUT
|
|
51
51
|
: <a class="el" href="vpi__user_8h.html#247e0c6c48bd348b49a7e507f2695c4f">vpi_user.h</a><li>vpiActive
|
|
@@ -456,7 +456,7 @@
|
|
|
456
456
|
: <a class="el" href="vpi__user_8h.html#0a97a6fa4c5f82c05fc5909aded783e2">vpi_user.h</a><li>vpiXorPrim
|
|
457
457
|
: <a class="el" href="vpi__user_8h.html#803026dd4484367c4b3cb871d28249df">vpi_user.h</a><li>vpiZ
|
|
458
458
|
: <a class="el" href="vpi__user_8h.html#926969d440ea7547404cbac67367fe5f">vpi_user.h</a></ul>
|
|
459
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
459
|
+
<hr size="1"><address style="align: right;"><small>Generated on Thu Dec 7 15:09:45 2006 for Ruby-VPI by
|
|
460
460
|
<a href="http://www.doxygen.org/index.html">
|
|
461
461
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
462
462
|
</body>
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
<h3><a class="anchor" name="index_x">- x -</a></h3><ul>
|
|
44
44
|
<li>XXTERN
|
|
45
45
|
: <a class="el" href="vpi__user_8h.html#d3973263496fbe347baaf726dac775c5">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 Thu Dec 7 15:09:45 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.7 </small></address>
|
|
49
49
|
</body>
|
data/ref/c/globals_enum.html
CHANGED
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
<ul>
|
|
33
33
|
<li>bool
|
|
34
34
|
: <a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b1">common.h</a></ul>
|
|
35
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
35
|
+
<hr size="1"><address style="align: right;"><small>Generated on Thu Dec 7 15:09:45 2006 for Ruby-VPI by
|
|
36
36
|
<a href="http://www.doxygen.org/index.html">
|
|
37
37
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
38
38
|
</body>
|
data/ref/c/globals_eval.html
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
<li>false
|
|
34
34
|
: <a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b1e9de385ef6fe9bf3360d1038396b884c">common.h</a><li>true
|
|
35
35
|
: <a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b108f175a5505a10b9ed657defeb050e4b">common.h</a></ul>
|
|
36
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
36
|
+
<hr size="1"><address style="align: right;"><small>Generated on Thu Dec 7 15:09:45 2006 for Ruby-VPI by
|
|
37
37
|
<a href="http://www.doxygen.org/index.html">
|
|
38
38
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
39
39
|
</body>
|
data/ref/c/globals_func.html
CHANGED
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
: <a class="el" href="relay_8c.html#48de991a596f3c94a9bf19b3bf5a8dfd">relay.c</a><li>swig_init()
|
|
40
40
|
: <a class="el" href="swig_8h.html#fb31a3a8e1674c2ca6f32a9772bfb491">swig.h</a>, <a class="el" href="swig_8c.html#fb31a3a8e1674c2ca6f32a9772bfb491">swig.c</a><li>swig_rb_relay_verilog()
|
|
41
41
|
: <a class="el" href="swig_8h.html#8ddc9ef9bf799f418bfe09959e695b0f">swig.h</a>, <a class="el" href="swig_8c.html#8ddc9ef9bf799f418bfe09959e695b0f">swig.c</a><li>verilog_tf_funcSig()
|
|
42
|
-
: <a class="el" href="vlog_8h.html#1b39935aef93f96d0dfb959639b00754">vlog.h</a>, <a class="el" href="vlog_8c.html#
|
|
42
|
+
: <a class="el" href="vlog_8h.html#1b39935aef93f96d0dfb959639b00754">vlog.h</a>, <a class="el" href="vlog_8c.html#2e0274a583a8e9f28e0a99003053a354">vlog.c</a>, <a class="el" href="verilog_8h.html#d3ce96438bf5e9101337a49bac4507f7">verilog.h</a><li>vlog_bind_task()
|
|
43
43
|
: <a class="el" href="vlog_8h.html#152829ae9d28417665d4d15a059e096c">vlog.h</a>, <a class="el" href="vlog_8c.html#152829ae9d28417665d4d15a059e096c">vlog.c</a><li>vlog_startup()
|
|
44
44
|
: <a class="el" href="vlog_8c.html#dc9eaadf567421f239b8b647a3ea0eb2">vlog.c</a></ul>
|
|
45
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
45
|
+
<hr size="1"><address style="align: right;"><small>Generated on Thu Dec 7 15:09:45 2006 for Ruby-VPI by
|
|
46
46
|
<a href="http://www.doxygen.org/index.html">
|
|
47
47
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
48
48
|
</body>
|
data/ref/c/globals_type.html
CHANGED
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
: <a class="el" href="vpi__user_8h.html#31ae651757effcffa547a034cfb5ea6b">vpi_user.h</a><li>s_vpi_vlog_info
|
|
57
57
|
: <a class="el" href="vpi__user_8h.html#4d989aa964a0d69d3e1da525725573c8">vpi_user.h</a><li>vpiHandle
|
|
58
58
|
: <a class="el" href="vpi__user_8h.html#7f57325d105c33e9bbac40b5ddd04d05">vpi_user.h</a></ul>
|
|
59
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
59
|
+
<hr size="1"><address style="align: right;"><small>Generated on Thu Dec 7 15:09:45 2006 for Ruby-VPI by
|
|
60
60
|
<a href="http://www.doxygen.org/index.html">
|
|
61
61
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
62
62
|
</body>
|
data/ref/c/globals_vars.html
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
: <a class="el" href="relay_8c.html#b7e726577af7e3a6e01b747b741a8112">relay.c</a><li>relay__verilogLock
|
|
36
36
|
: <a class="el" href="relay_8c.html#16c2cdb7e43e9d99b680843830f8a2f1">relay.c</a><li>vlog_startup_routines
|
|
37
37
|
: <a class="el" href="vpi__user_8h.html#c633eb05d7e314a57629aa32ca3a9076">vpi_user.h</a>, <a class="el" href="vlog_8c.html#c1228ec9528d9c9be4de1c8e42cd3835">vlog.c</a></ul>
|
|
38
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
38
|
+
<hr size="1"><address style="align: right;"><small>Generated on Thu Dec 7 15:09:45 2006 for Ruby-VPI by
|
|
39
39
|
<a href="http://www.doxygen.org/index.html">
|
|
40
40
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
41
41
|
</body>
|
data/ref/c/index.html
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
</ul></div>
|
|
14
14
|
<h1>Ruby-VPI Documentation</h1>
|
|
15
15
|
<p>
|
|
16
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
16
|
+
<hr size="1"><address style="align: right;"><small>Generated on Thu Dec 7 15:09:44 2006 for Ruby-VPI by
|
|
17
17
|
<a href="http://www.doxygen.org/index.html">
|
|
18
18
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
19
19
|
</body>
|
data/ref/c/relay_8c.html
CHANGED
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr>
|
|
28
28
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structrelay____RubyOptions____def.html">relay__RubyOptions__def</a></td></tr>
|
|
29
29
|
|
|
30
|
+
<tr><td class="mdescLeft"> </td><td class="mdescRight">Stores command-line options for the Ruby interpreter. <a href="structrelay____RubyOptions____def.html#_details">More...</a><br></td></tr>
|
|
30
31
|
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
|
|
31
32
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="relay_8c.html#ea9df559615cf5edbf6fc237b9781a8f">relay_init</a> ()</td></tr>
|
|
32
33
|
|
|
@@ -207,7 +208,7 @@ Transfers control to Verilog code.
|
|
|
207
208
|
|
|
208
209
|
</div>
|
|
209
210
|
</div><p>
|
|
210
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
211
|
+
<hr size="1"><address style="align: right;"><small>Generated on Thu Dec 7 15:09:44 2006 for Ruby-VPI by
|
|
211
212
|
<a href="http://www.doxygen.org/index.html">
|
|
212
213
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
213
214
|
</body>
|
data/ref/c/relay_8h.html
CHANGED
|
@@ -122,7 +122,7 @@ Transfers control to Verilog code.
|
|
|
122
122
|
|
|
123
123
|
</div>
|
|
124
124
|
</div><p>
|
|
125
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
125
|
+
<hr size="1"><address style="align: right;"><small>Generated on Thu Dec 7 15:09:44 2006 for Ruby-VPI by
|
|
126
126
|
<a href="http://www.doxygen.org/index.html">
|
|
127
127
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
128
128
|
</body>
|
|
@@ -16,7 +16,10 @@
|
|
|
16
16
|
<li><a href="annotated.html"><span>Data Structures</span></a></li>
|
|
17
17
|
<li><a href="functions.html"><span>Data Fields</span></a></li>
|
|
18
18
|
</ul></div>
|
|
19
|
-
<h1>relay__RubyOptions__def Struct Reference</h1><!-- doxytag: class="relay__RubyOptions__def"
|
|
19
|
+
<h1>relay__RubyOptions__def Struct Reference</h1><!-- doxytag: class="relay__RubyOptions__def" -->Stores command-line options for the Ruby interpreter.
|
|
20
|
+
<a href="#_details">More...</a>
|
|
21
|
+
<p>
|
|
22
|
+
<table border="0" cellpadding="0" cellspacing="0">
|
|
20
23
|
<tr><td></td></tr>
|
|
21
24
|
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
|
|
22
25
|
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</a> ** </td><td class="memItemRight" valign="bottom"><a class="el" href="structrelay____RubyOptions____def.html#2d622fe378089ce840530cb8866f304f">mArgs</a></td></tr>
|
|
@@ -25,6 +28,9 @@
|
|
|
25
28
|
|
|
26
29
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Array of command-line arguments. <a href="#de218feb16c6d7fca853d2f376c4c6c3"></a><br></td></tr>
|
|
27
30
|
</table>
|
|
31
|
+
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
|
32
|
+
Stores command-line options for the Ruby interpreter.
|
|
33
|
+
<p>
|
|
28
34
|
<hr><h2>Field Documentation</h2>
|
|
29
35
|
<a class="anchor" name="2d622fe378089ce840530cb8866f304f"></a><!-- doxytag: member="relay__RubyOptions__def::mArgs" ref="2d622fe378089ce840530cb8866f304f" args="" -->
|
|
30
36
|
<div class="memitem">
|
|
@@ -60,7 +66,7 @@ Array of command-line arguments.
|
|
|
60
66
|
</div><p>
|
|
61
67
|
<hr>The documentation for this struct was generated from the following file:<ul>
|
|
62
68
|
<li><a class="el" href="relay_8c.html">relay.c</a></ul>
|
|
63
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
69
|
+
<hr size="1"><address style="align: right;"><small>Generated on Thu Dec 7 15:09:45 2006 for Ruby-VPI by
|
|
64
70
|
<a href="http://www.doxygen.org/index.html">
|
|
65
71
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
66
72
|
</body>
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
</div><p>
|
|
145
145
|
<hr>The documentation for this struct was generated from the following file:<ul>
|
|
146
146
|
<li><a class="el" href="vpi__user_8h.html">vpi_user.h</a></ul>
|
|
147
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
147
|
+
<hr size="1"><address style="align: right;"><small>Generated on Thu Dec 7 15:09:45 2006 for Ruby-VPI by
|
|
148
148
|
<a href="http://www.doxygen.org/index.html">
|
|
149
149
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
150
150
|
</body>
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
</div><p>
|
|
128
128
|
<hr>The documentation for this struct was generated from the following file:<ul>
|
|
129
129
|
<li><a class="el" href="vpi__user_8h.html">vpi_user.h</a></ul>
|
|
130
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
130
|
+
<hr size="1"><address style="align: right;"><small>Generated on Thu Dec 7 15:09:45 2006 for Ruby-VPI by
|
|
131
131
|
<a href="http://www.doxygen.org/index.html">
|
|
132
132
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
133
133
|
</body>
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
</div><p>
|
|
145
145
|
<hr>The documentation for this struct was generated from the following file:<ul>
|
|
146
146
|
<li><a class="el" href="vpi__user_8h.html">vpi_user.h</a></ul>
|
|
147
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
147
|
+
<hr size="1"><address style="align: right;"><small>Generated on Thu Dec 7 15:09:45 2006 for Ruby-VPI by
|
|
148
148
|
<a href="http://www.doxygen.org/index.html">
|
|
149
149
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
150
150
|
</body>
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
</div><p>
|
|
77
77
|
<hr>The documentation for this struct was generated from the following file:<ul>
|
|
78
78
|
<li><a class="el" href="vpi__user_8h.html">vpi_user.h</a></ul>
|
|
79
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
79
|
+
<hr size="1"><address style="align: right;"><small>Generated on Thu Dec 7 15:09:45 2006 for Ruby-VPI by
|
|
80
80
|
<a href="http://www.doxygen.org/index.html">
|
|
81
81
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
82
82
|
</body>
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
</div><p>
|
|
145
145
|
<hr>The documentation for this struct was generated from the following file:<ul>
|
|
146
146
|
<li><a class="el" href="vpi__user_8h.html">vpi_user.h</a></ul>
|
|
147
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
147
|
+
<hr size="1"><address style="align: right;"><small>Generated on Thu Dec 7 15:09:45 2006 for Ruby-VPI by
|
|
148
148
|
<a href="http://www.doxygen.org/index.html">
|
|
149
149
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
150
150
|
</body>
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
</div><p>
|
|
94
94
|
<hr>The documentation for this struct was generated from the following file:<ul>
|
|
95
95
|
<li><a class="el" href="vpi__user_8h.html">vpi_user.h</a></ul>
|
|
96
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
96
|
+
<hr size="1"><address style="align: right;"><small>Generated on Thu Dec 7 15:09:45 2006 for Ruby-VPI by
|
|
97
97
|
<a href="http://www.doxygen.org/index.html">
|
|
98
98
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
99
99
|
</body>
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
</div><p>
|
|
198
198
|
<hr>The documentation for this struct was generated from the following file:<ul>
|
|
199
199
|
<li><a class="el" href="vpi__user_8h.html">vpi_user.h</a></ul>
|
|
200
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
200
|
+
<hr size="1"><address style="align: right;"><small>Generated on Thu Dec 7 15:09:45 2006 for Ruby-VPI by
|
|
201
201
|
<a href="http://www.doxygen.org/index.html">
|
|
202
202
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
203
203
|
</body>
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
</div><p>
|
|
60
60
|
<hr>The documentation for this struct was generated from the following file:<ul>
|
|
61
61
|
<li><a class="el" href="vpi__user_8h.html">vpi_user.h</a></ul>
|
|
62
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
62
|
+
<hr size="1"><address style="align: right;"><small>Generated on Thu Dec 7 15:09:45 2006 for Ruby-VPI by
|
|
63
63
|
<a href="http://www.doxygen.org/index.html">
|
|
64
64
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
65
65
|
</body>
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
</div><p>
|
|
94
94
|
<hr>The documentation for this struct was generated from the following file:<ul>
|
|
95
95
|
<li><a class="el" href="vpi__user_8h.html">vpi_user.h</a></ul>
|
|
96
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
96
|
+
<hr size="1"><address style="align: right;"><small>Generated on Thu Dec 7 15:09:45 2006 for Ruby-VPI by
|
|
97
97
|
<a href="http://www.doxygen.org/index.html">
|
|
98
98
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
99
99
|
</body>
|
data/ref/c/swig_8c.html
CHANGED
|
@@ -73,7 +73,7 @@ Transfers control from Ruby code to Verilog code.
|
|
|
73
73
|
|
|
74
74
|
</div>
|
|
75
75
|
</div><p>
|
|
76
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
76
|
+
<hr size="1"><address style="align: right;"><small>Generated on Thu Dec 7 15:09:44 2006 for Ruby-VPI by
|
|
77
77
|
<a href="http://www.doxygen.org/index.html">
|
|
78
78
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
79
79
|
</body>
|
data/ref/c/swig_8h.html
CHANGED
|
@@ -76,7 +76,7 @@ Transfers control from Ruby code to Verilog code.
|
|
|
76
76
|
|
|
77
77
|
</div>
|
|
78
78
|
</div><p>
|
|
79
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
79
|
+
<hr size="1"><address style="align: right;"><small>Generated on Thu Dec 7 15:09:44 2006 for Ruby-VPI by
|
|
80
80
|
<a href="http://www.doxygen.org/index.html">
|
|
81
81
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
82
82
|
</body>
|
data/ref/c/verilog_8h.html
CHANGED
|
@@ -110,7 +110,7 @@ A proxy for all Verilog headers of interest to us.
|
|
|
110
110
|
|
|
111
111
|
</div>
|
|
112
112
|
</div><p>
|
|
113
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
113
|
+
<hr size="1"><address style="align: right;"><small>Generated on Thu Dec 7 15:09:44 2006 for Ruby-VPI by
|
|
114
114
|
<a href="http://www.doxygen.org/index.html">
|
|
115
115
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
116
116
|
</body>
|
data/ref/c/vlog_8c.html
CHANGED
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
<table border="0" cellpadding="0" cellspacing="0">
|
|
23
23
|
<tr><td></td></tr>
|
|
24
24
|
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
|
|
25
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="vlog_8c.html#2e0274a583a8e9f28e0a99003053a354">verilog_tf_funcSig</a> (vlog_ruby_relay)</td></tr>
|
|
26
|
-
|
|
27
|
-
<tr><td class="mdescLeft"> </td><td class="mdescRight">Callback for the $ruby_relay VPI task. <a href="#2e0274a583a8e9f28e0a99003053a354"></a><br></td></tr>
|
|
28
25
|
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="vlog_8c.html#1b39935aef93f96d0dfb959639b00754">verilog_tf_funcSig</a> (vlog_ruby_init)</td></tr>
|
|
29
26
|
|
|
30
27
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Callback for the $ruby_init VPI task. <a href="#1b39935aef93f96d0dfb959639b00754"></a><br></td></tr>
|
|
28
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="vlog_8c.html#2e0274a583a8e9f28e0a99003053a354">verilog_tf_funcSig</a> (vlog_ruby_relay)</td></tr>
|
|
29
|
+
|
|
30
|
+
<tr><td class="mdescLeft"> </td><td class="mdescRight">Callback for the $ruby_relay VPI task. <a href="#2e0274a583a8e9f28e0a99003053a354"></a><br></td></tr>
|
|
31
31
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="vlog_8c.html#152829ae9d28417665d4d15a059e096c">vlog_bind_task</a> (<a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</a> *apTaskName, verilog_tf_funcPtr(apTaskDef))</td></tr>
|
|
32
32
|
|
|
33
33
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Binds a C function to a VPI task, so that Verilog code can invoke the C function by calling the VPI task. <a href="#152829ae9d28417665d4d15a059e096c"></a><br></td></tr>
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
|
|
40
40
|
</table>
|
|
41
41
|
<hr><h2>Function Documentation</h2>
|
|
42
|
-
<a class="anchor" name="
|
|
42
|
+
<a class="anchor" name="2e0274a583a8e9f28e0a99003053a354"></a><!-- doxytag: member="vlog.c::verilog_tf_funcSig" ref="2e0274a583a8e9f28e0a99003053a354" args="(vlog_ruby_relay)" -->
|
|
43
43
|
<div class="memitem">
|
|
44
44
|
<div class="memproto">
|
|
45
45
|
<table class="memname">
|
|
46
46
|
<tr>
|
|
47
47
|
<td class="memname">verilog_tf_funcSig </td>
|
|
48
48
|
<td>(</td>
|
|
49
|
-
<td class="paramtype">
|
|
49
|
+
<td class="paramtype">vlog_ruby_relay </td>
|
|
50
50
|
<td class="paramname"> </td>
|
|
51
51
|
<td> ) </td>
|
|
52
52
|
<td width="100%"></td>
|
|
@@ -56,22 +56,19 @@
|
|
|
56
56
|
<div class="memdoc">
|
|
57
57
|
|
|
58
58
|
<p>
|
|
59
|
-
Callback for the $
|
|
59
|
+
Callback for the $ruby_relay VPI task.
|
|
60
60
|
<p>
|
|
61
|
-
|
|
62
|
-
For example, to start the Ruby interpreter with the "-w" option and with the "hello_world.rb" script, the Verilog code would have a statement like this:<ul>
|
|
63
|
-
<li><code>$ruby_init("-w", "hello_world.rb");</code> </li></ul>
|
|
64
|
-
|
|
61
|
+
Transfers control from Verilog to Ruby code.
|
|
65
62
|
</div>
|
|
66
63
|
</div><p>
|
|
67
|
-
<a class="anchor" name="
|
|
64
|
+
<a class="anchor" name="1b39935aef93f96d0dfb959639b00754"></a><!-- doxytag: member="vlog.c::verilog_tf_funcSig" ref="1b39935aef93f96d0dfb959639b00754" args="(vlog_ruby_init)" -->
|
|
68
65
|
<div class="memitem">
|
|
69
66
|
<div class="memproto">
|
|
70
67
|
<table class="memname">
|
|
71
68
|
<tr>
|
|
72
69
|
<td class="memname">verilog_tf_funcSig </td>
|
|
73
70
|
<td>(</td>
|
|
74
|
-
<td class="paramtype">
|
|
71
|
+
<td class="paramtype">vlog_ruby_init </td>
|
|
75
72
|
<td class="paramname"> </td>
|
|
76
73
|
<td> ) </td>
|
|
77
74
|
<td width="100%"></td>
|
|
@@ -81,9 +78,12 @@ For example, to start the Ruby interpreter with the "-w" option and with the "he
|
|
|
81
78
|
<div class="memdoc">
|
|
82
79
|
|
|
83
80
|
<p>
|
|
84
|
-
Callback for the $
|
|
81
|
+
Callback for the $ruby_init VPI task.
|
|
85
82
|
<p>
|
|
86
|
-
|
|
83
|
+
Initializes and starts the Ruby interpreter with the same arguments as those given to the VPI task-call.<p>
|
|
84
|
+
For example, to start the Ruby interpreter with the "-w" option and with the "hello_world.rb" script, the Verilog code would have a statement like this:<ul>
|
|
85
|
+
<li><code>$ruby_init("-w", "hello_world.rb");</code> </li></ul>
|
|
86
|
+
|
|
87
87
|
</div>
|
|
88
88
|
</div><p>
|
|
89
89
|
<a class="anchor" name="152829ae9d28417665d4d15a059e096c"></a><!-- doxytag: member="vlog.c::vlog_bind_task" ref="152829ae9d28417665d4d15a059e096c" args="(PLI_BYTE8 *apTaskName, verilog_tf_funcPtr(apTaskDef))" -->
|
|
@@ -161,7 +161,7 @@ Binds the default VPI tasks (provided by Ruby-VPI) before the Verilog simulator
|
|
|
161
161
|
|
|
162
162
|
</div>
|
|
163
163
|
</div><p>
|
|
164
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
164
|
+
<hr size="1"><address style="align: right;"><small>Generated on Thu Dec 7 15:09:44 2006 for Ruby-VPI by
|
|
165
165
|
<a href="http://www.doxygen.org/index.html">
|
|
166
166
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
167
167
|
</body>
|
data/ref/c/vlog_8h.html
CHANGED
|
@@ -121,7 +121,7 @@ For example, if we bound a VPI task named "$hello_world" to the C function hello
|
|
|
121
121
|
|
|
122
122
|
</div>
|
|
123
123
|
</div><p>
|
|
124
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
124
|
+
<hr size="1"><address style="align: right;"><small>Generated on Thu Dec 7 15:09:44 2006 for Ruby-VPI by
|
|
125
125
|
<a href="http://www.doxygen.org/index.html">
|
|
126
126
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
127
127
|
</body>
|
data/ref/c/vpi__user_8h.html
CHANGED
|
@@ -8732,7 +8732,7 @@ alias 1364-1995 system function subtypes to 1364-2001 function subtypes
|
|
|
8732
8732
|
|
|
8733
8733
|
</div>
|
|
8734
8734
|
</div><p>
|
|
8735
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
8735
|
+
<hr size="1"><address style="align: right;"><small>Generated on Thu Dec 7 15:09:45 2006 for Ruby-VPI by
|
|
8736
8736
|
<a href="http://www.doxygen.org/index.html">
|
|
8737
8737
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
8738
8738
|
</body>
|
|
@@ -127,7 +127,7 @@ Holds information about the output destinations of a parsed Verilog module.
|
|
|
127
127
|
<tr class="top-aligned-row context-row">
|
|
128
128
|
<td class="context-item-name">SPEC_FORMATS</td>
|
|
129
129
|
<td>=</td>
|
|
130
|
-
<td class="context-item-value">[:rSpec, :xUnit, :generic]</td>
|
|
130
|
+
<td class="context-item-value">[:rSpec, :tSpec, :xUnit, :generic]</td>
|
|
131
131
|
</tr>
|
|
132
132
|
</table>
|
|
133
133
|
</div>
|
|
@@ -10,41 +10,41 @@
|
|
|
10
10
|
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
|
11
11
|
</head>
|
|
12
12
|
<body class="standalone-code">
|
|
13
|
-
<pre> <span class="ruby-comment cmt"># File bin/generate_test.rb, line
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
13
|
+
<pre> <span class="ruby-comment cmt"># File bin/generate_test.rb, line 97</span>
|
|
14
|
+
97: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span> <span class="ruby-identifier">aModuleName</span>, <span class="ruby-identifier">aSpecFormat</span>, <span class="ruby-identifier">aTestName</span>, <span class="ruby-identifier">aRubyVpiPath</span>
|
|
15
|
+
98: <span class="ruby-identifier">raise</span> <span class="ruby-constant">ArgumentError</span> <span class="ruby-keyword kw">unless</span> <span class="ruby-constant">SPEC_FORMATS</span>.<span class="ruby-identifier">include?</span> <span class="ruby-identifier">aSpecFormat</span>
|
|
16
|
+
99: <span class="ruby-ivar">@specFormat</span> = <span class="ruby-identifier">aSpecFormat</span>
|
|
17
|
+
100: <span class="ruby-ivar">@testName</span> = <span class="ruby-identifier">aTestName</span>
|
|
18
|
+
101:
|
|
19
|
+
102: <span class="ruby-ivar">@suffix</span> = <span class="ruby-value str">'_'</span> <span class="ruby-operator">+</span> <span class="ruby-ivar">@testName</span>
|
|
20
|
+
103: <span class="ruby-ivar">@benchSuffix</span> = <span class="ruby-ivar">@suffix</span> <span class="ruby-operator">+</span> <span class="ruby-value str">'_bench'</span>
|
|
21
|
+
104: <span class="ruby-ivar">@designSuffix</span> = <span class="ruby-ivar">@suffix</span> <span class="ruby-operator">+</span> <span class="ruby-value str">'_design'</span>
|
|
22
|
+
105: <span class="ruby-ivar">@specSuffix</span> = <span class="ruby-ivar">@suffix</span> <span class="ruby-operator">+</span> <span class="ruby-value str">'_spec'</span>
|
|
23
|
+
106: <span class="ruby-ivar">@runnerSuffix</span> = <span class="ruby-ivar">@suffix</span> <span class="ruby-operator">+</span> <span class="ruby-value str">'_runner'</span>
|
|
24
|
+
107: <span class="ruby-ivar">@protoSuffix</span> = <span class="ruby-ivar">@suffix</span> <span class="ruby-operator">+</span> <span class="ruby-value str">'_proto'</span>
|
|
25
|
+
108:
|
|
26
|
+
109: <span class="ruby-ivar">@rubyVpiPath</span> = <span class="ruby-identifier">aRubyVpiPath</span>
|
|
27
|
+
110:
|
|
28
|
+
111: <span class="ruby-ivar">@verilogBenchName</span> = <span class="ruby-identifier">aModuleName</span> <span class="ruby-operator">+</span> <span class="ruby-ivar">@benchSuffix</span>
|
|
29
|
+
112: <span class="ruby-ivar">@verilogBenchPath</span> = <span class="ruby-ivar">@verilogBenchName</span> <span class="ruby-operator">+</span> <span class="ruby-constant">VERILOG_EXT</span>
|
|
27
30
|
113:
|
|
28
|
-
114: <span class="ruby-ivar">@
|
|
29
|
-
115: <span class="ruby-ivar">@
|
|
31
|
+
114: <span class="ruby-ivar">@rubyBenchName</span> = <span class="ruby-identifier">aModuleName</span> <span class="ruby-operator">+</span> <span class="ruby-ivar">@benchSuffix</span>
|
|
32
|
+
115: <span class="ruby-ivar">@rubyBenchPath</span> = <span class="ruby-ivar">@rubyBenchName</span> <span class="ruby-operator">+</span> <span class="ruby-constant">RUBY_EXT</span>
|
|
30
33
|
116:
|
|
31
|
-
117: <span class="ruby-ivar">@
|
|
32
|
-
118: <span class="ruby-ivar">@
|
|
34
|
+
117: <span class="ruby-ivar">@designName</span> = <span class="ruby-identifier">aModuleName</span> <span class="ruby-operator">+</span> <span class="ruby-ivar">@designSuffix</span>
|
|
35
|
+
118: <span class="ruby-ivar">@designPath</span> = <span class="ruby-ivar">@designName</span> <span class="ruby-operator">+</span> <span class="ruby-constant">RUBY_EXT</span>
|
|
33
36
|
119:
|
|
34
|
-
120: <span class="ruby-ivar">@
|
|
35
|
-
121: <span class="ruby-ivar">@
|
|
37
|
+
120: <span class="ruby-ivar">@protoName</span> = <span class="ruby-identifier">aModuleName</span> <span class="ruby-operator">+</span> <span class="ruby-ivar">@protoSuffix</span>
|
|
38
|
+
121: <span class="ruby-ivar">@protoPath</span> = <span class="ruby-ivar">@protoName</span> <span class="ruby-operator">+</span> <span class="ruby-constant">RUBY_EXT</span>
|
|
36
39
|
122:
|
|
37
|
-
123: <span class="ruby-ivar">@
|
|
38
|
-
124: <span class="ruby-ivar">@
|
|
40
|
+
123: <span class="ruby-ivar">@specName</span> = <span class="ruby-identifier">aModuleName</span> <span class="ruby-operator">+</span> <span class="ruby-ivar">@specSuffix</span>
|
|
41
|
+
124: <span class="ruby-ivar">@specPath</span> = <span class="ruby-ivar">@specName</span> <span class="ruby-operator">+</span> <span class="ruby-constant">RUBY_EXT</span>
|
|
39
42
|
125:
|
|
40
|
-
126: <span class="ruby-ivar">@
|
|
41
|
-
127: <span class="ruby-ivar">@
|
|
43
|
+
126: <span class="ruby-ivar">@designClassName</span> = <span class="ruby-identifier">aModuleName</span>.<span class="ruby-identifier">to_ruby_const_name</span>
|
|
44
|
+
127: <span class="ruby-ivar">@specClassName</span> = <span class="ruby-ivar">@specName</span>.<span class="ruby-identifier">to_ruby_const_name</span>
|
|
42
45
|
128:
|
|
43
|
-
129: <span class="ruby-ivar">@
|
|
44
|
-
130: <span class="ruby-ivar">@
|
|
45
|
-
131:
|
|
46
|
-
132: <span class="ruby-ivar">@runnerName</span> = <span class="ruby-identifier">aModuleName</span> <span class="ruby-operator">+</span> <span class="ruby-ivar">@runnerSuffix</span>
|
|
47
|
-
133: <span class="ruby-ivar">@runnerPath</span> = <span class="ruby-ivar">@runnerName</span> <span class="ruby-operator">+</span> <span class="ruby-constant">RUNNER_EXT</span>
|
|
48
|
-
134: <span class="ruby-keyword kw">end</span></pre>
|
|
46
|
+
129: <span class="ruby-ivar">@runnerName</span> = <span class="ruby-identifier">aModuleName</span> <span class="ruby-operator">+</span> <span class="ruby-ivar">@runnerSuffix</span>
|
|
47
|
+
130: <span class="ruby-ivar">@runnerPath</span> = <span class="ruby-ivar">@runnerName</span> <span class="ruby-operator">+</span> <span class="ruby-constant">RUNNER_EXT</span>
|
|
48
|
+
131: <span class="ruby-keyword kw">end</span></pre>
|
|
49
49
|
</body>
|
|
50
50
|
</html>
|
data/ref/ruby/classes/RDoc.html
CHANGED
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
<h3 class="section-bar">Methods</h3>
|
|
81
81
|
|
|
82
82
|
<div class="name-list">
|
|
83
|
-
<a href="#
|
|
83
|
+
<a href="#M000099">usage_from_file</a>
|
|
84
84
|
</div>
|
|
85
85
|
</div>
|
|
86
86
|
|
|
@@ -102,12 +102,12 @@
|
|
|
102
102
|
<div id="methods">
|
|
103
103
|
<h3 class="section-bar">Public Class methods</h3>
|
|
104
104
|
|
|
105
|
-
<div id="method-
|
|
106
|
-
<a name="
|
|
105
|
+
<div id="method-M000099" class="method-detail">
|
|
106
|
+
<a name="M000099"></a>
|
|
107
107
|
|
|
108
108
|
<div class="method-heading">
|
|
109
|
-
<a href="RDoc.src/
|
|
110
|
-
onclick="popupCode('RDoc.src/
|
|
109
|
+
<a href="RDoc.src/M000099.html" target="Code" class="method-signature"
|
|
110
|
+
onclick="popupCode('RDoc.src/M000099.html');return false;">
|
|
111
111
|
<span class="method-name">usage_from_file</span><span class="method-args">(input_file, *args)</span>
|
|
112
112
|
</a>
|
|
113
113
|
</div>
|
|
File without changes
|