ruby-vpi 16.0.0 → 16.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -4
- data/doc/history.html +147 -126
- data/doc/history.yaml +17 -0
- data/doc/manual.html +76 -76
- data/doc/memo.html +4 -4
- data/doc/readme.html +9 -9
- data/doc/rss.xml +25 -0
- data/ext/Rakefile +1 -1
- data/ext/swig_wrap.cin +198 -220
- data/lib/ruby-vpi/rake.rb +1 -1
- data/lib/ruby-vpi/runner.rb +1 -1
- data/ref/c/annotated.html +3 -3
- data/ref/c/common_8h.html +12 -12
- data/ref/c/doxygen.css +1 -1
- data/ref/c/files.html +3 -3
- data/ref/c/functions.html +97 -47
- data/ref/c/functions_vars.html +97 -47
- data/ref/c/globals.html +5 -4
- data/ref/c/globals_0x63.html +67 -35
- data/ref/c/globals_0x65.html +5 -4
- data/ref/c/globals_0x66.html +5 -4
- data/ref/c/globals_0x6d.html +12 -6
- data/ref/c/globals_0x70.html +37 -20
- data/ref/c/globals_0x72.html +20 -10
- data/ref/c/globals_0x73.html +21 -12
- data/ref/c/globals_0x74.html +5 -4
- data/ref/c/globals_0x76.html +851 -425
- data/ref/c/globals_0x78.html +5 -4
- data/ref/c/globals_defs.html +67 -35
- data/ref/c/globals_defs_0x65.html +5 -4
- data/ref/c/globals_defs_0x70.html +7 -5
- data/ref/c/globals_defs_0x76.html +837 -420
- data/ref/c/globals_defs_0x78.html +5 -4
- data/ref/c/globals_enum.html +5 -4
- data/ref/c/globals_eval.html +7 -5
- data/ref/c/globals_func.html +50 -15
- data/ref/c/globals_type.html +53 -28
- data/ref/c/globals_vars.html +14 -8
- data/ref/c/index.html +3 -3
- data/ref/c/main_8c.html +3 -3
- data/ref/c/main_8h.html +3 -3
- data/ref/c/relay_8c.html +3 -3
- data/ref/c/relay_8h.html +3 -3
- data/ref/c/structt__cb__data.html +15 -15
- data/ref/c/structt__vpi__delay.html +15 -15
- data/ref/c/structt__vpi__error__info.html +17 -17
- data/ref/c/structt__vpi__strengthval.html +3 -3
- data/ref/c/structt__vpi__systf__data.html +15 -15
- data/ref/c/structt__vpi__time.html +11 -11
- data/ref/c/structt__vpi__value.html +21 -21
- data/ref/c/structt__vpi__vecval.html +3 -3
- data/ref/c/structt__vpi__vlog__info.html +3 -3
- data/ref/c/verilog_8h.html +3 -3
- data/ref/c/vlog_8c.html +3 -3
- data/ref/c/vlog_8h.html +3 -3
- data/ref/c/vpi__user_8h.html +3 -3
- data/ref/ruby/classes/ERB.html +1 -1
- data/ref/ruby/classes/FileUtils.html +3 -2
- data/ref/ruby/classes/FileUtils.src/M000025.html +1 -1
- data/ref/ruby/classes/Float.html +2 -1
- data/ref/ruby/classes/Integer.html +12 -8
- data/ref/ruby/classes/RubyVpi/Config.html +1 -1
- data/ref/ruby/classes/Vpi.html +3 -3
- data/ref/ruby/classes/Vpi/Handle.html +1 -1
- data/ref/ruby/classes/Vpi/S_vpi_time.html +5 -3
- data/ref/ruby/created.rid +1 -1
- data/ref/ruby/files/bin/generate_test_rb.html +3 -3
- data/ref/ruby/files/bin/header_to_ruby_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/erb_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/float_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/integer_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/rake_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/rcov_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/rdoc_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/runner_proxy_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/runner_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/verilog_parser_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/vpi_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi_rb.html +1 -1
- metadata +24 -24
data/lib/ruby-vpi/rake.rb
CHANGED
@@ -10,7 +10,7 @@ module FileUtils
|
|
10
10
|
|
11
11
|
# An improved sh() that also accepts arrays as arguments.
|
12
12
|
def sh *aArgs, &aBlock
|
13
|
-
old_sh
|
13
|
+
old_sh(*collect_args(aArgs).reject {|i| i.to_s.empty?}, &aBlock)
|
14
14
|
end
|
15
15
|
|
16
16
|
# Collects the given arguments into a single, sparse array.
|
data/lib/ruby-vpi/runner.rb
CHANGED
@@ -57,7 +57,7 @@ BOOTSTAP_FUNC = 'vlog_startup_routines_bootstrap'
|
|
57
57
|
|
58
58
|
# Returns the path to the Ruby-VPI object file for the given simulator.
|
59
59
|
def object_file_path aSimId # :nodoc:
|
60
|
-
path = File.join(OBJECT_PATH,
|
60
|
+
path = File.join(OBJECT_PATH, aSimId.to_s)
|
61
61
|
|
62
62
|
unless File.exist? path
|
63
63
|
raise "Object file #{path.inspect} is missing. Rebuild #{PROJECT_NAME}."
|
data/ref/c/annotated.html
CHANGED
@@ -4,7 +4,7 @@
|
|
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>
|
7
|
-
<!-- Generated by Doxygen 1.
|
7
|
+
<!-- Generated by Doxygen 1.5.1 -->
|
8
8
|
<div class="tabs">
|
9
9
|
<ul>
|
10
10
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
@@ -27,8 +27,8 @@
|
|
27
27
|
<tr><td class="indexkey"><a class="el" href="structt__vpi__vecval.html">t_vpi_vecval</a></td><td class="indexvalue"></td></tr>
|
28
28
|
<tr><td class="indexkey"><a class="el" href="structt__vpi__vlog__info.html">t_vpi_vlog_info</a></td><td class="indexvalue"></td></tr>
|
29
29
|
</table>
|
30
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
30
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sun May 27 14:47:36 2007 for Ruby-VPI by
|
31
31
|
<a href="http://www.doxygen.org/index.html">
|
32
|
-
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.
|
32
|
+
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
33
33
|
</body>
|
34
34
|
</html>
|
data/ref/c/common_8h.html
CHANGED
@@ -4,7 +4,7 @@
|
|
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>
|
7
|
-
<!-- Generated by Doxygen 1.
|
7
|
+
<!-- Generated by Doxygen 1.5.1 -->
|
8
8
|
<div class="tabs">
|
9
9
|
<ul>
|
10
10
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
@@ -23,12 +23,12 @@
|
|
23
23
|
<table border="0" cellpadding="0" cellspacing="0">
|
24
24
|
<tr><td></td></tr>
|
25
25
|
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
|
26
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="common_8h.html#
|
26
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="common_8h.html#a2ee406785247606fd3daddbed14cbaf">common_printf</a>(...) vpi_printf("Ruby-VPI: "); vpi_printf(__VA_ARGS__); vpi_printf("\n");</td></tr>
|
27
27
|
|
28
|
-
<tr><td class="mdescLeft"> </td><td class="mdescRight">A wrapper for vpi_printf() which marks the given message as being emitted from Ruby-VPI and ends the message with a new line. <a href="#
|
29
|
-
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="common_8h.html#
|
28
|
+
<tr><td class="mdescLeft"> </td><td class="mdescRight">A wrapper for vpi_printf() which marks the given message as being emitted from Ruby-VPI and ends the message with a new line. <a href="#a2ee406785247606fd3daddbed14cbaf"></a><br></td></tr>
|
29
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="common_8h.html#b893acfcde84304686f3726f7949a84a">common_debug</a>(...)</td></tr>
|
30
30
|
|
31
|
-
<tr><td class="mdescLeft"> </td><td class="mdescRight">A wrapper for <a class="el" href="common_8h.html#
|
31
|
+
<tr><td class="mdescLeft"> </td><td class="mdescRight">A wrapper for <a class="el" href="common_8h.html#a2ee406785247606fd3daddbed14cbaf">common_printf()</a> which marks the given message as being debugging output. <a href="#b893acfcde84304686f3726f7949a84a"></a><br></td></tr>
|
32
32
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="common_8h.html#f30d3fc89fbb3ed2aab2f5904ab76815">common_boolToStr</a>(aBoolExpr) ( (aBoolExpr) ? "true" : "false" )</td></tr>
|
33
33
|
|
34
34
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Returns the string "true" if the given boolean expression is true. <a href="#f30d3fc89fbb3ed2aab2f5904ab76815"></a><br></td></tr>
|
@@ -65,14 +65,14 @@ Returns the string "true" if the given boolean expression is true.
|
|
65
65
|
Otherwise returns the string "false".
|
66
66
|
</div>
|
67
67
|
</div><p>
|
68
|
-
<a class="anchor" name="
|
68
|
+
<a class="anchor" name="b893acfcde84304686f3726f7949a84a"></a><!-- doxytag: member="common.h::common_debug" ref="b893acfcde84304686f3726f7949a84a" args="(...)" -->
|
69
69
|
<div class="memitem">
|
70
70
|
<div class="memproto">
|
71
71
|
<table class="memname">
|
72
72
|
<tr>
|
73
73
|
<td class="memname">#define common_debug </td>
|
74
74
|
<td>(</td>
|
75
|
-
|
75
|
+
<td class="paramtype"> <em>...</em> </td>
|
76
76
|
<td class="paramname"> </td>
|
77
77
|
<td> ) </td>
|
78
78
|
<td width="100%"></td>
|
@@ -82,19 +82,19 @@ Otherwise returns the string "false".
|
|
82
82
|
<div class="memdoc">
|
83
83
|
|
84
84
|
<p>
|
85
|
-
A wrapper for <a class="el" href="common_8h.html#
|
85
|
+
A wrapper for <a class="el" href="common_8h.html#a2ee406785247606fd3daddbed14cbaf">common_printf()</a> which marks the given message as being debugging output.
|
86
86
|
<p>
|
87
87
|
|
88
88
|
</div>
|
89
89
|
</div><p>
|
90
|
-
<a class="anchor" name="
|
90
|
+
<a class="anchor" name="a2ee406785247606fd3daddbed14cbaf"></a><!-- doxytag: member="common.h::common_printf" ref="a2ee406785247606fd3daddbed14cbaf" args="(...)" -->
|
91
91
|
<div class="memitem">
|
92
92
|
<div class="memproto">
|
93
93
|
<table class="memname">
|
94
94
|
<tr>
|
95
95
|
<td class="memname">#define common_printf </td>
|
96
96
|
<td>(</td>
|
97
|
-
|
97
|
+
<td class="paramtype"> <em>...</em> </td>
|
98
98
|
<td class="paramname"> </td>
|
99
99
|
<td> ) </td>
|
100
100
|
<td width="100%"> vpi_printf("Ruby-VPI: "); vpi_printf(__VA_ARGS__); vpi_printf("\n");</td>
|
@@ -140,8 +140,8 @@ Pass aroung this value instead of zero and non-zero integers. <dl compact><dt><b
|
|
140
140
|
|
141
141
|
</div>
|
142
142
|
</div><p>
|
143
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
143
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sun May 27 14:47:36 2007 for Ruby-VPI by
|
144
144
|
<a href="http://www.doxygen.org/index.html">
|
145
|
-
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.
|
145
|
+
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
146
146
|
</body>
|
147
147
|
</html>
|
data/ref/c/doxygen.css
CHANGED
@@ -341,6 +341,7 @@ HR { height: 1px;
|
|
341
341
|
.paramname {
|
342
342
|
color: #602020;
|
343
343
|
font-style: italic;
|
344
|
+
white-space: nowrap;
|
344
345
|
}
|
345
346
|
/* End Styling for detailed member documentation */
|
346
347
|
|
@@ -355,4 +356,3 @@ HR { height: 1px;
|
|
355
356
|
.directory p { margin: 0px; white-space: nowrap; }
|
356
357
|
.directory div { display: none; margin: 0px; }
|
357
358
|
.directory img { vertical-align: -30%; }
|
358
|
-
|
data/ref/c/files.html
CHANGED
@@ -4,7 +4,7 @@
|
|
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>
|
7
|
-
<!-- Generated by Doxygen 1.
|
7
|
+
<!-- Generated by Doxygen 1.5.1 -->
|
8
8
|
<div class="tabs">
|
9
9
|
<ul>
|
10
10
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
@@ -27,8 +27,8 @@
|
|
27
27
|
<tr><td class="indexkey"><a class="el" href="vlog_8h.html">vlog.h</a></td><td class="indexvalue">Interface between C and Verilog code </td></tr>
|
28
28
|
<tr><td class="indexkey"><a class="el" href="vpi__user_8h.html">vpi_user.h</a></td><td class="indexvalue"></td></tr>
|
29
29
|
</table>
|
30
|
-
<hr size="1"><address style="align: right;"><small>Generated on
|
30
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sun May 27 14:47:36 2007 for Ruby-VPI by
|
31
31
|
<a href="http://www.doxygen.org/index.html">
|
32
|
-
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.
|
32
|
+
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
33
33
|
</body>
|
34
34
|
</html>
|
data/ref/c/functions.html
CHANGED
@@ -4,7 +4,7 @@
|
|
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>
|
7
|
-
<!-- Generated by Doxygen 1.
|
7
|
+
<!-- Generated by Doxygen 1.5.1 -->
|
8
8
|
<div class="tabs">
|
9
9
|
<ul>
|
10
10
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
@@ -49,84 +49,134 @@ Here is a list of all struct and union fields with links to the structures/union
|
|
49
49
|
<p>
|
50
50
|
<h3><a class="anchor" name="index_a">- a -</a></h3><ul>
|
51
51
|
<li>append_flag
|
52
|
-
: <a class="el" href="structt__vpi__delay.html#36e6ea381258d72ace713cf9811df831">t_vpi_delay</a
|
53
|
-
|
54
|
-
: <a class="el" href="structt__vpi__vlog__info.html#
|
55
|
-
|
52
|
+
: <a class="el" href="structt__vpi__delay.html#36e6ea381258d72ace713cf9811df831">t_vpi_delay</a>
|
53
|
+
<li>argc
|
54
|
+
: <a class="el" href="structt__vpi__vlog__info.html#b1ceb9cc79f49b0b7a069e2612c5e722">t_vpi_vlog_info</a>
|
55
|
+
<li>argv
|
56
|
+
: <a class="el" href="structt__vpi__vlog__info.html#1ddfbf631c4e128328afb44a317562d8">t_vpi_vlog_info</a>
|
57
|
+
<li>aval
|
58
|
+
: <a class="el" href="structt__vpi__vecval.html#e72fd2036ee81e7f9fceb28099575f5c">t_vpi_vecval</a>
|
59
|
+
</ul>
|
56
60
|
<h3><a class="anchor" name="index_b">- b -</a></h3><ul>
|
57
61
|
<li>bval
|
58
|
-
: <a class="el" href="structt__vpi__vecval.html#6a1bdb82a28820ebdb9f0a8834192f0f">t_vpi_vecval</a
|
62
|
+
: <a class="el" href="structt__vpi__vecval.html#6a1bdb82a28820ebdb9f0a8834192f0f">t_vpi_vecval</a>
|
63
|
+
</ul>
|
59
64
|
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
|
60
65
|
<li>calltf
|
61
|
-
: <a class="el" href="structt__vpi__systf__data.html#56dd77c5f4a9a7900dde0e7e4ecb5f77">t_vpi_systf_data</a
|
62
|
-
|
63
|
-
: <a class="el" href="
|
64
|
-
|
66
|
+
: <a class="el" href="structt__vpi__systf__data.html#56dd77c5f4a9a7900dde0e7e4ecb5f77">t_vpi_systf_data</a>
|
67
|
+
<li>cb_rtn
|
68
|
+
: <a class="el" href="structt__cb__data.html#94cc0aa75ed2ff930f217a603136b278">t_cb_data</a>
|
69
|
+
<li>code
|
70
|
+
: <a class="el" href="structt__vpi__error__info.html#05777937a08ce48cb9485638a4669fee">t_vpi_error_info</a>
|
71
|
+
<li>compiletf
|
72
|
+
: <a class="el" href="structt__vpi__systf__data.html#d726a318f0c892d99536ec4a31121f3b">t_vpi_systf_data</a>
|
73
|
+
</ul>
|
65
74
|
<h3><a class="anchor" name="index_d">- d -</a></h3><ul>
|
66
75
|
<li>da
|
67
|
-
: <a class="el" href="structt__vpi__delay.html#0edd8482502d26097e426eb46dd96105">t_vpi_delay</a
|
76
|
+
: <a class="el" href="structt__vpi__delay.html#0edd8482502d26097e426eb46dd96105">t_vpi_delay</a>
|
77
|
+
</ul>
|
68
78
|
<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
|
69
79
|
<li>file
|
70
|
-
: <a class="el" href="structt__vpi__error__info.html#56428eb5d3011b7be7fe47865503a4a3">t_vpi_error_info</a
|
71
|
-
|
80
|
+
: <a class="el" href="structt__vpi__error__info.html#56428eb5d3011b7be7fe47865503a4a3">t_vpi_error_info</a>
|
81
|
+
<li>format
|
82
|
+
: <a class="el" href="structt__vpi__value.html#7507842b2b0f9937830bbb460d824d20">t_vpi_value</a>
|
83
|
+
</ul>
|
72
84
|
<h3><a class="anchor" name="index_h">- h -</a></h3><ul>
|
73
85
|
<li>high
|
74
|
-
: <a class="el" href="structt__vpi__time.html#0999fb5d3c9ebac4878468532aad6a7f">t_vpi_time</a
|
86
|
+
: <a class="el" href="structt__vpi__time.html#0999fb5d3c9ebac4878468532aad6a7f">t_vpi_time</a>
|
87
|
+
</ul>
|
75
88
|
<h3><a class="anchor" name="index_i">- i -</a></h3><ul>
|
76
89
|
<li>index
|
77
|
-
: <a class="el" href="structt__cb__data.html#05eec951fe6d0c09aea8659604136e42">t_cb_data</a
|
78
|
-
|
90
|
+
: <a class="el" href="structt__cb__data.html#05eec951fe6d0c09aea8659604136e42">t_cb_data</a>
|
91
|
+
<li>integer
|
92
|
+
: <a class="el" href="structt__vpi__value.html#611104ac09cb8a0a12c7bb2daf98776d">t_vpi_value</a>
|
93
|
+
</ul>
|
79
94
|
<h3><a class="anchor" name="index_l">- l -</a></h3><ul>
|
80
95
|
<li>level
|
81
|
-
: <a class="el" href="structt__vpi__error__info.html#940fc9d23e1b07b1113cacf34528b44f">t_vpi_error_info</a
|
82
|
-
|
83
|
-
: <a class="el" href="
|
84
|
-
|
96
|
+
: <a class="el" href="structt__vpi__error__info.html#940fc9d23e1b07b1113cacf34528b44f">t_vpi_error_info</a>
|
97
|
+
<li>line
|
98
|
+
: <a class="el" href="structt__vpi__error__info.html#5f86abb7fd0d6478ec25d57915fb5caf">t_vpi_error_info</a>
|
99
|
+
<li>logic
|
100
|
+
: <a class="el" href="structt__vpi__strengthval.html#fac2028c9ff50cf468e7bd5d5705b7b7">t_vpi_strengthval</a>
|
101
|
+
<li>low
|
102
|
+
: <a class="el" href="structt__vpi__time.html#eedea6437dd76e437818b9fb206b6468">t_vpi_time</a>
|
103
|
+
</ul>
|
85
104
|
<h3><a class="anchor" name="index_m">- m -</a></h3><ul>
|
86
105
|
<li>message
|
87
|
-
: <a class="el" href="structt__vpi__error__info.html#8d273a8333b3c40fe78c438664256bf8">t_vpi_error_info</a
|
88
|
-
|
89
|
-
: <a class="el" href="
|
106
|
+
: <a class="el" href="structt__vpi__error__info.html#8d273a8333b3c40fe78c438664256bf8">t_vpi_error_info</a>
|
107
|
+
<li>misc
|
108
|
+
: <a class="el" href="structt__vpi__value.html#1baa416cc0dfd16c0847f9bcbdc6d675">t_vpi_value</a>
|
109
|
+
<li>mtm_flag
|
110
|
+
: <a class="el" href="structt__vpi__delay.html#c6807c9fd672ab553e3ed9f9e0b861a8">t_vpi_delay</a>
|
111
|
+
</ul>
|
90
112
|
<h3><a class="anchor" name="index_n">- n -</a></h3><ul>
|
91
113
|
<li>no_of_delays
|
92
|
-
: <a class="el" href="structt__vpi__delay.html#09f136e167ff4bdf3ff2df9da39d88fd">t_vpi_delay</a
|
114
|
+
: <a class="el" href="structt__vpi__delay.html#09f136e167ff4bdf3ff2df9da39d88fd">t_vpi_delay</a>
|
115
|
+
</ul>
|
93
116
|
<h3><a class="anchor" name="index_o">- o -</a></h3><ul>
|
94
117
|
<li>obj
|
95
|
-
: <a class="el" href="structt__cb__data.html#4c1292889ff4617c8a9772c7639efe66">t_cb_data</a
|
118
|
+
: <a class="el" href="structt__cb__data.html#4c1292889ff4617c8a9772c7639efe66">t_cb_data</a>
|
119
|
+
</ul>
|
96
120
|
<h3><a class="anchor" name="index_p">- p -</a></h3><ul>
|
97
121
|
<li>product
|
98
|
-
: <a class="el" href="
|
99
|
-
|
122
|
+
: <a class="el" href="structt__vpi__vlog__info.html#4e3f3a9c3d503a59120ddd55bab40520">t_vpi_vlog_info</a>
|
123
|
+
, <a class="el" href="structt__vpi__error__info.html#7dc02be8b7e67ad970608d79c9293bd8">t_vpi_error_info</a>
|
124
|
+
<li>pulsere_flag
|
125
|
+
: <a class="el" href="structt__vpi__delay.html#e6dc07bc5083c0022275f19d5553707a">t_vpi_delay</a>
|
126
|
+
</ul>
|
100
127
|
<h3><a class="anchor" name="index_r">- r -</a></h3><ul>
|
101
128
|
<li>real
|
102
|
-
: <a class="el" href="
|
103
|
-
|
129
|
+
: <a class="el" href="structt__vpi__time.html#e2056f752e51d549670b6ae5c678c5f6">t_vpi_time</a>
|
130
|
+
, <a class="el" href="structt__vpi__value.html#f629e880466d1f9ad4de011e075a3d3d">t_vpi_value</a>
|
131
|
+
<li>reason
|
132
|
+
: <a class="el" href="structt__cb__data.html#df80a9245626ee021fe6fea443672aff">t_cb_data</a>
|
133
|
+
</ul>
|
104
134
|
<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
|
105
135
|
<li>s0
|
106
|
-
: <a class="el" href="structt__vpi__strengthval.html#1c0977972f36a02699a89a43b9b93afa">t_vpi_strengthval</a
|
107
|
-
|
108
|
-
: <a class="el" href="
|
109
|
-
|
110
|
-
: <a class="el" href="
|
111
|
-
|
112
|
-
: <a class="el" href="
|
113
|
-
|
136
|
+
: <a class="el" href="structt__vpi__strengthval.html#1c0977972f36a02699a89a43b9b93afa">t_vpi_strengthval</a>
|
137
|
+
<li>s1
|
138
|
+
: <a class="el" href="structt__vpi__strengthval.html#7c1b2f709a7e48f7f05ea8752fe2af44">t_vpi_strengthval</a>
|
139
|
+
<li>scalar
|
140
|
+
: <a class="el" href="structt__vpi__value.html#a2840c3965cb2e97a9ae948c5b9a3930">t_vpi_value</a>
|
141
|
+
<li>sizetf
|
142
|
+
: <a class="el" href="structt__vpi__systf__data.html#1c37ca2de1af69a8dd0b3e1961d695cc">t_vpi_systf_data</a>
|
143
|
+
<li>state
|
144
|
+
: <a class="el" href="structt__vpi__error__info.html#0c2529abf147046833472f598b4a5c36">t_vpi_error_info</a>
|
145
|
+
<li>str
|
146
|
+
: <a class="el" href="structt__vpi__value.html#9f3f75549e7fd4017e6f44376d845a78">t_vpi_value</a>
|
147
|
+
<li>strength
|
148
|
+
: <a class="el" href="structt__vpi__value.html#73a0da1e56cd18fcf2a07182d8f58734">t_vpi_value</a>
|
149
|
+
<li>sysfunctype
|
150
|
+
: <a class="el" href="structt__vpi__systf__data.html#e4e4c4b90e5556e6612fac5b8a534f9d">t_vpi_systf_data</a>
|
151
|
+
</ul>
|
114
152
|
<h3><a class="anchor" name="index_t">- t -</a></h3><ul>
|
115
153
|
<li>tfname
|
116
|
-
: <a class="el" href="structt__vpi__systf__data.html#d8979812197b4961fe4a1311d0d7a0ab">t_vpi_systf_data</a
|
117
|
-
|
118
|
-
: <a class="el" href="
|
119
|
-
|
154
|
+
: <a class="el" href="structt__vpi__systf__data.html#d8979812197b4961fe4a1311d0d7a0ab">t_vpi_systf_data</a>
|
155
|
+
<li>time
|
156
|
+
: <a class="el" href="structt__vpi__value.html#bb9ee4540d611b0c7757a06dfda6d746">t_vpi_value</a>
|
157
|
+
, <a class="el" href="structt__cb__data.html#1cb47915f676a358615d46b09235eee1">t_cb_data</a>
|
158
|
+
<li>time_type
|
159
|
+
: <a class="el" href="structt__vpi__delay.html#1ef844c9bf457ba556d441171fcdb156">t_vpi_delay</a>
|
160
|
+
<li>type
|
161
|
+
: <a class="el" href="structt__vpi__time.html#a922d1e805b0a3e7bc3e134ed488bb84">t_vpi_time</a>
|
162
|
+
, <a class="el" href="structt__vpi__systf__data.html#5df2daeca876723293cfee5198a9d956">t_vpi_systf_data</a>
|
163
|
+
</ul>
|
120
164
|
<h3><a class="anchor" name="index_u">- u -</a></h3><ul>
|
121
165
|
<li>user_data
|
122
|
-
: <a class="el" href="
|
166
|
+
: <a class="el" href="structt__vpi__systf__data.html#6824876f8267080265aea4025e800ee3">t_vpi_systf_data</a>
|
167
|
+
, <a class="el" href="structt__cb__data.html#4e189560f9336a7986aa04c27cca00a9">t_cb_data</a>
|
168
|
+
</ul>
|
123
169
|
<h3><a class="anchor" name="index_v">- v -</a></h3><ul>
|
124
170
|
<li>value
|
125
|
-
: <a class="el" href="
|
126
|
-
|
127
|
-
|
128
|
-
<
|
171
|
+
: <a class="el" href="structt__vpi__value.html#73c4197b95dc5a8f4e8f0754e776d796">t_vpi_value</a>
|
172
|
+
, <a class="el" href="structt__cb__data.html#5039bb34ac75410ff93cbe44515b3543">t_cb_data</a>
|
173
|
+
<li>vector
|
174
|
+
: <a class="el" href="structt__vpi__value.html#b363de5e581f84f9da4610dade8136df">t_vpi_value</a>
|
175
|
+
<li>version
|
176
|
+
: <a class="el" href="structt__vpi__vlog__info.html#3ff076199159904aa9869e0fb1476bad">t_vpi_vlog_info</a>
|
177
|
+
</ul>
|
178
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sun May 27 14:47:36 2007 for Ruby-VPI by
|
129
179
|
<a href="http://www.doxygen.org/index.html">
|
130
|
-
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.
|
180
|
+
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
131
181
|
</body>
|
132
182
|
</html>
|
data/ref/c/functions_vars.html
CHANGED
@@ -4,7 +4,7 @@
|
|
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>
|
7
|
-
<!-- Generated by Doxygen 1.
|
7
|
+
<!-- Generated by Doxygen 1.5.1 -->
|
8
8
|
<div class="tabs">
|
9
9
|
<ul>
|
10
10
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
@@ -49,84 +49,134 @@
|
|
49
49
|
<p>
|
50
50
|
<h3><a class="anchor" name="index_a">- a -</a></h3><ul>
|
51
51
|
<li>append_flag
|
52
|
-
: <a class="el" href="structt__vpi__delay.html#36e6ea381258d72ace713cf9811df831">t_vpi_delay</a
|
53
|
-
|
54
|
-
: <a class="el" href="structt__vpi__vlog__info.html#
|
55
|
-
|
52
|
+
: <a class="el" href="structt__vpi__delay.html#36e6ea381258d72ace713cf9811df831">t_vpi_delay</a>
|
53
|
+
<li>argc
|
54
|
+
: <a class="el" href="structt__vpi__vlog__info.html#b1ceb9cc79f49b0b7a069e2612c5e722">t_vpi_vlog_info</a>
|
55
|
+
<li>argv
|
56
|
+
: <a class="el" href="structt__vpi__vlog__info.html#1ddfbf631c4e128328afb44a317562d8">t_vpi_vlog_info</a>
|
57
|
+
<li>aval
|
58
|
+
: <a class="el" href="structt__vpi__vecval.html#e72fd2036ee81e7f9fceb28099575f5c">t_vpi_vecval</a>
|
59
|
+
</ul>
|
56
60
|
<h3><a class="anchor" name="index_b">- b -</a></h3><ul>
|
57
61
|
<li>bval
|
58
|
-
: <a class="el" href="structt__vpi__vecval.html#6a1bdb82a28820ebdb9f0a8834192f0f">t_vpi_vecval</a
|
62
|
+
: <a class="el" href="structt__vpi__vecval.html#6a1bdb82a28820ebdb9f0a8834192f0f">t_vpi_vecval</a>
|
63
|
+
</ul>
|
59
64
|
<h3><a class="anchor" name="index_c">- c -</a></h3><ul>
|
60
65
|
<li>calltf
|
61
|
-
: <a class="el" href="structt__vpi__systf__data.html#56dd77c5f4a9a7900dde0e7e4ecb5f77">t_vpi_systf_data</a
|
62
|
-
|
63
|
-
: <a class="el" href="
|
64
|
-
|
66
|
+
: <a class="el" href="structt__vpi__systf__data.html#56dd77c5f4a9a7900dde0e7e4ecb5f77">t_vpi_systf_data</a>
|
67
|
+
<li>cb_rtn
|
68
|
+
: <a class="el" href="structt__cb__data.html#94cc0aa75ed2ff930f217a603136b278">t_cb_data</a>
|
69
|
+
<li>code
|
70
|
+
: <a class="el" href="structt__vpi__error__info.html#05777937a08ce48cb9485638a4669fee">t_vpi_error_info</a>
|
71
|
+
<li>compiletf
|
72
|
+
: <a class="el" href="structt__vpi__systf__data.html#d726a318f0c892d99536ec4a31121f3b">t_vpi_systf_data</a>
|
73
|
+
</ul>
|
65
74
|
<h3><a class="anchor" name="index_d">- d -</a></h3><ul>
|
66
75
|
<li>da
|
67
|
-
: <a class="el" href="structt__vpi__delay.html#0edd8482502d26097e426eb46dd96105">t_vpi_delay</a
|
76
|
+
: <a class="el" href="structt__vpi__delay.html#0edd8482502d26097e426eb46dd96105">t_vpi_delay</a>
|
77
|
+
</ul>
|
68
78
|
<h3><a class="anchor" name="index_f">- f -</a></h3><ul>
|
69
79
|
<li>file
|
70
|
-
: <a class="el" href="structt__vpi__error__info.html#56428eb5d3011b7be7fe47865503a4a3">t_vpi_error_info</a
|
71
|
-
|
80
|
+
: <a class="el" href="structt__vpi__error__info.html#56428eb5d3011b7be7fe47865503a4a3">t_vpi_error_info</a>
|
81
|
+
<li>format
|
82
|
+
: <a class="el" href="structt__vpi__value.html#7507842b2b0f9937830bbb460d824d20">t_vpi_value</a>
|
83
|
+
</ul>
|
72
84
|
<h3><a class="anchor" name="index_h">- h -</a></h3><ul>
|
73
85
|
<li>high
|
74
|
-
: <a class="el" href="structt__vpi__time.html#0999fb5d3c9ebac4878468532aad6a7f">t_vpi_time</a
|
86
|
+
: <a class="el" href="structt__vpi__time.html#0999fb5d3c9ebac4878468532aad6a7f">t_vpi_time</a>
|
87
|
+
</ul>
|
75
88
|
<h3><a class="anchor" name="index_i">- i -</a></h3><ul>
|
76
89
|
<li>index
|
77
|
-
: <a class="el" href="structt__cb__data.html#05eec951fe6d0c09aea8659604136e42">t_cb_data</a
|
78
|
-
|
90
|
+
: <a class="el" href="structt__cb__data.html#05eec951fe6d0c09aea8659604136e42">t_cb_data</a>
|
91
|
+
<li>integer
|
92
|
+
: <a class="el" href="structt__vpi__value.html#611104ac09cb8a0a12c7bb2daf98776d">t_vpi_value</a>
|
93
|
+
</ul>
|
79
94
|
<h3><a class="anchor" name="index_l">- l -</a></h3><ul>
|
80
95
|
<li>level
|
81
|
-
: <a class="el" href="structt__vpi__error__info.html#940fc9d23e1b07b1113cacf34528b44f">t_vpi_error_info</a
|
82
|
-
|
83
|
-
: <a class="el" href="
|
84
|
-
|
96
|
+
: <a class="el" href="structt__vpi__error__info.html#940fc9d23e1b07b1113cacf34528b44f">t_vpi_error_info</a>
|
97
|
+
<li>line
|
98
|
+
: <a class="el" href="structt__vpi__error__info.html#5f86abb7fd0d6478ec25d57915fb5caf">t_vpi_error_info</a>
|
99
|
+
<li>logic
|
100
|
+
: <a class="el" href="structt__vpi__strengthval.html#fac2028c9ff50cf468e7bd5d5705b7b7">t_vpi_strengthval</a>
|
101
|
+
<li>low
|
102
|
+
: <a class="el" href="structt__vpi__time.html#eedea6437dd76e437818b9fb206b6468">t_vpi_time</a>
|
103
|
+
</ul>
|
85
104
|
<h3><a class="anchor" name="index_m">- m -</a></h3><ul>
|
86
105
|
<li>message
|
87
|
-
: <a class="el" href="structt__vpi__error__info.html#8d273a8333b3c40fe78c438664256bf8">t_vpi_error_info</a
|
88
|
-
|
89
|
-
: <a class="el" href="
|
106
|
+
: <a class="el" href="structt__vpi__error__info.html#8d273a8333b3c40fe78c438664256bf8">t_vpi_error_info</a>
|
107
|
+
<li>misc
|
108
|
+
: <a class="el" href="structt__vpi__value.html#1baa416cc0dfd16c0847f9bcbdc6d675">t_vpi_value</a>
|
109
|
+
<li>mtm_flag
|
110
|
+
: <a class="el" href="structt__vpi__delay.html#c6807c9fd672ab553e3ed9f9e0b861a8">t_vpi_delay</a>
|
111
|
+
</ul>
|
90
112
|
<h3><a class="anchor" name="index_n">- n -</a></h3><ul>
|
91
113
|
<li>no_of_delays
|
92
|
-
: <a class="el" href="structt__vpi__delay.html#09f136e167ff4bdf3ff2df9da39d88fd">t_vpi_delay</a
|
114
|
+
: <a class="el" href="structt__vpi__delay.html#09f136e167ff4bdf3ff2df9da39d88fd">t_vpi_delay</a>
|
115
|
+
</ul>
|
93
116
|
<h3><a class="anchor" name="index_o">- o -</a></h3><ul>
|
94
117
|
<li>obj
|
95
|
-
: <a class="el" href="structt__cb__data.html#4c1292889ff4617c8a9772c7639efe66">t_cb_data</a
|
118
|
+
: <a class="el" href="structt__cb__data.html#4c1292889ff4617c8a9772c7639efe66">t_cb_data</a>
|
119
|
+
</ul>
|
96
120
|
<h3><a class="anchor" name="index_p">- p -</a></h3><ul>
|
97
121
|
<li>product
|
98
|
-
: <a class="el" href="
|
99
|
-
|
122
|
+
: <a class="el" href="structt__vpi__vlog__info.html#4e3f3a9c3d503a59120ddd55bab40520">t_vpi_vlog_info</a>
|
123
|
+
, <a class="el" href="structt__vpi__error__info.html#7dc02be8b7e67ad970608d79c9293bd8">t_vpi_error_info</a>
|
124
|
+
<li>pulsere_flag
|
125
|
+
: <a class="el" href="structt__vpi__delay.html#e6dc07bc5083c0022275f19d5553707a">t_vpi_delay</a>
|
126
|
+
</ul>
|
100
127
|
<h3><a class="anchor" name="index_r">- r -</a></h3><ul>
|
101
128
|
<li>real
|
102
|
-
: <a class="el" href="
|
103
|
-
|
129
|
+
: <a class="el" href="structt__vpi__time.html#e2056f752e51d549670b6ae5c678c5f6">t_vpi_time</a>
|
130
|
+
, <a class="el" href="structt__vpi__value.html#f629e880466d1f9ad4de011e075a3d3d">t_vpi_value</a>
|
131
|
+
<li>reason
|
132
|
+
: <a class="el" href="structt__cb__data.html#df80a9245626ee021fe6fea443672aff">t_cb_data</a>
|
133
|
+
</ul>
|
104
134
|
<h3><a class="anchor" name="index_s">- s -</a></h3><ul>
|
105
135
|
<li>s0
|
106
|
-
: <a class="el" href="structt__vpi__strengthval.html#1c0977972f36a02699a89a43b9b93afa">t_vpi_strengthval</a
|
107
|
-
|
108
|
-
: <a class="el" href="
|
109
|
-
|
110
|
-
: <a class="el" href="
|
111
|
-
|
112
|
-
: <a class="el" href="
|
113
|
-
|
136
|
+
: <a class="el" href="structt__vpi__strengthval.html#1c0977972f36a02699a89a43b9b93afa">t_vpi_strengthval</a>
|
137
|
+
<li>s1
|
138
|
+
: <a class="el" href="structt__vpi__strengthval.html#7c1b2f709a7e48f7f05ea8752fe2af44">t_vpi_strengthval</a>
|
139
|
+
<li>scalar
|
140
|
+
: <a class="el" href="structt__vpi__value.html#a2840c3965cb2e97a9ae948c5b9a3930">t_vpi_value</a>
|
141
|
+
<li>sizetf
|
142
|
+
: <a class="el" href="structt__vpi__systf__data.html#1c37ca2de1af69a8dd0b3e1961d695cc">t_vpi_systf_data</a>
|
143
|
+
<li>state
|
144
|
+
: <a class="el" href="structt__vpi__error__info.html#0c2529abf147046833472f598b4a5c36">t_vpi_error_info</a>
|
145
|
+
<li>str
|
146
|
+
: <a class="el" href="structt__vpi__value.html#9f3f75549e7fd4017e6f44376d845a78">t_vpi_value</a>
|
147
|
+
<li>strength
|
148
|
+
: <a class="el" href="structt__vpi__value.html#73a0da1e56cd18fcf2a07182d8f58734">t_vpi_value</a>
|
149
|
+
<li>sysfunctype
|
150
|
+
: <a class="el" href="structt__vpi__systf__data.html#e4e4c4b90e5556e6612fac5b8a534f9d">t_vpi_systf_data</a>
|
151
|
+
</ul>
|
114
152
|
<h3><a class="anchor" name="index_t">- t -</a></h3><ul>
|
115
153
|
<li>tfname
|
116
|
-
: <a class="el" href="structt__vpi__systf__data.html#d8979812197b4961fe4a1311d0d7a0ab">t_vpi_systf_data</a
|
117
|
-
|
118
|
-
: <a class="el" href="
|
119
|
-
|
154
|
+
: <a class="el" href="structt__vpi__systf__data.html#d8979812197b4961fe4a1311d0d7a0ab">t_vpi_systf_data</a>
|
155
|
+
<li>time
|
156
|
+
: <a class="el" href="structt__vpi__value.html#bb9ee4540d611b0c7757a06dfda6d746">t_vpi_value</a>
|
157
|
+
, <a class="el" href="structt__cb__data.html#1cb47915f676a358615d46b09235eee1">t_cb_data</a>
|
158
|
+
<li>time_type
|
159
|
+
: <a class="el" href="structt__vpi__delay.html#1ef844c9bf457ba556d441171fcdb156">t_vpi_delay</a>
|
160
|
+
<li>type
|
161
|
+
: <a class="el" href="structt__vpi__time.html#a922d1e805b0a3e7bc3e134ed488bb84">t_vpi_time</a>
|
162
|
+
, <a class="el" href="structt__vpi__systf__data.html#5df2daeca876723293cfee5198a9d956">t_vpi_systf_data</a>
|
163
|
+
</ul>
|
120
164
|
<h3><a class="anchor" name="index_u">- u -</a></h3><ul>
|
121
165
|
<li>user_data
|
122
|
-
: <a class="el" href="
|
166
|
+
: <a class="el" href="structt__vpi__systf__data.html#6824876f8267080265aea4025e800ee3">t_vpi_systf_data</a>
|
167
|
+
, <a class="el" href="structt__cb__data.html#4e189560f9336a7986aa04c27cca00a9">t_cb_data</a>
|
168
|
+
</ul>
|
123
169
|
<h3><a class="anchor" name="index_v">- v -</a></h3><ul>
|
124
170
|
<li>value
|
125
|
-
: <a class="el" href="
|
126
|
-
|
127
|
-
|
128
|
-
<
|
171
|
+
: <a class="el" href="structt__vpi__value.html#73c4197b95dc5a8f4e8f0754e776d796">t_vpi_value</a>
|
172
|
+
, <a class="el" href="structt__cb__data.html#5039bb34ac75410ff93cbe44515b3543">t_cb_data</a>
|
173
|
+
<li>vector
|
174
|
+
: <a class="el" href="structt__vpi__value.html#b363de5e581f84f9da4610dade8136df">t_vpi_value</a>
|
175
|
+
<li>version
|
176
|
+
: <a class="el" href="structt__vpi__vlog__info.html#3ff076199159904aa9869e0fb1476bad">t_vpi_vlog_info</a>
|
177
|
+
</ul>
|
178
|
+
<hr size="1"><address style="align: right;"><small>Generated on Sun May 27 14:47:36 2007 for Ruby-VPI by
|
129
179
|
<a href="http://www.doxygen.org/index.html">
|
130
|
-
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.
|
180
|
+
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
131
181
|
</body>
|
132
182
|
</html>
|