ruby-vpi 12.1.0 → 13.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/generate_test.rb +4 -5
- data/bin/generate_test_tpl/bench.rb +2 -0
- data/bin/generate_test_tpl/bench.v +4 -11
- data/bin/header_to_ruby.rb +0 -1
- data/doc/history.html +281 -206
- data/doc/history.rb +1 -1
- data/doc/history.yml +66 -35
- data/doc/manual.html +3 -3
- data/doc/memo.doc +2 -0
- data/doc/memo.html +5 -0
- data/doc/readme.doc +16 -8
- data/doc/readme.html +19 -13
- data/doc/rss.xml +7 -0
- data/ext/common.h +1 -0
- data/ext/{swig.c → main.c} +32 -6
- data/ext/{swig.h → main.h} +8 -7
- data/ext/relay.c +7 -83
- data/ext/relay.h +7 -5
- data/ext/swig_vpi.i +10 -3
- data/ext/swig_wrap.cin +4 -1
- data/ext/verilog.h +26 -10
- data/ext/vlog.c +16 -23
- data/ext/vlog.h +5 -19
- data/lib/ruby-vpi/rcov.rb +3 -3
- data/lib/ruby-vpi/runner.rb +5 -2
- data/lib/ruby-vpi/vpi.rb +1 -1
- data/lib/ruby-vpi.rb +57 -5
- data/ref/c/annotated.html +1 -7
- data/ref/c/common_8h.html +2 -1
- data/ref/c/files.html +3 -5
- data/ref/c/functions.html +24 -46
- data/ref/c/functions_vars.html +24 -46
- data/ref/c/globals.html +5 -210
- data/ref/c/globals_0x63.html +32 -48
- data/ref/c/globals_0x65.html +3 -9
- data/ref/c/globals_0x66.html +3 -19
- data/ref/c/globals_0x6d.html +5 -10
- data/ref/c/globals_0x70.html +19 -25
- data/ref/c/globals_0x72.html +8 -18
- data/ref/c/globals_0x73.html +11 -198
- data/ref/c/globals_0x74.html +2 -8
- data/ref/c/globals_0x76.html +419 -427
- data/ref/c/globals_0x78.html +3 -9
- data/ref/c/globals_defs.html +30 -35
- data/ref/c/globals_defs_0x65.html +2 -7
- data/ref/c/globals_defs_0x70.html +3 -8
- data/ref/c/globals_defs_0x76.html +416 -420
- data/ref/c/globals_defs_0x78.html +2 -7
- data/ref/c/globals_enum.html +1 -1
- data/ref/c/globals_eval.html +1 -1
- data/ref/c/globals_func.html +13 -173
- data/ref/c/globals_type.html +26 -29
- data/ref/c/globals_vars.html +4 -88
- data/ref/c/index.html +1 -1
- data/ref/c/{swig_8c.html → main_8c.html} +16 -14
- data/ref/c/{swig_8h.html → main_8h.html} +15 -14
- data/ref/c/relay_8c.html +25 -38
- data/ref/c/relay_8h.html +16 -15
- data/ref/c/structt__cb__data.html +6 -23
- data/ref/c/structt__vpi__delay.html +3 -20
- data/ref/c/structt__vpi__error__info.html +3 -71
- data/ref/c/structt__vpi__strengthval.html +3 -3
- data/ref/c/structt__vpi__systf__data.html +12 -46
- data/ref/c/structt__vpi__time.html +3 -3
- data/ref/c/structt__vpi__value.html +3 -113
- data/ref/c/structt__vpi__vecval.html +3 -3
- data/ref/c/structt__vpi__vlog__info.html +3 -54
- data/ref/c/verilog_8h.html +69 -3
- data/ref/c/vlog_8c.html +16 -61
- data/ref/c/vlog_8h.html +14 -57
- data/ref/c/vpi__user_8h.html +16 -16
- data/ref/ruby/classes/ERB.html +5 -5
- data/ref/ruby/classes/ERB.src/{M000032.html → M000026.html} +0 -0
- data/ref/ruby/classes/FileUtils.html +10 -10
- data/ref/ruby/classes/FileUtils.src/{M000034.html → M000027.html} +0 -0
- data/ref/ruby/classes/FileUtils.src/{M000035.html → M000028.html} +0 -0
- data/ref/ruby/classes/Float.html +5 -5
- data/ref/ruby/classes/Float.src/{M000027.html → M000022.html} +0 -0
- data/ref/ruby/classes/Integer.html +68 -68
- data/ref/ruby/classes/Integer.src/M000008.html +25 -0
- data/ref/ruby/classes/Integer.src/M000009.html +18 -0
- data/ref/ruby/classes/Integer.src/{M000014.html → M000010.html} +0 -0
- data/ref/ruby/classes/Integer.src/{M000015.html → M000011.html} +0 -0
- data/ref/ruby/classes/Integer.src/M000012.html +5 -12
- data/ref/ruby/classes/Integer.src/M000013.html +5 -5
- data/ref/ruby/classes/Integer.src/M000016.html +9 -5
- data/ref/ruby/classes/Integer.src/M000017.html +9 -5
- data/ref/ruby/classes/Integer.src/{M000022.html → M000018.html} +0 -0
- data/ref/ruby/classes/Integer.src/{M000023.html → M000019.html} +0 -0
- data/ref/ruby/classes/Integer.src/M000020.html +12 -9
- data/ref/ruby/classes/Integer.src/M000021.html +17 -9
- data/ref/ruby/classes/RDoc.html +5 -5
- data/ref/ruby/classes/RDoc.src/{M000050.html → M000041.html} +0 -0
- data/ref/ruby/classes/RubyVpi.html +29 -24
- data/ref/ruby/classes/RubyVpi.src/M000029.html +142 -0
- data/ref/ruby/classes/String.html +15 -15
- data/ref/ruby/classes/String.src/{M000029.html → M000023.html} +0 -0
- data/ref/ruby/classes/String.src/{M000030.html → M000024.html} +0 -0
- data/ref/ruby/classes/String.src/{M000031.html → M000025.html} +0 -0
- data/ref/ruby/classes/VerilogParser/Module/Parameter.html +5 -5
- data/ref/ruby/classes/VerilogParser/Module/Parameter.src/{M000011.html → M000007.html} +0 -0
- data/ref/ruby/classes/VerilogParser/Module/Port.html +20 -20
- data/ref/ruby/classes/VerilogParser/Module/Port.src/{M000007.html → M000003.html} +0 -0
- data/ref/ruby/classes/VerilogParser/Module/Port.src/{M000008.html → M000004.html} +0 -0
- data/ref/ruby/classes/VerilogParser/Module/Port.src/{M000009.html → M000005.html} +0 -0
- data/ref/ruby/classes/VerilogParser/Module/Port.src/{M000010.html → M000006.html} +0 -0
- data/ref/ruby/classes/VerilogParser/Module.html +5 -5
- data/ref/ruby/classes/VerilogParser/Module.src/{M000006.html → M000002.html} +0 -0
- data/ref/ruby/classes/VerilogParser.html +5 -5
- data/ref/ruby/classes/VerilogParser.src/{M000005.html → M000001.html} +0 -0
- data/ref/ruby/classes/Vpi/Handle.html +56 -62
- data/ref/ruby/classes/Vpi/Handle.src/M000030.html +18 -0
- data/ref/ruby/classes/Vpi/Handle.src/{M000039.html → M000031.html} +0 -0
- data/ref/ruby/classes/Vpi/Handle.src/M000032.html +18 -0
- data/ref/ruby/classes/Vpi/Handle.src/{M000041.html → M000033.html} +0 -0
- data/ref/ruby/classes/Vpi/Handle.src/{M000042.html → M000034.html} +0 -0
- data/ref/ruby/classes/Vpi/Handle.src/{M000043.html → M000035.html} +0 -0
- data/ref/ruby/classes/Vpi/Handle.src/{M000044.html → M000036.html} +0 -0
- data/ref/ruby/classes/Vpi/Handle.src/{M000045.html → M000037.html} +0 -0
- data/ref/ruby/classes/Vpi/Handle.src/M000038.html +11 -5
- data/ref/ruby/classes/Vpi/Handle.src/M000040.html +55 -5
- data/ref/ruby/created.rid +1 -1
- data/ref/ruby/files/bin/generate_test_rb.html +1 -49
- data/ref/ruby/files/bin/header_to_ruby_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/rcov_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/runner_rb.html +1 -48
- data/ref/ruby/files/lib/ruby-vpi/vpi_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi_rb.html +1 -1
- data/ref/ruby/fr_class_index.html +0 -5
- data/ref/ruby/fr_method_index.html +41 -50
- data/samp/counter/counter_rspec_bench.rb +2 -0
- data/samp/counter/counter_rspec_bench.v +4 -11
- data/samp/counter/counter_rspec_design.rb +2 -2
- data/samp/counter/counter_xunit_bench.rb +2 -0
- data/samp/counter/counter_xunit_bench.v +4 -11
- data/samp/counter/counter_xunit_design.rb +2 -2
- data/samp/pipelined_alu/hw5_unit_test_bench.rb +2 -0
- data/samp/pipelined_alu/hw5_unit_test_bench.v +4 -11
- metadata +37 -85
- data/ref/c/globals_0x62.html +0 -62
- data/ref/c/globals_0x67.html +0 -64
- data/ref/c/globals_0x69.html +0 -62
- data/ref/c/globals_0x6c.html +0 -64
- data/ref/c/globals_0x6e.html +0 -63
- data/ref/c/globals_0x75.html +0 -63
- data/ref/c/globals_defs_0x6c.html +0 -57
- data/ref/c/globals_defs_0x6e.html +0 -56
- data/ref/c/globals_defs_0x72.html +0 -57
- data/ref/c/globals_defs_0x73.html +0 -164
- data/ref/c/globals_defs_0x75.html +0 -56
- data/ref/c/globals_func_0x66.html +0 -62
- data/ref/c/globals_func_0x67.html +0 -55
- data/ref/c/globals_func_0x69.html +0 -53
- data/ref/c/globals_func_0x70.html +0 -53
- data/ref/c/globals_func_0x72.html +0 -57
- data/ref/c/globals_func_0x73.html +0 -114
- data/ref/c/globals_func_0x76.html +0 -57
- data/ref/c/structrelay____RubyOptions____def.html +0 -73
- data/ref/c/structswig__cast__info.html +0 -98
- data/ref/c/structswig__class.html +0 -115
- data/ref/c/structswig__module__info.html +0 -132
- data/ref/c/structswig__type__info.html +0 -132
- data/ref/c/swig__vpi_8h.html +0 -8739
- data/ref/c/swig__wrap_8cin.html +0 -11556
- data/ref/c/unions__vpi__value__value.html +0 -166
- data/ref/ruby/classes/Integer.src/M000024.html +0 -25
- data/ref/ruby/classes/Integer.src/M000025.html +0 -30
- data/ref/ruby/classes/OutputInfo.html +0 -294
- data/ref/ruby/classes/OutputInfo.src/M000026.html +0 -50
- data/ref/ruby/classes/RubyVpi.src/M000036.html +0 -107
- data/ref/ruby/classes/RubyVpi.src/M000037.html +0 -20
- data/ref/ruby/classes/Template.html +0 -158
- data/ref/ruby/classes/Template.src/M000028.html +0 -18
- data/ref/ruby/classes/Vpi/Handle/Property.html +0 -130
- data/ref/ruby/classes/Vpi/Handle/Property.src/M000049.html +0 -80
- data/ref/ruby/classes/Vpi/Handle.src/M000046.html +0 -24
- data/ref/ruby/classes/Vpi/Handle.src/M000048.html +0 -68
- data/ref/ruby/classes/XX/XMLish.html +0 -138
- data/ref/ruby/classes/XX/XMLish.src/M000033.html +0 -18
- data/ref/ruby/classes/XX.html +0 -111
- data/ref/ruby/files/bin/generate_test_rb.src/M000001.html +0 -18
- data/ref/ruby/files/bin/generate_test_rb.src/M000002.html +0 -38
- data/ref/ruby/files/lib/ruby-vpi/runner_rb.src/M000003.html +0 -24
- data/ref/ruby/files/lib/ruby-vpi/runner_rb.src/M000004.html +0 -26
data/ref/c/vlog_8c.html
CHANGED
@@ -18,35 +18,31 @@
|
|
18
18
|
</ul></div>
|
19
19
|
<h1>vlog.c File Reference</h1><code>#include "<a class="el" href="vlog_8h.html">vlog.h</a>"</code><br>
|
20
20
|
<code>#include "<a class="el" href="relay_8h.html">relay.h</a>"</code><br>
|
21
|
-
<code>#include <stdlib.h></code><br>
|
22
21
|
<table border="0" cellpadding="0" cellspacing="0">
|
23
22
|
<tr><td></td></tr>
|
24
23
|
<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#
|
24
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="vlog_8c.html#be4b6bc16960d97061b4eea00cf1f1cf">verilog_cb_funcSig</a> (vlog_relay_main)</td></tr>
|
26
25
|
|
27
|
-
<tr><td class="mdescLeft"> </td><td class="mdescRight">
|
28
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="vlog_8c.html#
|
26
|
+
<tr><td class="mdescLeft"> </td><td class="mdescRight">Relays control to the main layer. <a href="#be4b6bc16960d97061b4eea00cf1f1cf"></a><br></td></tr>
|
27
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="vlog_8c.html#c74c587b2501362f8225b8ada1f8b0c0">verilog_cb_funcSig</a> (vlog_relay_ruby)</td></tr>
|
29
28
|
|
30
|
-
<tr><td class="mdescLeft"> </td><td class="mdescRight">
|
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
|
-
|
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>
|
29
|
+
<tr><td class="mdescLeft"> </td><td class="mdescRight">Relays control from Verilog to Ruby. <a href="#c74c587b2501362f8225b8ada1f8b0c0"></a><br></td></tr>
|
34
30
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="vlog_8c.html#dc9eaadf567421f239b8b647a3ea0eb2">vlog_startup</a> ()</td></tr>
|
35
31
|
|
36
|
-
<tr><td class="mdescLeft"> </td><td class="mdescRight">
|
32
|
+
<tr><td class="mdescLeft"> </td><td class="mdescRight">Registers a callback at start of simulation to vlog_relay_main();. <a href="#dc9eaadf567421f239b8b647a3ea0eb2"></a><br></td></tr>
|
37
33
|
<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
|
38
34
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">void(*[]) </td><td class="memItemRight" valign="bottom"><a class="el" href="vlog_8c.html#c1228ec9528d9c9be4de1c8e42cd3835">vlog_startup_routines</a> () = { vlog_startup, 0 }</td></tr>
|
39
35
|
|
40
36
|
</table>
|
41
37
|
<hr><h2>Function Documentation</h2>
|
42
|
-
<a class="anchor" name="
|
38
|
+
<a class="anchor" name="c74c587b2501362f8225b8ada1f8b0c0"></a><!-- doxytag: member="vlog.c::verilog_cb_funcSig" ref="c74c587b2501362f8225b8ada1f8b0c0" args="(vlog_relay_ruby)" -->
|
43
39
|
<div class="memitem">
|
44
40
|
<div class="memproto">
|
45
41
|
<table class="memname">
|
46
42
|
<tr>
|
47
|
-
<td class="memname">
|
43
|
+
<td class="memname">verilog_cb_funcSig </td>
|
48
44
|
<td>(</td>
|
49
|
-
<td class="paramtype">
|
45
|
+
<td class="paramtype">vlog_relay_ruby </td>
|
50
46
|
<td class="paramname"> </td>
|
51
47
|
<td> ) </td>
|
52
48
|
<td width="100%"></td>
|
@@ -56,19 +52,19 @@
|
|
56
52
|
<div class="memdoc">
|
57
53
|
|
58
54
|
<p>
|
59
|
-
|
55
|
+
Relays control from Verilog to Ruby.
|
60
56
|
<p>
|
61
|
-
|
57
|
+
|
62
58
|
</div>
|
63
59
|
</div><p>
|
64
|
-
<a class="anchor" name="
|
60
|
+
<a class="anchor" name="be4b6bc16960d97061b4eea00cf1f1cf"></a><!-- doxytag: member="vlog.c::verilog_cb_funcSig" ref="be4b6bc16960d97061b4eea00cf1f1cf" args="(vlog_relay_main)" -->
|
65
61
|
<div class="memitem">
|
66
62
|
<div class="memproto">
|
67
63
|
<table class="memname">
|
68
64
|
<tr>
|
69
|
-
<td class="memname">
|
65
|
+
<td class="memname">verilog_cb_funcSig </td>
|
70
66
|
<td>(</td>
|
71
|
-
<td class="paramtype">
|
67
|
+
<td class="paramtype">vlog_relay_main </td>
|
72
68
|
<td class="paramname"> </td>
|
73
69
|
<td> ) </td>
|
74
70
|
<td width="100%"></td>
|
@@ -78,49 +74,8 @@ Transfers control from Verilog to Ruby code.
|
|
78
74
|
<div class="memdoc">
|
79
75
|
|
80
76
|
<p>
|
81
|
-
|
82
|
-
<p>
|
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
|
-
</div>
|
88
|
-
</div><p>
|
89
|
-
<a class="anchor" name="152829ae9d28417665d4d15a059e096c"></a><!-- doxytag: member="vlog.c::vlog_bind_task" ref="152829ae9d28417665d4d15a059e096c" args="(PLI_BYTE8 *apTaskName, verilog_tf_funcPtr(apTaskDef))" -->
|
90
|
-
<div class="memitem">
|
91
|
-
<div class="memproto">
|
92
|
-
<table class="memname">
|
93
|
-
<tr>
|
94
|
-
<td class="memname">void vlog_bind_task </td>
|
95
|
-
<td>(</td>
|
96
|
-
<td class="paramtype"><a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</a> * </td>
|
97
|
-
<td class="paramname"> <em>apTaskName</em>, </td>
|
98
|
-
</tr>
|
99
|
-
<tr>
|
100
|
-
<td class="paramkey"></td>
|
101
|
-
<td></td>
|
102
|
-
<td class="paramtype">verilog_tf_funcPtr(apTaskDef) </td>
|
103
|
-
<td class="paramname"></td><td> </td>
|
104
|
-
</tr>
|
105
|
-
<tr>
|
106
|
-
<td></td>
|
107
|
-
<td>)</td>
|
108
|
-
<td></td><td></td><td width="100%"></td>
|
109
|
-
</tr>
|
110
|
-
</table>
|
111
|
-
</div>
|
112
|
-
<div class="memdoc">
|
113
|
-
|
114
|
-
<p>
|
115
|
-
Binds a C function to a VPI task, so that Verilog code can invoke the C function by calling the VPI task.
|
77
|
+
Relays control to the main layer.
|
116
78
|
<p>
|
117
|
-
For example, if we bound a VPI task named "$hello_world" to the C function hello_world(), then the hello_world() function would be invoked whenever Verilog code called the "$hello_world" VPI task.<p>
|
118
|
-
<dl compact><dt><b>Parameters:</b></dt><dd>
|
119
|
-
<table border="0" cellspacing="2" cellpadding="0">
|
120
|
-
<tr><td valign="top"></td><td valign="top"><em>apTaskName</em> </td><td>Name of the VPI task. For example, "$hello_world".</td></tr>
|
121
|
-
<tr><td valign="top"></td><td valign="top"><em>apTaskDef</em> </td><td>The C function which you want to associate with the given VPI task. For example, hello_world(). </td></tr>
|
122
|
-
</table>
|
123
|
-
</dl>
|
124
79
|
|
125
80
|
</div>
|
126
81
|
</div><p>
|
@@ -140,7 +95,7 @@ For example, if we bound a VPI task named "$hello_world" to the C function hello
|
|
140
95
|
<div class="memdoc">
|
141
96
|
|
142
97
|
<p>
|
143
|
-
|
98
|
+
Registers a callback at start of simulation to vlog_relay_main();.
|
144
99
|
<p>
|
145
100
|
|
146
101
|
</div>
|
@@ -161,7 +116,7 @@ Binds the default VPI tasks (provided by Ruby-VPI) before the Verilog simulator
|
|
161
116
|
|
162
117
|
</div>
|
163
118
|
</div><p>
|
164
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
119
|
+
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 27 22:29:46 2006 for Ruby-VPI by
|
165
120
|
<a href="http://www.doxygen.org/index.html">
|
166
121
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
167
122
|
</body>
|
data/ref/c/vlog_8h.html
CHANGED
@@ -18,32 +18,30 @@
|
|
18
18
|
</ul></div>
|
19
19
|
<h1>vlog.h File Reference</h1>Interface between C and Verilog code. <a href="#_details">More...</a>
|
20
20
|
<p>
|
21
|
+
<code>#include "<a class="el" href="common_8h.html">common.h</a>"</code><br>
|
21
22
|
<code>#include "<a class="el" href="verilog_8h.html">verilog.h</a>"</code><br>
|
22
23
|
<table border="0" cellpadding="0" cellspacing="0">
|
23
24
|
<tr><td></td></tr>
|
24
25
|
<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_8h.html#
|
26
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="vlog_8h.html#be4b6bc16960d97061b4eea00cf1f1cf">verilog_cb_funcSig</a> (vlog_relay_main)</td></tr>
|
26
27
|
|
27
|
-
<tr><td class="mdescLeft"> </td><td class="mdescRight">
|
28
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="vlog_8h.html#
|
28
|
+
<tr><td class="mdescLeft"> </td><td class="mdescRight">Relays control to the main layer. <a href="#be4b6bc16960d97061b4eea00cf1f1cf"></a><br></td></tr>
|
29
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="vlog_8h.html#c74c587b2501362f8225b8ada1f8b0c0">verilog_cb_funcSig</a> (vlog_relay_ruby)</td></tr>
|
29
30
|
|
30
|
-
<tr><td class="mdescLeft"> </td><td class="mdescRight">
|
31
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="vlog_8h.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
|
-
|
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>
|
31
|
+
<tr><td class="mdescLeft"> </td><td class="mdescRight">Relays control from Verilog to Ruby. <a href="#c74c587b2501362f8225b8ada1f8b0c0"></a><br></td></tr>
|
34
32
|
</table>
|
35
33
|
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
36
34
|
Interface between C and Verilog code.
|
37
35
|
<p>
|
38
36
|
<hr><h2>Function Documentation</h2>
|
39
|
-
<a class="anchor" name="
|
37
|
+
<a class="anchor" name="c74c587b2501362f8225b8ada1f8b0c0"></a><!-- doxytag: member="vlog.h::verilog_cb_funcSig" ref="c74c587b2501362f8225b8ada1f8b0c0" args="(vlog_relay_ruby)" -->
|
40
38
|
<div class="memitem">
|
41
39
|
<div class="memproto">
|
42
40
|
<table class="memname">
|
43
41
|
<tr>
|
44
|
-
<td class="memname">
|
42
|
+
<td class="memname">verilog_cb_funcSig </td>
|
45
43
|
<td>(</td>
|
46
|
-
<td class="paramtype">
|
44
|
+
<td class="paramtype">vlog_relay_ruby </td>
|
47
45
|
<td class="paramname"> </td>
|
48
46
|
<td> ) </td>
|
49
47
|
<td width="100%"></td>
|
@@ -53,22 +51,19 @@ Interface between C and Verilog code.
|
|
53
51
|
<div class="memdoc">
|
54
52
|
|
55
53
|
<p>
|
56
|
-
|
54
|
+
Relays control from Verilog to Ruby.
|
57
55
|
<p>
|
58
|
-
Initializes and starts the Ruby interpreter with the same arguments as those given to the VPI task-call.<p>
|
59
|
-
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>
|
60
|
-
<li><code>$ruby_init("-w", "hello_world.rb");</code> </li></ul>
|
61
56
|
|
62
57
|
</div>
|
63
58
|
</div><p>
|
64
|
-
<a class="anchor" name="
|
59
|
+
<a class="anchor" name="be4b6bc16960d97061b4eea00cf1f1cf"></a><!-- doxytag: member="vlog.h::verilog_cb_funcSig" ref="be4b6bc16960d97061b4eea00cf1f1cf" args="(vlog_relay_main)" -->
|
65
60
|
<div class="memitem">
|
66
61
|
<div class="memproto">
|
67
62
|
<table class="memname">
|
68
63
|
<tr>
|
69
|
-
<td class="memname">
|
64
|
+
<td class="memname">verilog_cb_funcSig </td>
|
70
65
|
<td>(</td>
|
71
|
-
<td class="paramtype">
|
66
|
+
<td class="paramtype">vlog_relay_main </td>
|
72
67
|
<td class="paramname"> </td>
|
73
68
|
<td> ) </td>
|
74
69
|
<td width="100%"></td>
|
@@ -78,50 +73,12 @@ For example, to start the Ruby interpreter with the "-w" option and with the "he
|
|
78
73
|
<div class="memdoc">
|
79
74
|
|
80
75
|
<p>
|
81
|
-
|
82
|
-
<p>
|
83
|
-
Transfers control from Verilog to Ruby code.
|
84
|
-
</div>
|
85
|
-
</div><p>
|
86
|
-
<a class="anchor" name="152829ae9d28417665d4d15a059e096c"></a><!-- doxytag: member="vlog.h::vlog_bind_task" ref="152829ae9d28417665d4d15a059e096c" args="(PLI_BYTE8 *apTaskName, verilog_tf_funcPtr(apTaskDef))" -->
|
87
|
-
<div class="memitem">
|
88
|
-
<div class="memproto">
|
89
|
-
<table class="memname">
|
90
|
-
<tr>
|
91
|
-
<td class="memname">void vlog_bind_task </td>
|
92
|
-
<td>(</td>
|
93
|
-
<td class="paramtype"><a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</a> * </td>
|
94
|
-
<td class="paramname"> <em>apTaskName</em>, </td>
|
95
|
-
</tr>
|
96
|
-
<tr>
|
97
|
-
<td class="paramkey"></td>
|
98
|
-
<td></td>
|
99
|
-
<td class="paramtype">verilog_tf_funcPtr(apTaskDef) </td>
|
100
|
-
<td class="paramname"></td><td> </td>
|
101
|
-
</tr>
|
102
|
-
<tr>
|
103
|
-
<td></td>
|
104
|
-
<td>)</td>
|
105
|
-
<td></td><td></td><td width="100%"></td>
|
106
|
-
</tr>
|
107
|
-
</table>
|
108
|
-
</div>
|
109
|
-
<div class="memdoc">
|
110
|
-
|
111
|
-
<p>
|
112
|
-
Binds a C function to a VPI task, so that Verilog code can invoke the C function by calling the VPI task.
|
76
|
+
Relays control to the main layer.
|
113
77
|
<p>
|
114
|
-
For example, if we bound a VPI task named "$hello_world" to the C function hello_world(), then the hello_world() function would be invoked whenever Verilog code called the "$hello_world" VPI task.<p>
|
115
|
-
<dl compact><dt><b>Parameters:</b></dt><dd>
|
116
|
-
<table border="0" cellspacing="2" cellpadding="0">
|
117
|
-
<tr><td valign="top"></td><td valign="top"><em>apTaskName</em> </td><td>Name of the VPI task. For example, "$hello_world".</td></tr>
|
118
|
-
<tr><td valign="top"></td><td valign="top"><em>apTaskDef</em> </td><td>The C function which you want to associate with the given VPI task. For example, hello_world(). </td></tr>
|
119
|
-
</table>
|
120
|
-
</dl>
|
121
78
|
|
122
79
|
</div>
|
123
80
|
</div><p>
|
124
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
81
|
+
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 27 22:29:46 2006 for Ruby-VPI by
|
125
82
|
<a href="http://www.doxygen.org/index.html">
|
126
83
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
127
84
|
</body>
|
data/ref/c/vpi__user_8h.html
CHANGED
@@ -992,15 +992,15 @@
|
|
992
992
|
|
993
993
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">XXTERN <a class="el" href="vpi__user_8h.html#7f57325d105c33e9bbac40b5ddd04d05">vpiHandle</a> vpi_handle_by_index </td><td class="memItemRight" valign="bottom"><a class="el" href="vpi__user_8h.html#fd6275ae04d92af2fea06d3f3498767f">PROTO_PARAMS</a> ((<a class="el" href="vpi__user_8h.html#7f57325d105c33e9bbac40b5ddd04d05">vpiHandle</a> object, <a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> indx))</td></tr>
|
994
994
|
|
995
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top">XXTERN <a class="el" href="vpi__user_8h.html#7f57325d105c33e9bbac40b5ddd04d05">vpiHandle</a> vpi_handle </td><td class="memItemRight" valign="bottom"><a class="el" href="vpi__user_8h.html#
|
995
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top">XXTERN <a class="el" href="vpi__user_8h.html#7f57325d105c33e9bbac40b5ddd04d05">vpiHandle</a> vpi_handle </td><td class="memItemRight" valign="bottom"><a class="el" href="vpi__user_8h.html#ae3b6de6c57300333f0096cb11e1fd28">PROTO_PARAMS</a> ((<a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> type, <a class="el" href="vpi__user_8h.html#7f57325d105c33e9bbac40b5ddd04d05">vpiHandle</a> refHandle))</td></tr>
|
996
996
|
|
997
997
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">XXTERN <a class="el" href="vpi__user_8h.html#7f57325d105c33e9bbac40b5ddd04d05">vpiHandle</a> vpi_handle_multi </td><td class="memItemRight" valign="bottom"><a class="el" href="vpi__user_8h.html#a5f4eca44c5580d250b753a47471085e">PROTO_PARAMS</a> ((<a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> type, <a class="el" href="vpi__user_8h.html#7f57325d105c33e9bbac40b5ddd04d05">vpiHandle</a> refHandle1, <a class="el" href="vpi__user_8h.html#7f57325d105c33e9bbac40b5ddd04d05">vpiHandle</a> refHandle2,...))</td></tr>
|
998
998
|
|
999
999
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">XXTERN <a class="el" href="vpi__user_8h.html#7f57325d105c33e9bbac40b5ddd04d05">vpiHandle</a> vpi_scan </td><td class="memItemRight" valign="bottom"><a class="el" href="vpi__user_8h.html#18e318d09c27f01f46c7eed30ba567e1">PROTO_PARAMS</a> ((<a class="el" href="vpi__user_8h.html#7f57325d105c33e9bbac40b5ddd04d05">vpiHandle</a> iterator))</td></tr>
|
1000
1000
|
|
1001
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top">XXTERN <a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> vpi_get </td><td class="memItemRight" valign="bottom"><a class="el" href="vpi__user_8h.html#
|
1001
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top">XXTERN <a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> vpi_get </td><td class="memItemRight" valign="bottom"><a class="el" href="vpi__user_8h.html#770c820d31674c4023782ac7afb26a6f">PROTO_PARAMS</a> ((<a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> property, <a class="el" href="vpi__user_8h.html#7f57325d105c33e9bbac40b5ddd04d05">vpiHandle</a> object))</td></tr>
|
1002
1002
|
|
1003
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top">XXTERN void vpi_get_delays </td><td class="memItemRight" valign="bottom"><a class="el" href="vpi__user_8h.html#
|
1003
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top">XXTERN void vpi_get_delays </td><td class="memItemRight" valign="bottom"><a class="el" href="vpi__user_8h.html#7150ff8811b36f2555c74880fb668352">PROTO_PARAMS</a> ((<a class="el" href="vpi__user_8h.html#7f57325d105c33e9bbac40b5ddd04d05">vpiHandle</a> object, <a class="el" href="structt__vpi__delay.html">p_vpi_delay</a> delay_p))</td></tr>
|
1004
1004
|
|
1005
1005
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">XXTERN void vpi_get_value </td><td class="memItemRight" valign="bottom"><a class="el" href="vpi__user_8h.html#9769c0664e411f5975997caf59ab5908">PROTO_PARAMS</a> ((<a class="el" href="vpi__user_8h.html#7f57325d105c33e9bbac40b5ddd04d05">vpiHandle</a> expr, <a class="el" href="structt__vpi__value.html">p_vpi_value</a> value_p))</td></tr>
|
1006
1006
|
|
@@ -1010,7 +1010,7 @@
|
|
1010
1010
|
|
1011
1011
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">XXTERN <a class="el" href="vpi__user_8h.html#b4fa10713b8dd2588754f7172f9be4e0">PLI_UINT32</a> vpi_mcd_open </td><td class="memItemRight" valign="bottom"><a class="el" href="vpi__user_8h.html#5d1e477f59cd5af1c9ed41c555453670">PROTO_PARAMS</a> ((<a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</a> *fileName))</td></tr>
|
1012
1012
|
|
1013
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top">XXTERN <a class="el" href="vpi__user_8h.html#b4fa10713b8dd2588754f7172f9be4e0">PLI_UINT32</a> vpi_mcd_close </td><td class="memItemRight" valign="bottom"><a class="el" href="vpi__user_8h.html#
|
1013
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top">XXTERN <a class="el" href="vpi__user_8h.html#b4fa10713b8dd2588754f7172f9be4e0">PLI_UINT32</a> vpi_mcd_close </td><td class="memItemRight" valign="bottom"><a class="el" href="vpi__user_8h.html#7db22f87fed5d61de6ce0279828a06a8">PROTO_PARAMS</a> ((<a class="el" href="vpi__user_8h.html#b4fa10713b8dd2588754f7172f9be4e0">PLI_UINT32</a> mcd))</td></tr>
|
1014
1014
|
|
1015
1015
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">XXTERN <a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</a> *vpi_mcd_name </td><td class="memItemRight" valign="bottom"><a class="el" href="vpi__user_8h.html#3beaa9318351ffb7fa91707d5a704982">PROTO_PARAMS</a> ((<a class="el" href="vpi__user_8h.html#b4fa10713b8dd2588754f7172f9be4e0">PLI_UINT32</a> cd))</td></tr>
|
1016
1016
|
|
@@ -1026,7 +1026,7 @@
|
|
1026
1026
|
|
1027
1027
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">XXTERN <a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> vpi_get_vlog_info </td><td class="memItemRight" valign="bottom"><a class="el" href="vpi__user_8h.html#de97fa2a654474912d832e1cc3f26d55">PROTO_PARAMS</a> ((p_vpi_vlog_infovlog_info_p))</td></tr>
|
1028
1028
|
|
1029
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top">XXTERN <a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> vpi_get_data </td><td class="memItemRight" valign="bottom"><a class="el" href="vpi__user_8h.html#
|
1029
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top">XXTERN <a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> vpi_get_data </td><td class="memItemRight" valign="bottom"><a class="el" href="vpi__user_8h.html#bd0236579a6c311809fa21e0447a2e64">PROTO_PARAMS</a> ((<a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> id, <a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</a> *dataLoc, <a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> numOfBytes))</td></tr>
|
1030
1030
|
|
1031
1031
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">XXTERN void *vpi_get_userdata </td><td class="memItemRight" valign="bottom"><a class="el" href="vpi__user_8h.html#84d67cd6af3bb2774d2ab6c4e80b7b7a">PROTO_PARAMS</a> ((<a class="el" href="vpi__user_8h.html#7f57325d105c33e9bbac40b5ddd04d05">vpiHandle</a> obj))</td></tr>
|
1032
1032
|
|
@@ -8216,12 +8216,12 @@ alias 1364-1995 system function subtypes to 1364-2001 function subtypes
|
|
8216
8216
|
|
8217
8217
|
</div>
|
8218
8218
|
</div><p>
|
8219
|
-
<a class="anchor" name="
|
8219
|
+
<a class="anchor" name="bd0236579a6c311809fa21e0447a2e64"></a><!-- doxytag: member="vpi_user.h::PROTO_PARAMS" ref="bd0236579a6c311809fa21e0447a2e64" args="((PLI_INT32 id, PLI_BYTE8 *dataLoc, PLI_INT32 numOfBytes))" -->
|
8220
8220
|
<div class="memitem">
|
8221
8221
|
<div class="memproto">
|
8222
8222
|
<table class="memname">
|
8223
8223
|
<tr>
|
8224
|
-
<td class="memname">XXTERN <a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a>
|
8224
|
+
<td class="memname">XXTERN <a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> vpi_put_data PROTO_PARAMS </td>
|
8225
8225
|
<td>(</td>
|
8226
8226
|
<td class="paramtype">(<a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> id, <a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</a> *dataLoc, <a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> numOfBytes) </td>
|
8227
8227
|
<td class="paramname"> </td>
|
@@ -8376,12 +8376,12 @@ alias 1364-1995 system function subtypes to 1364-2001 function subtypes
|
|
8376
8376
|
|
8377
8377
|
</div>
|
8378
8378
|
</div><p>
|
8379
|
-
<a class="anchor" name="
|
8379
|
+
<a class="anchor" name="7db22f87fed5d61de6ce0279828a06a8"></a><!-- doxytag: member="vpi_user.h::PROTO_PARAMS" ref="7db22f87fed5d61de6ce0279828a06a8" args="((PLI_UINT32 mcd))" -->
|
8380
8380
|
<div class="memitem">
|
8381
8381
|
<div class="memproto">
|
8382
8382
|
<table class="memname">
|
8383
8383
|
<tr>
|
8384
|
-
<td class="memname">XXTERN <a class="el" href="vpi__user_8h.html#
|
8384
|
+
<td class="memname">XXTERN <a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> vpi_mcd_flush PROTO_PARAMS </td>
|
8385
8385
|
<td>(</td>
|
8386
8386
|
<td class="paramtype">(<a class="el" href="vpi__user_8h.html#b4fa10713b8dd2588754f7172f9be4e0">PLI_UINT32</a> mcd) </td>
|
8387
8387
|
<td class="paramname"> </td>
|
@@ -8476,12 +8476,12 @@ alias 1364-1995 system function subtypes to 1364-2001 function subtypes
|
|
8476
8476
|
|
8477
8477
|
</div>
|
8478
8478
|
</div><p>
|
8479
|
-
<a class="anchor" name="
|
8479
|
+
<a class="anchor" name="7150ff8811b36f2555c74880fb668352"></a><!-- doxytag: member="vpi_user.h::PROTO_PARAMS" ref="7150ff8811b36f2555c74880fb668352" args="((vpiHandle object, p_vpi_delay delay_p))" -->
|
8480
8480
|
<div class="memitem">
|
8481
8481
|
<div class="memproto">
|
8482
8482
|
<table class="memname">
|
8483
8483
|
<tr>
|
8484
|
-
<td class="memname">XXTERN void
|
8484
|
+
<td class="memname">XXTERN void vpi_put_delays PROTO_PARAMS </td>
|
8485
8485
|
<td>(</td>
|
8486
8486
|
<td class="paramtype">(<a class="el" href="vpi__user_8h.html#7f57325d105c33e9bbac40b5ddd04d05">vpiHandle</a> object, <a class="el" href="structt__vpi__delay.html">p_vpi_delay</a> delay_p) </td>
|
8487
8487
|
<td class="paramname"> </td>
|
@@ -8496,12 +8496,12 @@ alias 1364-1995 system function subtypes to 1364-2001 function subtypes
|
|
8496
8496
|
|
8497
8497
|
</div>
|
8498
8498
|
</div><p>
|
8499
|
-
<a class="anchor" name="
|
8499
|
+
<a class="anchor" name="770c820d31674c4023782ac7afb26a6f"></a><!-- doxytag: member="vpi_user.h::PROTO_PARAMS" ref="770c820d31674c4023782ac7afb26a6f" args="((PLI_INT32 property, vpiHandle object))" -->
|
8500
8500
|
<div class="memitem">
|
8501
8501
|
<div class="memproto">
|
8502
8502
|
<table class="memname">
|
8503
8503
|
<tr>
|
8504
|
-
<td class="memname">XXTERN <a class="el" href="vpi__user_8h.html#
|
8504
|
+
<td class="memname">XXTERN <a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</a> *vpi_get_str PROTO_PARAMS </td>
|
8505
8505
|
<td>(</td>
|
8506
8506
|
<td class="paramtype">(<a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> property, <a class="el" href="vpi__user_8h.html#7f57325d105c33e9bbac40b5ddd04d05">vpiHandle</a> object) </td>
|
8507
8507
|
<td class="paramname"> </td>
|
@@ -8556,12 +8556,12 @@ alias 1364-1995 system function subtypes to 1364-2001 function subtypes
|
|
8556
8556
|
|
8557
8557
|
</div>
|
8558
8558
|
</div><p>
|
8559
|
-
<a class="anchor" name="
|
8559
|
+
<a class="anchor" name="ae3b6de6c57300333f0096cb11e1fd28"></a><!-- doxytag: member="vpi_user.h::PROTO_PARAMS" ref="ae3b6de6c57300333f0096cb11e1fd28" args="((PLI_INT32 type, vpiHandle refHandle))" -->
|
8560
8560
|
<div class="memitem">
|
8561
8561
|
<div class="memproto">
|
8562
8562
|
<table class="memname">
|
8563
8563
|
<tr>
|
8564
|
-
<td class="memname">XXTERN <a class="el" href="vpi__user_8h.html#7f57325d105c33e9bbac40b5ddd04d05">vpiHandle</a>
|
8564
|
+
<td class="memname">XXTERN <a class="el" href="vpi__user_8h.html#7f57325d105c33e9bbac40b5ddd04d05">vpiHandle</a> vpi_iterate PROTO_PARAMS </td>
|
8565
8565
|
<td>(</td>
|
8566
8566
|
<td class="paramtype">(<a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> type, <a class="el" href="vpi__user_8h.html#7f57325d105c33e9bbac40b5ddd04d05">vpiHandle</a> refHandle) </td>
|
8567
8567
|
<td class="paramname"> </td>
|
@@ -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 Wed Dec 27 22:29:46 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>
|
data/ref/ruby/classes/ERB.html
CHANGED
@@ -94,7 +94,7 @@ whereas <% … %> tags do <b>not</b> produce any output.
|
|
94
94
|
<h3 class="section-bar">Methods</h3>
|
95
95
|
|
96
96
|
<div class="name-list">
|
97
|
-
<a href="#
|
97
|
+
<a href="#M000026">new</a>
|
98
98
|
</div>
|
99
99
|
</div>
|
100
100
|
|
@@ -129,12 +129,12 @@ whereas <% … %> tags do <b>not</b> produce any output.
|
|
129
129
|
<div id="methods">
|
130
130
|
<h3 class="section-bar">Public Class methods</h3>
|
131
131
|
|
132
|
-
<div id="method-
|
133
|
-
<a name="
|
132
|
+
<div id="method-M000026" class="method-detail">
|
133
|
+
<a name="M000026"></a>
|
134
134
|
|
135
135
|
<div class="method-heading">
|
136
|
-
<a href="ERB.src/
|
137
|
-
onclick="popupCode('ERB.src/
|
136
|
+
<a href="ERB.src/M000026.html" target="Code" class="method-signature"
|
137
|
+
onclick="popupCode('ERB.src/M000026.html');return false;">
|
138
138
|
<span class="method-name">new</span><span class="method-args">(aInput, *aArgs)</span>
|
139
139
|
</a>
|
140
140
|
</div>
|
File without changes
|
@@ -80,8 +80,8 @@
|
|
80
80
|
<h3 class="section-bar">Methods</h3>
|
81
81
|
|
82
82
|
<div class="name-list">
|
83
|
-
<a href="#
|
84
|
-
<a href="#
|
83
|
+
<a href="#M000028">collect_args</a>
|
84
|
+
<a href="#M000027">sh</a>
|
85
85
|
</div>
|
86
86
|
</div>
|
87
87
|
|
@@ -116,12 +116,12 @@
|
|
116
116
|
<div id="methods">
|
117
117
|
<h3 class="section-bar">Public Instance methods</h3>
|
118
118
|
|
119
|
-
<div id="method-
|
120
|
-
<a name="
|
119
|
+
<div id="method-M000028" class="method-detail">
|
120
|
+
<a name="M000028"></a>
|
121
121
|
|
122
122
|
<div class="method-heading">
|
123
|
-
<a href="FileUtils.src/
|
124
|
-
onclick="popupCode('FileUtils.src/
|
123
|
+
<a href="FileUtils.src/M000028.html" target="Code" class="method-signature"
|
124
|
+
onclick="popupCode('FileUtils.src/M000028.html');return false;">
|
125
125
|
<span class="method-name">collect_args</span><span class="method-args">(*aArgs)</span>
|
126
126
|
</a>
|
127
127
|
</div>
|
@@ -133,12 +133,12 @@ Collects the given arguments into a single, sparse array.
|
|
133
133
|
</div>
|
134
134
|
</div>
|
135
135
|
|
136
|
-
<div id="method-
|
137
|
-
<a name="
|
136
|
+
<div id="method-M000027" class="method-detail">
|
137
|
+
<a name="M000027"></a>
|
138
138
|
|
139
139
|
<div class="method-heading">
|
140
|
-
<a href="FileUtils.src/
|
141
|
-
onclick="popupCode('FileUtils.src/
|
140
|
+
<a href="FileUtils.src/M000027.html" target="Code" class="method-signature"
|
141
|
+
onclick="popupCode('FileUtils.src/M000027.html');return false;">
|
142
142
|
<span class="method-name">sh</span><span class="method-args">(*aArgs, &aBlock)</span>
|
143
143
|
</a>
|
144
144
|
</div>
|
File without changes
|
File without changes
|
data/ref/ruby/classes/Float.html
CHANGED
@@ -86,7 +86,7 @@
|
|
86
86
|
<h3 class="section-bar">Methods</h3>
|
87
87
|
|
88
88
|
<div class="name-list">
|
89
|
-
<a href="#
|
89
|
+
<a href="#M000022">mantissa</a>
|
90
90
|
</div>
|
91
91
|
</div>
|
92
92
|
|
@@ -108,12 +108,12 @@
|
|
108
108
|
<div id="methods">
|
109
109
|
<h3 class="section-bar">Public Instance methods</h3>
|
110
110
|
|
111
|
-
<div id="method-
|
112
|
-
<a name="
|
111
|
+
<div id="method-M000022" class="method-detail">
|
112
|
+
<a name="M000022"></a>
|
113
113
|
|
114
114
|
<div class="method-heading">
|
115
|
-
<a href="Float.src/
|
116
|
-
onclick="popupCode('Float.src/
|
115
|
+
<a href="Float.src/M000022.html" target="Code" class="method-signature"
|
116
|
+
onclick="popupCode('Float.src/M000022.html');return false;">
|
117
117
|
<span class="method-name">mantissa</span><span class="method-args">()</span>
|
118
118
|
</a>
|
119
119
|
</div>
|
File without changes
|