ruby-vpi 17.0.0 → 18.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/LICENSE +8 -6
- data/Rakefile +4 -4
- data/doc/common.css +6 -9
- data/doc/common.inc +3 -3
- data/doc/common.tpl +14 -6
- data/doc/history.html +152 -44
- data/doc/history.inc +55 -3
- data/doc/history.yaml +62 -2
- data/doc/intro.inc +20 -16
- data/doc/manual.doc +23 -9
- data/doc/manual.html +232 -200
- data/doc/memo.doc +7 -6
- data/doc/memo.html +28 -17
- data/doc/readme.doc +1 -1
- data/doc/readme.html +51 -35
- data/doc/rss.xml +96 -70
- data/ext/Rakefile +24 -11
- data/ext/swig_vpi.h +1 -1
- data/ext/swig_wrap.cin +17 -42
- data/lib/ruby-vpi/pli.tab +1 -0
- data/lib/ruby-vpi/runner.rb +34 -10
- data/lib/ruby-vpi/vpi.rb +483 -438
- 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_0x6d.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/index.html +1 -1
- data/ref/c/main_8c.html +1 -1
- data/ref/c/main_8h.html +1 -1
- data/ref/c/relay_8c.html +1 -1
- data/ref/c/relay_8h.html +1 -1
- data/ref/c/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/verilog_8h.html +1 -1
- data/ref/c/vlog_8c.html +1 -1
- data/ref/c/vlog_8h.html +1 -1
- data/ref/c/vpi__user_8h.html +1 -1
- data/ref/ruby/classes/RDoc.html +5 -5
- data/ref/ruby/classes/RDoc.src/{M000058.html → M000061.html} +0 -0
- data/ref/ruby/classes/String.html +24 -24
- data/ref/ruby/classes/String.src/M000022.html +23 -5
- data/ref/ruby/classes/String.src/M000023.html +28 -5
- data/ref/ruby/classes/String.src/M000024.html +5 -23
- data/ref/ruby/classes/String.src/M000025.html +5 -28
- data/ref/ruby/classes/Vpi/Handle.html +94 -49
- data/ref/ruby/classes/Vpi/Handle.src/M000035.html +4 -4
- data/ref/ruby/classes/Vpi/Handle.src/M000036.html +4 -4
- data/ref/ruby/classes/Vpi/Handle.src/M000037.html +4 -4
- data/ref/ruby/classes/Vpi/Handle.src/M000038.html +4 -4
- data/ref/ruby/classes/Vpi/Handle.src/M000039.html +4 -4
- data/ref/ruby/classes/Vpi/Handle.src/M000040.html +4 -4
- data/ref/ruby/classes/Vpi/Handle.src/M000041.html +4 -4
- data/ref/ruby/classes/Vpi/Handle.src/M000042.html +4 -4
- data/ref/ruby/classes/Vpi/Handle.src/M000043.html +7 -7
- data/ref/ruby/classes/Vpi/Handle.src/M000044.html +7 -7
- data/ref/ruby/classes/Vpi/Handle.src/M000045.html +8 -8
- data/ref/ruby/classes/Vpi/Handle.src/M000046.html +36 -30
- data/ref/ruby/classes/Vpi/Handle.src/M000047.html +72 -67
- data/ref/ruby/classes/Vpi/Handle.src/M000048.html +6 -17
- data/ref/ruby/classes/Vpi/Handle.src/M000049.html +19 -0
- data/ref/ruby/classes/Vpi/Handle.src/M000050.html +5 -5
- data/ref/ruby/classes/Vpi/Handle.src/M000051.html +16 -10
- data/ref/ruby/classes/Vpi/Handle.src/M000053.html +5 -18
- data/ref/ruby/classes/Vpi/Handle.src/M000054.html +11 -76
- data/ref/ruby/classes/Vpi/Handle.src/M000056.html +31 -0
- data/ref/ruby/classes/Vpi/Handle.src/M000057.html +40 -0
- data/ref/ruby/classes/Vpi/S_vpi_time.html +16 -16
- data/ref/ruby/classes/Vpi/S_vpi_time.src/{M000055.html → M000058.html} +4 -4
- data/ref/ruby/classes/Vpi/S_vpi_time.src/M000059.html +19 -0
- data/ref/ruby/classes/Vpi/S_vpi_value.src/M000032.html +4 -4
- data/ref/ruby/classes/Vpi/S_vpi_value.src/M000033.html +4 -4
- data/ref/ruby/classes/Vpi/S_vpi_value.src/M000034.html +4 -4
- data/ref/ruby/classes/Vpi.html +0 -7
- data/ref/ruby/classes/Vpi.src/M000029.html +14 -14
- data/ref/ruby/classes/Vpi.src/M000030.html +25 -24
- data/ref/ruby/classes/Vpi.src/M000031.html +6 -6
- data/ref/ruby/created.rid +1 -1
- data/ref/ruby/files/bin/convert_rb.html +1 -1
- data/ref/ruby/files/bin/generate_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/erb_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/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/runner_boot_loader_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/util_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/verilog_parser_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/vpi_rb.html +8 -1
- data/ref/ruby/files/lib/ruby-vpi_rb.html +1 -1
- data/ref/ruby/fr_method_index.html +19 -16
- data/samp/register_file/register_file.v +1 -1
- data/samp/register_file/register_file_spec.rb +9 -5
- metadata +42 -38
- data/ref/ruby/classes/Vpi/S_vpi_time.src/M000056.html +0 -19
data/ref/c/annotated.html
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<tr><td class="indexkey"><a class="el" href="structt__vpi__vecval.html">t_vpi_vecval</a></td><td class="indexvalue"></td></tr>
|
|
28
28
|
<tr><td class="indexkey"><a class="el" href="structt__vpi__vlog__info.html">t_vpi_vlog_info</a></td><td class="indexvalue"></td></tr>
|
|
29
29
|
</table>
|
|
30
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
30
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
31
31
|
<a href="http://www.doxygen.org/index.html">
|
|
32
32
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
33
33
|
</body>
|
data/ref/c/common_8h.html
CHANGED
|
@@ -140,7 +140,7 @@ Pass aroung this value instead of zero and non-zero integers. <dl compact><dt><b
|
|
|
140
140
|
|
|
141
141
|
</div>
|
|
142
142
|
</div><p>
|
|
143
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
143
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
144
144
|
<a href="http://www.doxygen.org/index.html">
|
|
145
145
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
146
146
|
</body>
|
data/ref/c/files.html
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<tr><td class="indexkey"><a class="el" href="vlog_8h.html">vlog.h</a></td><td class="indexvalue">Interface between C and Verilog code </td></tr>
|
|
28
28
|
<tr><td class="indexkey"><a class="el" href="vpi__user_8h.html">vpi_user.h</a></td><td class="indexvalue"></td></tr>
|
|
29
29
|
</table>
|
|
30
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
30
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
31
31
|
<a href="http://www.doxygen.org/index.html">
|
|
32
32
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
33
33
|
</body>
|
data/ref/c/functions.html
CHANGED
|
@@ -175,7 +175,7 @@ Here is a list of all struct and union fields with links to the structures/union
|
|
|
175
175
|
<li>version
|
|
176
176
|
: <a class="el" href="structt__vpi__vlog__info.html#3ff076199159904aa9869e0fb1476bad">t_vpi_vlog_info</a>
|
|
177
177
|
</ul>
|
|
178
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
178
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
179
179
|
<a href="http://www.doxygen.org/index.html">
|
|
180
180
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
181
181
|
</body>
|
data/ref/c/functions_vars.html
CHANGED
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
<li>version
|
|
176
176
|
: <a class="el" href="structt__vpi__vlog__info.html#3ff076199159904aa9869e0fb1476bad">t_vpi_vlog_info</a>
|
|
177
177
|
</ul>
|
|
178
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
178
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
179
179
|
<a href="http://www.doxygen.org/index.html">
|
|
180
180
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
181
181
|
</body>
|
data/ref/c/globals.html
CHANGED
|
@@ -50,7 +50,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
50
50
|
<li>bool
|
|
51
51
|
: <a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b1">common.h</a>
|
|
52
52
|
</ul>
|
|
53
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
53
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
54
54
|
<a href="http://www.doxygen.org/index.html">
|
|
55
55
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
56
56
|
</body>
|
data/ref/c/globals_0x63.html
CHANGED
|
@@ -112,7 +112,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
112
112
|
<li>common_printf
|
|
113
113
|
: <a class="el" href="common_8h.html#a2ee406785247606fd3daddbed14cbaf">common.h</a>
|
|
114
114
|
</ul>
|
|
115
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
115
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
116
116
|
<a href="http://www.doxygen.org/index.html">
|
|
117
117
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
118
118
|
</body>
|
data/ref/c/globals_0x65.html
CHANGED
|
@@ -50,7 +50,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
50
50
|
<li>EETERN
|
|
51
51
|
: <a class="el" href="vpi__user_8h.html#17207c0c9000e05cf0c7bcde1c10293d">vpi_user.h</a>
|
|
52
52
|
</ul>
|
|
53
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
53
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
54
54
|
<a href="http://www.doxygen.org/index.html">
|
|
55
55
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
56
56
|
</body>
|
data/ref/c/globals_0x66.html
CHANGED
|
@@ -50,7 +50,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
50
50
|
<li>false
|
|
51
51
|
: <a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b1e9de385ef6fe9bf3360d1038396b884c">common.h</a>
|
|
52
52
|
</ul>
|
|
53
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
53
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
54
54
|
<a href="http://www.doxygen.org/index.html">
|
|
55
55
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
56
56
|
</body>
|
data/ref/c/globals_0x6d.html
CHANGED
|
@@ -57,7 +57,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
57
57
|
: <a class="el" href="main_8c.html#5744de41392bc2f3a3285c7203a77229">main.c</a>
|
|
58
58
|
, <a class="el" href="main_8h.html#5744de41392bc2f3a3285c7203a77229">main.h</a>
|
|
59
59
|
</ul>
|
|
60
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
60
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
61
61
|
<a href="http://www.doxygen.org/index.html">
|
|
62
62
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
63
63
|
</body>
|
data/ref/c/globals_0x70.html
CHANGED
|
@@ -82,7 +82,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
82
82
|
<li>PROTO_PARAMS()
|
|
83
83
|
: <a class="el" href="vpi__user_8h.html#7db22f87fed5d61de6ce0279828a06a8">vpi_user.h</a>
|
|
84
84
|
</ul>
|
|
85
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
85
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
86
86
|
<a href="http://www.doxygen.org/index.html">
|
|
87
87
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
88
88
|
</body>
|
data/ref/c/globals_0x72.html
CHANGED
|
@@ -65,7 +65,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
65
65
|
: <a class="el" href="relay_8h.html#c1a02ebdb76a321bac689ac9b30f0422">relay.h</a>
|
|
66
66
|
, <a class="el" href="relay_8c.html#c1a02ebdb76a321bac689ac9b30f0422">relay.c</a>
|
|
67
67
|
</ul>
|
|
68
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
68
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
69
69
|
<a href="http://www.doxygen.org/index.html">
|
|
70
70
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
71
71
|
</body>
|
data/ref/c/globals_0x73.html
CHANGED
|
@@ -66,7 +66,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
66
66
|
<li>s_vpi_vlog_info
|
|
67
67
|
: <a class="el" href="vpi__user_8h.html#4d989aa964a0d69d3e1da525725573c8">vpi_user.h</a>
|
|
68
68
|
</ul>
|
|
69
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
69
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
70
70
|
<a href="http://www.doxygen.org/index.html">
|
|
71
71
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
72
72
|
</body>
|
data/ref/c/globals_0x74.html
CHANGED
|
@@ -50,7 +50,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
50
50
|
<li>true
|
|
51
51
|
: <a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b108f175a5505a10b9ed657defeb050e4b">common.h</a>
|
|
52
52
|
</ul>
|
|
53
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
53
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
54
54
|
<a href="http://www.doxygen.org/index.html">
|
|
55
55
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
56
56
|
</body>
|
data/ref/c/globals_0x76.html
CHANGED
|
@@ -896,7 +896,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
896
896
|
<li>vpiZ
|
|
897
897
|
: <a class="el" href="vpi__user_8h.html#926969d440ea7547404cbac67367fe5f">vpi_user.h</a>
|
|
898
898
|
</ul>
|
|
899
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
899
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
900
900
|
<a href="http://www.doxygen.org/index.html">
|
|
901
901
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
902
902
|
</body>
|
data/ref/c/globals_0x78.html
CHANGED
|
@@ -50,7 +50,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
50
50
|
<li>XXTERN
|
|
51
51
|
: <a class="el" href="vpi__user_8h.html#d3973263496fbe347baaf726dac775c5">vpi_user.h</a>
|
|
52
52
|
</ul>
|
|
53
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
53
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
54
54
|
<a href="http://www.doxygen.org/index.html">
|
|
55
55
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
56
56
|
</body>
|
data/ref/c/globals_defs.html
CHANGED
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
<li>common_printf
|
|
107
107
|
: <a class="el" href="common_8h.html#a2ee406785247606fd3daddbed14cbaf">common.h</a>
|
|
108
108
|
</ul>
|
|
109
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
109
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
110
110
|
<a href="http://www.doxygen.org/index.html">
|
|
111
111
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
112
112
|
</body>
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
<li>EETERN
|
|
45
45
|
: <a class="el" href="vpi__user_8h.html#17207c0c9000e05cf0c7bcde1c10293d">vpi_user.h</a>
|
|
46
46
|
</ul>
|
|
47
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
47
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 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.5.1 </small></address>
|
|
50
50
|
</body>
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<li>PROTO_PARAMS
|
|
47
47
|
: <a class="el" href="vpi__user_8h.html#b841b102c042624bb490d262509ef332">vpi_user.h</a>
|
|
48
48
|
</ul>
|
|
49
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
49
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
50
50
|
<a href="http://www.doxygen.org/index.html">
|
|
51
51
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
52
52
|
</body>
|
|
@@ -876,7 +876,7 @@
|
|
|
876
876
|
<li>vpiZ
|
|
877
877
|
: <a class="el" href="vpi__user_8h.html#926969d440ea7547404cbac67367fe5f">vpi_user.h</a>
|
|
878
878
|
</ul>
|
|
879
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
879
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
880
880
|
<a href="http://www.doxygen.org/index.html">
|
|
881
881
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
882
882
|
</body>
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
<li>XXTERN
|
|
45
45
|
: <a class="el" href="vpi__user_8h.html#d3973263496fbe347baaf726dac775c5">vpi_user.h</a>
|
|
46
46
|
</ul>
|
|
47
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
47
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 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.5.1 </small></address>
|
|
50
50
|
</body>
|
data/ref/c/globals_enum.html
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
<li>bool
|
|
34
34
|
: <a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b1">common.h</a>
|
|
35
35
|
</ul>
|
|
36
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
36
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 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.5.1 </small></address>
|
|
39
39
|
</body>
|
data/ref/c/globals_eval.html
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
<li>true
|
|
36
36
|
: <a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b108f175a5505a10b9ed657defeb050e4b">common.h</a>
|
|
37
37
|
</ul>
|
|
38
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
38
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 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.5.1 </small></address>
|
|
41
41
|
</body>
|
data/ref/c/globals_func.html
CHANGED
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
<li>vlog_startup()
|
|
78
78
|
: <a class="el" href="vlog_8c.html#dc9eaadf567421f239b8b647a3ea0eb2">vlog.c</a>
|
|
79
79
|
</ul>
|
|
80
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
80
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
81
81
|
<a href="http://www.doxygen.org/index.html">
|
|
82
82
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
83
83
|
</body>
|
data/ref/c/globals_type.html
CHANGED
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
<li>vpiHandle
|
|
82
82
|
: <a class="el" href="vpi__user_8h.html#7f57325d105c33e9bbac40b5ddd04d05">vpi_user.h</a>
|
|
83
83
|
</ul>
|
|
84
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
84
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
85
85
|
<a href="http://www.doxygen.org/index.html">
|
|
86
86
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
87
87
|
</body>
|
data/ref/c/globals_vars.html
CHANGED
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
: <a class="el" href="vpi__user_8h.html#c633eb05d7e314a57629aa32ca3a9076">vpi_user.h</a>
|
|
43
43
|
, <a class="el" href="vlog_8c.html#c1228ec9528d9c9be4de1c8e42cd3835">vlog.c</a>
|
|
44
44
|
</ul>
|
|
45
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
45
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 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.5.1 </small></address>
|
|
48
48
|
</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 Tue Jul 31 22:37:04 2007 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.5.1 </small></address>
|
|
19
19
|
</body>
|
data/ref/c/main_8c.html
CHANGED
|
@@ -100,7 +100,7 @@ Transfers control from Ruby to Verilog.
|
|
|
100
100
|
|
|
101
101
|
</div>
|
|
102
102
|
</div><p>
|
|
103
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
103
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
104
104
|
<a href="http://www.doxygen.org/index.html">
|
|
105
105
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
106
106
|
</body>
|
data/ref/c/main_8h.html
CHANGED
|
@@ -102,7 +102,7 @@ Transfers control from Ruby to Verilog.
|
|
|
102
102
|
|
|
103
103
|
</div>
|
|
104
104
|
</div><p>
|
|
105
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
105
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
106
106
|
<a href="http://www.doxygen.org/index.html">
|
|
107
107
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
108
108
|
</body>
|
data/ref/c/relay_8c.html
CHANGED
|
@@ -171,7 +171,7 @@ Transfers control to Verilog.
|
|
|
171
171
|
|
|
172
172
|
</div>
|
|
173
173
|
</div><p>
|
|
174
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
174
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 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.5.1 </small></address>
|
|
177
177
|
</body>
|
data/ref/c/relay_8h.html
CHANGED
|
@@ -99,7 +99,7 @@ Transfers control to Verilog.
|
|
|
99
99
|
|
|
100
100
|
</div>
|
|
101
101
|
</div><p>
|
|
102
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
102
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
103
103
|
<a href="http://www.doxygen.org/index.html">
|
|
104
104
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
105
105
|
</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 Tue Jul 31 22:37:04 2007 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.5.1 </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 Tue Jul 31 22:37:04 2007 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.5.1 </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 Tue Jul 31 22:37:04 2007 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.5.1 </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 Tue Jul 31 22:37:04 2007 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.5.1 </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 Tue Jul 31 22:37:04 2007 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.5.1 </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 Tue Jul 31 22:37:04 2007 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.5.1 </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 Tue Jul 31 22:37:04 2007 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.5.1 </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 Tue Jul 31 22:37:04 2007 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.5.1 </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 Tue Jul 31 22:37:04 2007 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.5.1 </small></address>
|
|
99
99
|
</body>
|
data/ref/c/verilog_8h.html
CHANGED
|
@@ -176,7 +176,7 @@ A proxy for all Verilog headers of interest to us.
|
|
|
176
176
|
|
|
177
177
|
</div>
|
|
178
178
|
</div><p>
|
|
179
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
179
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
180
180
|
<a href="http://www.doxygen.org/index.html">
|
|
181
181
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
182
182
|
</body>
|
data/ref/c/vlog_8c.html
CHANGED
|
@@ -154,7 +154,7 @@ Registers a callback at start of simulation to vlog_relay_main();.
|
|
|
154
154
|
|
|
155
155
|
</div>
|
|
156
156
|
</div><p>
|
|
157
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
157
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
158
158
|
<a href="http://www.doxygen.org/index.html">
|
|
159
159
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
160
160
|
</body>
|
data/ref/c/vlog_8h.html
CHANGED
|
@@ -77,7 +77,7 @@ Returns the data corresponding to the callback that caused the relay from Verilo
|
|
|
77
77
|
|
|
78
78
|
</div>
|
|
79
79
|
</div><p>
|
|
80
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
80
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 31 22:37:04 2007 for Ruby-VPI by
|
|
81
81
|
<a href="http://www.doxygen.org/index.html">
|
|
82
82
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
83
83
|
</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 Tue Jul 31 22:37:04 2007 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.5.1 </small></address>
|
|
8738
8738
|
</body>
|
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="#M000061">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-M000061" class="method-detail">
|
|
106
|
+
<a name="M000061"></a>
|
|
107
107
|
|
|
108
108
|
<div class="method-heading">
|
|
109
|
-
<a href="RDoc.src/
|
|
110
|
-
onclick="popupCode('RDoc.src/
|
|
109
|
+
<a href="RDoc.src/M000061.html" target="Code" class="method-signature"
|
|
110
|
+
onclick="popupCode('RDoc.src/M000061.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
|