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
@@ -1,56 +0,0 @@
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
-
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
3
|
-
<title>Ruby-VPI: Data Fields</title>
|
4
|
-
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
|
-
<link href="tabs.css" rel="stylesheet" type="text/css">
|
6
|
-
</head><body>
|
7
|
-
<!-- Generated by Doxygen 1.4.7 -->
|
8
|
-
<div class="tabs">
|
9
|
-
<ul>
|
10
|
-
<li><a href="index.html"><span>Main Page</span></a></li>
|
11
|
-
<li><a href="annotated.html"><span>Data Structures</span></a></li>
|
12
|
-
<li id="current"><a href="files.html"><span>Files</span></a></li>
|
13
|
-
</ul></div>
|
14
|
-
<div class="tabs">
|
15
|
-
<ul>
|
16
|
-
<li><a href="files.html"><span>File List</span></a></li>
|
17
|
-
<li id="current"><a href="globals.html"><span>Globals</span></a></li>
|
18
|
-
</ul></div>
|
19
|
-
<div class="tabs">
|
20
|
-
<ul>
|
21
|
-
<li><a href="globals.html"><span>All</span></a></li>
|
22
|
-
<li><a href="globals_func.html"><span>Functions</span></a></li>
|
23
|
-
<li><a href="globals_vars.html"><span>Variables</span></a></li>
|
24
|
-
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
|
25
|
-
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
|
26
|
-
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
|
27
|
-
<li id="current"><a href="globals_defs.html"><span>Defines</span></a></li>
|
28
|
-
</ul>
|
29
|
-
</div>
|
30
|
-
<div class="tabs">
|
31
|
-
<ul>
|
32
|
-
<li><a href="globals_defs.html#index_c"><span>c</span></a></li>
|
33
|
-
<li><a href="globals_defs_0x65.html#index_e"><span>e</span></a></li>
|
34
|
-
<li><a href="globals_defs_0x6c.html#index_l"><span>l</span></a></li>
|
35
|
-
<li><a href="globals_defs_0x6e.html#index_n"><span>n</span></a></li>
|
36
|
-
<li><a href="globals_defs_0x70.html#index_p"><span>p</span></a></li>
|
37
|
-
<li><a href="globals_defs_0x72.html#index_r"><span>r</span></a></li>
|
38
|
-
<li><a href="globals_defs_0x73.html#index_s"><span>s</span></a></li>
|
39
|
-
<li id="current"><a href="globals_defs_0x75.html#index_u"><span>u</span></a></li>
|
40
|
-
<li><a href="globals_defs_0x76.html#index_v"><span>v</span></a></li>
|
41
|
-
<li><a href="globals_defs_0x78.html#index_x"><span>x</span></a></li>
|
42
|
-
</ul>
|
43
|
-
</div>
|
44
|
-
|
45
|
-
<p>
|
46
|
-
|
47
|
-
<p>
|
48
|
-
<h3><a class="anchor" name="index_u">- u -</a></h3><ul>
|
49
|
-
<li>ULL2NUM
|
50
|
-
: <a class="el" href="swig__wrap_8cin.html#66a33b24f6f9abb7c8ccec4cf26b3d16">swig_wrap.cin</a><li>ULLONG_MAX
|
51
|
-
: <a class="el" href="swig__wrap_8cin.html#a1dd7166a75b73ad62b111ae6fc17c59">swig_wrap.cin</a></ul>
|
52
|
-
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 21:43:03 2006 for Ruby-VPI by
|
53
|
-
<a href="http://www.doxygen.org/index.html">
|
54
|
-
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
55
|
-
</body>
|
56
|
-
</html>
|
@@ -1,62 +0,0 @@
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
-
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
3
|
-
<title>Ruby-VPI: Data Fields</title>
|
4
|
-
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
|
-
<link href="tabs.css" rel="stylesheet" type="text/css">
|
6
|
-
</head><body>
|
7
|
-
<!-- Generated by Doxygen 1.4.7 -->
|
8
|
-
<div class="tabs">
|
9
|
-
<ul>
|
10
|
-
<li><a href="index.html"><span>Main Page</span></a></li>
|
11
|
-
<li><a href="annotated.html"><span>Data Structures</span></a></li>
|
12
|
-
<li id="current"><a href="files.html"><span>Files</span></a></li>
|
13
|
-
</ul></div>
|
14
|
-
<div class="tabs">
|
15
|
-
<ul>
|
16
|
-
<li><a href="files.html"><span>File List</span></a></li>
|
17
|
-
<li id="current"><a href="globals.html"><span>Globals</span></a></li>
|
18
|
-
</ul></div>
|
19
|
-
<div class="tabs">
|
20
|
-
<ul>
|
21
|
-
<li><a href="globals.html"><span>All</span></a></li>
|
22
|
-
<li id="current"><a href="globals_func.html"><span>Functions</span></a></li>
|
23
|
-
<li><a href="globals_vars.html"><span>Variables</span></a></li>
|
24
|
-
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
|
25
|
-
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
|
26
|
-
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
|
27
|
-
<li><a href="globals_defs.html"><span>Defines</span></a></li>
|
28
|
-
</ul>
|
29
|
-
</div>
|
30
|
-
<div class="tabs">
|
31
|
-
<ul>
|
32
|
-
<li><a href="globals_func.html#index__"><span>_</span></a></li>
|
33
|
-
<li id="current"><a href="globals_func_0x66.html#index_f"><span>f</span></a></li>
|
34
|
-
<li><a href="globals_func_0x67.html#index_g"><span>g</span></a></li>
|
35
|
-
<li><a href="globals_func_0x69.html#index_i"><span>i</span></a></li>
|
36
|
-
<li><a href="globals_func_0x70.html#index_p"><span>p</span></a></li>
|
37
|
-
<li><a href="globals_func_0x72.html#index_r"><span>r</span></a></li>
|
38
|
-
<li><a href="globals_func_0x73.html#index_s"><span>s</span></a></li>
|
39
|
-
<li><a href="globals_func_0x76.html#index_v"><span>v</span></a></li>
|
40
|
-
</ul>
|
41
|
-
</div>
|
42
|
-
|
43
|
-
<p>
|
44
|
-
|
45
|
-
<p>
|
46
|
-
<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
|
47
|
-
<li>free_s_cb_data()
|
48
|
-
: <a class="el" href="swig__wrap_8cin.html#a054f50ac3c38c02119c887aea532270">swig_wrap.cin</a><li>free_s_vpi_delay()
|
49
|
-
: <a class="el" href="swig__wrap_8cin.html#4abe4223908d270e8cc96d567a3c3938">swig_wrap.cin</a><li>free_s_vpi_error_info()
|
50
|
-
: <a class="el" href="swig__wrap_8cin.html#9b22c8e34da25d27db5f7335fc971453">swig_wrap.cin</a><li>free_s_vpi_strengthval()
|
51
|
-
: <a class="el" href="swig__wrap_8cin.html#495dc3c50fb87757c4df19bd27877acf">swig_wrap.cin</a><li>free_s_vpi_systf_data()
|
52
|
-
: <a class="el" href="swig__wrap_8cin.html#d0af96b3c11bb3b8cc4a9c4342f2cb03">swig_wrap.cin</a><li>free_s_vpi_time()
|
53
|
-
: <a class="el" href="swig__wrap_8cin.html#95d0ae0ea37c21a04b0f75b8b8155899">swig_wrap.cin</a><li>free_s_vpi_value()
|
54
|
-
: <a class="el" href="swig__wrap_8cin.html#5e938664fcf717cc8daebe697e97efb9">swig_wrap.cin</a><li>free_s_vpi_value_value()
|
55
|
-
: <a class="el" href="swig__wrap_8cin.html#6abd5d38ab09598aba140841feb362d3">swig_wrap.cin</a><li>free_s_vpi_vecval()
|
56
|
-
: <a class="el" href="swig__wrap_8cin.html#46dbb5ee576ed3bb49e387a8b37d8989">swig_wrap.cin</a><li>free_s_vpi_vlog_info()
|
57
|
-
: <a class="el" href="swig__wrap_8cin.html#009a6b33602215e1ed671c13784b3676">swig_wrap.cin</a></ul>
|
58
|
-
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 21:43:03 2006 for Ruby-VPI by
|
59
|
-
<a href="http://www.doxygen.org/index.html">
|
60
|
-
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
61
|
-
</body>
|
62
|
-
</html>
|
@@ -1,55 +0,0 @@
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
-
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
3
|
-
<title>Ruby-VPI: Data Fields</title>
|
4
|
-
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
|
-
<link href="tabs.css" rel="stylesheet" type="text/css">
|
6
|
-
</head><body>
|
7
|
-
<!-- Generated by Doxygen 1.4.7 -->
|
8
|
-
<div class="tabs">
|
9
|
-
<ul>
|
10
|
-
<li><a href="index.html"><span>Main Page</span></a></li>
|
11
|
-
<li><a href="annotated.html"><span>Data Structures</span></a></li>
|
12
|
-
<li id="current"><a href="files.html"><span>Files</span></a></li>
|
13
|
-
</ul></div>
|
14
|
-
<div class="tabs">
|
15
|
-
<ul>
|
16
|
-
<li><a href="files.html"><span>File List</span></a></li>
|
17
|
-
<li id="current"><a href="globals.html"><span>Globals</span></a></li>
|
18
|
-
</ul></div>
|
19
|
-
<div class="tabs">
|
20
|
-
<ul>
|
21
|
-
<li><a href="globals.html"><span>All</span></a></li>
|
22
|
-
<li id="current"><a href="globals_func.html"><span>Functions</span></a></li>
|
23
|
-
<li><a href="globals_vars.html"><span>Variables</span></a></li>
|
24
|
-
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
|
25
|
-
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
|
26
|
-
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
|
27
|
-
<li><a href="globals_defs.html"><span>Defines</span></a></li>
|
28
|
-
</ul>
|
29
|
-
</div>
|
30
|
-
<div class="tabs">
|
31
|
-
<ul>
|
32
|
-
<li><a href="globals_func.html#index__"><span>_</span></a></li>
|
33
|
-
<li><a href="globals_func_0x66.html#index_f"><span>f</span></a></li>
|
34
|
-
<li id="current"><a href="globals_func_0x67.html#index_g"><span>g</span></a></li>
|
35
|
-
<li><a href="globals_func_0x69.html#index_i"><span>i</span></a></li>
|
36
|
-
<li><a href="globals_func_0x70.html#index_p"><span>p</span></a></li>
|
37
|
-
<li><a href="globals_func_0x72.html#index_r"><span>r</span></a></li>
|
38
|
-
<li><a href="globals_func_0x73.html#index_s"><span>s</span></a></li>
|
39
|
-
<li><a href="globals_func_0x76.html#index_v"><span>v</span></a></li>
|
40
|
-
</ul>
|
41
|
-
</div>
|
42
|
-
|
43
|
-
<p>
|
44
|
-
|
45
|
-
<p>
|
46
|
-
<h3><a class="anchor" name="index_g">- g -</a></h3><ul>
|
47
|
-
<li>getExceptionClass()
|
48
|
-
: <a class="el" href="swig__wrap_8cin.html#056814e653693e6332c85b2910493dc0">swig_wrap.cin</a><li>getNullReferenceError()
|
49
|
-
: <a class="el" href="swig__wrap_8cin.html#8735d1b2e391b3539862f57668b8ae84">swig_wrap.cin</a><li>getObjectPreviouslyDeletedError()
|
50
|
-
: <a class="el" href="swig__wrap_8cin.html#02ffac2b9e2f0fc30c7c283d3aab33be">swig_wrap.cin</a></ul>
|
51
|
-
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 21:43:03 2006 for Ruby-VPI by
|
52
|
-
<a href="http://www.doxygen.org/index.html">
|
53
|
-
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
54
|
-
</body>
|
55
|
-
</html>
|
@@ -1,53 +0,0 @@
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
-
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
3
|
-
<title>Ruby-VPI: Data Fields</title>
|
4
|
-
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
|
-
<link href="tabs.css" rel="stylesheet" type="text/css">
|
6
|
-
</head><body>
|
7
|
-
<!-- Generated by Doxygen 1.4.7 -->
|
8
|
-
<div class="tabs">
|
9
|
-
<ul>
|
10
|
-
<li><a href="index.html"><span>Main Page</span></a></li>
|
11
|
-
<li><a href="annotated.html"><span>Data Structures</span></a></li>
|
12
|
-
<li id="current"><a href="files.html"><span>Files</span></a></li>
|
13
|
-
</ul></div>
|
14
|
-
<div class="tabs">
|
15
|
-
<ul>
|
16
|
-
<li><a href="files.html"><span>File List</span></a></li>
|
17
|
-
<li id="current"><a href="globals.html"><span>Globals</span></a></li>
|
18
|
-
</ul></div>
|
19
|
-
<div class="tabs">
|
20
|
-
<ul>
|
21
|
-
<li><a href="globals.html"><span>All</span></a></li>
|
22
|
-
<li id="current"><a href="globals_func.html"><span>Functions</span></a></li>
|
23
|
-
<li><a href="globals_vars.html"><span>Variables</span></a></li>
|
24
|
-
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
|
25
|
-
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
|
26
|
-
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
|
27
|
-
<li><a href="globals_defs.html"><span>Defines</span></a></li>
|
28
|
-
</ul>
|
29
|
-
</div>
|
30
|
-
<div class="tabs">
|
31
|
-
<ul>
|
32
|
-
<li><a href="globals_func.html#index__"><span>_</span></a></li>
|
33
|
-
<li><a href="globals_func_0x66.html#index_f"><span>f</span></a></li>
|
34
|
-
<li><a href="globals_func_0x67.html#index_g"><span>g</span></a></li>
|
35
|
-
<li id="current"><a href="globals_func_0x69.html#index_i"><span>i</span></a></li>
|
36
|
-
<li><a href="globals_func_0x70.html#index_p"><span>p</span></a></li>
|
37
|
-
<li><a href="globals_func_0x72.html#index_r"><span>r</span></a></li>
|
38
|
-
<li><a href="globals_func_0x73.html#index_s"><span>s</span></a></li>
|
39
|
-
<li><a href="globals_func_0x76.html#index_v"><span>v</span></a></li>
|
40
|
-
</ul>
|
41
|
-
</div>
|
42
|
-
|
43
|
-
<p>
|
44
|
-
|
45
|
-
<p>
|
46
|
-
<h3><a class="anchor" name="index_i">- i -</a></h3><ul>
|
47
|
-
<li>Init_vpi()
|
48
|
-
: <a class="el" href="swig__wrap_8cin.html#0e3ae9a19d6b1b5edd3907677eaa30af">swig_wrap.cin</a></ul>
|
49
|
-
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 21:43:03 2006 for Ruby-VPI by
|
50
|
-
<a href="http://www.doxygen.org/index.html">
|
51
|
-
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
52
|
-
</body>
|
53
|
-
</html>
|
@@ -1,53 +0,0 @@
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
-
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
3
|
-
<title>Ruby-VPI: Data Fields</title>
|
4
|
-
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
|
-
<link href="tabs.css" rel="stylesheet" type="text/css">
|
6
|
-
</head><body>
|
7
|
-
<!-- Generated by Doxygen 1.4.7 -->
|
8
|
-
<div class="tabs">
|
9
|
-
<ul>
|
10
|
-
<li><a href="index.html"><span>Main Page</span></a></li>
|
11
|
-
<li><a href="annotated.html"><span>Data Structures</span></a></li>
|
12
|
-
<li id="current"><a href="files.html"><span>Files</span></a></li>
|
13
|
-
</ul></div>
|
14
|
-
<div class="tabs">
|
15
|
-
<ul>
|
16
|
-
<li><a href="files.html"><span>File List</span></a></li>
|
17
|
-
<li id="current"><a href="globals.html"><span>Globals</span></a></li>
|
18
|
-
</ul></div>
|
19
|
-
<div class="tabs">
|
20
|
-
<ul>
|
21
|
-
<li><a href="globals.html"><span>All</span></a></li>
|
22
|
-
<li id="current"><a href="globals_func.html"><span>Functions</span></a></li>
|
23
|
-
<li><a href="globals_vars.html"><span>Variables</span></a></li>
|
24
|
-
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
|
25
|
-
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
|
26
|
-
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
|
27
|
-
<li><a href="globals_defs.html"><span>Defines</span></a></li>
|
28
|
-
</ul>
|
29
|
-
</div>
|
30
|
-
<div class="tabs">
|
31
|
-
<ul>
|
32
|
-
<li><a href="globals_func.html#index__"><span>_</span></a></li>
|
33
|
-
<li><a href="globals_func_0x66.html#index_f"><span>f</span></a></li>
|
34
|
-
<li><a href="globals_func_0x67.html#index_g"><span>g</span></a></li>
|
35
|
-
<li><a href="globals_func_0x69.html#index_i"><span>i</span></a></li>
|
36
|
-
<li id="current"><a href="globals_func_0x70.html#index_p"><span>p</span></a></li>
|
37
|
-
<li><a href="globals_func_0x72.html#index_r"><span>r</span></a></li>
|
38
|
-
<li><a href="globals_func_0x73.html#index_s"><span>s</span></a></li>
|
39
|
-
<li><a href="globals_func_0x76.html#index_v"><span>v</span></a></li>
|
40
|
-
</ul>
|
41
|
-
</div>
|
42
|
-
|
43
|
-
<p>
|
44
|
-
|
45
|
-
<p>
|
46
|
-
<h3><a class="anchor" name="index_p">- p -</a></h3><ul>
|
47
|
-
<li>PROTO_PARAMS()
|
48
|
-
: <a class="el" href="vpi__user_8h.html#240fc866a11eedf2a49b6b5afd5d2972">vpi_user.h</a>, <a class="el" href="swig__vpi_8h.html#240fc866a11eedf2a49b6b5afd5d2972">swig_vpi.h</a>, <a class="el" href="vpi__user_8h.html#b841b102c042624bb490d262509ef332">vpi_user.h</a>, <a class="el" href="swig__vpi_8h.html#b841b102c042624bb490d262509ef332">swig_vpi.h</a></ul>
|
49
|
-
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 21:43:03 2006 for Ruby-VPI by
|
50
|
-
<a href="http://www.doxygen.org/index.html">
|
51
|
-
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
52
|
-
</body>
|
53
|
-
</html>
|
@@ -1,57 +0,0 @@
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
-
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
3
|
-
<title>Ruby-VPI: Data Fields</title>
|
4
|
-
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
|
-
<link href="tabs.css" rel="stylesheet" type="text/css">
|
6
|
-
</head><body>
|
7
|
-
<!-- Generated by Doxygen 1.4.7 -->
|
8
|
-
<div class="tabs">
|
9
|
-
<ul>
|
10
|
-
<li><a href="index.html"><span>Main Page</span></a></li>
|
11
|
-
<li><a href="annotated.html"><span>Data Structures</span></a></li>
|
12
|
-
<li id="current"><a href="files.html"><span>Files</span></a></li>
|
13
|
-
</ul></div>
|
14
|
-
<div class="tabs">
|
15
|
-
<ul>
|
16
|
-
<li><a href="files.html"><span>File List</span></a></li>
|
17
|
-
<li id="current"><a href="globals.html"><span>Globals</span></a></li>
|
18
|
-
</ul></div>
|
19
|
-
<div class="tabs">
|
20
|
-
<ul>
|
21
|
-
<li><a href="globals.html"><span>All</span></a></li>
|
22
|
-
<li id="current"><a href="globals_func.html"><span>Functions</span></a></li>
|
23
|
-
<li><a href="globals_vars.html"><span>Variables</span></a></li>
|
24
|
-
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
|
25
|
-
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
|
26
|
-
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
|
27
|
-
<li><a href="globals_defs.html"><span>Defines</span></a></li>
|
28
|
-
</ul>
|
29
|
-
</div>
|
30
|
-
<div class="tabs">
|
31
|
-
<ul>
|
32
|
-
<li><a href="globals_func.html#index__"><span>_</span></a></li>
|
33
|
-
<li><a href="globals_func_0x66.html#index_f"><span>f</span></a></li>
|
34
|
-
<li><a href="globals_func_0x67.html#index_g"><span>g</span></a></li>
|
35
|
-
<li><a href="globals_func_0x69.html#index_i"><span>i</span></a></li>
|
36
|
-
<li><a href="globals_func_0x70.html#index_p"><span>p</span></a></li>
|
37
|
-
<li id="current"><a href="globals_func_0x72.html#index_r"><span>r</span></a></li>
|
38
|
-
<li><a href="globals_func_0x73.html#index_s"><span>s</span></a></li>
|
39
|
-
<li><a href="globals_func_0x76.html#index_v"><span>v</span></a></li>
|
40
|
-
</ul>
|
41
|
-
</div>
|
42
|
-
|
43
|
-
<p>
|
44
|
-
|
45
|
-
<p>
|
46
|
-
<h3><a class="anchor" name="index_r">- r -</a></h3><ul>
|
47
|
-
<li>relay_init()
|
48
|
-
: <a class="el" href="relay_8h.html#ea9df559615cf5edbf6fc237b9781a8f">relay.h</a>, <a class="el" href="relay_8c.html#ea9df559615cf5edbf6fc237b9781a8f">relay.c</a><li>relay_ruby()
|
49
|
-
: <a class="el" href="relay_8h.html#fbc70fcd80a9e815a6800861428d7294">relay.h</a>, <a class="el" href="relay_8c.html#fbc70fcd80a9e815a6800861428d7294">relay.c</a><li>relay_ruby_run()
|
50
|
-
: <a class="el" href="relay_8h.html#746b991056f045f975634a6dad38cae7">relay.h</a>, <a class="el" href="relay_8c.html#746b991056f045f975634a6dad38cae7">relay.c</a><li>relay_verilog()
|
51
|
-
: <a class="el" href="relay_8h.html#c1a02ebdb76a321bac689ac9b30f0422">relay.h</a>, <a class="el" href="relay_8c.html#c1a02ebdb76a321bac689ac9b30f0422">relay.c</a><li>ruby_run_handshake()
|
52
|
-
: <a class="el" href="relay_8c.html#48de991a596f3c94a9bf19b3bf5a8dfd">relay.c</a></ul>
|
53
|
-
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 21:43:03 2006 for Ruby-VPI by
|
54
|
-
<a href="http://www.doxygen.org/index.html">
|
55
|
-
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
56
|
-
</body>
|
57
|
-
</html>
|
@@ -1,114 +0,0 @@
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
-
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
3
|
-
<title>Ruby-VPI: Data Fields</title>
|
4
|
-
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
|
-
<link href="tabs.css" rel="stylesheet" type="text/css">
|
6
|
-
</head><body>
|
7
|
-
<!-- Generated by Doxygen 1.4.7 -->
|
8
|
-
<div class="tabs">
|
9
|
-
<ul>
|
10
|
-
<li><a href="index.html"><span>Main Page</span></a></li>
|
11
|
-
<li><a href="annotated.html"><span>Data Structures</span></a></li>
|
12
|
-
<li id="current"><a href="files.html"><span>Files</span></a></li>
|
13
|
-
</ul></div>
|
14
|
-
<div class="tabs">
|
15
|
-
<ul>
|
16
|
-
<li><a href="files.html"><span>File List</span></a></li>
|
17
|
-
<li id="current"><a href="globals.html"><span>Globals</span></a></li>
|
18
|
-
</ul></div>
|
19
|
-
<div class="tabs">
|
20
|
-
<ul>
|
21
|
-
<li><a href="globals.html"><span>All</span></a></li>
|
22
|
-
<li id="current"><a href="globals_func.html"><span>Functions</span></a></li>
|
23
|
-
<li><a href="globals_vars.html"><span>Variables</span></a></li>
|
24
|
-
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
|
25
|
-
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
|
26
|
-
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
|
27
|
-
<li><a href="globals_defs.html"><span>Defines</span></a></li>
|
28
|
-
</ul>
|
29
|
-
</div>
|
30
|
-
<div class="tabs">
|
31
|
-
<ul>
|
32
|
-
<li><a href="globals_func.html#index__"><span>_</span></a></li>
|
33
|
-
<li><a href="globals_func_0x66.html#index_f"><span>f</span></a></li>
|
34
|
-
<li><a href="globals_func_0x67.html#index_g"><span>g</span></a></li>
|
35
|
-
<li><a href="globals_func_0x69.html#index_i"><span>i</span></a></li>
|
36
|
-
<li><a href="globals_func_0x70.html#index_p"><span>p</span></a></li>
|
37
|
-
<li><a href="globals_func_0x72.html#index_r"><span>r</span></a></li>
|
38
|
-
<li id="current"><a href="globals_func_0x73.html#index_s"><span>s</span></a></li>
|
39
|
-
<li><a href="globals_func_0x76.html#index_v"><span>v</span></a></li>
|
40
|
-
</ul>
|
41
|
-
</div>
|
42
|
-
|
43
|
-
<p>
|
44
|
-
|
45
|
-
<p>
|
46
|
-
<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
|
47
|
-
<li>SWIG_AsCharPtrAndSize()
|
48
|
-
: <a class="el" href="swig__wrap_8cin.html#a91770ece21c9883a58e8c1a2aeb21b7">swig_wrap.cin</a><li>SWIG_AsVal_double()
|
49
|
-
: <a class="el" href="swig__wrap_8cin.html#56313dc79a6ad16dbf9bcc7015e5c9f1">swig_wrap.cin</a><li>SWIG_AsVal_int()
|
50
|
-
: <a class="el" href="swig__wrap_8cin.html#6cd1568a16c5fa44771efb6f0bcd876f">swig_wrap.cin</a><li>SWIG_AsVal_long()
|
51
|
-
: <a class="el" href="swig__wrap_8cin.html#9dd934b8c4053b29c92d317f88b4c338">swig_wrap.cin</a><li>SWIG_AsVal_unsigned_SS_int()
|
52
|
-
: <a class="el" href="swig__wrap_8cin.html#3039017b5979ce4f6dcdc355e2282caf">swig_wrap.cin</a><li>SWIG_AsVal_unsigned_SS_long()
|
53
|
-
: <a class="el" href="swig__wrap_8cin.html#f11225b10e8d3238f2d5fe4125335c6a">swig_wrap.cin</a><li>SWIG_AUX_NUM2DBL()
|
54
|
-
: <a class="el" href="swig__wrap_8cin.html#621a31ec3ccdb5b57157f447bc095318">swig_wrap.cin</a><li>SWIG_AUX_NUM2LONG()
|
55
|
-
: <a class="el" href="swig__wrap_8cin.html#352a0335ca582540a7f2a34f08fbb99b">swig_wrap.cin</a><li>SWIG_AUX_NUM2ULONG()
|
56
|
-
: <a class="el" href="swig__wrap_8cin.html#8c2a2efbb8812ed0d4fab5e14d687cb2">swig_wrap.cin</a><li>SWIG_From_int()
|
57
|
-
: <a class="el" href="swig__wrap_8cin.html#6ce08113ed89155318630c5ea213ba18">swig_wrap.cin</a><li>SWIG_From_unsigned_SS_int()
|
58
|
-
: <a class="el" href="swig__wrap_8cin.html#b230950656190f9b79cc9ce324159700">swig_wrap.cin</a><li>SWIG_From_unsigned_SS_long()
|
59
|
-
: <a class="el" href="swig__wrap_8cin.html#d3ad41901b9b9a5a00797a6bf722b2c4">swig_wrap.cin</a><li>SWIG_FromCharPtr()
|
60
|
-
: <a class="el" href="swig__wrap_8cin.html#7be93acae6c546cae25e7b27644564a9">swig_wrap.cin</a><li>SWIG_FromCharPtrAndSize()
|
61
|
-
: <a class="el" href="swig__wrap_8cin.html#4323851355ea4b43e4c9549683a23b77">swig_wrap.cin</a><li>swig_init()
|
62
|
-
: <a class="el" href="swig_8h.html#fb31a3a8e1674c2ca6f32a9772bfb491">swig.h</a>, <a class="el" href="swig_8c.html#fb31a3a8e1674c2ca6f32a9772bfb491">swig.c</a><li>SWIG_InitializeModule()
|
63
|
-
: <a class="el" href="swig__wrap_8cin.html#7f8da48fe4dbc23aef01a714623b8a6b">swig_wrap.cin</a><li>SWIG_MangledTypeQueryModule()
|
64
|
-
: <a class="el" href="swig__wrap_8cin.html#c63ad9b58a96793188f944c92ff40ec6">swig_wrap.cin</a><li>SWIG_PackData()
|
65
|
-
: <a class="el" href="swig__wrap_8cin.html#02c2ac3db8ce87dd62813334e66c9a3a">swig_wrap.cin</a><li>SWIG_PackDataName()
|
66
|
-
: <a class="el" href="swig__wrap_8cin.html#f903e6809a1fb2ba06deff49795c6e65">swig_wrap.cin</a><li>SWIG_PackVoidPtr()
|
67
|
-
: <a class="el" href="swig__wrap_8cin.html#10c5572eb6206df7c95c8a2fcde90911">swig_wrap.cin</a><li>SWIG_pchar_descriptor()
|
68
|
-
: <a class="el" href="swig__wrap_8cin.html#9c31c8e048364e9f695922bafd8fee0d">swig_wrap.cin</a><li>SWIG_PropagateClientData()
|
69
|
-
: <a class="el" href="swig__wrap_8cin.html#bc08944d526c952dc121d3d1b84f0d16">swig_wrap.cin</a><li>swig_rb_relay_verilog()
|
70
|
-
: <a class="el" href="swig_8h.html#8ddc9ef9bf799f418bfe09959e695b0f">swig.h</a>, <a class="el" href="swig_8c.html#8ddc9ef9bf799f418bfe09959e695b0f">swig.c</a><li>SWIG_Ruby_AcquirePtr()
|
71
|
-
: <a class="el" href="swig__wrap_8cin.html#9f285fe8fd80765145c1deb0fd6b7427">swig_wrap.cin</a><li>SWIG_Ruby_AppendOutput()
|
72
|
-
: <a class="el" href="swig__wrap_8cin.html#87bb24e7b9acc77a41575e54eeeaf4ae">swig_wrap.cin</a><li>SWIG_Ruby_CheckConvert()
|
73
|
-
: <a class="el" href="swig__wrap_8cin.html#134b81fbc80e4e7fe96785c8b1a1d30c">swig_wrap.cin</a><li>SWIG_Ruby_ConvertPacked()
|
74
|
-
: <a class="el" href="swig__wrap_8cin.html#edb5847f8cceb70cacad85b33ea4f8c0">swig_wrap.cin</a><li>SWIG_Ruby_ConvertPtrAndOwn()
|
75
|
-
: <a class="el" href="swig__wrap_8cin.html#0165b390a4e5f9a6154432c1b5ab5408">swig_wrap.cin</a><li>SWIG_Ruby_define_class()
|
76
|
-
: <a class="el" href="swig__wrap_8cin.html#d7167b91c2fde9d63c167ce055053861">swig_wrap.cin</a><li>SWIG_Ruby_ErrorType()
|
77
|
-
: <a class="el" href="swig__wrap_8cin.html#e1907da13e63a1f8f53ecede225b75d3">swig_wrap.cin</a><li>SWIG_Ruby_ExceptionType()
|
78
|
-
: <a class="el" href="swig__wrap_8cin.html#d15021ee14d4c2302126cfbd6634c2c8">swig_wrap.cin</a><li>SWIG_ruby_failed()
|
79
|
-
: <a class="el" href="swig__wrap_8cin.html#3066f97eec86da99ff7e562a16ad8b77">swig_wrap.cin</a><li>SWIG_Ruby_GetModule()
|
80
|
-
: <a class="el" href="swig__wrap_8cin.html#952a636aff45f2c6fe4b8090a29410fd">swig_wrap.cin</a><li>SWIG_Ruby_InitRuntime()
|
81
|
-
: <a class="el" href="swig__wrap_8cin.html#b5ccfc392c0380c3031366e734185e3e">swig_wrap.cin</a><li>SWIG_Ruby_MangleStr()
|
82
|
-
: <a class="el" href="swig__wrap_8cin.html#3ad3e02e7d6e1515ee2642b7a2aa553b">swig_wrap.cin</a><li>SWIG_Ruby_NewClassInstance()
|
83
|
-
: <a class="el" href="swig__wrap_8cin.html#a8f5b4c1c34d25db6a57016c297d114f">swig_wrap.cin</a><li>SWIG_Ruby_NewPackedObj()
|
84
|
-
: <a class="el" href="swig__wrap_8cin.html#ec5e75ce4c81635558216edf26fc9558">swig_wrap.cin</a><li>SWIG_Ruby_NewPointerObj()
|
85
|
-
: <a class="el" href="swig__wrap_8cin.html#cac9f17be83437f6fa4ac7511b0fe857">swig_wrap.cin</a><li>SWIG_Ruby_SetModule()
|
86
|
-
: <a class="el" href="swig__wrap_8cin.html#5748479258bba6d0ad64d1479ddb39a1">swig_wrap.cin</a><li>SWIG_RubyAddTracking()
|
87
|
-
: <a class="el" href="swig__wrap_8cin.html#2cddaa1c2ab7e69a72c883de2995e77f">swig_wrap.cin</a><li>SWIG_RubyInitializeTrackings()
|
88
|
-
: <a class="el" href="swig__wrap_8cin.html#7120c42879d954400318ba2d38bb12b9">swig_wrap.cin</a><li>SWIG_RubyInstanceFor()
|
89
|
-
: <a class="el" href="swig__wrap_8cin.html#97681f2691ced12215a19209455f4e79">swig_wrap.cin</a><li>SWIG_RubyObjectToReference()
|
90
|
-
: <a class="el" href="swig__wrap_8cin.html#2ffb1a51abb777700d79e05fb1b875af">swig_wrap.cin</a><li>SWIG_RubyPtrToReference()
|
91
|
-
: <a class="el" href="swig__wrap_8cin.html#0bcc72c80cb2ef22d10ab2d5045e3e4d">swig_wrap.cin</a><li>SWIG_RubyReferenceToObject()
|
92
|
-
: <a class="el" href="swig__wrap_8cin.html#d8a7b2ca95508c0d6f299927f09e6476">swig_wrap.cin</a><li>SWIG_RubyRemoveTracking()
|
93
|
-
: <a class="el" href="swig__wrap_8cin.html#6849d30cbf8c174d2f9bd73791ad0355">swig_wrap.cin</a><li>SWIG_RubyUnlinkObjects()
|
94
|
-
: <a class="el" href="swig__wrap_8cin.html#af8fba313589ee1ac53bde563b9885a4">swig_wrap.cin</a><li>SWIG_TypeCast()
|
95
|
-
: <a class="el" href="swig__wrap_8cin.html#a412a97161d7d2c423fd563e00ee1510">swig_wrap.cin</a><li>SWIG_TypeCheck()
|
96
|
-
: <a class="el" href="swig__wrap_8cin.html#bd0cb78a9663e41312c8f14ab6715f04">swig_wrap.cin</a><li>SWIG_TypeCheckStruct()
|
97
|
-
: <a class="el" href="swig__wrap_8cin.html#2e2ff6e1a7f5dd3d10faa9c0c049596d">swig_wrap.cin</a><li>SWIG_TypeClientData()
|
98
|
-
: <a class="el" href="swig__wrap_8cin.html#4b0a40223812f7d43bc2f0c2342fe2f7">swig_wrap.cin</a><li>SWIG_TypeCompare()
|
99
|
-
: <a class="el" href="swig__wrap_8cin.html#dc0e91b1eac793ed183ae989c62d33fb">swig_wrap.cin</a><li>SWIG_TypeDynamicCast()
|
100
|
-
: <a class="el" href="swig__wrap_8cin.html#dd8cb1a47628b36915ffa37d61452b1e">swig_wrap.cin</a><li>SWIG_TypeEquiv()
|
101
|
-
: <a class="el" href="swig__wrap_8cin.html#23ecf039d651082ffc7582c4f50af780">swig_wrap.cin</a><li>SWIG_TypeName()
|
102
|
-
: <a class="el" href="swig__wrap_8cin.html#68560e0bf641c9691704d6d05bac4358">swig_wrap.cin</a><li>SWIG_TypeNameComp()
|
103
|
-
: <a class="el" href="swig__wrap_8cin.html#2f69ad4207037cb391a2b2d5915fcba2">swig_wrap.cin</a><li>SWIG_TypeNewClientData()
|
104
|
-
: <a class="el" href="swig__wrap_8cin.html#710082a7ea6978d654bad712dbebc0ee">swig_wrap.cin</a><li>SWIG_TypePrettyName()
|
105
|
-
: <a class="el" href="swig__wrap_8cin.html#3f38ea686cb3f85bf6a15b08416f2684">swig_wrap.cin</a><li>SWIG_TypeQueryModule()
|
106
|
-
: <a class="el" href="swig__wrap_8cin.html#5b6a2719f95288678fa55ade4493b175">swig_wrap.cin</a><li>SWIG_UnpackData()
|
107
|
-
: <a class="el" href="swig__wrap_8cin.html#80e9e66f66413297452de92c69cdf9d7">swig_wrap.cin</a><li>SWIG_UnpackDataName()
|
108
|
-
: <a class="el" href="swig__wrap_8cin.html#99540d89d9ffca957892cf22af3e49dd">swig_wrap.cin</a><li>SWIG_UnpackVoidPtr()
|
109
|
-
: <a class="el" href="swig__wrap_8cin.html#e3e13f3464cb74f7e5d9f7a50a6855c0">swig_wrap.cin</a></ul>
|
110
|
-
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 21:43:03 2006 for Ruby-VPI by
|
111
|
-
<a href="http://www.doxygen.org/index.html">
|
112
|
-
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
113
|
-
</body>
|
114
|
-
</html>
|
@@ -1,57 +0,0 @@
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
-
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
3
|
-
<title>Ruby-VPI: Data Fields</title>
|
4
|
-
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
|
-
<link href="tabs.css" rel="stylesheet" type="text/css">
|
6
|
-
</head><body>
|
7
|
-
<!-- Generated by Doxygen 1.4.7 -->
|
8
|
-
<div class="tabs">
|
9
|
-
<ul>
|
10
|
-
<li><a href="index.html"><span>Main Page</span></a></li>
|
11
|
-
<li><a href="annotated.html"><span>Data Structures</span></a></li>
|
12
|
-
<li id="current"><a href="files.html"><span>Files</span></a></li>
|
13
|
-
</ul></div>
|
14
|
-
<div class="tabs">
|
15
|
-
<ul>
|
16
|
-
<li><a href="files.html"><span>File List</span></a></li>
|
17
|
-
<li id="current"><a href="globals.html"><span>Globals</span></a></li>
|
18
|
-
</ul></div>
|
19
|
-
<div class="tabs">
|
20
|
-
<ul>
|
21
|
-
<li><a href="globals.html"><span>All</span></a></li>
|
22
|
-
<li id="current"><a href="globals_func.html"><span>Functions</span></a></li>
|
23
|
-
<li><a href="globals_vars.html"><span>Variables</span></a></li>
|
24
|
-
<li><a href="globals_type.html"><span>Typedefs</span></a></li>
|
25
|
-
<li><a href="globals_enum.html"><span>Enumerations</span></a></li>
|
26
|
-
<li><a href="globals_eval.html"><span>Enumerator</span></a></li>
|
27
|
-
<li><a href="globals_defs.html"><span>Defines</span></a></li>
|
28
|
-
</ul>
|
29
|
-
</div>
|
30
|
-
<div class="tabs">
|
31
|
-
<ul>
|
32
|
-
<li><a href="globals_func.html#index__"><span>_</span></a></li>
|
33
|
-
<li><a href="globals_func_0x66.html#index_f"><span>f</span></a></li>
|
34
|
-
<li><a href="globals_func_0x67.html#index_g"><span>g</span></a></li>
|
35
|
-
<li><a href="globals_func_0x69.html#index_i"><span>i</span></a></li>
|
36
|
-
<li><a href="globals_func_0x70.html#index_p"><span>p</span></a></li>
|
37
|
-
<li><a href="globals_func_0x72.html#index_r"><span>r</span></a></li>
|
38
|
-
<li><a href="globals_func_0x73.html#index_s"><span>s</span></a></li>
|
39
|
-
<li id="current"><a href="globals_func_0x76.html#index_v"><span>v</span></a></li>
|
40
|
-
</ul>
|
41
|
-
</div>
|
42
|
-
|
43
|
-
<p>
|
44
|
-
|
45
|
-
<p>
|
46
|
-
<h3><a class="anchor" name="index_v">- v -</a></h3><ul>
|
47
|
-
<li>verilog_tf_funcSig()
|
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>vlog_bind_task()
|
49
|
-
: <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()
|
50
|
-
: <a class="el" href="vlog_8c.html#dc9eaadf567421f239b8b647a3ea0eb2">vlog.c</a><li>vlog_startup_routines_get()
|
51
|
-
: <a class="el" href="swig__wrap_8cin.html#a60c315e1891185d06f8c21cb0289a61">swig_wrap.cin</a><li>vlog_startup_routines_set()
|
52
|
-
: <a class="el" href="swig__wrap_8cin.html#edafd4d41fc0cdeff4d5b5e4765fe38a">swig_wrap.cin</a></ul>
|
53
|
-
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 21:43:03 2006 for Ruby-VPI by
|
54
|
-
<a href="http://www.doxygen.org/index.html">
|
55
|
-
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
56
|
-
</body>
|
57
|
-
</html>
|
@@ -1,73 +0,0 @@
|
|
1
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
-
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
3
|
-
<title>Ruby-VPI: relay__RubyOptions__def Struct Reference</title>
|
4
|
-
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
|
-
<link href="tabs.css" rel="stylesheet" type="text/css">
|
6
|
-
</head><body>
|
7
|
-
<!-- Generated by Doxygen 1.4.7 -->
|
8
|
-
<div class="tabs">
|
9
|
-
<ul>
|
10
|
-
<li><a href="index.html"><span>Main Page</span></a></li>
|
11
|
-
<li id="current"><a href="annotated.html"><span>Data Structures</span></a></li>
|
12
|
-
<li><a href="files.html"><span>Files</span></a></li>
|
13
|
-
</ul></div>
|
14
|
-
<div class="tabs">
|
15
|
-
<ul>
|
16
|
-
<li><a href="annotated.html"><span>Data Structures</span></a></li>
|
17
|
-
<li><a href="functions.html"><span>Data Fields</span></a></li>
|
18
|
-
</ul></div>
|
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">
|
23
|
-
<tr><td></td></tr>
|
24
|
-
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
|
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>
|
26
|
-
|
27
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned int </td><td class="memItemRight" valign="bottom"><a class="el" href="structrelay____RubyOptions____def.html#de218feb16c6d7fca853d2f376c4c6c3">mCount</a></td></tr>
|
28
|
-
|
29
|
-
<tr><td class="mdescLeft"> </td><td class="mdescRight">Array of command-line arguments. <a href="#de218feb16c6d7fca853d2f376c4c6c3"></a><br></td></tr>
|
30
|
-
</table>
|
31
|
-
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
32
|
-
Stores command-line options for the Ruby interpreter.
|
33
|
-
<p>
|
34
|
-
<hr><h2>Field Documentation</h2>
|
35
|
-
<a class="anchor" name="2d622fe378089ce840530cb8866f304f"></a><!-- doxytag: member="relay__RubyOptions__def::mArgs" ref="2d622fe378089ce840530cb8866f304f" args="" -->
|
36
|
-
<div class="memitem">
|
37
|
-
<div class="memproto">
|
38
|
-
<table class="memname">
|
39
|
-
<tr>
|
40
|
-
<td class="memname"><a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</a>** <a class="el" href="structrelay____RubyOptions____def.html#2d622fe378089ce840530cb8866f304f">relay__RubyOptions__def::mArgs</a> </td>
|
41
|
-
</tr>
|
42
|
-
</table>
|
43
|
-
</div>
|
44
|
-
<div class="memdoc">
|
45
|
-
|
46
|
-
<p>
|
47
|
-
|
48
|
-
</div>
|
49
|
-
</div><p>
|
50
|
-
<a class="anchor" name="de218feb16c6d7fca853d2f376c4c6c3"></a><!-- doxytag: member="relay__RubyOptions__def::mCount" ref="de218feb16c6d7fca853d2f376c4c6c3" args="" -->
|
51
|
-
<div class="memitem">
|
52
|
-
<div class="memproto">
|
53
|
-
<table class="memname">
|
54
|
-
<tr>
|
55
|
-
<td class="memname">unsigned int <a class="el" href="structrelay____RubyOptions____def.html#de218feb16c6d7fca853d2f376c4c6c3">relay__RubyOptions__def::mCount</a> </td>
|
56
|
-
</tr>
|
57
|
-
</table>
|
58
|
-
</div>
|
59
|
-
<div class="memdoc">
|
60
|
-
|
61
|
-
<p>
|
62
|
-
Array of command-line arguments.
|
63
|
-
<p>
|
64
|
-
|
65
|
-
</div>
|
66
|
-
</div><p>
|
67
|
-
<hr>The documentation for this struct was generated from the following file:<ul>
|
68
|
-
<li><a class="el" href="relay_8c.html">relay.c</a></ul>
|
69
|
-
<hr size="1"><address style="align: right;"><small>Generated on Fri Dec 22 21:43:02 2006 for Ruby-VPI by
|
70
|
-
<a href="http://www.doxygen.org/index.html">
|
71
|
-
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
72
|
-
</body>
|
73
|
-
</html>
|