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,6 +1,6 @@
|
|
1
1
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
2
|
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
3
|
-
<title>Ruby-VPI:
|
3
|
+
<title>Ruby-VPI: main.h File Reference</title>
|
4
4
|
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
5
|
<link href="tabs.css" rel="stylesheet" type="text/css">
|
6
6
|
</head><body>
|
@@ -16,29 +16,30 @@
|
|
16
16
|
<li><a href="files.html"><span>File List</span></a></li>
|
17
17
|
<li><a href="globals.html"><span>Globals</span></a></li>
|
18
18
|
</ul></div>
|
19
|
-
<h1>
|
19
|
+
<h1>main.h File Reference</h1>The C extension for Ruby-VPI. <a href="#_details">More...</a>
|
20
20
|
<p>
|
21
|
+
<code>#include "<a class="el" href="common_8h.html">common.h</a>"</code><br>
|
21
22
|
<code>#include <ruby.h></code><br>
|
22
23
|
<table border="0" cellpadding="0" cellspacing="0">
|
23
24
|
<tr><td></td></tr>
|
24
25
|
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
|
25
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="
|
26
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="main_8h.html#0b8da71bf10f209b0dfa41f04551c4fc">main_init</a> ()</td></tr>
|
26
27
|
|
27
|
-
<tr><td class="mdescLeft"> </td><td class="mdescRight">
|
28
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top">VALUE </td><td class="memItemRight" valign="bottom"><a class="el" href="
|
28
|
+
<tr><td class="mdescLeft"> </td><td class="mdescRight">Runs the test bench. <a href="#0b8da71bf10f209b0dfa41f04551c4fc"></a><br></td></tr>
|
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>
|
29
30
|
|
30
|
-
<tr><td class="mdescLeft"> </td><td class="mdescRight">Transfers control from Ruby
|
31
|
+
<tr><td class="mdescLeft"> </td><td class="mdescRight">Transfers control from Ruby to Verilog. <a href="#5744de41392bc2f3a3285c7203a77229"></a><br></td></tr>
|
31
32
|
</table>
|
32
33
|
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
33
|
-
C
|
34
|
+
The C extension for Ruby-VPI.
|
34
35
|
<p>
|
35
36
|
<hr><h2>Function Documentation</h2>
|
36
|
-
<a class="anchor" name="
|
37
|
+
<a class="anchor" name="0b8da71bf10f209b0dfa41f04551c4fc"></a><!-- doxytag: member="main.h::main_init" ref="0b8da71bf10f209b0dfa41f04551c4fc" args="()" -->
|
37
38
|
<div class="memitem">
|
38
39
|
<div class="memproto">
|
39
40
|
<table class="memname">
|
40
41
|
<tr>
|
41
|
-
<td class="memname">void
|
42
|
+
<td class="memname">void main_init </td>
|
42
43
|
<td>(</td>
|
43
44
|
<td class="paramname"> </td>
|
44
45
|
<td> ) </td>
|
@@ -49,17 +50,17 @@ C interface to the SWIG-generated VPI interface.
|
|
49
50
|
<div class="memdoc">
|
50
51
|
|
51
52
|
<p>
|
52
|
-
|
53
|
+
Runs the test bench.
|
53
54
|
<p>
|
54
55
|
|
55
56
|
</div>
|
56
57
|
</div><p>
|
57
|
-
<a class="anchor" name="
|
58
|
+
<a class="anchor" name="5744de41392bc2f3a3285c7203a77229"></a><!-- doxytag: member="main.h::main_relay_verilog" ref="5744de41392bc2f3a3285c7203a77229" args="(VALUE arSelf)" -->
|
58
59
|
<div class="memitem">
|
59
60
|
<div class="memproto">
|
60
61
|
<table class="memname">
|
61
62
|
<tr>
|
62
|
-
<td class="memname">VALUE
|
63
|
+
<td class="memname">VALUE main_relay_verilog </td>
|
63
64
|
<td>(</td>
|
64
65
|
<td class="paramtype">VALUE </td>
|
65
66
|
<td class="paramname"> <em>arSelf</em> </td>
|
@@ -71,12 +72,12 @@ Registers the SWIG-generated VPI interface with Ruby, so that Ruby code can acce
|
|
71
72
|
<div class="memdoc">
|
72
73
|
|
73
74
|
<p>
|
74
|
-
Transfers control from Ruby
|
75
|
+
Transfers control from Ruby to Verilog.
|
75
76
|
<p>
|
76
77
|
|
77
78
|
</div>
|
78
79
|
</div><p>
|
79
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
80
|
+
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 27 22:29:46 2006 for Ruby-VPI by
|
80
81
|
<a href="http://www.doxygen.org/index.html">
|
81
82
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
82
83
|
</body>
|
data/ref/c/relay_8c.html
CHANGED
@@ -17,32 +17,25 @@
|
|
17
17
|
<li><a href="globals.html"><span>Globals</span></a></li>
|
18
18
|
</ul></div>
|
19
19
|
<h1>relay.c File Reference</h1><code>#include "<a class="el" href="relay_8h.html">relay.h</a>"</code><br>
|
20
|
-
<code>#include "<a class="el" href="
|
21
|
-
<code>#include "<a class="el" href="common_8h.html">common.h</a>"</code><br>
|
20
|
+
<code>#include "<a class="el" href="main_8h.html">main.h</a>"</code><br>
|
22
21
|
<code>#include <pthread.h></code><br>
|
23
|
-
<code>#include <ruby.h></code><br>
|
24
|
-
<code>#include <assert.h></code><br>
|
25
22
|
<table border="0" cellpadding="0" cellspacing="0">
|
26
23
|
<tr><td></td></tr>
|
27
|
-
<tr><td colspan="2"><br><h2>Data Structures</h2></td></tr>
|
28
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top">struct </td><td class="memItemRight" valign="bottom"><a class="el" href="structrelay____RubyOptions____def.html">relay__RubyOptions__def</a></td></tr>
|
29
|
-
|
30
|
-
<tr><td class="mdescLeft"> </td><td class="mdescRight">Stores command-line options for the Ruby interpreter. <a href="structrelay____RubyOptions____def.html#_details">More...</a><br></td></tr>
|
31
24
|
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
|
32
25
|
<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>
|
33
26
|
|
34
|
-
<tr><td class="mdescLeft"> </td><td class="mdescRight">Initialize the relay mechanism, which enables Verilog
|
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>
|
35
28
|
<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>
|
36
29
|
|
37
|
-
<tr><td class="mdescLeft"> </td><td class="mdescRight">Transfers control to Ruby
|
30
|
+
<tr><td class="mdescLeft"> </td><td class="mdescRight">Transfers control to Ruby. <a href="#fbc70fcd80a9e815a6800861428d7294"></a><br></td></tr>
|
38
31
|
<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>
|
39
32
|
|
40
|
-
<tr><td class="mdescLeft"> </td><td class="mdescRight">Transfers control to Verilog
|
41
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top">void * </td><td class="memItemRight" valign="bottom"><a class="el" href="relay_8c.html#
|
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_8c.html#6a0f6b75f33d07a83f049a0bc31df852">relay_main_handshake</a> (void *aDummy)</td></tr>
|
42
35
|
|
43
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="relay_8c.html#
|
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>
|
44
37
|
|
45
|
-
<tr><td class="mdescLeft"> </td><td class="mdescRight">
|
38
|
+
<tr><td class="mdescLeft"> </td><td class="mdescRight">Transfers control to the main layer. <a href="#9a8fb8a006d54d57061371e11a62fd1e"></a><br></td></tr>
|
46
39
|
<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
|
47
40
|
<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>
|
48
41
|
|
@@ -68,17 +61,17 @@
|
|
68
61
|
<div class="memdoc">
|
69
62
|
|
70
63
|
<p>
|
71
|
-
Initialize the relay mechanism, which enables Verilog
|
64
|
+
Initialize the relay mechanism, which enables Verilog to transfer control to Ruby and vice versa.
|
72
65
|
<p>
|
73
66
|
|
74
67
|
</div>
|
75
68
|
</div><p>
|
76
|
-
<a class="anchor" name="
|
69
|
+
<a class="anchor" name="9a8fb8a006d54d57061371e11a62fd1e"></a><!-- doxytag: member="relay.c::relay_main" ref="9a8fb8a006d54d57061371e11a62fd1e" args="()" -->
|
77
70
|
<div class="memitem">
|
78
71
|
<div class="memproto">
|
79
72
|
<table class="memname">
|
80
73
|
<tr>
|
81
|
-
<td class="memname">void
|
74
|
+
<td class="memname">void relay_main </td>
|
82
75
|
<td>(</td>
|
83
76
|
<td class="paramname"> </td>
|
84
77
|
<td> ) </td>
|
@@ -89,38 +82,37 @@ Initialize the relay mechanism, which enables Verilog code to transfer control t
|
|
89
82
|
<div class="memdoc">
|
90
83
|
|
91
84
|
<p>
|
92
|
-
Transfers control to
|
85
|
+
Transfers control to the main layer.
|
93
86
|
<p>
|
94
87
|
|
95
88
|
</div>
|
96
89
|
</div><p>
|
97
|
-
<a class="anchor" name="
|
90
|
+
<a class="anchor" name="6a0f6b75f33d07a83f049a0bc31df852"></a><!-- doxytag: member="relay.c::relay_main_handshake" ref="6a0f6b75f33d07a83f049a0bc31df852" args="(void *aDummy)" -->
|
98
91
|
<div class="memitem">
|
99
92
|
<div class="memproto">
|
100
93
|
<table class="memname">
|
101
94
|
<tr>
|
102
|
-
<td class="memname">void
|
95
|
+
<td class="memname">void* relay_main_handshake </td>
|
103
96
|
<td>(</td>
|
104
|
-
<td class="
|
97
|
+
<td class="paramtype">void * </td>
|
98
|
+
<td class="paramname"> <em>aDummy</em> </td>
|
105
99
|
<td> ) </td>
|
106
|
-
<td width="100%"
|
100
|
+
<td width="100%"></td>
|
107
101
|
</tr>
|
108
102
|
</table>
|
109
103
|
</div>
|
110
104
|
<div class="memdoc">
|
111
105
|
|
112
|
-
<p>
|
113
|
-
Starts the Ruby interpreter.
|
114
106
|
<p>
|
115
107
|
|
116
108
|
</div>
|
117
109
|
</div><p>
|
118
|
-
<a class="anchor" name="
|
110
|
+
<a class="anchor" name="fbc70fcd80a9e815a6800861428d7294"></a><!-- doxytag: member="relay.c::relay_ruby" ref="fbc70fcd80a9e815a6800861428d7294" args="()" -->
|
119
111
|
<div class="memitem">
|
120
112
|
<div class="memproto">
|
121
113
|
<table class="memname">
|
122
114
|
<tr>
|
123
|
-
<td class="memname">void
|
115
|
+
<td class="memname">void relay_ruby </td>
|
124
116
|
<td>(</td>
|
125
117
|
<td class="paramname"> </td>
|
126
118
|
<td> ) </td>
|
@@ -131,20 +123,19 @@ Starts the Ruby interpreter.
|
|
131
123
|
<div class="memdoc">
|
132
124
|
|
133
125
|
<p>
|
134
|
-
Transfers control to
|
126
|
+
Transfers control to Ruby.
|
135
127
|
<p>
|
136
128
|
|
137
129
|
</div>
|
138
130
|
</div><p>
|
139
|
-
<a class="anchor" name="
|
131
|
+
<a class="anchor" name="c1a02ebdb76a321bac689ac9b30f0422"></a><!-- doxytag: member="relay.c::relay_verilog" ref="c1a02ebdb76a321bac689ac9b30f0422" args="()" -->
|
140
132
|
<div class="memitem">
|
141
133
|
<div class="memproto">
|
142
134
|
<table class="memname">
|
143
135
|
<tr>
|
144
|
-
<td class="memname">void
|
136
|
+
<td class="memname">void relay_verilog </td>
|
145
137
|
<td>(</td>
|
146
|
-
<td class="
|
147
|
-
<td class="paramname"> <em>apRubyOptions</em> </td>
|
138
|
+
<td class="paramname"> </td>
|
148
139
|
<td> ) </td>
|
149
140
|
<td width="100%"></td>
|
150
141
|
</tr>
|
@@ -153,12 +144,8 @@ Transfers control to Verilog code.
|
|
153
144
|
<div class="memdoc">
|
154
145
|
|
155
146
|
<p>
|
156
|
-
|
157
|
-
|
158
|
-
<tr><td valign="top"></td><td valign="top"><em>apRubyOptions</em> </td><td><a class="el" href="structrelay____RubyOptions____def.html">relay__RubyOptions__def</a> structure which contains command-line options passsed to the Ruby interpreter. </td></tr>
|
159
|
-
</table>
|
160
|
-
</dl>
|
161
|
-
<dl compact><dt><b>Note:</b></dt><dd>The structure will be freed *deeply* after use. </dd></dl>
|
147
|
+
Transfers control to Verilog.
|
148
|
+
<p>
|
162
149
|
|
163
150
|
</div>
|
164
151
|
</div><p>
|
@@ -208,7 +195,7 @@ Transfers control to Verilog code.
|
|
208
195
|
|
209
196
|
</div>
|
210
197
|
</div><p>
|
211
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
198
|
+
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 27 22:29:46 2006 for Ruby-VPI by
|
212
199
|
<a href="http://www.doxygen.org/index.html">
|
213
200
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
214
201
|
</body>
|
data/ref/c/relay_8h.html
CHANGED
@@ -18,21 +18,22 @@
|
|
18
18
|
</ul></div>
|
19
19
|
<h1>relay.h File Reference</h1>Logic for transferring control between Ruby and Verilog. <a href="#_details">More...</a>
|
20
20
|
<p>
|
21
|
+
<code>#include "<a class="el" href="common_8h.html">common.h</a>"</code><br>
|
21
22
|
<table border="0" cellpadding="0" cellspacing="0">
|
22
23
|
<tr><td></td></tr>
|
23
24
|
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
|
24
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>
|
25
26
|
|
26
|
-
<tr><td class="mdescLeft"> </td><td class="mdescRight">Initialize the relay mechanism, which enables Verilog
|
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
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>
|
28
29
|
|
29
|
-
<tr><td class="mdescLeft"> </td><td class="mdescRight">Transfers control to Ruby
|
30
|
+
<tr><td class="mdescLeft"> </td><td class="mdescRight">Transfers control to Ruby. <a href="#fbc70fcd80a9e815a6800861428d7294"></a><br></td></tr>
|
30
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>
|
31
32
|
|
32
|
-
<tr><td class="mdescLeft"> </td><td class="mdescRight">Transfers control to Verilog
|
33
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="relay_8h.html#
|
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>
|
34
35
|
|
35
|
-
<tr><td class="mdescLeft"> </td><td class="mdescRight">
|
36
|
+
<tr><td class="mdescLeft"> </td><td class="mdescRight">Transfers control to the main layer. <a href="#9a8fb8a006d54d57061371e11a62fd1e"></a><br></td></tr>
|
36
37
|
</table>
|
37
38
|
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
38
39
|
Logic for transferring control between Ruby and Verilog.
|
@@ -54,17 +55,17 @@ Logic for transferring control between Ruby and Verilog.
|
|
54
55
|
<div class="memdoc">
|
55
56
|
|
56
57
|
<p>
|
57
|
-
Initialize the relay mechanism, which enables Verilog
|
58
|
+
Initialize the relay mechanism, which enables Verilog to transfer control to Ruby and vice versa.
|
58
59
|
<p>
|
59
60
|
|
60
61
|
</div>
|
61
62
|
</div><p>
|
62
|
-
<a class="anchor" name="
|
63
|
+
<a class="anchor" name="9a8fb8a006d54d57061371e11a62fd1e"></a><!-- doxytag: member="relay.h::relay_main" ref="9a8fb8a006d54d57061371e11a62fd1e" args="()" -->
|
63
64
|
<div class="memitem">
|
64
65
|
<div class="memproto">
|
65
66
|
<table class="memname">
|
66
67
|
<tr>
|
67
|
-
<td class="memname">void
|
68
|
+
<td class="memname">void relay_main </td>
|
68
69
|
<td>(</td>
|
69
70
|
<td class="paramname"> </td>
|
70
71
|
<td> ) </td>
|
@@ -75,28 +76,28 @@ Initialize the relay mechanism, which enables Verilog code to transfer control t
|
|
75
76
|
<div class="memdoc">
|
76
77
|
|
77
78
|
<p>
|
78
|
-
Transfers control to
|
79
|
+
Transfers control to the main layer.
|
79
80
|
<p>
|
80
81
|
|
81
82
|
</div>
|
82
83
|
</div><p>
|
83
|
-
<a class="anchor" name="
|
84
|
+
<a class="anchor" name="fbc70fcd80a9e815a6800861428d7294"></a><!-- doxytag: member="relay.h::relay_ruby" ref="fbc70fcd80a9e815a6800861428d7294" args="()" -->
|
84
85
|
<div class="memitem">
|
85
86
|
<div class="memproto">
|
86
87
|
<table class="memname">
|
87
88
|
<tr>
|
88
|
-
<td class="memname">void
|
89
|
+
<td class="memname">void relay_ruby </td>
|
89
90
|
<td>(</td>
|
90
91
|
<td class="paramname"> </td>
|
91
92
|
<td> ) </td>
|
92
|
-
<td width="100%"
|
93
|
+
<td width="100%"></td>
|
93
94
|
</tr>
|
94
95
|
</table>
|
95
96
|
</div>
|
96
97
|
<div class="memdoc">
|
97
98
|
|
98
99
|
<p>
|
99
|
-
|
100
|
+
Transfers control to Ruby.
|
100
101
|
<p>
|
101
102
|
|
102
103
|
</div>
|
@@ -117,12 +118,12 @@ Starts the Ruby interpreter.
|
|
117
118
|
<div class="memdoc">
|
118
119
|
|
119
120
|
<p>
|
120
|
-
Transfers control to Verilog
|
121
|
+
Transfers control to Verilog.
|
121
122
|
<p>
|
122
123
|
|
123
124
|
</div>
|
124
125
|
</div><p>
|
125
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
126
|
+
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 27 22:29:46 2006 for Ruby-VPI by
|
126
127
|
<a href="http://www.doxygen.org/index.html">
|
127
128
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
128
129
|
</body>
|
@@ -23,7 +23,7 @@
|
|
23
23
|
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
|
24
24
|
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structt__cb__data.html#df80a9245626ee021fe6fea443672aff">reason</a></td></tr>
|
25
25
|
|
26
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a>(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structt__cb__data.html#
|
26
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a>(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structt__cb__data.html#94cc0aa75ed2ff930f217a603136b278">cb_rtn</a> )(struct <a class="el" href="structt__cb__data.html">t_cb_data</a> *)</td></tr>
|
27
27
|
|
28
28
|
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="vpi__user_8h.html#7f57325d105c33e9bbac40b5ddd04d05">vpiHandle</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structt__cb__data.html#4c1292889ff4617c8a9772c7639efe66">obj</a></td></tr>
|
29
29
|
|
@@ -35,16 +35,14 @@
|
|
35
35
|
|
36
36
|
<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="structt__cb__data.html#4e189560f9336a7986aa04c27cca00a9">user_data</a></td></tr>
|
37
37
|
|
38
|
-
<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="structt__cb__data.html#4e189560f9336a7986aa04c27cca00a9">user_data</a></td></tr>
|
39
|
-
|
40
38
|
</table>
|
41
39
|
<hr><h2>Field Documentation</h2>
|
42
|
-
<a class="anchor" name="
|
40
|
+
<a class="anchor" name="94cc0aa75ed2ff930f217a603136b278"></a><!-- doxytag: member="t_cb_data::cb_rtn" ref="94cc0aa75ed2ff930f217a603136b278" args=")(struct t_cb_data *)" -->
|
43
41
|
<div class="memitem">
|
44
42
|
<div class="memproto">
|
45
43
|
<table class="memname">
|
46
44
|
<tr>
|
47
|
-
<td class="memname"><a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a>(* <a class="el" href="structt__cb__data.html#
|
45
|
+
<td class="memname"><a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a>(* <a class="el" href="structt__cb__data.html#94cc0aa75ed2ff930f217a603136b278">t_cb_data::cb_rtn</a>)(struct <a class="el" href="structt__cb__data.html">t_cb_data</a> *) </td>
|
48
46
|
</tr>
|
49
47
|
</table>
|
50
48
|
</div>
|
@@ -127,21 +125,6 @@
|
|
127
125
|
|
128
126
|
<p>
|
129
127
|
|
130
|
-
</div>
|
131
|
-
</div><p>
|
132
|
-
<a class="anchor" name="4e189560f9336a7986aa04c27cca00a9"></a><!-- doxytag: member="t_cb_data::user_data" ref="4e189560f9336a7986aa04c27cca00a9" args="" -->
|
133
|
-
<div class="memitem">
|
134
|
-
<div class="memproto">
|
135
|
-
<table class="memname">
|
136
|
-
<tr>
|
137
|
-
<td class="memname"><a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</a>* <a class="el" href="structt__cb__data.html#4e189560f9336a7986aa04c27cca00a9">t_cb_data::user_data</a> </td>
|
138
|
-
</tr>
|
139
|
-
</table>
|
140
|
-
</div>
|
141
|
-
<div class="memdoc">
|
142
|
-
|
143
|
-
<p>
|
144
|
-
|
145
128
|
</div>
|
146
129
|
</div><p>
|
147
130
|
<a class="anchor" name="5039bb34ac75410ff93cbe44515b3543"></a><!-- doxytag: member="t_cb_data::value" ref="5039bb34ac75410ff93cbe44515b3543" args="" -->
|
@@ -159,9 +142,9 @@
|
|
159
142
|
|
160
143
|
</div>
|
161
144
|
</div><p>
|
162
|
-
<hr>The documentation for this struct was generated from the following
|
163
|
-
<li><a class="el" href="
|
164
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
145
|
+
<hr>The documentation for this struct was generated from the following file:<ul>
|
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 Wed Dec 27 22:29:46 2006 for Ruby-VPI by
|
165
148
|
<a href="http://www.doxygen.org/index.html">
|
166
149
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
167
150
|
</body>
|
@@ -33,8 +33,6 @@
|
|
33
33
|
|
34
34
|
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structt__vpi__delay.html#e6dc07bc5083c0022275f19d5553707a">pulsere_flag</a></td></tr>
|
35
35
|
|
36
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structt__vpi__time.html">t_vpi_time</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structt__vpi__delay.html#0edd8482502d26097e426eb46dd96105">da</a></td></tr>
|
37
|
-
|
38
36
|
</table>
|
39
37
|
<hr><h2>Field Documentation</h2>
|
40
38
|
<a class="anchor" name="36e6ea381258d72ace713cf9811df831"></a><!-- doxytag: member="t_vpi_delay::append_flag" ref="36e6ea381258d72ace713cf9811df831" args="" -->
|
@@ -65,21 +63,6 @@
|
|
65
63
|
|
66
64
|
<p>
|
67
65
|
|
68
|
-
</div>
|
69
|
-
</div><p>
|
70
|
-
<a class="anchor" name="0edd8482502d26097e426eb46dd96105"></a><!-- doxytag: member="t_vpi_delay::da" ref="0edd8482502d26097e426eb46dd96105" args="" -->
|
71
|
-
<div class="memitem">
|
72
|
-
<div class="memproto">
|
73
|
-
<table class="memname">
|
74
|
-
<tr>
|
75
|
-
<td class="memname">struct <a class="el" href="structt__vpi__time.html">t_vpi_time</a>* <a class="el" href="structt__vpi__delay.html#0edd8482502d26097e426eb46dd96105">t_vpi_delay::da</a> </td>
|
76
|
-
</tr>
|
77
|
-
</table>
|
78
|
-
</div>
|
79
|
-
<div class="memdoc">
|
80
|
-
|
81
|
-
<p>
|
82
|
-
|
83
66
|
</div>
|
84
67
|
</div><p>
|
85
68
|
<a class="anchor" name="c6807c9fd672ab553e3ed9f9e0b861a8"></a><!-- doxytag: member="t_vpi_delay::mtm_flag" ref="c6807c9fd672ab553e3ed9f9e0b861a8" args="" -->
|
@@ -142,9 +125,9 @@
|
|
142
125
|
|
143
126
|
</div>
|
144
127
|
</div><p>
|
145
|
-
<hr>The documentation for this struct was generated from the following
|
146
|
-
<li><a class="el" href="
|
147
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
128
|
+
<hr>The documentation for this struct was generated from the following file:<ul>
|
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 Wed Dec 27 22:29:46 2006 for Ruby-VPI by
|
148
131
|
<a href="http://www.doxygen.org/index.html">
|
149
132
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
150
133
|
</body>
|
@@ -35,14 +35,6 @@
|
|
35
35
|
|
36
36
|
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structt__vpi__error__info.html#5f86abb7fd0d6478ec25d57915fb5caf">line</a></td></tr>
|
37
37
|
|
38
|
-
<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="structt__vpi__error__info.html#8d273a8333b3c40fe78c438664256bf8">message</a></td></tr>
|
39
|
-
|
40
|
-
<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="structt__vpi__error__info.html#7dc02be8b7e67ad970608d79c9293bd8">product</a></td></tr>
|
41
|
-
|
42
|
-
<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="structt__vpi__error__info.html#05777937a08ce48cb9485638a4669fee">code</a></td></tr>
|
43
|
-
|
44
|
-
<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="structt__vpi__error__info.html#56428eb5d3011b7be7fe47865503a4a3">file</a></td></tr>
|
45
|
-
|
46
38
|
</table>
|
47
39
|
<hr><h2>Field Documentation</h2>
|
48
40
|
<a class="anchor" name="05777937a08ce48cb9485638a4669fee"></a><!-- doxytag: member="t_vpi_error_info::code" ref="05777937a08ce48cb9485638a4669fee" args="" -->
|
@@ -58,36 +50,6 @@
|
|
58
50
|
|
59
51
|
<p>
|
60
52
|
|
61
|
-
</div>
|
62
|
-
</div><p>
|
63
|
-
<a class="anchor" name="05777937a08ce48cb9485638a4669fee"></a><!-- doxytag: member="t_vpi_error_info::code" ref="05777937a08ce48cb9485638a4669fee" args="" -->
|
64
|
-
<div class="memitem">
|
65
|
-
<div class="memproto">
|
66
|
-
<table class="memname">
|
67
|
-
<tr>
|
68
|
-
<td class="memname"><a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</a>* <a class="el" href="structt__vpi__error__info.html#05777937a08ce48cb9485638a4669fee">t_vpi_error_info::code</a> </td>
|
69
|
-
</tr>
|
70
|
-
</table>
|
71
|
-
</div>
|
72
|
-
<div class="memdoc">
|
73
|
-
|
74
|
-
<p>
|
75
|
-
|
76
|
-
</div>
|
77
|
-
</div><p>
|
78
|
-
<a class="anchor" name="56428eb5d3011b7be7fe47865503a4a3"></a><!-- doxytag: member="t_vpi_error_info::file" ref="56428eb5d3011b7be7fe47865503a4a3" args="" -->
|
79
|
-
<div class="memitem">
|
80
|
-
<div class="memproto">
|
81
|
-
<table class="memname">
|
82
|
-
<tr>
|
83
|
-
<td class="memname"><a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</a>* <a class="el" href="structt__vpi__error__info.html#56428eb5d3011b7be7fe47865503a4a3">t_vpi_error_info::file</a> </td>
|
84
|
-
</tr>
|
85
|
-
</table>
|
86
|
-
</div>
|
87
|
-
<div class="memdoc">
|
88
|
-
|
89
|
-
<p>
|
90
|
-
|
91
53
|
</div>
|
92
54
|
</div><p>
|
93
55
|
<a class="anchor" name="56428eb5d3011b7be7fe47865503a4a3"></a><!-- doxytag: member="t_vpi_error_info::file" ref="56428eb5d3011b7be7fe47865503a4a3" args="" -->
|
@@ -148,36 +110,6 @@
|
|
148
110
|
|
149
111
|
<p>
|
150
112
|
|
151
|
-
</div>
|
152
|
-
</div><p>
|
153
|
-
<a class="anchor" name="8d273a8333b3c40fe78c438664256bf8"></a><!-- doxytag: member="t_vpi_error_info::message" ref="8d273a8333b3c40fe78c438664256bf8" args="" -->
|
154
|
-
<div class="memitem">
|
155
|
-
<div class="memproto">
|
156
|
-
<table class="memname">
|
157
|
-
<tr>
|
158
|
-
<td class="memname"><a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</a>* <a class="el" href="structt__vpi__error__info.html#8d273a8333b3c40fe78c438664256bf8">t_vpi_error_info::message</a> </td>
|
159
|
-
</tr>
|
160
|
-
</table>
|
161
|
-
</div>
|
162
|
-
<div class="memdoc">
|
163
|
-
|
164
|
-
<p>
|
165
|
-
|
166
|
-
</div>
|
167
|
-
</div><p>
|
168
|
-
<a class="anchor" name="7dc02be8b7e67ad970608d79c9293bd8"></a><!-- doxytag: member="t_vpi_error_info::product" ref="7dc02be8b7e67ad970608d79c9293bd8" args="" -->
|
169
|
-
<div class="memitem">
|
170
|
-
<div class="memproto">
|
171
|
-
<table class="memname">
|
172
|
-
<tr>
|
173
|
-
<td class="memname"><a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</a>* <a class="el" href="structt__vpi__error__info.html#7dc02be8b7e67ad970608d79c9293bd8">t_vpi_error_info::product</a> </td>
|
174
|
-
</tr>
|
175
|
-
</table>
|
176
|
-
</div>
|
177
|
-
<div class="memdoc">
|
178
|
-
|
179
|
-
<p>
|
180
|
-
|
181
113
|
</div>
|
182
114
|
</div><p>
|
183
115
|
<a class="anchor" name="7dc02be8b7e67ad970608d79c9293bd8"></a><!-- doxytag: member="t_vpi_error_info::product" ref="7dc02be8b7e67ad970608d79c9293bd8" args="" -->
|
@@ -210,9 +142,9 @@
|
|
210
142
|
|
211
143
|
</div>
|
212
144
|
</div><p>
|
213
|
-
<hr>The documentation for this struct was generated from the following
|
214
|
-
<li><a class="el" href="
|
215
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
145
|
+
<hr>The documentation for this struct was generated from the following file:<ul>
|
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 Wed Dec 27 22:29:46 2006 for Ruby-VPI by
|
216
148
|
<a href="http://www.doxygen.org/index.html">
|
217
149
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
|
218
150
|
</body>
|
@@ -74,9 +74,9 @@
|
|
74
74
|
|
75
75
|
</div>
|
76
76
|
</div><p>
|
77
|
-
<hr>The documentation for this struct was generated from the following
|
78
|
-
<li><a class="el" href="
|
79
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
77
|
+
<hr>The documentation for this struct was generated from the following file:<ul>
|
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 Wed Dec 27 22:29:46 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>
|