ruby-vpi 13.0.0 → 14.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/Rakefile +6 -1
- data/bin/generate_test_tpl/bench.rb +84 -1
- data/bin/generate_test_tpl/bench.v +8 -17
- data/bin/generate_test_tpl/proto.rb +1 -1
- data/doc/common.css +14 -41
- data/doc/common.tpl +1 -1
- data/doc/figures/figures.dia +274 -753
- data/doc/figures/organization_detailed.png +0 -0
- data/doc/figures/ruby_relay.png +0 -0
- data/doc/history.html +363 -276
- data/doc/history.yml +40 -0
- data/doc/intro.inc +37 -15
- data/doc/lib/doc_proxy.rb +24 -4
- data/doc/manual.doc +345 -196
- data/doc/manual.html +741 -497
- data/doc/memo.doc +15 -15
- data/doc/memo.html +28 -27
- data/doc/readme.doc +2 -2
- data/doc/readme.html +51 -15
- data/doc/rss.erb +1 -1
- data/doc/rss.xml +1624 -31
- data/ext/Rakefile +1 -6
- data/ext/main.c +8 -3
- data/ext/main.h +5 -0
- data/ext/relay.c +12 -12
- data/ext/relay.h +1 -6
- data/ext/swig_vpi.i +2 -2
- data/ext/swig_wrap.cin +37 -20
- data/ext/verilog.h +2 -2
- data/ext/vlog.c +10 -3
- data/ext/vlog.h +4 -4
- data/lib/ruby-vpi/vpi.rb +114 -0
- data/lib/ruby-vpi.rb +21 -59
- 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 +3 -2
- data/ref/c/globals_0x70.html +1 -1
- data/ref/c/globals_0x72.html +4 -5
- data/ref/c/globals_0x73.html +1 -1
- data/ref/c/globals_0x74.html +1 -1
- data/ref/c/globals_0x76.html +4 -2
- data/ref/c/globals_0x78.html +1 -1
- data/ref/c/globals_defs.html +1 -1
- data/ref/c/globals_defs_0x65.html +1 -1
- data/ref/c/globals_defs_0x70.html +1 -1
- data/ref/c/globals_defs_0x76.html +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 +8 -7
- data/ref/c/globals_type.html +1 -1
- data/ref/c/globals_vars.html +3 -2
- data/ref/c/index.html +1 -1
- data/ref/c/main_8c.html +26 -1
- data/ref/c/main_8h.html +26 -1
- data/ref/c/relay_8c.html +11 -35
- data/ref/c/relay_8h.html +3 -27
- 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 +5 -5
- data/ref/c/vlog_8c.html +44 -6
- data/ref/c/vlog_8h.html +7 -8
- data/ref/c/vpi__user_8h.html +1 -1
- data/ref/ruby/classes/RDoc.html +5 -5
- data/ref/ruby/classes/RDoc.src/{M000041.html → M000045.html} +0 -0
- data/ref/ruby/classes/RubyVpi.html +10 -28
- data/ref/ruby/classes/RubyVpi.src/M000029.html +101 -124
- data/ref/ruby/classes/Vpi/Handle.html +56 -56
- data/ref/ruby/classes/Vpi/Handle.src/M000034.html +5 -9
- data/ref/ruby/classes/Vpi/Handle.src/M000035.html +5 -31
- data/ref/ruby/classes/Vpi/Handle.src/M000036.html +5 -74
- data/ref/ruby/classes/Vpi/Handle.src/M000037.html +5 -17
- data/ref/ruby/classes/Vpi/Handle.src/M000038.html +9 -11
- data/ref/ruby/classes/Vpi/Handle.src/M000039.html +44 -0
- data/ref/ruby/classes/Vpi/Handle.src/M000040.html +74 -55
- data/ref/ruby/classes/Vpi/Handle.src/M000041.html +30 -0
- data/ref/ruby/classes/Vpi/Handle.src/M000042.html +24 -0
- data/ref/ruby/classes/Vpi/Handle.src/M000044.html +68 -0
- data/ref/ruby/classes/Vpi.html +149 -0
- data/ref/ruby/classes/Vpi.src/M000030.html +28 -0
- data/ref/ruby/classes/Vpi.src/M000031.html +18 -0
- data/ref/ruby/classes/Vpi.src/M000032.html +39 -0
- data/ref/ruby/classes/Vpi.src/M000033.html +22 -0
- data/ref/ruby/created.rid +1 -1
- data/ref/ruby/files/lib/ruby-vpi/vpi_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi_rb.html +2 -2
- data/ref/ruby/fr_method_index.html +18 -14
- data/samp/counter/counter_rspec_bench.rb +81 -1
- data/samp/counter/counter_rspec_bench.v +5 -12
- data/samp/counter/counter_rspec_design.rb +1 -2
- data/samp/counter/counter_rspec_proto.rb +1 -1
- data/samp/counter/counter_rspec_spec.rb +3 -3
- data/samp/counter/counter_xunit_bench.rb +81 -1
- data/samp/counter/counter_xunit_bench.v +5 -12
- data/samp/counter/counter_xunit_design.rb +1 -2
- data/samp/counter/counter_xunit_proto.rb +1 -1
- data/samp/counter/counter_xunit_spec.rb +3 -3
- data/samp/pipelined_alu/hw5_unit_test_bench.rb +81 -1
- data/samp/pipelined_alu/hw5_unit_test_bench.v +11 -18
- data/samp/pipelined_alu/hw5_unit_test_design.rb +1 -1
- data/samp/pipelined_alu/hw5_unit_test_proto.rb +1 -1
- data/samp/pipelined_alu/hw5_unit_test_spec.rb +1 -1
- metadata +12 -9
- data/doc/figures/ruby_init.png +0 -0
- data/ext/swig_vpi.h +0 -924
- data/ref/ruby/classes/Vpi/Handle.src/M000030.html +0 -18
- data/ref/ruby/classes/Vpi/Handle.src/M000031.html +0 -18
- data/ref/ruby/classes/Vpi/Handle.src/M000032.html +0 -18
- data/ref/ruby/classes/Vpi/Handle.src/M000033.html +0 -18
data/ref/c/globals_0x65.html
CHANGED
|
@@ -49,7 +49,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
49
49
|
<h3><a class="anchor" name="index_e">- e -</a></h3><ul>
|
|
50
50
|
<li>EETERN
|
|
51
51
|
: <a class="el" href="vpi__user_8h.html#17207c0c9000e05cf0c7bcde1c10293d">vpi_user.h</a></ul>
|
|
52
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
52
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:26 2006 for Ruby-VPI by
|
|
53
53
|
<a href="http://www.doxygen.org/index.html">
|
|
54
54
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
55
55
|
</body>
|
data/ref/c/globals_0x66.html
CHANGED
|
@@ -49,7 +49,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
49
49
|
<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
|
|
50
50
|
<li>false
|
|
51
51
|
: <a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b1e9de385ef6fe9bf3360d1038396b884c">common.h</a></ul>
|
|
52
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
52
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:26 2006 for Ruby-VPI by
|
|
53
53
|
<a href="http://www.doxygen.org/index.html">
|
|
54
54
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
55
55
|
</body>
|
data/ref/c/globals_0x6d.html
CHANGED
|
@@ -48,9 +48,10 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
48
48
|
<p>
|
|
49
49
|
<h3><a class="anchor" name="index_m">- m -</a></h3><ul>
|
|
50
50
|
<li>main_init()
|
|
51
|
-
: <a class="el" href="main_8h.html#0b8da71bf10f209b0dfa41f04551c4fc">main.h</a>, <a class="el" href="main_8c.html#0b8da71bf10f209b0dfa41f04551c4fc">main.c</a><li>
|
|
51
|
+
: <a class="el" href="main_8h.html#0b8da71bf10f209b0dfa41f04551c4fc">main.h</a>, <a class="el" href="main_8c.html#0b8da71bf10f209b0dfa41f04551c4fc">main.c</a><li>main_relay_ruby_reason()
|
|
52
|
+
: <a class="el" href="main_8h.html#b16d15ee5de4d3649f104484f4563c59">main.h</a>, <a class="el" href="main_8c.html#b16d15ee5de4d3649f104484f4563c59">main.c</a><li>main_relay_verilog()
|
|
52
53
|
: <a class="el" href="main_8h.html#5744de41392bc2f3a3285c7203a77229">main.h</a>, <a class="el" href="main_8c.html#5744de41392bc2f3a3285c7203a77229">main.c</a></ul>
|
|
53
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
54
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:26 2006 for Ruby-VPI by
|
|
54
55
|
<a href="http://www.doxygen.org/index.html">
|
|
55
56
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
56
57
|
</body>
|
data/ref/c/globals_0x70.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="vpi__user_8h.html#b4fa10713b8dd2588754f7172f9be4e0">vpi_user.h</a><li>PLI_VEXTERN
|
|
66
66
|
: <a class="el" href="vpi__user_8h.html#ad181db3eb3faa5de4d589896dbcb662">vpi_user.h</a><li>PROTO_PARAMS
|
|
67
67
|
: <a class="el" href="vpi__user_8h.html#240fc866a11eedf2a49b6b5afd5d2972">vpi_user.h</a></ul>
|
|
68
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
68
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:26 2006 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.4.7 </small></address>
|
|
71
71
|
</body>
|
data/ref/c/globals_0x72.html
CHANGED
|
@@ -51,12 +51,11 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
51
51
|
: <a class="el" href="relay_8c.html#28b9f9f296b0ef144d005c01ac1fe49f">relay.c</a><li>relay__rubyThread
|
|
52
52
|
: <a class="el" href="relay_8c.html#b7e726577af7e3a6e01b747b741a8112">relay.c</a><li>relay__verilogLock
|
|
53
53
|
: <a class="el" href="relay_8c.html#16c2cdb7e43e9d99b680843830f8a2f1">relay.c</a><li>relay_init()
|
|
54
|
-
: <a class="el" href="relay_8h.html#ea9df559615cf5edbf6fc237b9781a8f">relay.h</a>, <a class="el" href="relay_8c.html#ea9df559615cf5edbf6fc237b9781a8f">relay.c</a><li>
|
|
55
|
-
: <a class="el" href="relay_8h.html#
|
|
56
|
-
: <a class="el" href="relay_8c.html#
|
|
57
|
-
: <a class="el" href="relay_8h.html#fbc70fcd80a9e815a6800861428d7294">relay.h</a>, <a class="el" href="relay_8c.html#fbc70fcd80a9e815a6800861428d7294">relay.c</a><li>relay_verilog()
|
|
54
|
+
: <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()
|
|
55
|
+
: <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_thread()
|
|
56
|
+
: <a class="el" href="relay_8c.html#e3e3b4172e29fefedf69f12686b60773">relay.c</a><li>relay_verilog()
|
|
58
57
|
: <a class="el" href="relay_8h.html#c1a02ebdb76a321bac689ac9b30f0422">relay.h</a>, <a class="el" href="relay_8c.html#c1a02ebdb76a321bac689ac9b30f0422">relay.c</a></ul>
|
|
59
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
58
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:26 2006 for Ruby-VPI by
|
|
60
59
|
<a href="http://www.doxygen.org/index.html">
|
|
61
60
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
62
61
|
</body>
|
data/ref/c/globals_0x73.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="vpi__user_8h.html#e494469f9621a826e75e9bda30cf6f15">vpi_user.h</a><li>s_vpi_vecval
|
|
58
58
|
: <a class="el" href="vpi__user_8h.html#31ae651757effcffa547a034cfb5ea6b">vpi_user.h</a><li>s_vpi_vlog_info
|
|
59
59
|
: <a class="el" href="vpi__user_8h.html#4d989aa964a0d69d3e1da525725573c8">vpi_user.h</a></ul>
|
|
60
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
60
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:26 2006 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.4.7 </small></address>
|
|
63
63
|
</body>
|
data/ref/c/globals_0x74.html
CHANGED
|
@@ -49,7 +49,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
49
49
|
<h3><a class="anchor" name="index_t">- t -</a></h3><ul>
|
|
50
50
|
<li>true
|
|
51
51
|
: <a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b108f175a5505a10b9ed657defeb050e4b">common.h</a></ul>
|
|
52
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
52
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:26 2006 for Ruby-VPI by
|
|
53
53
|
<a href="http://www.doxygen.org/index.html">
|
|
54
54
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
55
55
|
</body>
|
data/ref/c/globals_0x76.html
CHANGED
|
@@ -54,7 +54,9 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
54
54
|
: <a class="el" href="verilog_8h.html#6e8374d012a82e20b7e93415b95cf33d">verilog.h</a><li>verilog_tf_funcPtr_strict
|
|
55
55
|
: <a class="el" href="verilog_8h.html#858d173d13926845fc1c1248519d7fdc">verilog.h</a><li>verilog_tf_funcReturn
|
|
56
56
|
: <a class="el" href="verilog_8h.html#0895cc43ee6708ed1a7fa8b9829665ba">verilog.h</a><li>verilog_tf_funcSig
|
|
57
|
-
: <a class="el" href="verilog_8h.html#d3ce96438bf5e9101337a49bac4507f7">verilog.h</a><li>
|
|
57
|
+
: <a class="el" href="verilog_8h.html#d3ce96438bf5e9101337a49bac4507f7">verilog.h</a><li>vlog__relayReason
|
|
58
|
+
: <a class="el" href="vlog_8c.html#18eaa93bf30b318a70eb68473d7597b1">vlog.c</a><li>vlog_relay_ruby_reason()
|
|
59
|
+
: <a class="el" href="vlog_8h.html#d6adf9454678287bd05e9df18859f2a5">vlog.h</a>, <a class="el" href="vlog_8c.html#d6adf9454678287bd05e9df18859f2a5">vlog.c</a><li>vlog_startup()
|
|
58
60
|
: <a class="el" href="vlog_8c.html#dc9eaadf567421f239b8b647a3ea0eb2">vlog.c</a><li>vlog_startup_routines
|
|
59
61
|
: <a class="el" href="vpi__user_8h.html#c633eb05d7e314a57629aa32ca3a9076">vpi_user.h</a>, <a class="el" href="vlog_8c.html#c1228ec9528d9c9be4de1c8e42cd3835">vlog.c</a><li>vpi0
|
|
60
62
|
: <a class="el" href="vpi__user_8h.html#14fdbc3250060cc822712d7684b90004">vpi_user.h</a><li>vpi1
|
|
@@ -468,7 +470,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
468
470
|
: <a class="el" href="vpi__user_8h.html#0a97a6fa4c5f82c05fc5909aded783e2">vpi_user.h</a><li>vpiXorPrim
|
|
469
471
|
: <a class="el" href="vpi__user_8h.html#803026dd4484367c4b3cb871d28249df">vpi_user.h</a><li>vpiZ
|
|
470
472
|
: <a class="el" href="vpi__user_8h.html#926969d440ea7547404cbac67367fe5f">vpi_user.h</a></ul>
|
|
471
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
473
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:26 2006 for Ruby-VPI by
|
|
472
474
|
<a href="http://www.doxygen.org/index.html">
|
|
473
475
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
474
476
|
</body>
|
data/ref/c/globals_0x78.html
CHANGED
|
@@ -49,7 +49,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
|
|
|
49
49
|
<h3><a class="anchor" name="index_x">- x -</a></h3><ul>
|
|
50
50
|
<li>XXTERN
|
|
51
51
|
: <a class="el" href="vpi__user_8h.html#d3973263496fbe347baaf726dac775c5">vpi_user.h</a></ul>
|
|
52
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
52
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:26 2006 for Ruby-VPI by
|
|
53
53
|
<a href="http://www.doxygen.org/index.html">
|
|
54
54
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
55
55
|
</body>
|
data/ref/c/globals_defs.html
CHANGED
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
: <a class="el" href="common_8h.html#f30d3fc89fbb3ed2aab2f5904ab76815">common.h</a><li>common_debug
|
|
75
75
|
: <a class="el" href="common_8h.html#fcdad79cb06a5c61737b2f434218dc95">common.h</a><li>common_printf
|
|
76
76
|
: <a class="el" href="common_8h.html#88235e5f8aab82571d68045e9f73fe81">common.h</a></ul>
|
|
77
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
77
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:26 2006 for Ruby-VPI by
|
|
78
78
|
<a href="http://www.doxygen.org/index.html">
|
|
79
79
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
80
80
|
</body>
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
<h3><a class="anchor" name="index_e">- e -</a></h3><ul>
|
|
44
44
|
<li>EETERN
|
|
45
45
|
: <a class="el" href="vpi__user_8h.html#17207c0c9000e05cf0c7bcde1c10293d">vpi_user.h</a></ul>
|
|
46
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
46
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:26 2006 for Ruby-VPI by
|
|
47
47
|
<a href="http://www.doxygen.org/index.html">
|
|
48
48
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
49
49
|
</body>
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
<li>PLI_VEXTERN
|
|
45
45
|
: <a class="el" href="vpi__user_8h.html#ad181db3eb3faa5de4d589896dbcb662">vpi_user.h</a><li>PROTO_PARAMS
|
|
46
46
|
: <a class="el" href="vpi__user_8h.html#240fc866a11eedf2a49b6b5afd5d2972">vpi_user.h</a></ul>
|
|
47
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
47
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:26 2006 for Ruby-VPI by
|
|
48
48
|
<a href="http://www.doxygen.org/index.html">
|
|
49
49
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
50
50
|
</body>
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
: <a class="el" href="vpi__user_8h.html#0a97a6fa4c5f82c05fc5909aded783e2">vpi_user.h</a><li>vpiXorPrim
|
|
460
460
|
: <a class="el" href="vpi__user_8h.html#803026dd4484367c4b3cb871d28249df">vpi_user.h</a><li>vpiZ
|
|
461
461
|
: <a class="el" href="vpi__user_8h.html#926969d440ea7547404cbac67367fe5f">vpi_user.h</a></ul>
|
|
462
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
462
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:26 2006 for Ruby-VPI by
|
|
463
463
|
<a href="http://www.doxygen.org/index.html">
|
|
464
464
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
465
465
|
</body>
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
<h3><a class="anchor" name="index_x">- x -</a></h3><ul>
|
|
44
44
|
<li>XXTERN
|
|
45
45
|
: <a class="el" href="vpi__user_8h.html#d3973263496fbe347baaf726dac775c5">vpi_user.h</a></ul>
|
|
46
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
46
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:26 2006 for Ruby-VPI by
|
|
47
47
|
<a href="http://www.doxygen.org/index.html">
|
|
48
48
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
49
49
|
</body>
|
data/ref/c/globals_enum.html
CHANGED
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
<ul>
|
|
33
33
|
<li>bool
|
|
34
34
|
: <a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b1">common.h</a></ul>
|
|
35
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
35
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:26 2006 for Ruby-VPI by
|
|
36
36
|
<a href="http://www.doxygen.org/index.html">
|
|
37
37
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
38
38
|
</body>
|
data/ref/c/globals_eval.html
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
<li>false
|
|
34
34
|
: <a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b1e9de385ef6fe9bf3360d1038396b884c">common.h</a><li>true
|
|
35
35
|
: <a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b108f175a5505a10b9ed657defeb050e4b">common.h</a></ul>
|
|
36
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
36
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:26 2006 for Ruby-VPI by
|
|
37
37
|
<a href="http://www.doxygen.org/index.html">
|
|
38
38
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
39
39
|
</body>
|
data/ref/c/globals_func.html
CHANGED
|
@@ -31,17 +31,18 @@
|
|
|
31
31
|
<p>
|
|
32
32
|
<ul>
|
|
33
33
|
<li>main_init()
|
|
34
|
-
: <a class="el" href="main_8h.html#0b8da71bf10f209b0dfa41f04551c4fc">main.h</a>, <a class="el" href="main_8c.html#0b8da71bf10f209b0dfa41f04551c4fc">main.c</a><li>
|
|
34
|
+
: <a class="el" href="main_8h.html#0b8da71bf10f209b0dfa41f04551c4fc">main.h</a>, <a class="el" href="main_8c.html#0b8da71bf10f209b0dfa41f04551c4fc">main.c</a><li>main_relay_ruby_reason()
|
|
35
|
+
: <a class="el" href="main_8h.html#b16d15ee5de4d3649f104484f4563c59">main.h</a>, <a class="el" href="main_8c.html#b16d15ee5de4d3649f104484f4563c59">main.c</a><li>main_relay_verilog()
|
|
35
36
|
: <a class="el" href="main_8h.html#5744de41392bc2f3a3285c7203a77229">main.h</a>, <a class="el" href="main_8c.html#5744de41392bc2f3a3285c7203a77229">main.c</a><li>PROTO_PARAMS()
|
|
36
37
|
: <a class="el" href="vpi__user_8h.html#240fc866a11eedf2a49b6b5afd5d2972">vpi_user.h</a><li>relay_init()
|
|
37
|
-
: <a class="el" href="relay_8h.html#ea9df559615cf5edbf6fc237b9781a8f">relay.h</a>, <a class="el" href="relay_8c.html#ea9df559615cf5edbf6fc237b9781a8f">relay.c</a><li>
|
|
38
|
-
: <a class="el" href="relay_8h.html#
|
|
39
|
-
: <a class="el" href="relay_8c.html#
|
|
40
|
-
: <a class="el" href="relay_8h.html#fbc70fcd80a9e815a6800861428d7294">relay.h</a>, <a class="el" href="relay_8c.html#fbc70fcd80a9e815a6800861428d7294">relay.c</a><li>relay_verilog()
|
|
38
|
+
: <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()
|
|
39
|
+
: <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_thread()
|
|
40
|
+
: <a class="el" href="relay_8c.html#e3e3b4172e29fefedf69f12686b60773">relay.c</a><li>relay_verilog()
|
|
41
41
|
: <a class="el" href="relay_8h.html#c1a02ebdb76a321bac689ac9b30f0422">relay.h</a>, <a class="el" href="relay_8c.html#c1a02ebdb76a321bac689ac9b30f0422">relay.c</a><li>verilog_cb_funcSig()
|
|
42
|
-
: <a class="el" href="vlog_8h.html#c74c587b2501362f8225b8ada1f8b0c0">vlog.h</a>, <a class="el" href="vlog_8c.html#c74c587b2501362f8225b8ada1f8b0c0">vlog.c</a>, <a class="el" href="verilog_8h.html#284b72fb83989cced485586b82bc6aa5">verilog.h</a><li>
|
|
42
|
+
: <a class="el" href="vlog_8h.html#c74c587b2501362f8225b8ada1f8b0c0">vlog.h</a>, <a class="el" href="vlog_8c.html#c74c587b2501362f8225b8ada1f8b0c0">vlog.c</a>, <a class="el" href="verilog_8h.html#284b72fb83989cced485586b82bc6aa5">verilog.h</a><li>vlog_relay_ruby_reason()
|
|
43
|
+
: <a class="el" href="vlog_8h.html#d6adf9454678287bd05e9df18859f2a5">vlog.h</a>, <a class="el" href="vlog_8c.html#d6adf9454678287bd05e9df18859f2a5">vlog.c</a><li>vlog_startup()
|
|
43
44
|
: <a class="el" href="vlog_8c.html#dc9eaadf567421f239b8b647a3ea0eb2">vlog.c</a></ul>
|
|
44
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
45
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:26 2006 for Ruby-VPI by
|
|
45
46
|
<a href="http://www.doxygen.org/index.html">
|
|
46
47
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
47
48
|
</body>
|
data/ref/c/globals_type.html
CHANGED
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
: <a class="el" href="vpi__user_8h.html#31ae651757effcffa547a034cfb5ea6b">vpi_user.h</a><li>s_vpi_vlog_info
|
|
57
57
|
: <a class="el" href="vpi__user_8h.html#4d989aa964a0d69d3e1da525725573c8">vpi_user.h</a><li>vpiHandle
|
|
58
58
|
: <a class="el" href="vpi__user_8h.html#7f57325d105c33e9bbac40b5ddd04d05">vpi_user.h</a></ul>
|
|
59
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
59
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:26 2006 for Ruby-VPI by
|
|
60
60
|
<a href="http://www.doxygen.org/index.html">
|
|
61
61
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
62
62
|
</body>
|
data/ref/c/globals_vars.html
CHANGED
|
@@ -33,9 +33,10 @@
|
|
|
33
33
|
<li>relay__rubyLock
|
|
34
34
|
: <a class="el" href="relay_8c.html#28b9f9f296b0ef144d005c01ac1fe49f">relay.c</a><li>relay__rubyThread
|
|
35
35
|
: <a class="el" href="relay_8c.html#b7e726577af7e3a6e01b747b741a8112">relay.c</a><li>relay__verilogLock
|
|
36
|
-
: <a class="el" href="relay_8c.html#16c2cdb7e43e9d99b680843830f8a2f1">relay.c</a><li>
|
|
36
|
+
: <a class="el" href="relay_8c.html#16c2cdb7e43e9d99b680843830f8a2f1">relay.c</a><li>vlog__relayReason
|
|
37
|
+
: <a class="el" href="vlog_8c.html#18eaa93bf30b318a70eb68473d7597b1">vlog.c</a><li>vlog_startup_routines
|
|
37
38
|
: <a class="el" href="vpi__user_8h.html#c633eb05d7e314a57629aa32ca3a9076">vpi_user.h</a>, <a class="el" href="vlog_8c.html#c1228ec9528d9c9be4de1c8e42cd3835">vlog.c</a></ul>
|
|
38
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
39
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:26 2006 for Ruby-VPI by
|
|
39
40
|
<a href="http://www.doxygen.org/index.html">
|
|
40
41
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
41
42
|
</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 Sat Dec 30 19:26:25 2006 for Ruby-VPI by
|
|
17
17
|
<a href="http://www.doxygen.org/index.html">
|
|
18
18
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
19
19
|
</body>
|
data/ref/c/main_8c.html
CHANGED
|
@@ -30,6 +30,9 @@
|
|
|
30
30
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">VALUE </td><td class="memItemRight" valign="bottom"><a class="el" href="main_8c.html#5744de41392bc2f3a3285c7203a77229">main_relay_verilog</a> (VALUE arSelf)</td></tr>
|
|
31
31
|
|
|
32
32
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Transfers control from Ruby to Verilog. <a href="#5744de41392bc2f3a3285c7203a77229"></a><br></td></tr>
|
|
33
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top">VALUE </td><td class="memItemRight" valign="bottom"><a class="el" href="main_8c.html#b16d15ee5de4d3649f104484f4563c59">main_relay_ruby_reason</a> (VALUE arSelf)</td></tr>
|
|
34
|
+
|
|
35
|
+
<tr><td class="mdescLeft"> </td><td class="mdescRight">Gets the reason (Vpi::S_cb_data) why Verilog relayed to Ruby. <a href="#b16d15ee5de4d3649f104484f4563c59"></a><br></td></tr>
|
|
33
36
|
</table>
|
|
34
37
|
<hr><h2>Function Documentation</h2>
|
|
35
38
|
<a class="anchor" name="0b8da71bf10f209b0dfa41f04551c4fc"></a><!-- doxytag: member="main.c::main_init" ref="0b8da71bf10f209b0dfa41f04551c4fc" args="()" -->
|
|
@@ -51,6 +54,28 @@
|
|
|
51
54
|
Runs the test bench.
|
|
52
55
|
<p>
|
|
53
56
|
|
|
57
|
+
</div>
|
|
58
|
+
</div><p>
|
|
59
|
+
<a class="anchor" name="b16d15ee5de4d3649f104484f4563c59"></a><!-- doxytag: member="main.c::main_relay_ruby_reason" ref="b16d15ee5de4d3649f104484f4563c59" args="(VALUE arSelf)" -->
|
|
60
|
+
<div class="memitem">
|
|
61
|
+
<div class="memproto">
|
|
62
|
+
<table class="memname">
|
|
63
|
+
<tr>
|
|
64
|
+
<td class="memname">VALUE main_relay_ruby_reason </td>
|
|
65
|
+
<td>(</td>
|
|
66
|
+
<td class="paramtype">VALUE </td>
|
|
67
|
+
<td class="paramname"> <em>arSelf</em> </td>
|
|
68
|
+
<td> ) </td>
|
|
69
|
+
<td width="100%"></td>
|
|
70
|
+
</tr>
|
|
71
|
+
</table>
|
|
72
|
+
</div>
|
|
73
|
+
<div class="memdoc">
|
|
74
|
+
|
|
75
|
+
<p>
|
|
76
|
+
Gets the reason (Vpi::S_cb_data) why Verilog relayed to Ruby.
|
|
77
|
+
<p>
|
|
78
|
+
|
|
54
79
|
</div>
|
|
55
80
|
</div><p>
|
|
56
81
|
<a class="anchor" name="5744de41392bc2f3a3285c7203a77229"></a><!-- doxytag: member="main.c::main_relay_verilog" ref="5744de41392bc2f3a3285c7203a77229" args="(VALUE arSelf)" -->
|
|
@@ -75,7 +100,7 @@ Transfers control from Ruby to Verilog.
|
|
|
75
100
|
|
|
76
101
|
</div>
|
|
77
102
|
</div><p>
|
|
78
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
103
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:25 2006 for Ruby-VPI by
|
|
79
104
|
<a href="http://www.doxygen.org/index.html">
|
|
80
105
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
81
106
|
</body>
|
data/ref/c/main_8h.html
CHANGED
|
@@ -29,6 +29,9 @@
|
|
|
29
29
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">VALUE </td><td class="memItemRight" valign="bottom"><a class="el" href="main_8h.html#5744de41392bc2f3a3285c7203a77229">main_relay_verilog</a> (VALUE arSelf)</td></tr>
|
|
30
30
|
|
|
31
31
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Transfers control from Ruby to Verilog. <a href="#5744de41392bc2f3a3285c7203a77229"></a><br></td></tr>
|
|
32
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top">VALUE </td><td class="memItemRight" valign="bottom"><a class="el" href="main_8h.html#b16d15ee5de4d3649f104484f4563c59">main_relay_ruby_reason</a> (VALUE arSelf)</td></tr>
|
|
33
|
+
|
|
34
|
+
<tr><td class="mdescLeft"> </td><td class="mdescRight">Gets the reason (Vpi::S_cb_data) why Verilog relayed to Ruby. <a href="#b16d15ee5de4d3649f104484f4563c59"></a><br></td></tr>
|
|
32
35
|
</table>
|
|
33
36
|
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
|
34
37
|
The C extension for Ruby-VPI.
|
|
@@ -53,6 +56,28 @@ The C extension for Ruby-VPI.
|
|
|
53
56
|
Runs the test bench.
|
|
54
57
|
<p>
|
|
55
58
|
|
|
59
|
+
</div>
|
|
60
|
+
</div><p>
|
|
61
|
+
<a class="anchor" name="b16d15ee5de4d3649f104484f4563c59"></a><!-- doxytag: member="main.h::main_relay_ruby_reason" ref="b16d15ee5de4d3649f104484f4563c59" args="(VALUE arSelf)" -->
|
|
62
|
+
<div class="memitem">
|
|
63
|
+
<div class="memproto">
|
|
64
|
+
<table class="memname">
|
|
65
|
+
<tr>
|
|
66
|
+
<td class="memname">VALUE main_relay_ruby_reason </td>
|
|
67
|
+
<td>(</td>
|
|
68
|
+
<td class="paramtype">VALUE </td>
|
|
69
|
+
<td class="paramname"> <em>arSelf</em> </td>
|
|
70
|
+
<td> ) </td>
|
|
71
|
+
<td width="100%"></td>
|
|
72
|
+
</tr>
|
|
73
|
+
</table>
|
|
74
|
+
</div>
|
|
75
|
+
<div class="memdoc">
|
|
76
|
+
|
|
77
|
+
<p>
|
|
78
|
+
Gets the reason (Vpi::S_cb_data) why Verilog relayed to Ruby.
|
|
79
|
+
<p>
|
|
80
|
+
|
|
56
81
|
</div>
|
|
57
82
|
</div><p>
|
|
58
83
|
<a class="anchor" name="5744de41392bc2f3a3285c7203a77229"></a><!-- doxytag: member="main.h::main_relay_verilog" ref="5744de41392bc2f3a3285c7203a77229" args="(VALUE arSelf)" -->
|
|
@@ -77,7 +102,7 @@ Transfers control from Ruby to Verilog.
|
|
|
77
102
|
|
|
78
103
|
</div>
|
|
79
104
|
</div><p>
|
|
80
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
105
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:25 2006 for Ruby-VPI by
|
|
81
106
|
<a href="http://www.doxygen.org/index.html">
|
|
82
107
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
83
108
|
</body>
|
data/ref/c/relay_8c.html
CHANGED
|
@@ -22,20 +22,17 @@
|
|
|
22
22
|
<table border="0" cellpadding="0" cellspacing="0">
|
|
23
23
|
<tr><td></td></tr>
|
|
24
24
|
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
|
|
25
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top">void * </td><td class="memItemRight" valign="bottom"><a class="el" href="relay_8c.html#e3e3b4172e29fefedf69f12686b60773">relay_ruby_thread</a> (void *dummy)</td></tr>
|
|
26
|
+
|
|
25
27
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="relay_8c.html#ea9df559615cf5edbf6fc237b9781a8f">relay_init</a> ()</td></tr>
|
|
26
28
|
|
|
27
|
-
<tr><td class="mdescLeft"> </td><td class="mdescRight">Initialize the relay mechanism, which enables Verilog to transfer control to Ruby and vice versa. <a href="#ea9df559615cf5edbf6fc237b9781a8f"></a><br></td></tr>
|
|
29
|
+
<tr><td class="mdescLeft"> </td><td class="mdescRight">Initialize the relay mechanism, which enables Verilog to transfer control to Ruby and vice versa, and start Ruby. <a href="#ea9df559615cf5edbf6fc237b9781a8f"></a><br></td></tr>
|
|
28
30
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="relay_8c.html#fbc70fcd80a9e815a6800861428d7294">relay_ruby</a> ()</td></tr>
|
|
29
31
|
|
|
30
32
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Transfers control to Ruby. <a href="#fbc70fcd80a9e815a6800861428d7294"></a><br></td></tr>
|
|
31
33
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="relay_8c.html#c1a02ebdb76a321bac689ac9b30f0422">relay_verilog</a> ()</td></tr>
|
|
32
34
|
|
|
33
35
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Transfers control to Verilog. <a href="#c1a02ebdb76a321bac689ac9b30f0422"></a><br></td></tr>
|
|
34
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top">void * </td><td class="memItemRight" valign="bottom"><a class="el" href="relay_8c.html#6a0f6b75f33d07a83f049a0bc31df852">relay_main_handshake</a> (void *aDummy)</td></tr>
|
|
35
|
-
|
|
36
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="relay_8c.html#9a8fb8a006d54d57061371e11a62fd1e">relay_main</a> ()</td></tr>
|
|
37
|
-
|
|
38
|
-
<tr><td class="mdescLeft"> </td><td class="mdescRight">Transfers control to the main layer. <a href="#9a8fb8a006d54d57061371e11a62fd1e"></a><br></td></tr>
|
|
39
36
|
<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
|
|
40
37
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">pthread_t </td><td class="memItemRight" valign="bottom"><a class="el" href="relay_8c.html#b7e726577af7e3a6e01b747b741a8112">relay__rubyThread</a></td></tr>
|
|
41
38
|
|
|
@@ -61,17 +58,17 @@
|
|
|
61
58
|
<div class="memdoc">
|
|
62
59
|
|
|
63
60
|
<p>
|
|
64
|
-
Initialize the relay mechanism, which enables Verilog to transfer control to Ruby and vice versa.
|
|
61
|
+
Initialize the relay mechanism, which enables Verilog to transfer control to Ruby and vice versa, and start Ruby.
|
|
65
62
|
<p>
|
|
66
63
|
|
|
67
64
|
</div>
|
|
68
65
|
</div><p>
|
|
69
|
-
<a class="anchor" name="
|
|
66
|
+
<a class="anchor" name="fbc70fcd80a9e815a6800861428d7294"></a><!-- doxytag: member="relay.c::relay_ruby" ref="fbc70fcd80a9e815a6800861428d7294" args="()" -->
|
|
70
67
|
<div class="memitem">
|
|
71
68
|
<div class="memproto">
|
|
72
69
|
<table class="memname">
|
|
73
70
|
<tr>
|
|
74
|
-
<td class="memname">void
|
|
71
|
+
<td class="memname">void relay_ruby </td>
|
|
75
72
|
<td>(</td>
|
|
76
73
|
<td class="paramname"> </td>
|
|
77
74
|
<td> ) </td>
|
|
@@ -82,20 +79,20 @@ Initialize the relay mechanism, which enables Verilog to transfer control to Rub
|
|
|
82
79
|
<div class="memdoc">
|
|
83
80
|
|
|
84
81
|
<p>
|
|
85
|
-
Transfers control to
|
|
82
|
+
Transfers control to Ruby.
|
|
86
83
|
<p>
|
|
87
84
|
|
|
88
85
|
</div>
|
|
89
86
|
</div><p>
|
|
90
|
-
<a class="anchor" name="
|
|
87
|
+
<a class="anchor" name="e3e3b4172e29fefedf69f12686b60773"></a><!-- doxytag: member="relay.c::relay_ruby_thread" ref="e3e3b4172e29fefedf69f12686b60773" args="(void *dummy)" -->
|
|
91
88
|
<div class="memitem">
|
|
92
89
|
<div class="memproto">
|
|
93
90
|
<table class="memname">
|
|
94
91
|
<tr>
|
|
95
|
-
<td class="memname">void*
|
|
92
|
+
<td class="memname">void* relay_ruby_thread </td>
|
|
96
93
|
<td>(</td>
|
|
97
94
|
<td class="paramtype">void * </td>
|
|
98
|
-
<td class="paramname"> <em>
|
|
95
|
+
<td class="paramname"> <em>dummy</em> </td>
|
|
99
96
|
<td> ) </td>
|
|
100
97
|
<td width="100%"></td>
|
|
101
98
|
</tr>
|
|
@@ -105,27 +102,6 @@ Transfers control to the main layer.
|
|
|
105
102
|
|
|
106
103
|
<p>
|
|
107
104
|
|
|
108
|
-
</div>
|
|
109
|
-
</div><p>
|
|
110
|
-
<a class="anchor" name="fbc70fcd80a9e815a6800861428d7294"></a><!-- doxytag: member="relay.c::relay_ruby" ref="fbc70fcd80a9e815a6800861428d7294" args="()" -->
|
|
111
|
-
<div class="memitem">
|
|
112
|
-
<div class="memproto">
|
|
113
|
-
<table class="memname">
|
|
114
|
-
<tr>
|
|
115
|
-
<td class="memname">void relay_ruby </td>
|
|
116
|
-
<td>(</td>
|
|
117
|
-
<td class="paramname"> </td>
|
|
118
|
-
<td> ) </td>
|
|
119
|
-
<td width="100%"></td>
|
|
120
|
-
</tr>
|
|
121
|
-
</table>
|
|
122
|
-
</div>
|
|
123
|
-
<div class="memdoc">
|
|
124
|
-
|
|
125
|
-
<p>
|
|
126
|
-
Transfers control to Ruby.
|
|
127
|
-
<p>
|
|
128
|
-
|
|
129
105
|
</div>
|
|
130
106
|
</div><p>
|
|
131
107
|
<a class="anchor" name="c1a02ebdb76a321bac689ac9b30f0422"></a><!-- doxytag: member="relay.c::relay_verilog" ref="c1a02ebdb76a321bac689ac9b30f0422" args="()" -->
|
|
@@ -195,7 +171,7 @@ Transfers control to Verilog.
|
|
|
195
171
|
|
|
196
172
|
</div>
|
|
197
173
|
</div><p>
|
|
198
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
174
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:26 2006 for Ruby-VPI by
|
|
199
175
|
<a href="http://www.doxygen.org/index.html">
|
|
200
176
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
201
177
|
</body>
|
data/ref/c/relay_8h.html
CHANGED
|
@@ -24,16 +24,13 @@
|
|
|
24
24
|
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
|
|
25
25
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="relay_8h.html#ea9df559615cf5edbf6fc237b9781a8f">relay_init</a> ()</td></tr>
|
|
26
26
|
|
|
27
|
-
<tr><td class="mdescLeft"> </td><td class="mdescRight">Initialize the relay mechanism, which enables Verilog to transfer control to Ruby and vice versa. <a href="#ea9df559615cf5edbf6fc237b9781a8f"></a><br></td></tr>
|
|
27
|
+
<tr><td class="mdescLeft"> </td><td class="mdescRight">Initialize the relay mechanism, which enables Verilog to transfer control to Ruby and vice versa, and start Ruby. <a href="#ea9df559615cf5edbf6fc237b9781a8f"></a><br></td></tr>
|
|
28
28
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="relay_8h.html#fbc70fcd80a9e815a6800861428d7294">relay_ruby</a> ()</td></tr>
|
|
29
29
|
|
|
30
30
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Transfers control to Ruby. <a href="#fbc70fcd80a9e815a6800861428d7294"></a><br></td></tr>
|
|
31
31
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="relay_8h.html#c1a02ebdb76a321bac689ac9b30f0422">relay_verilog</a> ()</td></tr>
|
|
32
32
|
|
|
33
33
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Transfers control to Verilog. <a href="#c1a02ebdb76a321bac689ac9b30f0422"></a><br></td></tr>
|
|
34
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="relay_8h.html#9a8fb8a006d54d57061371e11a62fd1e">relay_main</a> ()</td></tr>
|
|
35
|
-
|
|
36
|
-
<tr><td class="mdescLeft"> </td><td class="mdescRight">Transfers control to the main layer. <a href="#9a8fb8a006d54d57061371e11a62fd1e"></a><br></td></tr>
|
|
37
34
|
</table>
|
|
38
35
|
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
|
39
36
|
Logic for transferring control between Ruby and Verilog.
|
|
@@ -55,28 +52,7 @@ Logic for transferring control between Ruby and Verilog.
|
|
|
55
52
|
<div class="memdoc">
|
|
56
53
|
|
|
57
54
|
<p>
|
|
58
|
-
Initialize the relay mechanism, which enables Verilog to transfer control to Ruby and vice versa.
|
|
59
|
-
<p>
|
|
60
|
-
|
|
61
|
-
</div>
|
|
62
|
-
</div><p>
|
|
63
|
-
<a class="anchor" name="9a8fb8a006d54d57061371e11a62fd1e"></a><!-- doxytag: member="relay.h::relay_main" ref="9a8fb8a006d54d57061371e11a62fd1e" args="()" -->
|
|
64
|
-
<div class="memitem">
|
|
65
|
-
<div class="memproto">
|
|
66
|
-
<table class="memname">
|
|
67
|
-
<tr>
|
|
68
|
-
<td class="memname">void relay_main </td>
|
|
69
|
-
<td>(</td>
|
|
70
|
-
<td class="paramname"> </td>
|
|
71
|
-
<td> ) </td>
|
|
72
|
-
<td width="100%"></td>
|
|
73
|
-
</tr>
|
|
74
|
-
</table>
|
|
75
|
-
</div>
|
|
76
|
-
<div class="memdoc">
|
|
77
|
-
|
|
78
|
-
<p>
|
|
79
|
-
Transfers control to the main layer.
|
|
55
|
+
Initialize the relay mechanism, which enables Verilog to transfer control to Ruby and vice versa, and start Ruby.
|
|
80
56
|
<p>
|
|
81
57
|
|
|
82
58
|
</div>
|
|
@@ -123,7 +99,7 @@ Transfers control to Verilog.
|
|
|
123
99
|
|
|
124
100
|
</div>
|
|
125
101
|
</div><p>
|
|
126
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
102
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:26 2006 for Ruby-VPI by
|
|
127
103
|
<a href="http://www.doxygen.org/index.html">
|
|
128
104
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
129
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 Sat Dec 30 19:26:26 2006 for Ruby-VPI by
|
|
148
148
|
<a href="http://www.doxygen.org/index.html">
|
|
149
149
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
150
150
|
</body>
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
</div><p>
|
|
128
128
|
<hr>The documentation for this struct was generated from the following file:<ul>
|
|
129
129
|
<li><a class="el" href="vpi__user_8h.html">vpi_user.h</a></ul>
|
|
130
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
130
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:26 2006 for Ruby-VPI by
|
|
131
131
|
<a href="http://www.doxygen.org/index.html">
|
|
132
132
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
133
133
|
</body>
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
</div><p>
|
|
145
145
|
<hr>The documentation for this struct was generated from the following file:<ul>
|
|
146
146
|
<li><a class="el" href="vpi__user_8h.html">vpi_user.h</a></ul>
|
|
147
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
147
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:26 2006 for Ruby-VPI by
|
|
148
148
|
<a href="http://www.doxygen.org/index.html">
|
|
149
149
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
150
150
|
</body>
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
</div><p>
|
|
77
77
|
<hr>The documentation for this struct was generated from the following file:<ul>
|
|
78
78
|
<li><a class="el" href="vpi__user_8h.html">vpi_user.h</a></ul>
|
|
79
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
79
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:26 2006 for Ruby-VPI by
|
|
80
80
|
<a href="http://www.doxygen.org/index.html">
|
|
81
81
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
82
82
|
</body>
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
</div><p>
|
|
145
145
|
<hr>The documentation for this struct was generated from the following file:<ul>
|
|
146
146
|
<li><a class="el" href="vpi__user_8h.html">vpi_user.h</a></ul>
|
|
147
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
147
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:26 2006 for Ruby-VPI by
|
|
148
148
|
<a href="http://www.doxygen.org/index.html">
|
|
149
149
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
150
150
|
</body>
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
</div><p>
|
|
94
94
|
<hr>The documentation for this struct was generated from the following file:<ul>
|
|
95
95
|
<li><a class="el" href="vpi__user_8h.html">vpi_user.h</a></ul>
|
|
96
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
|
96
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sat Dec 30 19:26:26 2006 for Ruby-VPI by
|
|
97
97
|
<a href="http://www.doxygen.org/index.html">
|
|
98
98
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
|
99
99
|
</body>
|