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/doc/rss.xml CHANGED
@@ -3,16 +3,82 @@
3
3
  <channel>
4
4
  <title>Ruby-VPI</title>
5
5
  <link>http://ruby-vpi.rubyforge.org</link>
6
- <description>Ruby-VPI is a Ruby interface to IEEE 1364-2005 Verilog VPI. It lets you create complex Verilog test benches easily and wholly in Ruby.</description>
6
+ <description>Ruby-VPI is a Ruby interface to IEEE 1364-2005 Verilog VPI 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.</description>
7
7
  <item>
8
- <title>Version 15.0.2 released</title>
9
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#15.0.2</link>
10
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#15.0.2</guid>
11
- <description>&lt;h1 id=&quot;15.0.2&quot;&gt;Version 15.0.2 (2007-01-22)&lt;/h1&gt;
8
+ <title>Version 16.0.0 released</title>
9
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a16.0.0</link>
10
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a16.0.0</guid>
11
+ <description>&lt;h1 id=&quot;16.0.0&quot;&gt;Version 16.0.0 (2007-05-02)&lt;/h1&gt;
12
+
13
+ &lt;p&gt;This release adds support for the &lt;a href=&quot;http://www.cadence.com/products/functional_ver/nc-verilog/&quot;&gt;Cadence NC-Sim / NC-Verilog&lt;/a&gt; simulator, improves the project website and documentation, simplifies interaction with &lt;span class=&quot;caps&quot;&gt;VPI&lt;/span&gt;, and comes with a more permissive license.&lt;/p&gt;
14
+
15
+
16
+ &lt;h2&gt;Caution&lt;/h2&gt;
17
+
18
+
19
+ &lt;ul&gt;
20
+ &lt;li&gt;The &lt;code class=&quot;code&quot;&gt;&lt;span style=&quot;color:#036; font-weight:bold&quot;&gt;Integer&lt;/span&gt;.ensure_min&lt;/code&gt; and &lt;code class=&quot;code&quot;&gt;&lt;span style=&quot;color:#036; font-weight:bold&quot;&gt;Integer&lt;/span&gt;.ensure_max&lt;/code&gt; methods have been removed from the &lt;tt&gt;ruby-vpi/integer.rb&lt;/tt&gt; library because Ruby already has idioms for these operations: &lt;pre&gt;
21
+ &amp;gt;&amp;gt; 5.ensure_min 10
22
+ =&amp;gt; 10
23
+ &amp;gt;&amp;gt; [5, 10].max
24
+ =&amp;gt; 10
25
+
26
+ &amp;gt;&amp;gt; 5.ensure_max 10
27
+ =&amp;gt; 5
28
+ &amp;gt;&amp;gt; [5, 10].min
29
+ =&amp;gt; 5
30
+ &lt;/pre&gt;&lt;/li&gt;
31
+ &lt;/ul&gt;
32
+
33
+
34
+ &lt;ul&gt;
35
+ &lt;li&gt;Ruby-VPI is now developed under a &lt;a href=&quot;readme.html#intro.license&quot;&gt;more permissive license&lt;/a&gt; that better reflects my ethical beliefs than &lt;a href=&quot;http://www.gnu.org/copyleft/gpl.html&quot;&gt;the previous license&lt;/a&gt;.&lt;/li&gt;
36
+ &lt;/ul&gt;
37
+
38
+
39
+ &lt;h2&gt;New features&lt;/h2&gt;
40
+
41
+
42
+ &lt;ul&gt;
43
+ &lt;li&gt;The &lt;a href=&quot;http://www.cadence.com/products/functional_ver/nc-verilog/&quot;&gt;Cadence NC-Sim / NC-Verilog&lt;/a&gt; (ncsim) simulator is now supported.&lt;/li&gt;
44
+ &lt;/ul&gt;
12
45
 
13
46
 
14
- &lt;h2&gt;Summary&lt;/h2&gt;
47
+ &lt;ul&gt;
48
+ &lt;li&gt;&lt;span class=&quot;caps&quot;&gt;VPI&lt;/span&gt; structures (whose names begin with &amp;#8220;S_&amp;#8221;) now allow initialization of their members through their constructor, in the style of Ruby on Rails. For example, the expression &lt;code class=&quot;code&quot;&gt;time = &lt;span style=&quot;color:#036; font-weight:bold&quot;&gt;S_vpi_time&lt;/span&gt;.new &lt;span style=&quot;color:#A60&quot;&gt;:type&lt;/span&gt; =&amp;gt; &lt;span style=&quot;color:#036; font-weight:bold&quot;&gt;VpiSuppressTime&lt;/span&gt;&lt;/code&gt; is equivalent to: &lt;pre class=&quot;code&quot;&gt;
49
+ time = &lt;span style=&quot;color:#036; font-weight:bold&quot;&gt;S_vpi_time&lt;/span&gt;.new
50
+ time.type = &lt;span style=&quot;color:#036; font-weight:bold&quot;&gt;VpiSuppressTime&lt;/span&gt;
51
+ &lt;/pre&gt;&lt;/li&gt;
52
+ &lt;/ul&gt;
53
+
54
+
55
+ &lt;ul&gt;
56
+ &lt;li&gt;Added the &lt;code class=&quot;code&quot;&gt;&lt;span style=&quot;color:#036; font-weight:bold&quot;&gt;Vpi&lt;/span&gt;::&lt;span style=&quot;color:#036; font-weight:bold&quot;&gt;Handle&lt;/span&gt;.cbValueChange&lt;/code&gt; method which simplifies the registration of a value-change callback for a particular &lt;span class=&quot;caps&quot;&gt;VPI&lt;/span&gt; handle. For instance, the user manual&amp;#8217;s &lt;a href=&quot;manual.html#ex..callback&quot;&gt;example of setting up a value-change callback&lt;/a&gt; can now be written as follows: &lt;pre class=&quot;code&quot;&gt;
57
+ &lt;span style=&quot;color:#036; font-weight:bold&quot;&gt;Counter&lt;/span&gt;.count.cbValueChange &lt;span style=&quot;color:#080; font-weight:bold&quot;&gt;do&lt;/span&gt; |s_cb_data|
58
+ puts &lt;span style=&quot;background-color:#fff0f0&quot;&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color:#D20&quot;&gt;hello from callback! time=&lt;/span&gt;&lt;span style=&quot;background: #eee&quot;&gt;&lt;span style=&quot;font-weight: bold; color: #888&quot;&gt;#{&lt;/span&gt;s_cb_data.time.to_i&lt;span style=&quot;font-weight: bold; color: #888&quot;&gt;}&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color:#D20&quot;&gt; count=&lt;/span&gt;&lt;span style=&quot;background: #eee&quot;&gt;&lt;span style=&quot;font-weight: bold; color: #888&quot;&gt;#{&lt;/span&gt;s_cb_data.obj.intVal&lt;span style=&quot;font-weight: bold; color: #888&quot;&gt;}&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;
59
+ &lt;span style=&quot;color:#080; font-weight:bold&quot;&gt;end&lt;/span&gt;
60
+ &lt;/pre&gt;&lt;/li&gt;
61
+ &lt;/ul&gt;
62
+
63
+
64
+ &lt;h2&gt;Details&lt;/h2&gt;
65
+
15
66
 
67
+ &lt;ul&gt;
68
+ &lt;li&gt;Revised the project website according to the &lt;a href=&quot;http://producingoss.com&quot;&gt;Producing &lt;span class=&quot;caps&quot;&gt;OSS&lt;/span&gt;&lt;/a&gt; guidelines.&lt;/li&gt;
69
+ &lt;/ul&gt;
70
+
71
+
72
+ &lt;ul&gt;
73
+ &lt;li&gt;Added instructions for checking out source code and generating documentation.&lt;/li&gt;
74
+ &lt;/ul&gt;</description>
75
+ <pubDate>Wed, 02 May 2007 00:00:00 PDT</pubDate>
76
+ </item>
77
+ <item>
78
+ <title>Version 15.0.2 released</title>
79
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a15.0.2</link>
80
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a15.0.2</guid>
81
+ <description>&lt;h1 id=&quot;15.0.2&quot;&gt;Version 15.0.2 (2007-01-22)&lt;/h1&gt;
16
82
 
17
83
  &lt;p&gt;This release fixes problems with linking of the C extension and installation of the gem.&lt;/p&gt;
18
84
 
@@ -32,21 +98,19 @@
32
98
  </item>
33
99
  <item>
34
100
  <title>Version 15.0.1 released</title>
35
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#15.0.1</link>
36
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#15.0.1</guid>
101
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a15.0.1</link>
102
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a15.0.1</guid>
37
103
  <description>&lt;h1 id=&quot;15.0.1&quot;&gt;Version 15.0.1 (2007-01-15)&lt;/h1&gt;
38
104
 
105
+ &lt;p&gt;This release fixes another problem with compilation of the C extension and improves the user documentation&amp;#8217;s appearance.&lt;/p&gt;
39
106
 
40
- &lt;h2&gt;Summary&lt;/h2&gt;
41
107
 
108
+ &lt;h2&gt;Thanks&lt;/h2&gt;
42
109
 
43
- &lt;p&gt;This release fixes a problem with compilation of the C extension and improves the user documentation&amp;#8217;s appearance.&lt;/p&gt;
44
110
 
45
-
46
- &lt;h2&gt;Acknowledgment&lt;/h2&gt;
47
-
48
-
49
- &lt;p&gt;Thanks to Derek Graham for reporting the problem.&lt;/p&gt;
111
+ &lt;ul&gt;
112
+ &lt;li&gt;Derek Graham reported the problem with compilation of the C extension.&lt;/li&gt;
113
+ &lt;/ul&gt;
50
114
 
51
115
 
52
116
  &lt;h2&gt;Details&lt;/h2&gt;
@@ -69,24 +133,22 @@
69
133
  </item>
70
134
  <item>
71
135
  <title>Version 15.0.0 released</title>
72
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#15.0.0</link>
73
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#15.0.0</guid>
136
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a15.0.0</link>
137
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a15.0.0</guid>
74
138
  <description>&lt;h1 id=&quot;15.0.0&quot;&gt;Version 15.0.0 (2007-01-13)&lt;/h1&gt;
75
139
 
76
-
77
- &lt;h2&gt;Summary&lt;/h2&gt;
78
-
79
-
80
140
  &lt;p&gt;This release fixes a problem with compilation of the C extension, and makes clock generation code correctly affect Ruby prototypes.&lt;/p&gt;
81
141
 
82
142
 
83
- &lt;h2&gt;Acknowledgment&lt;/h2&gt;
143
+ &lt;h2&gt;Thanks&lt;/h2&gt;
84
144
 
85
145
 
86
- &lt;p&gt;Thanks to Derek Graham for reporting the problem with compilation of the C extension.&lt;/p&gt;
146
+ &lt;ul&gt;
147
+ &lt;li&gt;Derek Graham reported the problem with compilation of the C extension.&lt;/li&gt;
148
+ &lt;/ul&gt;
87
149
 
88
150
 
89
- &lt;h2&gt;Notice&lt;/h2&gt;
151
+ &lt;h2&gt;Caution&lt;/h2&gt;
90
152
 
91
153
 
92
154
  &lt;ul&gt;
@@ -137,18 +199,14 @@
137
199
  </item>
138
200
  <item>
139
201
  <title>Version 14.0.0 released</title>
140
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#14.0.0</link>
141
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#14.0.0</guid>
202
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a14.0.0</link>
203
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a14.0.0</guid>
142
204
  <description>&lt;h1 id=&quot;14.0.0&quot;&gt;Version 14.0.0 (2006-12-30)&lt;/h1&gt;
143
205
 
144
-
145
- &lt;h2&gt;Summary&lt;/h2&gt;
146
-
147
-
148
206
  &lt;p&gt;This release adds support for simulation callbacks, renders Verilog benches &lt;em&gt;fully simplified&lt;/em&gt;, and revises the user manual to reflect major changes.&lt;/p&gt;
149
207
 
150
208
 
151
- &lt;h2&gt;Notice&lt;/h2&gt;
209
+ &lt;h2&gt;Caution&lt;/h2&gt;
152
210
 
153
211
 
154
212
  &lt;ul&gt;
@@ -217,18 +275,14 @@
217
275
  </item>
218
276
  <item>
219
277
  <title>Version 13.0.0 released</title>
220
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#13.0.0</link>
221
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#13.0.0</guid>
278
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a13.0.0</link>
279
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a13.0.0</guid>
222
280
  <description>&lt;h1 id=&quot;13.0.0&quot;&gt;Version 13.0.0 (2006-12-27)&lt;/h1&gt;
223
281
 
224
-
225
- &lt;h2&gt;Summary&lt;/h2&gt;
226
-
227
-
228
282
  &lt;p&gt;This release fixes a &lt;em&gt;major&lt;/em&gt; instability bug, simplifies generated Verilog benches, and purifies the &lt;span class=&quot;caps&quot;&gt;API&lt;/span&gt; reference documentation.&lt;/p&gt;
229
283
 
230
284
 
231
- &lt;h2&gt;Notice&lt;/h2&gt;
285
+ &lt;h2&gt;Caution&lt;/h2&gt;
232
286
 
233
287
 
234
288
  &lt;ul&gt;
@@ -274,18 +328,14 @@
274
328
  </item>
275
329
  <item>
276
330
  <title>Version 12.1.0 released</title>
277
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#12.1.0</link>
278
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#12.1.0</guid>
331
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a12.1.0</link>
332
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a12.1.0</guid>
279
333
  <description>&lt;h1 id=&quot;12.1.0&quot;&gt;Version 12.1.0 (2006-12-22)&lt;/h1&gt;
280
334
 
281
-
282
- &lt;h2&gt;Summary&lt;/h2&gt;
283
-
284
-
285
335
  &lt;p&gt;This release adds interactive debugging support, adds new sections to the user manual, and cleanses some internals.&lt;/p&gt;
286
336
 
287
337
 
288
- &lt;h2&gt;Notice&lt;/h2&gt;
338
+ &lt;h2&gt;Caution&lt;/h2&gt;
289
339
 
290
340
 
291
341
  &lt;ul&gt;
@@ -339,34 +389,28 @@
339
389
  </item>
340
390
  <item>
341
391
  <title>Version 12.0.2 released</title>
342
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#12.0.2</link>
343
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#12.0.2</guid>
392
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a12.0.2</link>
393
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a12.0.2</guid>
344
394
  <description>&lt;h1 id=&quot;12.0.2&quot;&gt;Version 12.0.2 (2006-12-18)&lt;/h1&gt;
345
395
 
346
-
347
- &lt;h2&gt;Summary&lt;/h2&gt;
348
-
349
-
350
396
  &lt;p&gt;This release fixes a problem in the 12.0.1 gem, where the &lt;strong&gt;generate_test.rb&lt;/strong&gt; and &lt;strong&gt;header_to_ruby.rb&lt;/strong&gt; tools were not being installed properly.&lt;/p&gt;</description>
351
397
  <pubDate>Mon, 18 Dec 2006 00:00:00 PST</pubDate>
352
398
  </item>
353
399
  <item>
354
400
  <title>Version 12.0.1 released</title>
355
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#12.0.1</link>
356
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#12.0.1</guid>
401
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a12.0.1</link>
402
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a12.0.1</guid>
357
403
  <description>&lt;h1 id=&quot;12.0.1&quot;&gt;Version 12.0.1 (2006-12-18)&lt;/h1&gt;
358
404
 
359
-
360
- &lt;h2&gt;Summary&lt;/h2&gt;
361
-
362
-
363
405
  &lt;p&gt;This release fixes a problem in code coverage analysis.&lt;/p&gt;
364
406
 
365
407
 
366
- &lt;h2&gt;Acknowledgment&lt;/h2&gt;
408
+ &lt;h2&gt;Thanks&lt;/h2&gt;
367
409
 
368
410
 
369
- &lt;p&gt;Thanks to Mauricio Fernandez for helping me solve the problem.&lt;/p&gt;
411
+ &lt;ul&gt;
412
+ &lt;li&gt;Mauricio Fernandez helped me solve the problem with code coverage analysis.&lt;/li&gt;
413
+ &lt;/ul&gt;
370
414
 
371
415
 
372
416
  &lt;h2&gt;Details&lt;/h2&gt;
@@ -380,18 +424,14 @@
380
424
  </item>
381
425
  <item>
382
426
  <title>Version 12.0.0 released</title>
383
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#12.0.0</link>
384
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#12.0.0</guid>
427
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a12.0.0</link>
428
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a12.0.0</guid>
385
429
  <description>&lt;h1 id=&quot;12.0.0&quot;&gt;Version 12.0.0 (2006-12-07)&lt;/h1&gt;
386
430
 
387
-
388
- &lt;h2&gt;Summary&lt;/h2&gt;
389
-
390
-
391
431
  &lt;p&gt;This release adds support for the &lt;a href=&quot;http://chneukirchen.org/blog/archive/2006/10/announcing-test-spec-0-2-a-bdd-interface-for-test-unit.html&quot;&gt;test/spec&lt;/a&gt; library, fixes some bugs, and improves the user manual and generated tests.&lt;/p&gt;
392
432
 
393
433
 
394
- &lt;h2&gt;Notice&lt;/h2&gt;
434
+ &lt;h2&gt;Caution&lt;/h2&gt;
395
435
 
396
436
 
397
437
  &lt;ul&gt;
@@ -485,24 +525,22 @@
485
525
  </item>
486
526
  <item>
487
527
  <title>Version 11.1.1 released</title>
488
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#11.1.1</link>
489
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#11.1.1</guid>
528
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a11.1.1</link>
529
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a11.1.1</guid>
490
530
  <description>&lt;h1 id=&quot;11.1.1&quot;&gt;Version 11.1.1 (2006-11-15)&lt;/h1&gt;
491
531
 
492
-
493
- &lt;h2&gt;Summary&lt;/h2&gt;
494
-
495
-
496
532
  &lt;p&gt;This release fixes a bug in the automated test generator, unifies the user manual and the website into a single documentation system, and adds support for rSpec 0.7.2.&lt;/p&gt;
497
533
 
498
534
 
499
- &lt;h2&gt;Acknowledgment&lt;/h2&gt;
535
+ &lt;h2&gt;Thanks&lt;/h2&gt;
500
536
 
501
537
 
502
- &lt;p&gt;Thanks to John Burr for finding the bug in the automated test generator.&lt;/p&gt;
538
+ &lt;ul&gt;
539
+ &lt;li&gt;John Burr found the bug in the automated test generator.&lt;/li&gt;
540
+ &lt;/ul&gt;
503
541
 
504
542
 
505
- &lt;h2&gt;Notice&lt;/h2&gt;
543
+ &lt;h2&gt;Caution&lt;/h2&gt;
506
544
 
507
545
 
508
546
  &lt;ul&gt;
@@ -525,24 +563,22 @@
525
563
  </item>
526
564
  <item>
527
565
  <title>Version 11.1.0 released</title>
528
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#11.1.0</link>
529
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#11.1.0</guid>
566
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a11.1.0</link>
567
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a11.1.0</guid>
530
568
  <description>&lt;h1 id=&quot;11.1.0&quot;&gt;Version 11.1.0 (2006-11-08)&lt;/h1&gt;
531
569
 
532
-
533
- &lt;h2&gt;Summary&lt;/h2&gt;
534
-
535
-
536
570
  &lt;p&gt;This release fixes a bug in generated benches, improves the &lt;a href=&quot;../ref/ruby/classes/Vpi/Handle.html&quot;&gt;the &lt;code class=&quot;code&quot;&gt;&lt;span style=&quot;color:#036; font-weight:bold&quot;&gt;Vpi&lt;/span&gt;::&lt;span style=&quot;color:#036; font-weight:bold&quot;&gt;Handle&lt;/span&gt;&lt;/code&gt; class&lt;/a&gt;, and improves performance by roughly 20%.&lt;/p&gt;
537
571
 
538
572
 
539
- &lt;h2&gt;Acknowledgment&lt;/h2&gt;
573
+ &lt;h2&gt;Thanks&lt;/h2&gt;
540
574
 
541
575
 
542
- &lt;p&gt;Thanks to Matt Fischler for finding the bug in generated benches (see below).&lt;/p&gt;
576
+ &lt;ul&gt;
577
+ &lt;li&gt;Matt Fischler found the bug in generated benches (see below).&lt;/li&gt;
578
+ &lt;/ul&gt;
543
579
 
544
580
 
545
- &lt;h2&gt;Notice&lt;/h2&gt;
581
+ &lt;h2&gt;Caution&lt;/h2&gt;
546
582
 
547
583
 
548
584
  &lt;ul&gt;
@@ -603,18 +639,14 @@
603
639
  </item>
604
640
  <item>
605
641
  <title>Version 11.0.0 released</title>
606
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#11.0.0</link>
607
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#11.0.0</guid>
642
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a11.0.0</link>
643
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a11.0.0</guid>
608
644
  <description>&lt;h1 id=&quot;11.0.0&quot;&gt;Version 11.0.0 (2006-11-05)&lt;/h1&gt;
609
645
 
610
-
611
- &lt;h2&gt;Summary&lt;/h2&gt;
612
-
613
-
614
646
  &lt;p&gt;This release shortens generated Ruby benches and uses the less confusing notation for defining &lt;a href=&quot;http://wiki.rubygarden.org/Ruby/page/show/SingletonTutorial&quot;&gt;singleton methods&lt;/a&gt; in generated designs and prototypes.&lt;/p&gt;
615
647
 
616
648
 
617
- &lt;h2&gt;Notice&lt;/h2&gt;
649
+ &lt;h2&gt;Caution&lt;/h2&gt;
618
650
 
619
651
 
620
652
  &lt;ul&gt;
@@ -661,24 +693,22 @@
661
693
  </item>
662
694
  <item>
663
695
  <title>Version 10.0.0 released</title>
664
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#10.0.0</link>
665
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#10.0.0</guid>
696
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a10.0.0</link>
697
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a10.0.0</guid>
666
698
  <description>&lt;h1 id=&quot;10.0.0&quot;&gt;Version 10.0.0 (2006-11-05)&lt;/h1&gt;
667
699
 
668
-
669
- &lt;h2&gt;Summary&lt;/h2&gt;
670
-
671
-
672
700
  &lt;p&gt;This release adds the ability to access a handle&amp;#8217;s children and reduces the amount of code produced by the automated test generator.&lt;/p&gt;
673
701
 
674
702
 
675
- &lt;h2&gt;Acknowledgment&lt;/h2&gt;
703
+ &lt;h2&gt;Thanks&lt;/h2&gt;
676
704
 
677
705
 
678
- &lt;p&gt;Thanks to Matt Fischler for finding the problem of misdirected compilation errors in Verilog benches.&lt;/p&gt;
706
+ &lt;ul&gt;
707
+ &lt;li&gt;Matt Fischler found the problem of misdirected compilation errors in Verilog benches.&lt;/li&gt;
708
+ &lt;/ul&gt;
679
709
 
680
710
 
681
- &lt;h2&gt;Notice&lt;/h2&gt;
711
+ &lt;h2&gt;Caution&lt;/h2&gt;
682
712
 
683
713
 
684
714
  &lt;ul&gt;
@@ -745,24 +775,22 @@
745
775
  </item>
746
776
  <item>
747
777
  <title>Version 9.0.0 released</title>
748
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#9.0.0</link>
749
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#9.0.0</guid>
778
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a9.0.0</link>
779
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a9.0.0</guid>
750
780
  <description>&lt;h1 id=&quot;9.0.0&quot;&gt;Version 9.0.0 (2006-10-28)&lt;/h1&gt;
751
781
 
752
-
753
- &lt;h2&gt;Summary&lt;/h2&gt;
754
-
755
-
756
782
  &lt;p&gt;This release improves the automated test generator and adds new content to the user manual.&lt;/p&gt;
757
783
 
758
784
 
759
- &lt;h2&gt;Acknowledgment&lt;/h2&gt;
785
+ &lt;h2&gt;Thanks&lt;/h2&gt;
760
786
 
761
787
 
762
- &lt;p&gt;Thanks to Matt Fischler for helping test and debug the installation of Ruby-VPI on Windows.&lt;/p&gt;
788
+ &lt;ul&gt;
789
+ &lt;li&gt;Matt Fischler helped test and debug the installation of Ruby-VPI on Windows.&lt;/li&gt;
790
+ &lt;/ul&gt;
763
791
 
764
792
 
765
- &lt;h2&gt;Notice&lt;/h2&gt;
793
+ &lt;h2&gt;Caution&lt;/h2&gt;
766
794
 
767
795
 
768
796
  &lt;ul&gt;
@@ -815,24 +843,22 @@
815
843
  </item>
816
844
  <item>
817
845
  <title>Version 8.2.0 released</title>
818
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#8.2.0</link>
819
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#8.2.0</guid>
846
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a8.2.0</link>
847
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a8.2.0</guid>
820
848
  <description>&lt;h1 id=&quot;8.2.0&quot;&gt;Version 8.2.0 (2006-10-24)&lt;/h1&gt;
821
849
 
822
-
823
- &lt;h2&gt;Summary&lt;/h2&gt;
824
-
825
-
826
850
  &lt;p&gt;This release simplifies configuration of generated tests.&lt;/p&gt;
827
851
 
828
852
 
829
- &lt;h2&gt;Acknowledgment&lt;/h2&gt;
853
+ &lt;h2&gt;Thanks&lt;/h2&gt;
830
854
 
831
855
 
832
- &lt;p&gt;Thanks to &lt;a href=&quot;http://www.soe.ucsc.edu/classes/cmpe126/Fall06/&quot;&gt;students in &lt;span class=&quot;caps&quot;&gt;CMPE&lt;/span&gt;-126&lt;/a&gt; for their comments.&lt;/p&gt;
856
+ &lt;ul&gt;
857
+ &lt;li&gt;&lt;a href=&quot;http://www.soe.ucsc.edu/classes/cmpe126/Fall06/&quot;&gt;Students in the &lt;span class=&quot;caps&quot;&gt;CMPE&lt;/span&gt;-126 class&lt;/a&gt; for their comments and criticisms.&lt;/li&gt;
858
+ &lt;/ul&gt;
833
859
 
834
860
 
835
- &lt;h2&gt;Notice&lt;/h2&gt;
861
+ &lt;h2&gt;Caution&lt;/h2&gt;
836
862
 
837
863
 
838
864
  &lt;ul&gt;
@@ -852,18 +878,14 @@
852
878
  </item>
853
879
  <item>
854
880
  <title>Version 8.1.0 released</title>
855
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#8.1.0</link>
856
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#8.1.0</guid>
881
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a8.1.0</link>
882
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a8.1.0</guid>
857
883
  <description>&lt;h1 id=&quot;8.1.0&quot;&gt;Version 8.1.0 (2006-10-21)&lt;/h1&gt;
858
884
 
859
-
860
- &lt;h2&gt;Summary&lt;/h2&gt;
861
-
862
-
863
885
  &lt;p&gt;This release adds an integer library and renames the vpi_util library.&lt;/p&gt;
864
886
 
865
887
 
866
- &lt;h2&gt;Notice&lt;/h2&gt;
888
+ &lt;h2&gt;Caution&lt;/h2&gt;
867
889
 
868
890
 
869
891
  &lt;ul&gt;
@@ -881,18 +903,14 @@
881
903
  </item>
882
904
  <item>
883
905
  <title>Version 8.0.0 released</title>
884
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#8.0.0</link>
885
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#8.0.0</guid>
906
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a8.0.0</link>
907
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a8.0.0</guid>
886
908
  <description>&lt;h1 id=&quot;8.0.0&quot;&gt;Version 8.0.0 (2006-10-13)&lt;/h1&gt;
887
909
 
888
-
889
- &lt;h2&gt;Summary&lt;/h2&gt;
890
-
891
-
892
910
  &lt;p&gt;This release renames some identifiers for consistency, updates the documentation, and improves integration with RubyGems.&lt;/p&gt;
893
911
 
894
912
 
895
- &lt;h2&gt;Notice&lt;/h2&gt;
913
+ &lt;h2&gt;Caution&lt;/h2&gt;
896
914
 
897
915
 
898
916
  &lt;ul&gt;
@@ -941,18 +959,14 @@
941
959
  </item>
942
960
  <item>
943
961
  <title>Version 7.3.0 released</title>
944
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#7.3.0</link>
945
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#7.3.0</guid>
962
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a7.3.0</link>
963
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a7.3.0</guid>
946
964
  <description>&lt;h1 id=&quot;7.3.0&quot;&gt;Version 7.3.0 (2006-09-30)&lt;/h1&gt;
947
965
 
948
-
949
- &lt;h2&gt;Summary&lt;/h2&gt;
950
-
951
-
952
966
  &lt;p&gt;This release fixes a bug in generated Verilog benches, includes parsed constants in generated tests, and adds new methods to handles.&lt;/p&gt;
953
967
 
954
968
 
955
- &lt;h2&gt;Notice&lt;/h2&gt;
969
+ &lt;h2&gt;Caution&lt;/h2&gt;
956
970
 
957
971
 
958
972
  &lt;ul&gt;
@@ -987,21 +1001,19 @@
987
1001
  </item>
988
1002
  <item>
989
1003
  <title>Version 7.2.0 released</title>
990
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#7.2.0</link>
991
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#7.2.0</guid>
1004
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a7.2.0</link>
1005
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a7.2.0</guid>
992
1006
  <description>&lt;h1 id=&quot;7.2.0&quot;&gt;Version 7.2.0 (2006-09-15)&lt;/h1&gt;
993
1007
 
994
-
995
- &lt;h2&gt;Summary&lt;/h2&gt;
996
-
997
-
998
1008
  &lt;p&gt;This release adds initial support for code coverage analysis via the &lt;a href=&quot;http://eigenclass.org/hiki.rb?rcov&quot;&gt;rcov library&lt;/a&gt;.&lt;/p&gt;
999
1009
 
1000
1010
 
1001
- &lt;h2&gt;Acknowledgment&lt;/h2&gt;
1011
+ &lt;h2&gt;Thanks&lt;/h2&gt;
1002
1012
 
1003
1013
 
1004
- &lt;p&gt;Thanks to Mauricio Fernandez for helping me use rcov without its runner.&lt;/p&gt;
1014
+ &lt;ul&gt;
1015
+ &lt;li&gt;Mauricio Fernandez helped me use rcov without its runner.&lt;/li&gt;
1016
+ &lt;/ul&gt;
1005
1017
 
1006
1018
 
1007
1019
  &lt;h2&gt;Details&lt;/h2&gt;
@@ -1022,14 +1034,10 @@
1022
1034
  </item>
1023
1035
  <item>
1024
1036
  <title>Version 7.1.0 released</title>
1025
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#7.1.0</link>
1026
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#7.1.0</guid>
1037
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a7.1.0</link>
1038
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a7.1.0</guid>
1027
1039
  <description>&lt;h1 id=&quot;7.1.0&quot;&gt;Version 7.1.0 (2006-08-29)&lt;/h1&gt;
1028
1040
 
1029
-
1030
- &lt;h2&gt;Summary&lt;/h2&gt;
1031
-
1032
-
1033
1041
  &lt;p&gt;This release simplifies running of multiple tests, restores compatibility with Synopsys &lt;span class=&quot;caps&quot;&gt;VCS&lt;/span&gt;, and better integrates with RubyGems.&lt;/p&gt;
1034
1042
 
1035
1043
 
@@ -1063,18 +1071,14 @@
1063
1071
  </item>
1064
1072
  <item>
1065
1073
  <title>Version 7.0.0 released</title>
1066
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#7.0.0</link>
1067
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#7.0.0</guid>
1074
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a7.0.0</link>
1075
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a7.0.0</guid>
1068
1076
  <description>&lt;h1 id=&quot;7.0.0&quot;&gt;Version 7.0.0 (2006-08-29)&lt;/h1&gt;
1069
1077
 
1070
-
1071
- &lt;h2&gt;Summary&lt;/h2&gt;
1072
-
1073
-
1074
1078
  &lt;p&gt;This release distributes Ruby-VPI as a gem, improves portability of generated tests, and fixes a bug.&lt;/p&gt;
1075
1079
 
1076
1080
 
1077
- &lt;h2&gt;Notice&lt;/h2&gt;
1081
+ &lt;h2&gt;Caution&lt;/h2&gt;
1078
1082
 
1079
1083
 
1080
1084
  &lt;ul&gt;
@@ -1134,18 +1138,14 @@
1134
1138
  </item>
1135
1139
  <item>
1136
1140
  <title>Version 6.3.0 released</title>
1137
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#6.3.0</link>
1138
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#6.3.0</guid>
1141
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a6.3.0</link>
1142
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a6.3.0</guid>
1139
1143
  <description>&lt;h1 id=&quot;6.3.0&quot;&gt;Version 6.3.0 (2006-08-27)&lt;/h1&gt;
1140
1144
 
1141
-
1142
- &lt;h2&gt;Summary&lt;/h2&gt;
1143
-
1144
-
1145
1145
  &lt;p&gt;This release adds support for the &lt;span class=&quot;caps&quot;&gt;GPL&lt;/span&gt; Cver simulator, provides both binary and source packages, and explicitly defines the version numbering system.&lt;/p&gt;
1146
1146
 
1147
1147
 
1148
- &lt;h2&gt;Notice&lt;/h2&gt;
1148
+ &lt;h2&gt;Caution&lt;/h2&gt;
1149
1149
 
1150
1150
 
1151
1151
  &lt;ul&gt;
@@ -1253,18 +1253,14 @@
1253
1253
  </item>
1254
1254
  <item>
1255
1255
  <title>Version 6.2.0 released</title>
1256
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#6.2.0</link>
1257
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#6.2.0</guid>
1256
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a6.2.0</link>
1257
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a6.2.0</guid>
1258
1258
  <description>&lt;h1 id=&quot;6.2.0&quot;&gt;Version 6.2.0 (2006-08-26)&lt;/h1&gt;
1259
1259
 
1260
-
1261
- &lt;h2&gt;Summary&lt;/h2&gt;
1262
-
1263
-
1264
1260
  &lt;p&gt;This release beautifies generated tests, adds checks to find signal width bugs, and includes a new tool.&lt;/p&gt;
1265
1261
 
1266
1262
 
1267
- &lt;h2&gt;Notice&lt;/h2&gt;
1263
+ &lt;h2&gt;Caution&lt;/h2&gt;
1268
1264
 
1269
1265
 
1270
1266
  &lt;ul&gt;
@@ -1302,14 +1298,10 @@
1302
1298
  </item>
1303
1299
  <item>
1304
1300
  <title>Version 6.1.0 released</title>
1305
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#6.1.0</link>
1306
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#6.1.0</guid>
1301
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a6.1.0</link>
1302
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a6.1.0</guid>
1307
1303
  <description>&lt;h1 id=&quot;6.1.0&quot;&gt;Version 6.1.0 (2006-08-09)&lt;/h1&gt;
1308
1304
 
1309
-
1310
- &lt;h2&gt;Summary&lt;/h2&gt;
1311
-
1312
-
1313
1305
  &lt;p&gt;This release simplifies generated tests and fixes a bug.&lt;/p&gt;
1314
1306
 
1315
1307
 
@@ -1332,18 +1324,14 @@
1332
1324
  </item>
1333
1325
  <item>
1334
1326
  <title>Version 6.0.0 released</title>
1335
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#6.0.0</link>
1336
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#6.0.0</guid>
1327
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a6.0.0</link>
1328
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a6.0.0</guid>
1337
1329
  <description>&lt;h1 id=&quot;6.0.0&quot;&gt;Version 6.0.0 (2006-08-07)&lt;/h1&gt;
1338
1330
 
1339
-
1340
- &lt;h2&gt;Summary&lt;/h2&gt;
1341
-
1342
-
1343
1331
  &lt;p&gt;This release adds support and documentation for rapid prototyping of Verilog designs in Ruby.&lt;/p&gt;
1344
1332
 
1345
1333
 
1346
- &lt;h2&gt;Notice&lt;/h2&gt;
1334
+ &lt;h2&gt;Caution&lt;/h2&gt;
1347
1335
 
1348
1336
 
1349
1337
  &lt;ul&gt;
@@ -1383,22 +1371,18 @@
1383
1371
  </item>
1384
1372
  <item>
1385
1373
  <title>Version 5.1.1 released</title>
1386
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#5.1.1</link>
1387
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#5.1.1</guid>
1374
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a5.1.1</link>
1375
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a5.1.1</guid>
1388
1376
  <description>&lt;h1 id=&quot;5.1.1&quot;&gt;Version 5.1.1 (2006-08-04)&lt;/h1&gt;
1389
1377
 
1390
-
1391
- &lt;h2&gt;Summary&lt;/h2&gt;
1392
-
1393
-
1394
1378
  &lt;p&gt;This release fixes unreadable syntax coloring in the user manual.&lt;/p&gt;
1395
1379
 
1396
1380
 
1397
- &lt;h2&gt;Acknowledgment&lt;/h2&gt;
1381
+ &lt;h2&gt;Thanks&lt;/h2&gt;
1398
1382
 
1399
1383
 
1400
1384
  &lt;ul&gt;
1401
- &lt;li&gt;Thanks to Todd Nagengast and Matt Fischler for notifying me about unreadable text in the user manual.&lt;/li&gt;
1385
+ &lt;li&gt;Todd Nagengast and Matt Fischler notified me about unreadable text in the user manual.&lt;/li&gt;
1402
1386
  &lt;/ul&gt;
1403
1387
 
1404
1388
 
@@ -1417,22 +1401,18 @@
1417
1401
  </item>
1418
1402
  <item>
1419
1403
  <title>Version 5.1.0 released</title>
1420
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#5.1.0</link>
1421
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#5.1.0</guid>
1404
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a5.1.0</link>
1405
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a5.1.0</guid>
1422
1406
  <description>&lt;h1 id=&quot;5.1.0&quot;&gt;Version 5.1.0 (2006-07-29)&lt;/h1&gt;
1423
1407
 
1424
-
1425
- &lt;h2&gt;Summary&lt;/h2&gt;
1426
-
1427
-
1428
1408
  &lt;p&gt;This release adds a tutorial to the user manual, and improves the tools and examples.&lt;/p&gt;
1429
1409
 
1430
1410
 
1431
- &lt;h2&gt;Acknowledgment&lt;/h2&gt;
1411
+ &lt;h2&gt;Thanks&lt;/h2&gt;
1432
1412
 
1433
1413
 
1434
1414
  &lt;ul&gt;
1435
- &lt;li&gt;Thanks to Phil Tomson for correcting the &lt;span class=&quot;caps&quot;&gt;URL&lt;/span&gt; of the &lt;span class=&quot;caps&quot;&gt;RHDL&lt;/span&gt; website, in the user manual.&lt;/li&gt;
1415
+ &lt;li&gt;Phil Tomson corrected the &lt;span class=&quot;caps&quot;&gt;URL&lt;/span&gt; of the &lt;span class=&quot;caps&quot;&gt;RHDL&lt;/span&gt; website in the user manual.&lt;/li&gt;
1436
1416
  &lt;/ul&gt;
1437
1417
 
1438
1418
 
@@ -1490,26 +1470,22 @@
1490
1470
  </item>
1491
1471
  <item>
1492
1472
  <title>Version 5.0.0 released</title>
1493
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#5.0.0</link>
1494
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#5.0.0</guid>
1473
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a5.0.0</link>
1474
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a5.0.0</guid>
1495
1475
  <description>&lt;h1 id=&quot;5.0.0&quot;&gt;Version 5.0.0 (2006-07-22)&lt;/h1&gt;
1496
1476
 
1497
-
1498
- &lt;h2&gt;Summary&lt;/h2&gt;
1499
-
1500
-
1501
1477
  &lt;p&gt;This release enhances the &lt;span class=&quot;caps&quot;&gt;VPI&lt;/span&gt; utility layer and adds new content to the user manual.&lt;/p&gt;
1502
1478
 
1503
1479
 
1504
- &lt;h2&gt;Acknowledgment&lt;/h2&gt;
1480
+ &lt;h2&gt;Thanks&lt;/h2&gt;
1505
1481
 
1506
1482
 
1507
1483
  &lt;ul&gt;
1508
- &lt;li&gt;Thanks to Jan Decaluwe for correcting the description of MyHDL in the user manual.&lt;/li&gt;
1484
+ &lt;li&gt;Jan Decaluwe corrected the description of MyHDL in the user manual.&lt;/li&gt;
1509
1485
  &lt;/ul&gt;
1510
1486
 
1511
1487
 
1512
- &lt;h2&gt;Notice&lt;/h2&gt;
1488
+ &lt;h2&gt;Caution&lt;/h2&gt;
1513
1489
 
1514
1490
 
1515
1491
  &lt;ul&gt;
@@ -1551,26 +1527,22 @@
1551
1527
  </item>
1552
1528
  <item>
1553
1529
  <title>Version 4.0.0 released</title>
1554
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#4.0.0</link>
1555
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#4.0.0</guid>
1530
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a4.0.0</link>
1531
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a4.0.0</guid>
1556
1532
  <description>&lt;h1 id=&quot;4.0.0&quot;&gt;Version 4.0.0 (2006-05-25)&lt;/h1&gt;
1557
1533
 
1558
-
1559
- &lt;h2&gt;Summary&lt;/h2&gt;
1560
-
1561
-
1562
1534
  &lt;p&gt;This release adds a comprehensive user manual, upgrades from make to &lt;a href=&quot;http://rake.rubyforge.org&quot;&gt;Rake&lt;/a&gt;, and improves the test generation tool.&lt;/p&gt;
1563
1535
 
1564
1536
 
1565
- &lt;h2&gt;Acknowledgment&lt;/h2&gt;
1537
+ &lt;h2&gt;Thanks&lt;/h2&gt;
1566
1538
 
1567
1539
 
1568
1540
  &lt;ul&gt;
1569
- &lt;li&gt;Thanks to Jose Renau for solving the problem of strange delays that occurred whenever a design was reset.&lt;/li&gt;
1541
+ &lt;li&gt;Jose Renau solved the problem of strange delays that occurred whenever a design was reset.&lt;/li&gt;
1570
1542
  &lt;/ul&gt;
1571
1543
 
1572
1544
 
1573
- &lt;h2&gt;Notice&lt;/h2&gt;
1545
+ &lt;h2&gt;Caution&lt;/h2&gt;
1574
1546
 
1575
1547
 
1576
1548
  &lt;ul&gt;
@@ -1610,22 +1582,18 @@
1610
1582
  </item>
1611
1583
  <item>
1612
1584
  <title>Version 3.2.0 released</title>
1613
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#3.2.0</link>
1614
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#3.2.0</guid>
1585
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a3.2.0</link>
1586
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a3.2.0</guid>
1615
1587
  <description>&lt;h1 id=&quot;3.2.0&quot;&gt;Version 3.2.0 (2006-05-13)&lt;/h1&gt;
1616
1588
 
1617
-
1618
- &lt;h2&gt;Summary&lt;/h2&gt;
1619
-
1620
-
1621
1589
  &lt;p&gt;This release adds a tool which generates test benches, and adds support for &lt;a href=&quot;http://behaviour-driven.org&quot;&gt;Behavior Driven Development&lt;/a&gt; via the &lt;a href=&quot;http://rspec.rubyforge.org&quot;&gt;RSpec&lt;/a&gt; library.&lt;/p&gt;
1622
1590
 
1623
1591
 
1624
- &lt;h2&gt;Acknowledgment&lt;/h2&gt;
1592
+ &lt;h2&gt;Thanks&lt;/h2&gt;
1625
1593
 
1626
1594
 
1627
1595
  &lt;ul&gt;
1628
- &lt;li&gt;Thanks to Scott L Holmes for helping me &lt;a href=&quot;http://article.gmane.org/gmane.comp.lang.ruby.general/150087&quot;&gt;use the RSpec library without its runner&lt;/a&gt; program.&lt;/li&gt;
1596
+ &lt;li&gt;Scott L Holmes helped me &lt;a href=&quot;http://article.gmane.org/gmane.comp.lang.ruby.general/150087&quot;&gt;use the RSpec library without its runner&lt;/a&gt; program.&lt;/li&gt;
1629
1597
  &lt;/ul&gt;
1630
1598
 
1631
1599
 
@@ -1658,18 +1626,14 @@
1658
1626
  </item>
1659
1627
  <item>
1660
1628
  <title>Version 3.1.0 released</title>
1661
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#3.1.0</link>
1662
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#3.1.0</guid>
1629
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a3.1.0</link>
1630
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a3.1.0</guid>
1663
1631
  <description>&lt;h1 id=&quot;3.1.0&quot;&gt;Version 3.1.0 (2006-04-28)&lt;/h1&gt;
1664
1632
 
1665
-
1666
- &lt;h2&gt;Summary&lt;/h2&gt;
1667
-
1668
-
1669
1633
  &lt;p&gt;This release adds simple ways of reading and writing values to &lt;span class=&quot;caps&quot;&gt;VPI&lt;/span&gt; handles, adds documentation for the &lt;span class=&quot;caps&quot;&gt;VPI&lt;/span&gt; utility layer, and fixes the pipelined &lt;span class=&quot;caps&quot;&gt;ALU&lt;/span&gt; example.&lt;/p&gt;
1670
1634
 
1671
1635
 
1672
- &lt;h2&gt;Notice&lt;/h2&gt;
1636
+ &lt;h2&gt;Caution&lt;/h2&gt;
1673
1637
 
1674
1638
 
1675
1639
  &lt;ul&gt;
@@ -1716,26 +1680,22 @@
1716
1680
  </item>
1717
1681
  <item>
1718
1682
  <title>Version 3.0.0 released</title>
1719
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#3.0.0</link>
1720
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#3.0.0</guid>
1683
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a3.0.0</link>
1684
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a3.0.0</guid>
1721
1685
  <description>&lt;h1 id=&quot;3.0.0&quot;&gt;Version 3.0.0 (2006-04-23)&lt;/h1&gt;
1722
1686
 
1723
-
1724
- &lt;h2&gt;Summary&lt;/h2&gt;
1725
-
1726
-
1727
1687
  &lt;p&gt;This release adds support for the &lt;em&gt;entire&lt;/em&gt; &lt;a href=&quot;http://ieeexplore.ieee.org/xpl/standardstoc.jsp?isnumber=33945&quot;&gt;&lt;span class=&quot;caps&quot;&gt;IEEE&lt;/span&gt; Std. 1364-2005&lt;/a&gt; VPI interface, and updates the examples into unit tests.&lt;/p&gt;
1728
1688
 
1729
1689
 
1730
- &lt;h2&gt;Acknowledgment&lt;/h2&gt;
1690
+ &lt;h2&gt;Thanks&lt;/h2&gt;
1731
1691
 
1732
1692
 
1733
1693
  &lt;ul&gt;
1734
- &lt;li&gt;Thanks to the &lt;a href=&quot;http://www.swig.org/guilty.html&quot;&gt;&lt;span class=&quot;caps&quot;&gt;SWIG&lt;/span&gt; developers&lt;/a&gt; for making this project &lt;em&gt;much&lt;/em&gt; easier! ;-)&lt;/li&gt;
1694
+ &lt;li&gt;The &lt;a href=&quot;http://www.swig.org/guilty.html&quot;&gt;&lt;span class=&quot;caps&quot;&gt;SWIG&lt;/span&gt; developers&lt;/a&gt; made this project &lt;em&gt;much&lt;/em&gt; easier! ;-)&lt;/li&gt;
1735
1695
  &lt;/ul&gt;
1736
1696
 
1737
1697
 
1738
- &lt;h2&gt;Notice&lt;/h2&gt;
1698
+ &lt;h2&gt;Caution&lt;/h2&gt;
1739
1699
 
1740
1700
 
1741
1701
  &lt;ul&gt;
@@ -1787,26 +1747,22 @@
1787
1747
  </item>
1788
1748
  <item>
1789
1749
  <title>Version 2.0.0 released</title>
1790
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#2.0.0</link>
1791
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#2.0.0</guid>
1750
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a2.0.0</link>
1751
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a2.0.0</guid>
1792
1752
  <description>&lt;h1 id=&quot;2.0.0&quot;&gt;Version 2.0.0 (2006-04-17)&lt;/h1&gt;
1793
1753
 
1794
-
1795
- &lt;h2&gt;Summary&lt;/h2&gt;
1796
-
1797
-
1798
1754
  &lt;p&gt;This release fixes major bugs, adds support for Mentor Modelsim, and removes the &lt;code class=&quot;code&quot;&gt;&lt;span style=&quot;color:#d70; font-weight:bold&quot;&gt;$ruby_task&lt;/span&gt;&lt;/code&gt; callback.&lt;/p&gt;
1799
1755
 
1800
1756
 
1801
- &lt;h2&gt;Acknowledgment&lt;/h2&gt;
1757
+ &lt;h2&gt;Thanks&lt;/h2&gt;
1802
1758
 
1803
1759
 
1804
1760
  &lt;ul&gt;
1805
- &lt;li&gt;Thanks to Nobu Nakada for explaining the &lt;a href=&quot;http://article.gmane.org/gmane.comp.lang.ruby.general/146653&quot;&gt;cross-thread violation on rb_gc()&lt;/a&gt; error.&lt;/li&gt;
1761
+ &lt;li&gt;Nobu Nakada explained the &lt;a href=&quot;http://article.gmane.org/gmane.comp.lang.ruby.general/146653&quot;&gt;cross-thread violation on rb_gc()&lt;/a&gt; error.&lt;/li&gt;
1806
1762
  &lt;/ul&gt;
1807
1763
 
1808
1764
 
1809
- &lt;h2&gt;Notice&lt;/h2&gt;
1765
+ &lt;h2&gt;Caution&lt;/h2&gt;
1810
1766
 
1811
1767
 
1812
1768
  &lt;ul&gt;
@@ -1844,14 +1800,10 @@
1844
1800
  </item>
1845
1801
  <item>
1846
1802
  <title>Version 1.0.0 released</title>
1847
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#1.0.0</link>
1848
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#1.0.0</guid>
1803
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a1.0.0</link>
1804
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a1.0.0</guid>
1849
1805
  <description>&lt;h1 id=&quot;1.0.0&quot;&gt;Version 1.0.0 (2006-02-26)&lt;/h1&gt;
1850
1806
 
1851
-
1852
- &lt;h2&gt;Summary&lt;/h2&gt;
1853
-
1854
-
1855
1807
  This release adds enough Verilog &lt;span class=&quot;caps&quot;&gt;VPI&lt;/span&gt; functionality to make Ruby-VPI usable for simple test benches:
1856
1808
  &lt;ul&gt;
1857
1809
  &lt;li&gt;access Verilog objects through &lt;span class=&quot;caps&quot;&gt;VPI&lt;/span&gt; handles&lt;/li&gt;
@@ -1860,16 +1812,16 @@ This release adds enough Verilog &lt;span class=&quot;caps&quot;&gt;VPI&lt;/span
1860
1812
  &lt;/ul&gt;
1861
1813
 
1862
1814
 
1863
- &lt;h2&gt;Acknowledgment&lt;/h2&gt;
1815
+ &lt;h2&gt;Thanks&lt;/h2&gt;
1864
1816
 
1865
1817
 
1866
1818
  &lt;ul&gt;
1867
- &lt;li&gt;Thanks to Jose Renau for helping me debug how Synopsys &lt;span class=&quot;caps&quot;&gt;VCS&lt;/span&gt; works with Verilog &lt;span class=&quot;caps&quot;&gt;VPI&lt;/span&gt;. The problem was that &lt;span class=&quot;caps&quot;&gt;VCS&lt;/span&gt; required calltf signatures to be &lt;code class=&quot;code&quot;&gt;void (*)(void)&lt;/code&gt;, whereas the Verilog standard defines a calltf signature as &lt;code class=&quot;code&quot;&gt;&lt;span style=&quot;color:#036; font-weight:bold&quot;&gt;PLI_INT32&lt;/span&gt; (*)(&lt;span style=&quot;color:#036; font-weight:bold&quot;&gt;PLI_BYTE8&lt;/span&gt;*)&lt;/code&gt;.&lt;/li&gt;
1819
+ &lt;li&gt;Jose Renau helped me debug how Synopsys &lt;span class=&quot;caps&quot;&gt;VCS&lt;/span&gt; works with Verilog &lt;span class=&quot;caps&quot;&gt;VPI&lt;/span&gt;. The problem was that &lt;span class=&quot;caps&quot;&gt;VCS&lt;/span&gt; required calltf signatures to be &lt;code class=&quot;code&quot;&gt;void (*)(void)&lt;/code&gt;, whereas the Verilog standard defines a calltf signature as &lt;code class=&quot;code&quot;&gt;&lt;span style=&quot;color:#036; font-weight:bold&quot;&gt;PLI_INT32&lt;/span&gt; (*)(&lt;span style=&quot;color:#036; font-weight:bold&quot;&gt;PLI_BYTE8&lt;/span&gt;*)&lt;/code&gt;.&lt;/li&gt;
1868
1820
  &lt;/ul&gt;
1869
1821
 
1870
1822
 
1871
1823
  &lt;ul&gt;
1872
- &lt;li&gt;Thanks to Ross Bamford, Eric Hodel, and Yukihiro Matsumoto for &lt;a href=&quot;http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/180662&quot;&gt;helping me discover&lt;/a&gt; why the &lt;code class=&quot;code&quot;&gt;&lt;span style=&quot;color:#036; font-weight:bold&quot;&gt;SystemStackError&lt;/span&gt;&lt;/code&gt; was happening.&lt;/li&gt;
1824
+ &lt;li&gt;Ross Bamford, Eric Hodel, and Yukihiro Matsumoto &lt;a href=&quot;http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/180662&quot;&gt;helped me discover&lt;/a&gt; why the &lt;code class=&quot;code&quot;&gt;&lt;span style=&quot;color:#036; font-weight:bold&quot;&gt;SystemStackError&lt;/span&gt;&lt;/code&gt; was happening.&lt;/li&gt;
1873
1825
  &lt;/ul&gt;
1874
1826
 
1875
1827
 
@@ -1926,14 +1878,10 @@ This release adds enough Verilog &lt;span class=&quot;caps&quot;&gt;VPI&lt;/span
1926
1878
  </item>
1927
1879
  <item>
1928
1880
  <title>Version 0.0.0 released</title>
1929
- <link>http://ruby-vpi.rubyforge.org/doc/history.html#0.0.0</link>
1930
- <guid>http://ruby-vpi.rubyforge.org/doc/history.html#0.0.0</guid>
1881
+ <link>http://ruby-vpi.rubyforge.org/doc/history.html#a0.0.0</link>
1882
+ <guid>http://ruby-vpi.rubyforge.org/doc/history.html#a0.0.0</guid>
1931
1883
  <description>&lt;h1 id=&quot;0.0.0&quot;&gt;Version 0.0.0 (1999-10-31)&lt;/h1&gt;
1932
1884
 
1933
-
1934
- &lt;h2&gt;Summary&lt;/h2&gt;
1935
-
1936
-
1937
1885
  &lt;p&gt;This is Kazuhiro &lt;span class=&quot;caps&quot;&gt;HIWADA&lt;/span&gt;&amp;#8217;s initial testing release of Ruby-VPI. See its &lt;a href=&quot;http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-list/18193&quot;&gt;original announcement&lt;/a&gt; and &lt;a href=&quot;http://rubyforge.org/frs/?group_id=1339&amp;#38;release_id=8852&quot;&gt;source code&lt;/a&gt;.&lt;/p&gt;
1938
1886
 
1939
1887