ruby-vpi 14.0.0 → 15.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.
Files changed (124) hide show
  1. data/bin/generate_test_tpl/proto.rb +8 -6
  2. data/doc/common.css +1 -0
  3. data/doc/history.html +357 -281
  4. data/doc/history.yml +35 -1
  5. data/doc/intro.inc +1 -1
  6. data/doc/manual.doc +38 -29
  7. data/doc/manual.html +109 -63
  8. data/doc/readme.html +6 -6
  9. data/doc/rss.xml +69 -1
  10. data/ext/Rakefile +1 -5
  11. data/ext/extconf.rb +0 -5
  12. data/ext/relay.c +1 -1
  13. data/ext/vlog.c +1 -1
  14. data/lib/ruby-vpi/vpi.rb +50 -4
  15. data/lib/ruby-vpi.rb +7 -7
  16. data/ref/c/annotated.html +6 -1
  17. data/ref/c/common_8h.html +1 -1
  18. data/ref/c/files.html +2 -1
  19. data/ref/c/functions.html +40 -20
  20. data/ref/c/functions_vars.html +40 -20
  21. data/ref/c/globals.html +212 -5
  22. data/ref/c/globals_0x62.html +62 -0
  23. data/ref/c/globals_0x63.html +19 -3
  24. data/ref/c/globals_0x65.html +8 -2
  25. data/ref/c/globals_0x66.html +19 -3
  26. data/ref/c/globals_0x67.html +64 -0
  27. data/ref/c/globals_0x69.html +62 -0
  28. data/ref/c/globals_0x6c.html +64 -0
  29. data/ref/c/globals_0x6d.html +10 -3
  30. data/ref/c/globals_0x6e.html +63 -0
  31. data/ref/c/globals_0x70.html +8 -2
  32. data/ref/c/globals_0x72.html +14 -4
  33. data/ref/c/globals_0x73.html +189 -3
  34. data/ref/c/globals_0x74.html +8 -2
  35. data/ref/c/globals_0x75.html +63 -0
  36. data/ref/c/globals_0x76.html +14 -4
  37. data/ref/c/globals_0x78.html +8 -2
  38. data/ref/c/globals_defs.html +6 -1
  39. data/ref/c/globals_defs_0x65.html +6 -1
  40. data/ref/c/globals_defs_0x6c.html +57 -0
  41. data/ref/c/globals_defs_0x6e.html +56 -0
  42. data/ref/c/globals_defs_0x70.html +6 -1
  43. data/ref/c/globals_defs_0x72.html +57 -0
  44. data/ref/c/globals_defs_0x73.html +165 -0
  45. data/ref/c/globals_defs_0x75.html +56 -0
  46. data/ref/c/globals_defs_0x76.html +10 -3
  47. data/ref/c/globals_defs_0x78.html +6 -1
  48. data/ref/c/globals_enum.html +1 -1
  49. data/ref/c/globals_eval.html +1 -1
  50. data/ref/c/globals_func.html +174 -14
  51. data/ref/c/globals_func_0x66.html +63 -0
  52. data/ref/c/globals_func_0x67.html +56 -0
  53. data/ref/c/globals_func_0x69.html +54 -0
  54. data/ref/c/globals_func_0x6d.html +56 -0
  55. data/ref/c/globals_func_0x70.html +54 -0
  56. data/ref/c/globals_func_0x72.html +57 -0
  57. data/ref/c/globals_func_0x73.html +113 -0
  58. data/ref/c/globals_func_0x76.html +58 -0
  59. data/ref/c/globals_type.html +6 -3
  60. data/ref/c/globals_vars.html +89 -3
  61. data/ref/c/index.html +1 -1
  62. data/ref/c/main_8c.html +2 -2
  63. data/ref/c/main_8h.html +1 -1
  64. data/ref/c/relay_8c.html +1 -1
  65. data/ref/c/relay_8h.html +1 -1
  66. data/ref/c/structswig__cast__info.html +98 -0
  67. data/ref/c/structswig__class.html +115 -0
  68. data/ref/c/structswig__module__info.html +132 -0
  69. data/ref/c/structswig__type__info.html +132 -0
  70. data/ref/c/structt__cb__data.html +1 -1
  71. data/ref/c/structt__vpi__delay.html +1 -1
  72. data/ref/c/structt__vpi__error__info.html +1 -1
  73. data/ref/c/structt__vpi__strengthval.html +1 -1
  74. data/ref/c/structt__vpi__systf__data.html +1 -1
  75. data/ref/c/structt__vpi__time.html +1 -1
  76. data/ref/c/structt__vpi__value.html +1 -1
  77. data/ref/c/structt__vpi__vecval.html +1 -1
  78. data/ref/c/structt__vpi__vlog__info.html +1 -1
  79. data/ref/c/swig__wrap_8cin.html +11610 -0
  80. data/ref/c/unions__vpi__value__value.html +166 -0
  81. data/ref/c/verilog_8h.html +1 -1
  82. data/ref/c/vlog_8c.html +3 -3
  83. data/ref/c/vlog_8h.html +1 -1
  84. data/ref/c/vpi__user_8h.html +1 -1
  85. data/ref/ruby/classes/RDoc.html +5 -5
  86. data/ref/ruby/classes/RDoc.src/{M000045.html → M000053.html} +0 -0
  87. data/ref/ruby/classes/RubyVpi.src/M000029.html +27 -27
  88. data/ref/ruby/classes/Vpi/Handle.html +93 -57
  89. data/ref/ruby/classes/Vpi/Handle.src/M000037.html +5 -5
  90. data/ref/ruby/classes/Vpi/Handle.src/M000038.html +5 -9
  91. data/ref/ruby/classes/Vpi/Handle.src/M000039.html +5 -31
  92. data/ref/ruby/classes/Vpi/Handle.src/M000040.html +5 -74
  93. data/ref/ruby/classes/Vpi/Handle.src/M000041.html +8 -17
  94. data/ref/ruby/classes/Vpi/Handle.src/M000042.html +8 -11
  95. data/ref/ruby/classes/Vpi/Handle.src/M000043.html +22 -0
  96. data/ref/ruby/classes/Vpi/Handle.src/M000044.html +31 -55
  97. data/ref/ruby/classes/Vpi/Handle.src/M000045.html +87 -0
  98. data/ref/ruby/classes/Vpi/Handle.src/M000046.html +30 -0
  99. data/ref/ruby/classes/Vpi/Handle.src/M000047.html +24 -0
  100. data/ref/ruby/classes/Vpi/Handle.src/M000049.html +68 -0
  101. data/ref/ruby/classes/Vpi/S_vpi_time.html +186 -0
  102. data/ref/ruby/classes/Vpi/S_vpi_time.src/M000050.html +18 -0
  103. data/ref/ruby/classes/Vpi/S_vpi_time.src/M000051.html +19 -0
  104. data/ref/ruby/classes/Vpi/S_vpi_value.html +167 -0
  105. data/ref/ruby/classes/Vpi/S_vpi_value.src/M000034.html +18 -0
  106. data/ref/ruby/classes/Vpi/S_vpi_value.src/M000035.html +18 -0
  107. data/ref/ruby/classes/Vpi/S_vpi_value.src/M000036.html +18 -0
  108. data/ref/ruby/classes/Vpi.html +3 -1
  109. data/ref/ruby/classes/Vpi.src/M000030.html +14 -14
  110. data/ref/ruby/classes/Vpi.src/M000031.html +4 -4
  111. data/ref/ruby/classes/Vpi.src/M000032.html +24 -25
  112. data/ref/ruby/classes/Vpi.src/M000033.html +8 -8
  113. data/ref/ruby/created.rid +1 -1
  114. data/ref/ruby/files/lib/ruby-vpi/vpi_rb.html +1 -1
  115. data/ref/ruby/files/lib/ruby-vpi_rb.html +1 -1
  116. data/ref/ruby/fr_class_index.html +2 -0
  117. data/ref/ruby/fr_method_index.html +22 -14
  118. data/samp/counter/counter_rspec_proto.rb +8 -6
  119. data/samp/counter/counter_xunit_proto.rb +8 -6
  120. data/samp/pipelined_alu/hw5_unit_test_proto.rb +2 -2
  121. metadata +42 -6
  122. data/ref/ruby/classes/Vpi/Handle.src/M000034.html +0 -18
  123. data/ref/ruby/classes/Vpi/Handle.src/M000035.html +0 -18
  124. data/ref/ruby/classes/Vpi/Handle.src/M000036.html +0 -18
@@ -0,0 +1,68 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html>
7
+ <head>
8
+ <title>method_missing (Vpi::Handle)</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
+ <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
11
+ </head>
12
+ <body class="standalone-code">
13
+ <pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/vpi.rb, line 253</span>
14
+ 253: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">method_missing</span> <span class="ruby-identifier">aMeth</span>, <span class="ruby-operator">*</span><span class="ruby-identifier">aArgs</span>, <span class="ruby-operator">&amp;</span><span class="ruby-identifier">aBlockArg</span>
15
+ 254: <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">child</span> = <span class="ruby-identifier">vpi_handle_by_name</span>(<span class="ruby-identifier">aMeth</span>.<span class="ruby-identifier">to_s</span>, <span class="ruby-keyword kw">self</span>)
16
+ 255: <span class="ruby-comment cmt"># cache the child for future accesses, in order to cut down number of calls to method_missing</span>
17
+ 256: (<span class="ruby-keyword kw">class</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-keyword kw">self</span>; <span class="ruby-keyword kw">self</span>; <span class="ruby-keyword kw">end</span>).<span class="ruby-identifier">class_eval</span> <span class="ruby-keyword kw">do</span>
18
+ 257: <span class="ruby-identifier">define_method</span> <span class="ruby-identifier">aMeth</span> <span class="ruby-keyword kw">do</span>
19
+ 258: <span class="ruby-identifier">child</span>
20
+ 259: <span class="ruby-keyword kw">end</span>
21
+ 260: <span class="ruby-keyword kw">end</span>
22
+ 261:
23
+ 262: <span class="ruby-identifier">child</span>
24
+ 263:
25
+ 264: <span class="ruby-keyword kw">else</span>
26
+ 265: <span class="ruby-identifier">prop</span> = <span class="ruby-ivar">@@propCache</span>[<span class="ruby-identifier">aMeth</span>]
27
+ 266:
28
+ 267: <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">prop</span>.<span class="ruby-identifier">operation</span>
29
+ 268: <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">send</span>(<span class="ruby-identifier">prop</span>.<span class="ruby-identifier">operation</span>, <span class="ruby-identifier">prop</span>.<span class="ruby-identifier">type</span>, <span class="ruby-operator">*</span><span class="ruby-identifier">aArgs</span>, <span class="ruby-operator">&amp;</span><span class="ruby-identifier">aBlockArg</span>)
30
+ 269:
31
+ 270: <span class="ruby-keyword kw">else</span>
32
+ 271: <span class="ruby-keyword kw">case</span> <span class="ruby-identifier">prop</span>.<span class="ruby-identifier">accessor</span>
33
+ 272: <span class="ruby-keyword kw">when</span> <span class="ruby-identifier">:d</span> <span class="ruby-comment cmt"># delay values</span>
34
+ 273: <span class="ruby-identifier">raise</span> <span class="ruby-constant">NotImplementedError</span>, <span class="ruby-value str">'processing of delay values is not yet implemented.'</span>
35
+ 274: <span class="ruby-comment cmt"># TODO: vpi_put_delays</span>
36
+ 275: <span class="ruby-comment cmt"># TODO: vpi_get_delays</span>
37
+ 276:
38
+ 277: <span class="ruby-keyword kw">when</span> <span class="ruby-identifier">:l</span> <span class="ruby-comment cmt"># logic values</span>
39
+ 278: <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">prop</span>.<span class="ruby-identifier">assignment</span>
40
+ 279: <span class="ruby-identifier">value</span> = <span class="ruby-identifier">aArgs</span>.<span class="ruby-identifier">shift</span>
41
+ 280: <span class="ruby-identifier">put_value</span>(<span class="ruby-identifier">value</span>, <span class="ruby-identifier">prop</span>.<span class="ruby-identifier">type</span>, <span class="ruby-operator">*</span><span class="ruby-identifier">aArgs</span>)
42
+ 281: <span class="ruby-keyword kw">else</span>
43
+ 282: <span class="ruby-identifier">get_value</span>(<span class="ruby-identifier">prop</span>.<span class="ruby-identifier">type</span>)
44
+ 283: <span class="ruby-keyword kw">end</span>
45
+ 284:
46
+ 285: <span class="ruby-keyword kw">when</span> <span class="ruby-identifier">:i</span> <span class="ruby-comment cmt"># integer values</span>
47
+ 286: <span class="ruby-identifier">vpi_get</span>(<span class="ruby-identifier">prop</span>.<span class="ruby-identifier">type</span>, <span class="ruby-keyword kw">self</span>) <span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">prop</span>.<span class="ruby-identifier">assignment</span>
48
+ 287:
49
+ 288: <span class="ruby-keyword kw">when</span> <span class="ruby-identifier">:b</span> <span class="ruby-comment cmt"># boolean values</span>
50
+ 289: <span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">prop</span>.<span class="ruby-identifier">assignment</span>
51
+ 290: <span class="ruby-identifier">value</span> = <span class="ruby-identifier">vpi_get</span>(<span class="ruby-identifier">prop</span>, <span class="ruby-keyword kw">self</span>)
52
+ 291: <span class="ruby-identifier">value</span> <span class="ruby-operator">&amp;&amp;</span> (<span class="ruby-identifier">value</span> <span class="ruby-operator">!=</span> <span class="ruby-value">0</span>) <span class="ruby-comment cmt"># zero is false in C</span>
53
+ 292: <span class="ruby-keyword kw">end</span>
54
+ 293:
55
+ 294: <span class="ruby-keyword kw">when</span> <span class="ruby-identifier">:s</span> <span class="ruby-comment cmt"># string values</span>
56
+ 295: <span class="ruby-identifier">vpi_get_str</span>(<span class="ruby-identifier">prop</span>.<span class="ruby-identifier">type</span>, <span class="ruby-keyword kw">self</span>) <span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">prop</span>.<span class="ruby-identifier">assignment</span>
57
+ 296:
58
+ 297: <span class="ruby-keyword kw">when</span> <span class="ruby-identifier">:h</span> <span class="ruby-comment cmt"># handle values</span>
59
+ 298: <span class="ruby-identifier">vpi_handle</span>(<span class="ruby-identifier">prop</span>.<span class="ruby-identifier">type</span>, <span class="ruby-keyword kw">self</span>) <span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">prop</span>.<span class="ruby-identifier">assignment</span>
60
+ 299:
61
+ 300: <span class="ruby-keyword kw">else</span>
62
+ 301: <span class="ruby-identifier">raise</span> <span class="ruby-constant">NoMethodError</span>, <span class="ruby-node">&quot;unable to access VPI property #{prop.name.inspect} through method #{aMeth.inspect} with arguments #{aArgs.inspect} for handle #{self}&quot;</span>
63
+ 302: <span class="ruby-keyword kw">end</span>
64
+ 303: <span class="ruby-keyword kw">end</span>
65
+ 304: <span class="ruby-keyword kw">end</span>
66
+ 305: <span class="ruby-keyword kw">end</span></pre>
67
+ </body>
68
+ </html>
@@ -0,0 +1,186 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
+ <head>
8
+ <title>Class: Vpi::S_vpi_time</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
+ <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
12
+ <script type="text/javascript">
13
+ // <![CDATA[
14
+
15
+ function popupCode( url ) {
16
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
+ }
18
+
19
+ function toggleCode( id ) {
20
+ if ( document.getElementById )
21
+ elem = document.getElementById( id );
22
+ else if ( document.all )
23
+ elem = eval( "document.all." + id );
24
+ else
25
+ return false;
26
+
27
+ elemStyle = elem.style;
28
+
29
+ if ( elemStyle.display != "block" ) {
30
+ elemStyle.display = "block"
31
+ } else {
32
+ elemStyle.display = "none"
33
+ }
34
+
35
+ return true;
36
+ }
37
+
38
+ // Make codeblocks hidden by default
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
41
+ // ]]>
42
+ </script>
43
+
44
+ </head>
45
+ <body>
46
+
47
+
48
+
49
+ <div id="classHeader">
50
+ <table class="header-table">
51
+ <tr class="top-aligned-row">
52
+ <td><strong>Class</strong></td>
53
+ <td class="class-name-in-header">Vpi::S_vpi_time</td>
54
+ </tr>
55
+ <tr class="top-aligned-row">
56
+ <td><strong>In:</strong></td>
57
+ <td>
58
+ <a href="../../files/lib/ruby-vpi/vpi_rb.html">
59
+ lib/ruby-vpi/vpi.rb
60
+ </a>
61
+ <br />
62
+ </td>
63
+ </tr>
64
+
65
+ <tr class="top-aligned-row">
66
+ <td><strong>Parent:</strong></td>
67
+ <td>
68
+ Object
69
+ </td>
70
+ </tr>
71
+ </table>
72
+ </div>
73
+ <!-- banner header -->
74
+
75
+ <div id="bodyContent">
76
+
77
+
78
+
79
+ <div id="contextContent">
80
+
81
+
82
+
83
+ </div>
84
+
85
+ <div id="method-list">
86
+ <h3 class="section-bar">Methods</h3>
87
+
88
+ <div class="name-list">
89
+ <a href="#M000050">integer</a>&nbsp;&nbsp;
90
+ <a href="#M000051">integer=</a>&nbsp;&nbsp;
91
+ <a href="#M000052">to_i</a>&nbsp;&nbsp;
92
+ </div>
93
+ </div>
94
+
95
+ </div>
96
+
97
+
98
+ <!-- if includes -->
99
+
100
+ <div id="section">
101
+
102
+
103
+
104
+ <div id="aliases-list">
105
+ <h3 class="section-bar">External Aliases</h3>
106
+
107
+ <div class="name-list">
108
+ <table summary="aliases">
109
+ <tr class="top-aligned-row context-row">
110
+ <td class="context-item-name">real</td>
111
+ <td>-></td>
112
+ <td class="context-item-value">to_f</td>
113
+ </tr>
114
+ </table>
115
+ </div>
116
+ </div>
117
+
118
+
119
+
120
+
121
+
122
+ <!-- if method_list -->
123
+ <div id="methods">
124
+ <h3 class="section-bar">Public Instance methods</h3>
125
+
126
+ <div id="method-M000050" class="method-detail">
127
+ <a name="M000050"></a>
128
+
129
+ <div class="method-heading">
130
+ <a href="S_vpi_time.src/M000050.html" target="Code" class="method-signature"
131
+ onclick="popupCode('S_vpi_time.src/M000050.html');return false;">
132
+ <span class="method-name">integer</span><span class="method-args">()</span>
133
+ </a>
134
+ </div>
135
+
136
+ <div class="method-description">
137
+ <p>
138
+ Returns the high and low portions of this time as a single 64-bit integer.
139
+ </p>
140
+ </div>
141
+ </div>
142
+
143
+ <div id="method-M000051" class="method-detail">
144
+ <a name="M000051"></a>
145
+
146
+ <div class="method-heading">
147
+ <a href="S_vpi_time.src/M000051.html" target="Code" class="method-signature"
148
+ onclick="popupCode('S_vpi_time.src/M000051.html');return false;">
149
+ <span class="method-name">integer=</span><span class="method-args">(aValue)</span>
150
+ </a>
151
+ </div>
152
+
153
+ <div class="method-description">
154
+ <p>
155
+ Sets the high and low portions of this time from the given 64-bit integer.
156
+ </p>
157
+ </div>
158
+ </div>
159
+
160
+ <div id="method-M000052" class="method-detail">
161
+ <a name="M000052"></a>
162
+
163
+ <div class="method-heading">
164
+ <span class="method-name">to_i</span><span class="method-args">()</span>
165
+ </div>
166
+
167
+ <div class="method-description">
168
+ <p>
169
+ Alias for <a href="S_vpi_time.html#M000050">integer</a>
170
+ </p>
171
+ </div>
172
+ </div>
173
+
174
+
175
+ </div>
176
+
177
+
178
+ </div>
179
+
180
+
181
+ <div id="validator-badges">
182
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
183
+ </div>
184
+
185
+ </body>
186
+ </html>
@@ -0,0 +1,18 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html>
7
+ <head>
8
+ <title>integer (Vpi::S_vpi_time)</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
+ <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
11
+ </head>
12
+ <body class="standalone-code">
13
+ <pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/vpi.rb, line 490</span>
14
+ 490: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">integer</span>
15
+ 491: (<span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">high</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-constant">INTEGER_BITS</span>) <span class="ruby-operator">|</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">low</span>
16
+ 492: <span class="ruby-keyword kw">end</span></pre>
17
+ </body>
18
+ </html>
@@ -0,0 +1,19 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html>
7
+ <head>
8
+ <title>integer= (Vpi::S_vpi_time)</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
+ <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
11
+ </head>
12
+ <body class="standalone-code">
13
+ <pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/vpi.rb, line 495</span>
14
+ 495: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">integer=</span> <span class="ruby-identifier">aValue</span>
15
+ 496: <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">low</span> = <span class="ruby-identifier">aValue</span> <span class="ruby-operator">&amp;</span> <span class="ruby-constant">INTEGER_MASK</span>
16
+ 497: <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">high</span> = (<span class="ruby-identifier">aValue</span> <span class="ruby-operator">&gt;&gt;</span> <span class="ruby-constant">INTEGER_BITS</span>) <span class="ruby-operator">&amp;</span> <span class="ruby-constant">INTEGER_MASK</span>
17
+ 498: <span class="ruby-keyword kw">end</span></pre>
18
+ </body>
19
+ </html>
@@ -0,0 +1,167 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
+ <head>
8
+ <title>Class: Vpi::S_vpi_value</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
+ <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
12
+ <script type="text/javascript">
13
+ // <![CDATA[
14
+
15
+ function popupCode( url ) {
16
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
+ }
18
+
19
+ function toggleCode( id ) {
20
+ if ( document.getElementById )
21
+ elem = document.getElementById( id );
22
+ else if ( document.all )
23
+ elem = eval( "document.all." + id );
24
+ else
25
+ return false;
26
+
27
+ elemStyle = elem.style;
28
+
29
+ if ( elemStyle.display != "block" ) {
30
+ elemStyle.display = "block"
31
+ } else {
32
+ elemStyle.display = "none"
33
+ }
34
+
35
+ return true;
36
+ }
37
+
38
+ // Make codeblocks hidden by default
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
41
+ // ]]>
42
+ </script>
43
+
44
+ </head>
45
+ <body>
46
+
47
+
48
+
49
+ <div id="classHeader">
50
+ <table class="header-table">
51
+ <tr class="top-aligned-row">
52
+ <td><strong>Class</strong></td>
53
+ <td class="class-name-in-header">Vpi::S_vpi_value</td>
54
+ </tr>
55
+ <tr class="top-aligned-row">
56
+ <td><strong>In:</strong></td>
57
+ <td>
58
+ <a href="../../files/lib/ruby-vpi/vpi_rb.html">
59
+ lib/ruby-vpi/vpi.rb
60
+ </a>
61
+ <br />
62
+ </td>
63
+ </tr>
64
+
65
+ <tr class="top-aligned-row">
66
+ <td><strong>Parent:</strong></td>
67
+ <td>
68
+ Object
69
+ </td>
70
+ </tr>
71
+ </table>
72
+ </div>
73
+ <!-- banner header -->
74
+
75
+ <div id="bodyContent">
76
+
77
+
78
+
79
+ <div id="contextContent">
80
+
81
+
82
+
83
+ </div>
84
+
85
+ <div id="method-list">
86
+ <h3 class="section-bar">Methods</h3>
87
+
88
+ <div class="name-list">
89
+ <a href="#M000035">to_f</a>&nbsp;&nbsp;
90
+ <a href="#M000034">to_i</a>&nbsp;&nbsp;
91
+ <a href="#M000036">to_s</a>&nbsp;&nbsp;
92
+ </div>
93
+ </div>
94
+
95
+ </div>
96
+
97
+
98
+ <!-- if includes -->
99
+
100
+ <div id="section">
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+ <!-- if method_list -->
110
+ <div id="methods">
111
+ <h3 class="section-bar">Public Instance methods</h3>
112
+
113
+ <div id="method-M000035" class="method-detail">
114
+ <a name="M000035"></a>
115
+
116
+ <div class="method-heading">
117
+ <a href="S_vpi_value.src/M000035.html" target="Code" class="method-signature"
118
+ onclick="popupCode('S_vpi_value.src/M000035.html');return false;">
119
+ <span class="method-name">to_f</span><span class="method-args">()</span>
120
+ </a>
121
+ </div>
122
+
123
+ <div class="method-description">
124
+ </div>
125
+ </div>
126
+
127
+ <div id="method-M000034" class="method-detail">
128
+ <a name="M000034"></a>
129
+
130
+ <div class="method-heading">
131
+ <a href="S_vpi_value.src/M000034.html" target="Code" class="method-signature"
132
+ onclick="popupCode('S_vpi_value.src/M000034.html');return false;">
133
+ <span class="method-name">to_i</span><span class="method-args">()</span>
134
+ </a>
135
+ </div>
136
+
137
+ <div class="method-description">
138
+ </div>
139
+ </div>
140
+
141
+ <div id="method-M000036" class="method-detail">
142
+ <a name="M000036"></a>
143
+
144
+ <div class="method-heading">
145
+ <a href="S_vpi_value.src/M000036.html" target="Code" class="method-signature"
146
+ onclick="popupCode('S_vpi_value.src/M000036.html');return false;">
147
+ <span class="method-name">to_s</span><span class="method-args">()</span>
148
+ </a>
149
+ </div>
150
+
151
+ <div class="method-description">
152
+ </div>
153
+ </div>
154
+
155
+
156
+ </div>
157
+
158
+
159
+ </div>
160
+
161
+
162
+ <div id="validator-badges">
163
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
164
+ </div>
165
+
166
+ </body>
167
+ </html>
@@ -0,0 +1,18 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html>
7
+ <head>
8
+ <title>to_i (Vpi::S_vpi_value)</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
+ <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
11
+ </head>
12
+ <body class="standalone-code">
13
+ <pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/vpi.rb, line 505</span>
14
+ 505: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_i</span>
15
+ 506: <span class="ruby-identifier">value</span>.<span class="ruby-identifier">integer</span>
16
+ 507: <span class="ruby-keyword kw">end</span></pre>
17
+ </body>
18
+ </html>
@@ -0,0 +1,18 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html>
7
+ <head>
8
+ <title>to_f (Vpi::S_vpi_value)</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
+ <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
11
+ </head>
12
+ <body class="standalone-code">
13
+ <pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/vpi.rb, line 509</span>
14
+ 509: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_f</span>
15
+ 510: <span class="ruby-identifier">value</span>.<span class="ruby-identifier">real</span>
16
+ 511: <span class="ruby-keyword kw">end</span></pre>
17
+ </body>
18
+ </html>
@@ -0,0 +1,18 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
6
+ <html>
7
+ <head>
8
+ <title>to_s (Vpi::S_vpi_value)</title>
9
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
+ <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
11
+ </head>
12
+ <body class="standalone-code">
13
+ <pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/vpi.rb, line 513</span>
14
+ 513: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_s</span>
15
+ 514: <span class="ruby-identifier">value</span>.<span class="ruby-identifier">str</span>
16
+ 515: <span class="ruby-keyword kw">end</span></pre>
17
+ </body>
18
+ </html>
@@ -98,6 +98,8 @@
98
98
  <h3 class="section-bar">Classes and Modules</h3>
99
99
 
100
100
  Class <a href="Vpi/Handle.html" class="link">Vpi::Handle</a><br />
101
+ Class <a href="Vpi/S_vpi_time.html" class="link">Vpi::S_vpi_time</a><br />
102
+ Class <a href="Vpi/S_vpi_value.html" class="link">Vpi::S_vpi_value</a><br />
101
103
 
102
104
  </div>
103
105
 
@@ -224,7 +226,7 @@ href="RubyVpi.html#M000029">RubyVpi.init_bench</a>.
224
226
 
225
227
  <div class="method-description">
226
228
  <p>
227
- Returns the current simulation time as a 64-bit integer.
229
+ Returns the current simulation time as an integer.
228
230
  </p>
229
231
  </div>
230
232
  </div>
@@ -10,19 +10,19 @@
10
10
  <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
11
11
  </head>
12
12
  <body class="standalone-code">
13
- <pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/vpi.rb, line 383</span>
14
- 383: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">vpi_register_cb</span> <span class="ruby-identifier">aData</span>, <span class="ruby-operator">&amp;</span><span class="ruby-identifier">aHandler</span> <span class="ruby-comment cmt"># :yields: Vpi::S_cb_data</span>
15
- 384: <span class="ruby-identifier">raise</span> <span class="ruby-constant">ArgumentError</span>, <span class="ruby-value str">&quot;block must be given&quot;</span> <span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">block_given?</span>
16
- 385:
17
- 386: <span class="ruby-identifier">key</span> = <span class="ruby-identifier">aHandler</span>.<span class="ruby-identifier">object_id</span>.<span class="ruby-identifier">to_s</span>
18
- 387:
19
- 388: <span class="ruby-comment cmt"># register the callback with Verilog</span>
20
- 389: <span class="ruby-identifier">aData</span>.<span class="ruby-identifier">user_data</span> = <span class="ruby-identifier">key</span>
21
- 390: <span class="ruby-identifier">aData</span>.<span class="ruby-identifier">cb_rtn</span> = <span class="ruby-constant">Vlog_relay_ruby</span>
22
- 391: <span class="ruby-identifier">token</span> = <span class="ruby-identifier">vpi_register_cb_old</span>(<span class="ruby-identifier">aData</span>)
23
- 392:
24
- 393: <span class="ruby-ivar">@@callbacks</span>[<span class="ruby-identifier">key</span>] = <span class="ruby-constant">Callback</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">aHandler</span>, <span class="ruby-identifier">token</span>)
25
- 394: <span class="ruby-identifier">token</span>
26
- 395: <span class="ruby-keyword kw">end</span></pre>
13
+ <pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/vpi.rb, line 399</span>
14
+ 399: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">vpi_register_cb</span> <span class="ruby-identifier">aData</span>, <span class="ruby-operator">&amp;</span><span class="ruby-identifier">aHandler</span> <span class="ruby-comment cmt"># :yields: Vpi::S_cb_data</span>
15
+ 400: <span class="ruby-identifier">raise</span> <span class="ruby-constant">ArgumentError</span>, <span class="ruby-value str">&quot;block must be given&quot;</span> <span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">block_given?</span>
16
+ 401:
17
+ 402: <span class="ruby-identifier">key</span> = <span class="ruby-identifier">aHandler</span>.<span class="ruby-identifier">object_id</span>.<span class="ruby-identifier">to_s</span>
18
+ 403:
19
+ 404: <span class="ruby-comment cmt"># register the callback with Verilog</span>
20
+ 405: <span class="ruby-identifier">aData</span>.<span class="ruby-identifier">user_data</span> = <span class="ruby-identifier">key</span>
21
+ 406: <span class="ruby-identifier">aData</span>.<span class="ruby-identifier">cb_rtn</span> = <span class="ruby-constant">Vlog_relay_ruby</span>
22
+ 407: <span class="ruby-identifier">token</span> = <span class="ruby-identifier">vpi_register_cb_old</span>(<span class="ruby-identifier">aData</span>)
23
+ 408:
24
+ 409: <span class="ruby-ivar">@@callbacks</span>[<span class="ruby-identifier">key</span>] = <span class="ruby-constant">Callback</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">aHandler</span>, <span class="ruby-identifier">token</span>)
25
+ 410: <span class="ruby-identifier">token</span>
26
+ 411: <span class="ruby-keyword kw">end</span></pre>
27
27
  </body>
28
28
  </html>
@@ -10,9 +10,9 @@
10
10
  <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
11
11
  </head>
12
12
  <body class="standalone-code">
13
- <pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/vpi.rb, line 430</span>
14
- 430: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">simulate</span>
15
- 431: <span class="ruby-comment cmt"># this is a dummy method!</span>
16
- 432: <span class="ruby-keyword kw">end</span></pre>
13
+ <pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/vpi.rb, line 446</span>
14
+ 446: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">simulate</span>
15
+ 447: <span class="ruby-comment cmt"># this is a dummy method!</span>
16
+ 448: <span class="ruby-keyword kw">end</span></pre>
17
17
  </body>
18
18
  </html>