ruby-vpi 15.0.2 → 16.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 (208) hide show
  1. data/LICENSE +23 -340
  2. data/Rakefile +169 -192
  3. data/bin/generate_test.rb +26 -25
  4. data/bin/generate_test_tpl/runner.rake +4 -10
  5. data/bin/header_to_ruby.rb +3 -20
  6. data/doc/README +11 -0
  7. data/doc/Rakefile +8 -21
  8. data/doc/common.css +44 -10
  9. data/doc/common.tpl +5 -10
  10. data/doc/history.doc +8 -7
  11. data/doc/history.html +228 -560
  12. data/doc/history.rb +7 -11
  13. data/doc/{history.yml → history.yaml} +325 -128
  14. data/doc/images/{feed-icon.png → feed-icon-28x28.png} +0 -0
  15. data/doc/images/ruby/LICENSE +15 -0
  16. data/doc/images/ruby/logo-reflection.png +0 -0
  17. data/doc/images/ruby/logo-reflection.xcf +0 -0
  18. data/doc/images/ruby/logo.png +0 -0
  19. data/doc/images/{LICENSE → tango/LICENSE} +0 -0
  20. data/doc/images/{caution.png → tango/caution.png} +0 -0
  21. data/doc/images/{caution.svg → tango/caution.svg} +0 -0
  22. data/doc/images/{home.png → tango/home.png} +0 -0
  23. data/doc/images/{home.svg → tango/home.svg} +0 -0
  24. data/doc/images/{important.png → tango/important.png} +0 -0
  25. data/doc/images/{important.svg → tango/important.svg} +0 -0
  26. data/doc/images/{next.png → tango/next.png} +0 -0
  27. data/doc/images/{next.svg → tango/next.svg} +0 -0
  28. data/doc/images/{note.png → tango/note.png} +0 -0
  29. data/doc/images/{note.svg → tango/note.svg} +0 -0
  30. data/doc/images/{prev.png → tango/prev.png} +0 -0
  31. data/doc/images/{prev.svg → tango/prev.svg} +0 -0
  32. data/doc/images/{tip.png → tango/tip.png} +0 -0
  33. data/doc/images/{tip.svg → tango/tip.svg} +0 -0
  34. data/doc/images/{up.png → tango/up.png} +0 -0
  35. data/doc/images/{up.svg → tango/up.svg} +0 -0
  36. data/doc/images/{warning.png → tango/warning.png} +0 -0
  37. data/doc/images/{warning.svg → tango/warning.svg} +0 -0
  38. data/doc/intro.inc +105 -36
  39. data/doc/lib/doc_format.rb +151 -29
  40. data/doc/lib/doc_proxy.rb +28 -69
  41. data/doc/lib/erb_content.rb +10 -22
  42. data/doc/lib/erb_proxy.rb +13 -24
  43. data/doc/manual.doc +16 -60
  44. data/doc/manual.html +257 -340
  45. data/doc/memo.doc +2 -0
  46. data/doc/memo.html +11 -11
  47. data/doc/readme.doc +36 -2
  48. data/doc/readme.html +214 -51
  49. data/doc/rss.erb +3 -3
  50. data/doc/rss.xml +217 -269
  51. data/ext/Rakefile +7 -22
  52. data/ext/common.h +10 -21
  53. data/ext/extconf.rb +5 -0
  54. data/ext/main.c +2 -18
  55. data/ext/main.h +1 -16
  56. data/ext/relay.c +3 -17
  57. data/ext/relay.h +3 -17
  58. data/ext/verilog.h +6 -18
  59. data/ext/vlog.c +3 -21
  60. data/ext/vlog.h +3 -17
  61. data/lib/ruby-vpi/erb.rb +7 -20
  62. data/lib/ruby-vpi/float.rb +6 -20
  63. data/lib/ruby-vpi/integer.rb +27 -47
  64. data/lib/ruby-vpi/rake.rb +4 -19
  65. data/lib/ruby-vpi/rcov.rb +6 -21
  66. data/lib/ruby-vpi/rdoc.rb +3 -21
  67. data/lib/ruby-vpi/runner.rb +28 -29
  68. data/lib/ruby-vpi/runner_proxy.rb +5 -21
  69. data/lib/ruby-vpi/verilog_parser.rb +5 -20
  70. data/lib/ruby-vpi/vpi.rb +420 -376
  71. data/lib/ruby-vpi.rb +26 -32
  72. data/ref/c/annotated.html +1 -1
  73. data/ref/c/common_8h.html +1 -1
  74. data/ref/c/files.html +1 -1
  75. data/ref/c/functions.html +1 -1
  76. data/ref/c/functions_vars.html +1 -1
  77. data/ref/c/globals.html +1 -1
  78. data/ref/c/globals_0x63.html +1 -1
  79. data/ref/c/globals_0x65.html +1 -1
  80. data/ref/c/globals_0x66.html +1 -1
  81. data/ref/c/globals_0x6d.html +1 -1
  82. data/ref/c/globals_0x70.html +1 -1
  83. data/ref/c/globals_0x72.html +1 -1
  84. data/ref/c/globals_0x73.html +1 -1
  85. data/ref/c/globals_0x74.html +1 -1
  86. data/ref/c/globals_0x76.html +1 -1
  87. data/ref/c/globals_0x78.html +1 -1
  88. data/ref/c/globals_defs.html +1 -1
  89. data/ref/c/globals_defs_0x65.html +1 -1
  90. data/ref/c/globals_defs_0x70.html +1 -1
  91. data/ref/c/globals_defs_0x76.html +1 -1
  92. data/ref/c/globals_defs_0x78.html +1 -1
  93. data/ref/c/globals_enum.html +1 -1
  94. data/ref/c/globals_eval.html +1 -1
  95. data/ref/c/globals_func.html +1 -1
  96. data/ref/c/globals_type.html +1 -1
  97. data/ref/c/globals_vars.html +1 -1
  98. data/ref/c/index.html +1 -1
  99. data/ref/c/main_8c.html +1 -1
  100. data/ref/c/main_8h.html +1 -1
  101. data/ref/c/relay_8c.html +1 -1
  102. data/ref/c/relay_8h.html +1 -1
  103. data/ref/c/structt__cb__data.html +1 -1
  104. data/ref/c/structt__vpi__delay.html +1 -1
  105. data/ref/c/structt__vpi__error__info.html +1 -1
  106. data/ref/c/structt__vpi__strengthval.html +1 -1
  107. data/ref/c/structt__vpi__systf__data.html +1 -1
  108. data/ref/c/structt__vpi__time.html +1 -1
  109. data/ref/c/structt__vpi__value.html +1 -1
  110. data/ref/c/structt__vpi__vecval.html +1 -1
  111. data/ref/c/structt__vpi__vlog__info.html +1 -1
  112. data/ref/c/verilog_8h.html +1 -1
  113. data/ref/c/vlog_8c.html +1 -1
  114. data/ref/c/vlog_8h.html +1 -1
  115. data/ref/c/vpi__user_8h.html +1 -1
  116. data/ref/ruby/classes/ERB.html +5 -5
  117. data/ref/ruby/classes/ERB.src/{M000026.html → M000024.html} +15 -15
  118. data/ref/ruby/classes/FileUtils.html +10 -10
  119. data/ref/ruby/classes/FileUtils.src/{M000027.html → M000025.html} +4 -4
  120. data/ref/ruby/classes/FileUtils.src/{M000028.html → M000026.html} +4 -4
  121. data/ref/ruby/classes/Float.html +5 -5
  122. data/ref/ruby/classes/Float.src/{M000022.html → M000020.html} +5 -5
  123. data/ref/ruby/classes/Integer.html +20 -56
  124. data/ref/ruby/classes/Integer.src/M000008.html +11 -11
  125. data/ref/ruby/classes/Integer.src/M000009.html +4 -4
  126. data/ref/ruby/classes/Integer.src/M000010.html +4 -4
  127. data/ref/ruby/classes/Integer.src/M000011.html +4 -4
  128. data/ref/ruby/classes/Integer.src/M000012.html +4 -4
  129. data/ref/ruby/classes/Integer.src/M000013.html +4 -4
  130. data/ref/ruby/classes/Integer.src/M000016.html +12 -9
  131. data/ref/ruby/classes/Integer.src/M000017.html +18 -9
  132. data/ref/ruby/classes/Integer.src/M000018.html +12 -12
  133. data/ref/ruby/classes/Integer.src/M000019.html +17 -18
  134. data/ref/ruby/classes/RDoc.src/M000053.html +25 -25
  135. data/ref/ruby/classes/RubyVpi/Config.html +3 -3
  136. data/ref/ruby/classes/RubyVpi.html +11 -5
  137. data/ref/ruby/classes/RubyVpi.src/{M000029.html → M000027.html} +103 -101
  138. data/ref/ruby/classes/String.html +21 -15
  139. data/ref/ruby/classes/String.src/M000021.html +36 -0
  140. data/ref/ruby/classes/String.src/{M000024.html → M000022.html} +24 -24
  141. data/ref/ruby/classes/String.src/M000023.html +5 -23
  142. data/ref/ruby/classes/VerilogParser/Module/Parameter.src/M000007.html +5 -5
  143. data/ref/ruby/classes/VerilogParser/Module/Port.src/M000003.html +7 -7
  144. data/ref/ruby/classes/VerilogParser/Module/Port.src/M000004.html +4 -4
  145. data/ref/ruby/classes/VerilogParser/Module/Port.src/M000005.html +4 -4
  146. data/ref/ruby/classes/VerilogParser/Module/Port.src/M000006.html +4 -4
  147. data/ref/ruby/classes/VerilogParser/Module.src/M000002.html +20 -20
  148. data/ref/ruby/classes/VerilogParser.html +6 -0
  149. data/ref/ruby/classes/VerilogParser.src/M000001.html +20 -20
  150. data/ref/ruby/classes/Vpi/Handle.html +89 -88
  151. data/ref/ruby/classes/Vpi/Handle.src/M000036.html +18 -0
  152. data/ref/ruby/classes/Vpi/Handle.src/M000037.html +5 -5
  153. data/ref/ruby/classes/Vpi/Handle.src/M000038.html +5 -5
  154. data/ref/ruby/classes/Vpi/Handle.src/M000039.html +5 -5
  155. data/ref/ruby/classes/Vpi/Handle.src/M000040.html +8 -5
  156. data/ref/ruby/classes/Vpi/Handle.src/M000041.html +8 -8
  157. data/ref/ruby/classes/Vpi/Handle.src/M000042.html +7 -6
  158. data/ref/ruby/classes/Vpi/Handle.src/M000043.html +31 -9
  159. data/ref/ruby/classes/Vpi/Handle.src/M000044.html +74 -31
  160. data/ref/ruby/classes/Vpi/Handle.src/M000045.html +17 -74
  161. data/ref/ruby/classes/Vpi/Handle.src/M000046.html +11 -17
  162. data/ref/ruby/classes/Vpi/Handle.src/M000048.html +31 -0
  163. data/ref/ruby/classes/Vpi/Handle.src/M000049.html +53 -52
  164. data/ref/ruby/classes/Vpi/S_vpi_time.src/M000050.html +4 -4
  165. data/ref/ruby/classes/Vpi/S_vpi_time.src/M000051.html +5 -5
  166. data/ref/ruby/classes/Vpi/S_vpi_value.html +15 -15
  167. data/ref/ruby/classes/Vpi/S_vpi_value.src/{M000036.html → M000033.html} +5 -5
  168. data/ref/ruby/classes/Vpi/S_vpi_value.src/M000034.html +5 -5
  169. data/ref/ruby/classes/Vpi/S_vpi_value.src/M000035.html +5 -5
  170. data/ref/ruby/classes/Vpi.html +48 -19
  171. data/ref/ruby/classes/Vpi.src/M000028.html +28 -0
  172. data/ref/ruby/classes/Vpi.src/M000029.html +18 -0
  173. data/ref/ruby/classes/Vpi.src/M000030.html +25 -15
  174. data/ref/ruby/classes/Vpi.src/M000031.html +9 -5
  175. data/ref/ruby/classes/Vpi.src/M000032.html +9 -25
  176. data/ref/ruby/created.rid +1 -1
  177. data/ref/ruby/files/bin/generate_test_rb.html +2 -1
  178. data/ref/ruby/files/bin/header_to_ruby_rb.html +1 -1
  179. data/ref/ruby/files/lib/ruby-vpi/erb_rb.html +7 -1
  180. data/ref/ruby/files/lib/ruby-vpi/float_rb.html +7 -1
  181. data/ref/ruby/files/lib/ruby-vpi/integer_rb.html +7 -1
  182. data/ref/ruby/files/lib/ruby-vpi/rake_rb.html +7 -1
  183. data/ref/ruby/files/lib/ruby-vpi/rcov_rb.html +7 -1
  184. data/ref/ruby/files/lib/ruby-vpi/rdoc_rb.html +1 -1
  185. data/ref/ruby/files/lib/ruby-vpi/runner_proxy_rb.html +1 -1
  186. data/ref/ruby/files/lib/ruby-vpi/runner_rb.html +1 -1
  187. data/ref/ruby/files/lib/ruby-vpi/verilog_parser_rb.html +1 -1
  188. data/ref/ruby/files/lib/ruby-vpi/vpi_rb.html +1 -1
  189. data/ref/ruby/files/lib/ruby-vpi_rb.html +7 -1
  190. data/ref/ruby/fr_method_index.html +34 -34
  191. data/samp/counter/counter_rspec_runner.rake +4 -0
  192. data/samp/counter/counter_xunit_runner.rake +4 -0
  193. data/samp/pipelined_alu/Hw5UnitModel.rb +3 -19
  194. data/samp/pipelined_alu/README +38 -13
  195. data/samp/pipelined_alu/TestHw5UnitModel.rb +9 -20
  196. data/samp/pipelined_alu/hw5_unit.v +1 -16
  197. data/samp/pipelined_alu/hw5_unit_test_runner.rake +4 -0
  198. data/samp/pipelined_alu/hw5_unit_test_spec.rb +3 -20
  199. data/samp/pipelined_alu/int_gen.rb +6 -20
  200. metadata +47 -43
  201. data/doc/LICENSE +0 -397
  202. data/doc/images/feed-icon.LICENSE +0 -2
  203. data/doc/images/feed-icon.svg +0 -18
  204. data/ref/ruby/classes/Integer.src/M000020.html +0 -25
  205. data/ref/ruby/classes/Integer.src/M000021.html +0 -30
  206. data/ref/ruby/classes/String.src/M000025.html +0 -18
  207. data/ref/ruby/classes/Vpi/Handle.src/M000047.html +0 -24
  208. data/ref/ruby/classes/Vpi.src/M000033.html +0 -22
data/lib/ruby-vpi.rb CHANGED
@@ -1,32 +1,23 @@
1
- =begin
2
- Copyright 2006 Suraj N. Kurapati
3
-
4
- This file is part of Ruby-VPI.
5
-
6
- Ruby-VPI is free software; you can redistribute it and/or
7
- modify it under the terms of the GNU General Public License
8
- as published by the Free Software Foundation; either version 2
9
- of the License, or (at your option) any later version.
10
-
11
- Ruby-VPI is distributed in the hope that it will be useful,
12
- but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- GNU General Public License for more details.
15
-
16
- You should have received a copy of the GNU General Public License
17
- along with Ruby-VPI; if not, write to the Free Software Foundation,
18
- Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19
- =end
1
+ # General Ruby-VPI project information and testbench bootstrapping.
2
+ #--
3
+ # Copyright 2006-2007 Suraj N. Kurapati
4
+ # See the file named LICENSE for details.
20
5
 
21
6
  module RubyVpi
22
- # Initializes the bench by setting up code coverage, the interactive debugger, and so on:
7
+ # Initializes the bench by setting up code coverage, the interactive debugger,
8
+ # and so on:
9
+ #
23
10
  # 1. loads the design.rb file
24
11
  # 2. loads the proto.rb file if prototyping is enabled
25
12
  # 3. loads the spec.rb file
26
13
  #
27
- # aDesignId:: The name of the Ruby object which gives access to the design under test.
14
+ # aDesignId:: The name of the Ruby object which gives access to the design
15
+ # under test.
16
+ #
28
17
  # aSpecFormat:: The name of the format being used by the specification.
29
- # aSimulationCycle:: A block that simulates the design under test by, for example, toggling the clock signal.
18
+ #
19
+ # aSimulationCycle:: A block that simulates the design under test by, for
20
+ # example, toggling the clock signal.
30
21
  #
31
22
  def RubyVpi.init_bench aDesignId, aSpecFormat, &aSimulationCycle
32
23
  raise ArgumentError, "block must be given" unless block_given?
@@ -42,7 +33,8 @@ module RubyVpi
42
33
  usePrototype = !(ENV['PROTOTYPE'] || '').empty?
43
34
 
44
35
  # set up code coverage analysis
45
- # XXX: this is loaded *before* RCov to prevent coverage statistics about it
36
+ # XXX: this is loaded *before* RCov to prevent coverage statistics about
37
+ # it
46
38
  require 'ruby-vpi/vpi'
47
39
 
48
40
  if useCoverage
@@ -125,7 +117,8 @@ module RubyVpi
125
117
  Vpi::vpi_printf "#{Config::PROJECT_NAME}: prototype is enabled for test #{testName.inspect}\n"
126
118
 
127
119
  else
128
- # XXX: this completes the handshake, by calling relay_verilog, with pthread_mutex_lock() in relay_main() in the C extension
120
+ # XXX: this completes the handshake, by calling relay_verilog, with
121
+ # pthread_mutex_lock() in relay_main() in the C extension
129
122
  advance_time
130
123
  end
131
124
 
@@ -140,16 +133,17 @@ module RubyVpi
140
133
  PROJECT_URL = "http://#{PROJECT_ID}.rubyforge.org"
141
134
  WEBSITE_URL = PROJECT_URL + "/doc"
142
135
  PROJECT_SUMMARY = "Ruby interface to IEEE 1364-2005 Verilog VPI"
143
- PROJECT_DETAIL = "#{PROJECT_NAME} is a #{PROJECT_SUMMARY}. It lets you create complex Verilog test benches easily and wholly in Ruby."
136
+ PROJECT_DETAIL = "#{PROJECT_NAME} is a #{PROJECT_SUMMARY} and a platform for unit testing, rapid prototyping, and systems integration of Verilog modules through Ruby. It lets you create complex Verilog test benches easily and wholly in Ruby."
144
137
 
145
- Simulator = Struct.new(:id, :name, :compiler_args, :linker_args)
138
+ Simulator = Struct.new(:name, :compiler_args, :linker_args)
146
139
 
147
140
  # List of supported Verilog simulators.
148
- SIMULATORS = [
149
- Simulator.new(:cver, 'GPL Cver', '-DPRAGMATIC_CVER', ''),
150
- Simulator.new(:ivl, 'Icarus Verilog', '-DICARUS_VERILOG', ''),
151
- Simulator.new(:vcs, 'Synopsys VCS', '-DSYNOPSYS_VCS', ''),
152
- Simulator.new(:vsim, 'Mentor Modelsim', '-DMENTOR_MODELSIM', ''),
153
- ]
141
+ SIMULATORS = {
142
+ :cver => Simulator.new('GPL Cver', '-DPRAGMATIC_CVER', ''),
143
+ :ivl => Simulator.new('Icarus Verilog', '-DICARUS_VERILOG', ''),
144
+ :vcs => Simulator.new('Synopsys VCS', '-DSYNOPSYS_VCS', ''),
145
+ :vsim => Simulator.new('Mentor Modelsim', '-DMENTOR_MODELSIM', ''),
146
+ :ncsim => Simulator.new('Cadence NC-Sim', '-DCADENCE_NCSIM', ''),
147
+ }
154
148
  end
155
149
  end
data/ref/c/annotated.html CHANGED
@@ -27,7 +27,7 @@
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 Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
30
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
31
31
  <a href="http://www.doxygen.org/index.html">
32
32
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
33
33
  </body>
data/ref/c/common_8h.html CHANGED
@@ -140,7 +140,7 @@ 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 Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
143
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
144
144
  <a href="http://www.doxygen.org/index.html">
145
145
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
146
146
  </body>
data/ref/c/files.html CHANGED
@@ -27,7 +27,7 @@
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 Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
30
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
31
31
  <a href="http://www.doxygen.org/index.html">
32
32
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
33
33
  </body>
data/ref/c/functions.html CHANGED
@@ -125,7 +125,7 @@ Here is a list of all struct and union fields with links to the structures/union
125
125
  : <a class="el" href="structt__cb__data.html#5039bb34ac75410ff93cbe44515b3543">t_cb_data</a>, <a class="el" href="structt__vpi__value.html#73c4197b95dc5a8f4e8f0754e776d796">t_vpi_value</a><li>vector
126
126
  : <a class="el" href="structt__vpi__value.html#b363de5e581f84f9da4610dade8136df">t_vpi_value</a><li>version
127
127
  : <a class="el" href="structt__vpi__vlog__info.html#3ff076199159904aa9869e0fb1476bad">t_vpi_vlog_info</a></ul>
128
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
128
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
129
129
  <a href="http://www.doxygen.org/index.html">
130
130
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
131
131
  </body>
@@ -125,7 +125,7 @@
125
125
  : <a class="el" href="structt__cb__data.html#5039bb34ac75410ff93cbe44515b3543">t_cb_data</a>, <a class="el" href="structt__vpi__value.html#73c4197b95dc5a8f4e8f0754e776d796">t_vpi_value</a><li>vector
126
126
  : <a class="el" href="structt__vpi__value.html#b363de5e581f84f9da4610dade8136df">t_vpi_value</a><li>version
127
127
  : <a class="el" href="structt__vpi__vlog__info.html#3ff076199159904aa9869e0fb1476bad">t_vpi_vlog_info</a></ul>
128
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
128
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
129
129
  <a href="http://www.doxygen.org/index.html">
130
130
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
131
131
  </body>
data/ref/c/globals.html CHANGED
@@ -49,7 +49,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
49
49
  <h3><a class="anchor" name="index_b">- b -</a></h3><ul>
50
50
  <li>bool
51
51
  : <a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b1">common.h</a></ul>
52
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
52
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
53
53
  <a href="http://www.doxygen.org/index.html">
54
54
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
55
55
  </body>
@@ -80,7 +80,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
80
80
  : <a class="el" href="common_8h.html#f30d3fc89fbb3ed2aab2f5904ab76815">common.h</a><li>common_debug
81
81
  : <a class="el" href="common_8h.html#fcdad79cb06a5c61737b2f434218dc95">common.h</a><li>common_printf
82
82
  : <a class="el" href="common_8h.html#88235e5f8aab82571d68045e9f73fe81">common.h</a></ul>
83
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
83
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
84
84
  <a href="http://www.doxygen.org/index.html">
85
85
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
86
86
  </body>
@@ -49,7 +49,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
49
49
  <h3><a class="anchor" name="index_e">- e -</a></h3><ul>
50
50
  <li>EETERN
51
51
  : <a class="el" href="vpi__user_8h.html#17207c0c9000e05cf0c7bcde1c10293d">vpi_user.h</a></ul>
52
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
52
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
53
53
  <a href="http://www.doxygen.org/index.html">
54
54
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
55
55
  </body>
@@ -49,7 +49,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
49
49
  <h3><a class="anchor" name="index_f">- f -</a></h3><ul>
50
50
  <li>false
51
51
  : <a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b1e9de385ef6fe9bf3360d1038396b884c">common.h</a></ul>
52
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
52
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
53
53
  <a href="http://www.doxygen.org/index.html">
54
54
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
55
55
  </body>
@@ -51,7 +51,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
51
51
  : <a class="el" href="main_8h.html#0b8da71bf10f209b0dfa41f04551c4fc">main.h</a>, <a class="el" href="main_8c.html#0b8da71bf10f209b0dfa41f04551c4fc">main.c</a><li>main_relay_ruby_reason()
52
52
  : <a class="el" href="main_8h.html#b16d15ee5de4d3649f104484f4563c59">main.h</a>, <a class="el" href="main_8c.html#b16d15ee5de4d3649f104484f4563c59">main.c</a><li>main_relay_verilog()
53
53
  : <a class="el" href="main_8h.html#5744de41392bc2f3a3285c7203a77229">main.h</a>, <a class="el" href="main_8c.html#5744de41392bc2f3a3285c7203a77229">main.c</a></ul>
54
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
54
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
55
55
  <a href="http://www.doxygen.org/index.html">
56
56
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
57
57
  </body>
@@ -65,7 +65,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
65
65
  : <a class="el" href="vpi__user_8h.html#b4fa10713b8dd2588754f7172f9be4e0">vpi_user.h</a><li>PLI_VEXTERN
66
66
  : <a class="el" href="vpi__user_8h.html#ad181db3eb3faa5de4d589896dbcb662">vpi_user.h</a><li>PROTO_PARAMS
67
67
  : <a class="el" href="vpi__user_8h.html#240fc866a11eedf2a49b6b5afd5d2972">vpi_user.h</a></ul>
68
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
68
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
69
69
  <a href="http://www.doxygen.org/index.html">
70
70
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
71
71
  </body>
@@ -55,7 +55,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
55
55
  : <a class="el" href="relay_8h.html#fbc70fcd80a9e815a6800861428d7294">relay.h</a>, <a class="el" href="relay_8c.html#fbc70fcd80a9e815a6800861428d7294">relay.c</a><li>relay_ruby_thread()
56
56
  : <a class="el" href="relay_8c.html#e3e3b4172e29fefedf69f12686b60773">relay.c</a><li>relay_verilog()
57
57
  : <a class="el" href="relay_8h.html#c1a02ebdb76a321bac689ac9b30f0422">relay.h</a>, <a class="el" href="relay_8c.html#c1a02ebdb76a321bac689ac9b30f0422">relay.c</a></ul>
58
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
58
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
59
59
  <a href="http://www.doxygen.org/index.html">
60
60
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
61
61
  </body>
@@ -57,7 +57,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
57
57
  : <a class="el" href="vpi__user_8h.html#e494469f9621a826e75e9bda30cf6f15">vpi_user.h</a><li>s_vpi_vecval
58
58
  : <a class="el" href="vpi__user_8h.html#31ae651757effcffa547a034cfb5ea6b">vpi_user.h</a><li>s_vpi_vlog_info
59
59
  : <a class="el" href="vpi__user_8h.html#4d989aa964a0d69d3e1da525725573c8">vpi_user.h</a></ul>
60
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
60
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
61
61
  <a href="http://www.doxygen.org/index.html">
62
62
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
63
63
  </body>
@@ -49,7 +49,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
49
49
  <h3><a class="anchor" name="index_t">- t -</a></h3><ul>
50
50
  <li>true
51
51
  : <a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b108f175a5505a10b9ed657defeb050e4b">common.h</a></ul>
52
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
52
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
53
53
  <a href="http://www.doxygen.org/index.html">
54
54
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
55
55
  </body>
@@ -470,7 +470,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
470
470
  : <a class="el" href="vpi__user_8h.html#0a97a6fa4c5f82c05fc5909aded783e2">vpi_user.h</a><li>vpiXorPrim
471
471
  : <a class="el" href="vpi__user_8h.html#803026dd4484367c4b3cb871d28249df">vpi_user.h</a><li>vpiZ
472
472
  : <a class="el" href="vpi__user_8h.html#926969d440ea7547404cbac67367fe5f">vpi_user.h</a></ul>
473
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
473
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
474
474
  <a href="http://www.doxygen.org/index.html">
475
475
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
476
476
  </body>
@@ -49,7 +49,7 @@ Here is a list of all functions, variables, defines, enums, and typedefs with li
49
49
  <h3><a class="anchor" name="index_x">- x -</a></h3><ul>
50
50
  <li>XXTERN
51
51
  : <a class="el" href="vpi__user_8h.html#d3973263496fbe347baaf726dac775c5">vpi_user.h</a></ul>
52
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
52
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
53
53
  <a href="http://www.doxygen.org/index.html">
54
54
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
55
55
  </body>
@@ -74,7 +74,7 @@
74
74
  : <a class="el" href="common_8h.html#f30d3fc89fbb3ed2aab2f5904ab76815">common.h</a><li>common_debug
75
75
  : <a class="el" href="common_8h.html#fcdad79cb06a5c61737b2f434218dc95">common.h</a><li>common_printf
76
76
  : <a class="el" href="common_8h.html#88235e5f8aab82571d68045e9f73fe81">common.h</a></ul>
77
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
77
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
78
78
  <a href="http://www.doxygen.org/index.html">
79
79
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
80
80
  </body>
@@ -43,7 +43,7 @@
43
43
  <h3><a class="anchor" name="index_e">- e -</a></h3><ul>
44
44
  <li>EETERN
45
45
  : <a class="el" href="vpi__user_8h.html#17207c0c9000e05cf0c7bcde1c10293d">vpi_user.h</a></ul>
46
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
46
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
47
47
  <a href="http://www.doxygen.org/index.html">
48
48
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
49
49
  </body>
@@ -44,7 +44,7 @@
44
44
  <li>PLI_VEXTERN
45
45
  : <a class="el" href="vpi__user_8h.html#ad181db3eb3faa5de4d589896dbcb662">vpi_user.h</a><li>PROTO_PARAMS
46
46
  : <a class="el" href="vpi__user_8h.html#240fc866a11eedf2a49b6b5afd5d2972">vpi_user.h</a></ul>
47
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
47
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
48
48
  <a href="http://www.doxygen.org/index.html">
49
49
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
50
50
  </body>
@@ -459,7 +459,7 @@
459
459
  : <a class="el" href="vpi__user_8h.html#0a97a6fa4c5f82c05fc5909aded783e2">vpi_user.h</a><li>vpiXorPrim
460
460
  : <a class="el" href="vpi__user_8h.html#803026dd4484367c4b3cb871d28249df">vpi_user.h</a><li>vpiZ
461
461
  : <a class="el" href="vpi__user_8h.html#926969d440ea7547404cbac67367fe5f">vpi_user.h</a></ul>
462
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
462
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
463
463
  <a href="http://www.doxygen.org/index.html">
464
464
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
465
465
  </body>
@@ -43,7 +43,7 @@
43
43
  <h3><a class="anchor" name="index_x">- x -</a></h3><ul>
44
44
  <li>XXTERN
45
45
  : <a class="el" href="vpi__user_8h.html#d3973263496fbe347baaf726dac775c5">vpi_user.h</a></ul>
46
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
46
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
47
47
  <a href="http://www.doxygen.org/index.html">
48
48
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
49
49
  </body>
@@ -32,7 +32,7 @@
32
32
  <ul>
33
33
  <li>bool
34
34
  : <a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b1">common.h</a></ul>
35
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
35
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
36
36
  <a href="http://www.doxygen.org/index.html">
37
37
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
38
38
  </body>
@@ -33,7 +33,7 @@
33
33
  <li>false
34
34
  : <a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b1e9de385ef6fe9bf3360d1038396b884c">common.h</a><li>true
35
35
  : <a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b108f175a5505a10b9ed657defeb050e4b">common.h</a></ul>
36
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
36
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
37
37
  <a href="http://www.doxygen.org/index.html">
38
38
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
39
39
  </body>
@@ -42,7 +42,7 @@
42
42
  : <a class="el" href="vlog_8h.html#c74c587b2501362f8225b8ada1f8b0c0">vlog.h</a>, <a class="el" href="vlog_8c.html#c74c587b2501362f8225b8ada1f8b0c0">vlog.c</a>, <a class="el" href="verilog_8h.html#284b72fb83989cced485586b82bc6aa5">verilog.h</a><li>vlog_relay_ruby_reason()
43
43
  : <a class="el" href="vlog_8h.html#d6adf9454678287bd05e9df18859f2a5">vlog.h</a>, <a class="el" href="vlog_8c.html#d6adf9454678287bd05e9df18859f2a5">vlog.c</a><li>vlog_startup()
44
44
  : <a class="el" href="vlog_8c.html#dc9eaadf567421f239b8b647a3ea0eb2">vlog.c</a></ul>
45
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
45
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
46
46
  <a href="http://www.doxygen.org/index.html">
47
47
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
48
48
  </body>
@@ -56,7 +56,7 @@
56
56
  : <a class="el" href="vpi__user_8h.html#31ae651757effcffa547a034cfb5ea6b">vpi_user.h</a><li>s_vpi_vlog_info
57
57
  : <a class="el" href="vpi__user_8h.html#4d989aa964a0d69d3e1da525725573c8">vpi_user.h</a><li>vpiHandle
58
58
  : <a class="el" href="vpi__user_8h.html#7f57325d105c33e9bbac40b5ddd04d05">vpi_user.h</a></ul>
59
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
59
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
60
60
  <a href="http://www.doxygen.org/index.html">
61
61
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
62
62
  </body>
@@ -36,7 +36,7 @@
36
36
  : <a class="el" href="relay_8c.html#16c2cdb7e43e9d99b680843830f8a2f1">relay.c</a><li>vlog__relayReason
37
37
  : <a class="el" href="vlog_8c.html#18eaa93bf30b318a70eb68473d7597b1">vlog.c</a><li>vlog_startup_routines
38
38
  : <a class="el" href="vpi__user_8h.html#c633eb05d7e314a57629aa32ca3a9076">vpi_user.h</a>, <a class="el" href="vlog_8c.html#c1228ec9528d9c9be4de1c8e42cd3835">vlog.c</a></ul>
39
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
39
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
40
40
  <a href="http://www.doxygen.org/index.html">
41
41
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
42
42
  </body>
data/ref/c/index.html CHANGED
@@ -13,7 +13,7 @@
13
13
  </ul></div>
14
14
  <h1>Ruby-VPI Documentation</h1>
15
15
  <p>
16
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
16
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
17
17
  <a href="http://www.doxygen.org/index.html">
18
18
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
19
19
  </body>
data/ref/c/main_8c.html CHANGED
@@ -100,7 +100,7 @@ Transfers control from Ruby to Verilog.
100
100
 
101
101
  </div>
102
102
  </div><p>
103
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
103
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
104
104
  <a href="http://www.doxygen.org/index.html">
105
105
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
106
106
  </body>
data/ref/c/main_8h.html CHANGED
@@ -102,7 +102,7 @@ Transfers control from Ruby to Verilog.
102
102
 
103
103
  </div>
104
104
  </div><p>
105
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
105
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
106
106
  <a href="http://www.doxygen.org/index.html">
107
107
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
108
108
  </body>
data/ref/c/relay_8c.html CHANGED
@@ -171,7 +171,7 @@ Transfers control to Verilog.
171
171
 
172
172
  </div>
173
173
  </div><p>
174
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
174
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
175
175
  <a href="http://www.doxygen.org/index.html">
176
176
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
177
177
  </body>
data/ref/c/relay_8h.html CHANGED
@@ -99,7 +99,7 @@ Transfers control to Verilog.
99
99
 
100
100
  </div>
101
101
  </div><p>
102
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
102
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
103
103
  <a href="http://www.doxygen.org/index.html">
104
104
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
105
105
  </body>
@@ -144,7 +144,7 @@
144
144
  </div><p>
145
145
  <hr>The documentation for this struct was generated from the following file:<ul>
146
146
  <li><a class="el" href="vpi__user_8h.html">vpi_user.h</a></ul>
147
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
147
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
148
148
  <a href="http://www.doxygen.org/index.html">
149
149
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
150
150
  </body>
@@ -127,7 +127,7 @@
127
127
  </div><p>
128
128
  <hr>The documentation for this struct was generated from the following file:<ul>
129
129
  <li><a class="el" href="vpi__user_8h.html">vpi_user.h</a></ul>
130
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
130
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
131
131
  <a href="http://www.doxygen.org/index.html">
132
132
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
133
133
  </body>
@@ -144,7 +144,7 @@
144
144
  </div><p>
145
145
  <hr>The documentation for this struct was generated from the following file:<ul>
146
146
  <li><a class="el" href="vpi__user_8h.html">vpi_user.h</a></ul>
147
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
147
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
148
148
  <a href="http://www.doxygen.org/index.html">
149
149
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
150
150
  </body>
@@ -76,7 +76,7 @@
76
76
  </div><p>
77
77
  <hr>The documentation for this struct was generated from the following file:<ul>
78
78
  <li><a class="el" href="vpi__user_8h.html">vpi_user.h</a></ul>
79
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
79
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
80
80
  <a href="http://www.doxygen.org/index.html">
81
81
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
82
82
  </body>
@@ -144,7 +144,7 @@
144
144
  </div><p>
145
145
  <hr>The documentation for this struct was generated from the following file:<ul>
146
146
  <li><a class="el" href="vpi__user_8h.html">vpi_user.h</a></ul>
147
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
147
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
148
148
  <a href="http://www.doxygen.org/index.html">
149
149
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
150
150
  </body>
@@ -93,7 +93,7 @@
93
93
  </div><p>
94
94
  <hr>The documentation for this struct was generated from the following file:<ul>
95
95
  <li><a class="el" href="vpi__user_8h.html">vpi_user.h</a></ul>
96
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
96
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
97
97
  <a href="http://www.doxygen.org/index.html">
98
98
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
99
99
  </body>
@@ -197,7 +197,7 @@
197
197
  </div><p>
198
198
  <hr>The documentation for this struct was generated from the following file:<ul>
199
199
  <li><a class="el" href="vpi__user_8h.html">vpi_user.h</a></ul>
200
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
200
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
201
201
  <a href="http://www.doxygen.org/index.html">
202
202
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
203
203
  </body>
@@ -59,7 +59,7 @@
59
59
  </div><p>
60
60
  <hr>The documentation for this struct was generated from the following file:<ul>
61
61
  <li><a class="el" href="vpi__user_8h.html">vpi_user.h</a></ul>
62
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
62
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
63
63
  <a href="http://www.doxygen.org/index.html">
64
64
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
65
65
  </body>
@@ -93,7 +93,7 @@
93
93
  </div><p>
94
94
  <hr>The documentation for this struct was generated from the following file:<ul>
95
95
  <li><a class="el" href="vpi__user_8h.html">vpi_user.h</a></ul>
96
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
96
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
97
97
  <a href="http://www.doxygen.org/index.html">
98
98
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
99
99
  </body>
@@ -176,7 +176,7 @@ A proxy for all Verilog headers of interest to us.
176
176
 
177
177
  </div>
178
178
  </div><p>
179
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
179
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
180
180
  <a href="http://www.doxygen.org/index.html">
181
181
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
182
182
  </body>
data/ref/c/vlog_8c.html CHANGED
@@ -154,7 +154,7 @@ Registers a callback at start of simulation to vlog_relay_main();.
154
154
 
155
155
  </div>
156
156
  </div><p>
157
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
157
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
158
158
  <a href="http://www.doxygen.org/index.html">
159
159
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
160
160
  </body>
data/ref/c/vlog_8h.html CHANGED
@@ -77,7 +77,7 @@ Returns the data corresponding to the callback that caused the relay from Verilo
77
77
 
78
78
  </div>
79
79
  </div><p>
80
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
80
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
81
81
  <a href="http://www.doxygen.org/index.html">
82
82
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
83
83
  </body>
@@ -8732,7 +8732,7 @@ alias 1364-1995 system function subtypes to 1364-2001 function subtypes
8732
8732
 
8733
8733
  </div>
8734
8734
  </div><p>
8735
- <hr size="1"><address style="align: right;"><small>Generated on Mon Jan 22 16:30:30 2007 for Ruby-VPI by&nbsp;
8735
+ <hr size="1"><address style="align: right;"><small>Generated on Wed May 2 23:05:02 2007 for Ruby-VPI by&nbsp;
8736
8736
  <a href="http://www.doxygen.org/index.html">
8737
8737
  <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
8738
8738
  </body>