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/history.html CHANGED
@@ -8,10 +8,9 @@
8
8
  <title>Release history</title>
9
9
  </head>
10
10
  <body>
11
+ <h1 style="margin-top: 0">Release history</h1>
11
12
 
12
- <br/><br/> <!-- give space below #menu -->
13
-
14
- <p style="text-align:center;"><a href="readme.html"><img src="images/home.png" title="Return to main page" alt="Return to main page" /></a></p>
13
+ <p style="text-align:center;"><a href="readme.html"><img src="images/tango/home.png" title="Return to main page" alt="Return to main page" /></a></p>
15
14
 
16
15
  <div id="menu">
17
16
  <a href="#index">Contents</a>
@@ -19,321 +18,108 @@
19
18
 
20
19
  <div id="index">
21
20
  <h1>Contents</h1>
22
- <ul>
23
- <li>1 <a href="#anchor11">Release history</a>
24
- <ul>
25
- <li>1.1 <a href="#anchor12">Version numbering system</a></li>
26
- </ul>
27
- </li>
28
- <li>2 <a href="#15.0.2" title="2007-01-22">Version 15.0.2</a>
29
- <ul>
30
- <li>2.1 <a href="#anchor13">Summary</a></li>
31
- <li>2.2 <a href="#anchor14">Details</a></li>
32
- </ul>
33
- </li>
34
- <li>3 <a href="#15.0.1" title="2007-01-15">Version 15.0.1</a>
35
- <ul>
36
- <li>3.1 <a href="#anchor15">Summary</a></li>
37
- <li>3.2 <a href="#anchor16">Acknowledgment</a></li>
38
- <li>3.3 <a href="#anchor17">Details</a></li>
39
- </ul>
40
- </li>
41
- <li>4 <a href="#15.0.0" title="2007-01-13">Version 15.0.0</a>
42
- <ul>
43
- <li>4.1 <a href="#anchor18">Summary</a></li>
44
- <li>4.2 <a href="#anchor19">Acknowledgment</a></li>
45
- <li>4.3 <a href="#anchor20">Notice</a>
46
- <ul>
47
- <li>4.3.1 <a href="#anchor21">New features</a></li>
48
- </ul>
49
- </li>
50
- <li>4.4 <a href="#anchor22">Details</a></li>
51
- </ul>
52
- </li>
53
- <li>5 <a href="#14.0.0" title="2006-12-30">Version 14.0.0</a>
54
- <ul>
55
- <li>5.1 <a href="#anchor23">Summary</a></li>
56
- <li>5.2 <a href="#anchor24">Notice</a>
57
- <ul>
58
- <li>5.2.1 <a href="#anchor25">New features</a></li>
59
- </ul>
60
- </li>
61
- <li>5.3 <a href="#anchor26">Details</a></li>
62
- </ul>
63
- </li>
64
- <li>6 <a href="#13.0.0" title="2006-12-27">Version 13.0.0</a>
65
- <ul>
66
- <li>6.1 <a href="#anchor27">Summary</a></li>
67
- <li>6.2 <a href="#anchor28">Notice</a>
68
- <ul>
69
- <li>6.2.1 <a href="#anchor29">New features</a></li>
70
- </ul>
71
- </li>
72
- <li>6.3 <a href="#anchor30">Details</a></li>
73
- </ul>
74
- </li>
75
- <li>7 <a href="#12.1.0" title="2006-12-22">Version 12.1.0</a>
76
- <ul>
77
- <li>7.1 <a href="#anchor31">Summary</a></li>
78
- <li>7.2 <a href="#anchor32">Notice</a>
79
- <ul>
80
- <li>7.2.1 <a href="#anchor33">New features</a></li>
81
- </ul>
82
- </li>
83
- <li>7.3 <a href="#anchor34">Details</a></li>
84
- </ul>
85
- </li>
86
- <li>8 <a href="#12.0.2" title="2006-12-18">Version 12.0.2</a>
87
- <ul>
88
- <li>8.1 <a href="#anchor35">Summary</a></li>
89
- </ul>
90
- </li>
91
- <li>9 <a href="#12.0.1" title="2006-12-18">Version 12.0.1</a>
92
- <ul>
93
- <li>9.1 <a href="#anchor36">Summary</a></li>
94
- <li>9.2 <a href="#anchor37">Acknowledgment</a></li>
95
- <li>9.3 <a href="#anchor38">Details</a></li>
96
- </ul>
97
- </li>
98
- <li>10 <a href="#12.0.0" title="2006-12-07">Version 12.0.0</a>
99
- <ul>
100
- <li>10.1 <a href="#anchor39">Summary</a></li>
101
- <li>10.2 <a href="#anchor40">Notice</a></li>
102
- <li>10.3 <a href="#anchor41">Details</a>
103
- <ul>
104
- <li>10.3.1 <a href="#anchor42">Test generation</a></li>
105
- </ul>
106
- </li>
107
- </ul>
108
- </li>
109
- <li>11 <a href="#11.1.1" title="2006-11-15">Version 11.1.1</a>
110
- <ul>
111
- <li>11.1 <a href="#anchor43">Summary</a></li>
112
- <li>11.2 <a href="#anchor44">Acknowledgment</a></li>
113
- <li>11.3 <a href="#anchor45">Notice</a></li>
114
- <li>11.4 <a href="#anchor46">Details</a></li>
115
- </ul>
116
- </li>
117
- <li>12 <a href="#11.1.0" title="2006-11-08">Version 11.1.0</a>
118
- <ul>
119
- <li>12.1 <a href="#anchor47">Summary</a></li>
120
- <li>12.2 <a href="#anchor48">Acknowledgment</a></li>
121
- <li>12.3 <a href="#anchor49">Notice</a></li>
122
- <li>12.4 <a href="#anchor50">Details</a></li>
123
- </ul>
124
- </li>
125
- <li>13 <a href="#11.0.0" title="2006-11-05">Version 11.0.0</a>
126
- <ul>
127
- <li>13.1 <a href="#anchor51">Summary</a></li>
128
- <li>13.2 <a href="#anchor52">Notice</a></li>
129
- <li>13.3 <a href="#anchor53">Details</a></li>
130
- </ul>
131
- </li>
132
- <li>14 <a href="#10.0.0" title="2006-11-05">Version 10.0.0</a>
133
- <ul>
134
- <li>14.1 <a href="#anchor54">Summary</a></li>
135
- <li>14.2 <a href="#anchor55">Acknowledgment</a></li>
136
- <li>14.3 <a href="#anchor56">Notice</a></li>
137
- <li>14.4 <a href="#anchor57">Details</a>
138
- <ul>
139
- <li>14.4.1 <a href="#anchor58">Automated test generator</a></li>
140
- <li>14.4.2 <a href="#anchor59">User manual</a></li>
141
- </ul>
142
- </li>
143
- </ul>
144
- </li>
145
- <li>15 <a href="#9.0.0" title="2006-10-28">Version 9.0.0</a>
146
- <ul>
147
- <li>15.1 <a href="#anchor60">Summary</a></li>
148
- <li>15.2 <a href="#anchor61">Acknowledgment</a></li>
149
- <li>15.3 <a href="#anchor62">Notice</a></li>
150
- <li>15.4 <a href="#anchor63">Details</a></li>
151
- </ul>
152
- </li>
153
- <li>16 <a href="#8.2.0" title="2006-10-24">Version 8.2.0</a>
154
- <ul>
155
- <li>16.1 <a href="#anchor64">Summary</a></li>
156
- <li>16.2 <a href="#anchor65">Acknowledgment</a></li>
157
- <li>16.3 <a href="#anchor66">Notice</a></li>
158
- <li>16.4 <a href="#anchor67">Details</a></li>
159
- </ul>
160
- </li>
161
- <li>17 <a href="#8.1.0" title="2006-10-21">Version 8.1.0</a>
162
- <ul>
163
- <li>17.1 <a href="#anchor68">Summary</a></li>
164
- <li>17.2 <a href="#anchor69">Notice</a></li>
165
- <li>17.3 <a href="#anchor70">Details</a></li>
166
- </ul>
167
- </li>
168
- <li>18 <a href="#8.0.0" title="2006-10-13">Version 8.0.0</a>
169
- <ul>
170
- <li>18.1 <a href="#anchor71">Summary</a></li>
171
- <li>18.2 <a href="#anchor72">Notice</a></li>
172
- <li>18.3 <a href="#anchor73">Details</a></li>
173
- </ul>
174
- </li>
175
- <li>19 <a href="#7.3.0" title="2006-09-30">Version 7.3.0</a>
176
- <ul>
177
- <li>19.1 <a href="#anchor74">Summary</a></li>
178
- <li>19.2 <a href="#anchor75">Notice</a></li>
179
- <li>19.3 <a href="#anchor76">Details</a></li>
180
- </ul>
181
- </li>
182
- <li>20 <a href="#7.2.0" title="2006-09-15">Version 7.2.0</a>
183
- <ul>
184
- <li>20.1 <a href="#anchor77">Summary</a></li>
185
- <li>20.2 <a href="#anchor78">Acknowledgment</a></li>
186
- <li>20.3 <a href="#anchor79">Details</a></li>
187
- </ul>
188
- </li>
189
- <li>21 <a href="#7.1.0" title="2006-08-29">Version 7.1.0</a>
190
- <ul>
191
- <li>21.1 <a href="#anchor80">Summary</a></li>
192
- <li>21.2 <a href="#anchor81">Details</a></li>
193
- </ul>
194
- </li>
195
- <li>22 <a href="#7.0.0" title="2006-08-29">Version 7.0.0</a>
196
- <ul>
197
- <li>22.1 <a href="#anchor82">Summary</a></li>
198
- <li>22.2 <a href="#anchor83">Notice</a></li>
199
- <li>22.3 <a href="#anchor84">Details</a></li>
200
- </ul>
201
- </li>
202
- <li>23 <a href="#6.3.0" title="2006-08-27">Version 6.3.0</a>
203
- <ul>
204
- <li>23.1 <a href="#anchor85">Summary</a></li>
205
- <li>23.2 <a href="#anchor86">Notice</a></li>
206
- <li>23.3 <a href="#anchor87">Details</a></li>
207
- </ul>
208
- </li>
209
- <li>24 <a href="#6.2.0" title="2006-08-26">Version 6.2.0</a>
210
- <ul>
211
- <li>24.1 <a href="#anchor88">Summary</a></li>
212
- <li>24.2 <a href="#anchor89">Notice</a></li>
213
- <li>24.3 <a href="#anchor90">Details</a></li>
214
- </ul>
215
- </li>
216
- <li>25 <a href="#6.1.0" title="2006-08-09">Version 6.1.0</a>
217
- <ul>
218
- <li>25.1 <a href="#anchor91">Summary</a></li>
219
- <li>25.2 <a href="#anchor92">Details</a></li>
220
- </ul>
221
- </li>
222
- <li>26 <a href="#6.0.0" title="2006-08-07">Version 6.0.0</a>
223
- <ul>
224
- <li>26.1 <a href="#anchor93">Summary</a></li>
225
- <li>26.2 <a href="#anchor94">Notice</a></li>
226
- <li>26.3 <a href="#anchor95">Details</a></li>
227
- </ul>
228
- </li>
229
- <li>27 <a href="#5.1.1" title="2006-08-04">Version 5.1.1</a>
230
- <ul>
231
- <li>27.1 <a href="#anchor96">Summary</a></li>
232
- <li>27.2 <a href="#anchor97">Acknowledgment</a></li>
233
- <li>27.3 <a href="#anchor98">Details</a></li>
234
- </ul>
235
- </li>
236
- <li>28 <a href="#5.1.0" title="2006-07-29">Version 5.1.0</a>
237
- <ul>
238
- <li>28.1 <a href="#anchor99">Summary</a></li>
239
- <li>28.2 <a href="#anchor100">Acknowledgment</a></li>
240
- <li>28.3 <a href="#anchor101">Details</a>
241
- <ul>
242
- <li>28.3.1 <a href="#anchor102">User manual</a></li>
243
- <li>28.3.2 <a href="#anchor103">Examples</a></li>
244
- <li>28.3.3 <a href="#anchor104"><span class="caps">VPI</span> utility layer</a></li>
245
- </ul>
246
- </li>
247
- </ul>
248
- </li>
249
- <li>29 <a href="#5.0.0" title="2006-07-22">Version 5.0.0</a>
250
- <ul>
251
- <li>29.1 <a href="#anchor105">Summary</a></li>
252
- <li>29.2 <a href="#anchor106">Acknowledgment</a></li>
253
- <li>29.3 <a href="#anchor107">Notice</a></li>
254
- <li>29.4 <a href="#anchor108">Details</a></li>
255
- </ul>
256
- </li>
257
- <li>30 <a href="#4.0.0" title="2006-05-25">Version 4.0.0</a>
21
+ <ul><li><a id="a-606917838" href="#Release_history">Release history</a><ul><li><a id="a-606919468" href="#Version_numbering_system">Version numbering system</a></li></ul></li><li><a id="a-606921778" href="#a16.0.0">Version 16.0.0 (2007-05-02)</a><ul><li><a id="a-606922918" href="#Caution">Caution</a></li><li><a id="a-606923818" href="#New_features">New features</a></li><li><a id="a-606924808" href="#Details">Details</a></li></ul></li><li><a id="a-606925838" href="#a15.0.2">Version 15.0.2 (2007-01-22)</a><ul><li><a id="a-606926808" href="#Details-606926808">Details</a></li></ul></li><li><a id="a-606927858" href="#a15.0.1">Version 15.0.1 (2007-01-15)</a><ul><li><a id="a-606928828" href="#Thanks">Thanks</a></li><li><a id="a-606929688" href="#Details-606929688">Details</a></li></ul></li><li><a id="a-606930738" href="#a15.0.0">Version 15.0.0 (2007-01-13)</a><ul><li><a id="a-606931988" href="#Thanks-606931988">Thanks</a></li><li><a id="a-606933558" href="#Caution-606933558">Caution</a><ul><li><a id="a-606935998" href="#New_features-606935998">New features</a></li></ul></li><li><a id="a-606938948" href="#Details-606938948">Details</a></li></ul></li><li><a id="a-606941338" href="#a14.0.0">Version 14.0.0 (2006-12-30)</a><ul><li><a id="a-606942398" href="#Caution-606942398">Caution</a><ul><li><a id="a-606943488" href="#New_features-606943488">New features</a></li></ul></li><li><a id="a-606944758" href="#Details-606944758">Details</a></li></ul></li><li><a id="a-606945938" href="#a13.0.0">Version 13.0.0 (2006-12-27)</a><ul><li><a id="a-606947018" href="#Caution-606947018">Caution</a><ul><li><a id="a-606948108" href="#New_features-606948108">New features</a></li></ul></li><li><a id="a-606949378" href="#Details-606949378">Details</a></li></ul></li><li><a id="a-606950558" href="#a12.1.0">Version 12.1.0 (2006-12-22)</a><ul><li><a id="a-606951638" href="#Caution-606951638">Caution</a><ul><li><a id="a-606952728" href="#New_features-606952728">New features</a></li></ul></li><li><a id="a-606953998" href="#Details-606953998">Details</a></li></ul></li><li><a id="a-606955178" href="#a12.0.2">Version 12.0.2 (2006-12-18)</a></li><li><a id="a-606956328" href="#a12.0.1">Version 12.0.1 (2006-12-18)</a><ul><li><a id="a-606957418" href="#Thanks-606957418">Thanks</a></li><li><a id="a-606958418" href="#Details-606958418">Details</a></li></ul></li><li><a id="a-606959638" href="#a12.0.0">Version 12.0.0 (2006-12-07)</a><ul><li><a id="a-606962918" href="#Caution-606962918">Caution</a></li><li><a id="a-606963778" href="#Details-606963778">Details</a><ul><li><a id="a-606964718" href="#Test_generation">Test generation</a></li></ul></li></ul></li><li><a id="a-606965938" href="#a11.1.1">Version 11.1.1 (2006-11-15)</a><ul><li><a id="a-606966878" href="#Thanks-606966878">Thanks</a></li><li><a id="a-606969248" href="#Caution-606969248">Caution</a></li><li><a id="a-606970148" href="#Details-606970148">Details</a></li></ul></li><li><a id="a-606971158" href="#a11.1.0">Version 11.1.0 (2006-11-08)</a><ul><li><a id="a-606972098" href="#Thanks-606972098">Thanks</a></li><li><a id="a-606972928" href="#Caution-606972928">Caution</a></li><li><a id="a-606973798" href="#Details-606973798">Details</a></li></ul></li><li><a id="a-606974808" href="#a11.0.0">Version 11.0.0 (2006-11-05)</a><ul><li><a id="a-606975728" href="#Caution-606975728">Caution</a></li><li><a id="a-606976598" href="#Details-606976598">Details</a></li></ul></li><li><a id="a-606977608" href="#a10.0.0">Version 10.0.0 (2006-11-05)</a><ul><li><a id="a-606978558" href="#Thanks-606978558">Thanks</a></li><li><a id="a-606979388" href="#Caution-606979388">Caution</a></li><li><a id="a-606980248" href="#Details-606980248">Details</a><ul><li><a id="a-606981198" href="#Automated_test_generator">Automated test generator</a></li><li><a id="a-606982388" href="#User_manual">User manual</a></li></ul></li></ul></li><li><a id="a-606983478" href="#a9.0.0">Version 9.0.0 (2006-10-28)</a><ul><li><a id="a-606984398" href="#Thanks-606984398">Thanks</a></li><li><a id="a-606985228" href="#Caution-606985228">Caution</a></li><li><a id="a-606986088" href="#Details-606986088">Details</a></li></ul></li><li><a id="a-606987098" href="#a8.2.0">Version 8.2.0 (2006-10-24)</a><ul><li><a id="a-606988018" href="#Thanks-606988018">Thanks</a></li><li><a id="a-606988848" href="#Caution-606988848">Caution</a></li><li><a id="a-606989718" href="#Details-606989718">Details</a></li></ul></li><li><a id="a-606990728" href="#a8.1.0">Version 8.1.0 (2006-10-21)</a><ul><li><a id="a-606991628" href="#Caution-606991628">Caution</a></li><li><a id="a-606992538" href="#Details-606992538">Details</a></li></ul></li><li><a id="a-606993608" href="#a8.0.0">Version 8.0.0 (2006-10-13)</a><ul><li><a id="a-606994578" href="#Caution-606994578">Caution</a></li><li><a id="a-606995488" href="#Details-606995488">Details</a></li></ul></li><li><a id="a-606996548" href="#a7.3.0">Version 7.3.0 (2006-09-30)</a><ul><li><a id="a-606997498" href="#Caution-606997498">Caution</a></li><li><a id="a-606998408" href="#Details-606998408">Details</a></li></ul></li><li><a id="a-606999488" href="#a7.2.0">Version 7.2.0 (2006-09-15)</a><ul><li><a id="a-607000458" href="#Thanks-607000458">Thanks</a></li><li><a id="a-606014568" href="#Details-606014568">Details</a></li></ul></li><li><a id="a-606032598" href="#a7.1.0">Version 7.1.0 (2006-08-29)</a><ul><li><a id="a-606039548" href="#Details-606039548">Details</a></li></ul></li><li><a id="a-606059028" href="#a7.0.0">Version 7.0.0 (2006-08-29)</a><ul><li><a id="a-606071968" href="#Caution-606071968">Caution</a></li><li><a id="a-606095878" href="#Details-606095878">Details</a></li></ul></li><li><a id="a-606125338" href="#a6.3.0">Version 6.3.0 (2006-08-27)</a><ul><li><a id="a-606131528" href="#Caution-606131528">Caution</a></li><li><a id="a-606154238" href="#Details-606154238">Details</a></li></ul></li><li><a id="a-606182658" href="#a6.2.0">Version 6.2.0 (2006-08-26)</a><ul><li><a id="a-606197628" href="#Caution-606197628">Caution</a></li><li><a id="a-606206098" href="#Details-606206098">Details</a></li></ul></li><li><a id="a-606214248" href="#a6.1.0">Version 6.1.0 (2006-08-09)</a><ul><li><a id="a-606234988" href="#Details-606234988">Details</a></li></ul></li><li><a id="a-606250748" href="#a6.0.0">Version 6.0.0 (2006-08-07)</a><ul><li><a id="a-606267188" href="#Caution-606267188">Caution</a></li><li><a id="a-606275648" href="#Details-606275648">Details</a></li></ul></li><li><a id="a-606284478" href="#a5.1.1">Version 5.1.1 (2006-08-04)</a><ul><li><a id="a-606290258" href="#Thanks-606290258">Thanks</a></li><li><a id="a-606294928" href="#Details-606294928">Details</a></li></ul></li><li><a id="a-606298368" href="#a5.1.0">Version 5.1.0 (2006-07-29)</a><ul><li><a id="a-606304148" href="#Thanks-606304148">Thanks</a></li><li><a id="a-606318608" href="#Details-606318608">Details</a><ul><li><a id="a-605776618" href="#User_manual-605776618">User manual</a></li><li><a id="a-605806308" href="#Examples">Examples</a></li><li><a id="a-605855828" href="#a_span_class__caps__VPI__span__utility_layer"><span class="caps">VPI</span> utility layer</a></li></ul></li></ul></li><li><a id="a-605866078" href="#a5.0.0">Version 5.0.0 (2006-07-22)</a><ul><li><a id="a-605899278" href="#Thanks-605899278">Thanks</a></li><li><a id="a-605923858" href="#Caution-605923858">Caution</a></li><li><a id="a-605695458" href="#Details-605695458">Details</a></li></ul></li><li><a id="a-605714218" href="#a4.0.0">Version 4.0.0 (2006-05-25)</a><ul><li><a id="a-605727938" href="#Thanks-605727938">Thanks</a></li><li><a id="a-606418428" href="#Caution-606418428">Caution</a></li><li><a id="a-606424508" href="#Details-606424508">Details</a></li></ul></li><li><a id="a-606427118" href="#a3.2.0">Version 3.2.0 (2006-05-13)</a><ul><li><a id="a-606429278" href="#Thanks-606429278">Thanks</a></li><li><a id="a-606433228" href="#Details-606433228">Details</a></li></ul></li><li><a id="a-606442678" href="#a3.1.0">Version 3.1.0 (2006-04-28)</a><ul><li><a id="a-606447628" href="#Caution-606447628">Caution</a></li><li><a id="a-606451458" href="#Details-606451458">Details</a></li></ul></li><li><a id="a-606462218" href="#a3.0.0">Version 3.0.0 (2006-04-23)</a><ul><li><a id="a-606467378" href="#Thanks-606467378">Thanks</a></li><li><a id="a-606468608" href="#Caution-606468608">Caution</a></li><li><a id="a-606470188" href="#Details-606470188">Details</a></li></ul></li><li><a id="a-606473338" href="#a2.0.0">Version 2.0.0 (2006-04-17)</a><ul><li><a id="a-606480008" href="#Thanks-606480008">Thanks</a></li><li><a id="a-606481688" href="#Caution-606481688">Caution</a></li><li><a id="a-606487788" href="#Details-606487788">Details</a></li></ul></li><li><a id="a-606494318" href="#a1.0.0">Version 1.0.0 (2006-02-26)</a><ul><li><a id="a-606502108" href="#Thanks-606502108">Thanks</a></li><li><a id="a-606507148" href="#Details-606507148">Details</a></li></ul></li><li><a id="a-606512458" href="#a0.0.0">Version 0.0.0 (1999-10-31)</a><ul><li><a id="a-606515628" href="#Details-606515628">Details</a></li></ul></li></ul>
22
+
23
+ </div>
24
+ <h1><a id="Release_history" href="#a-606917838">1</a> &nbsp; Release history</h1>
25
+
26
+
27
+ <p>This is a record of important changes that have occurred with each release.</p>
28
+
29
+
30
+ <h2><a id="Version_numbering_system" href="#a-606919468">1.1</a> &nbsp; Version numbering system</h2>
31
+
32
+
33
+ <p>Ruby-VPI uses the <a href="http://www.rubygems.org/read/chapter/7">RubyGems rational versioning policy</a> to number its releases. This &#8220;major.minor.build&#8221; numbering policy <a href="http://ablog.apress.com/?p=738">is summarized</a> as follows.</p>
34
+
35
+
258
36
  <ul>
259
- <li>30.1 <a href="#anchor109">Summary</a></li>
260
- <li>30.2 <a href="#anchor110">Acknowledgment</a></li>
261
- <li>30.3 <a href="#anchor111">Notice</a></li>
262
- <li>30.4 <a href="#anchor112">Details</a></li>
37
+ <li>When the <strong>major</strong> number increases, functionally <em>incompatible changes</em> have occurred. Thus, what may have worked in the previous version may not work in the new one.</li>
263
38
  </ul>
264
- </li>
265
- <li>31 <a href="#3.2.0" title="2006-05-13">Version 3.2.0</a>
39
+
40
+
266
41
  <ul>
267
- <li>31.1 <a href="#anchor113">Summary</a></li>
268
- <li>31.2 <a href="#anchor114">Acknowledgment</a></li>
269
- <li>31.3 <a href="#anchor115">Details</a></li>
42
+ <li>When the <strong>minor</strong> number increases, functionally <em>compatible changes</em> have occurred. Thus, what worked in the previous version will work in the new one.</li>
270
43
  </ul>
271
- </li>
272
- <li>32 <a href="#3.1.0" title="2006-04-28">Version 3.1.0</a>
44
+
45
+
273
46
  <ul>
274
- <li>32.1 <a href="#anchor116">Summary</a></li>
275
- <li>32.2 <a href="#anchor117">Notice</a></li>
276
- <li>32.3 <a href="#anchor118">Details</a></li>
47
+ <li>When the <strong>build</strong> number increases, the <em>underlying implementation</em> has changed. The functionality has not changed and no features have been added. Thus, what worked in the previous version will work in the new one.</li>
277
48
  </ul>
278
- </li>
279
- <li>33 <a href="#3.0.0" title="2006-04-23">Version 3.0.0</a>
49
+
50
+
51
+ <h1 ><a id="a16.0.0" href="#a-606921778">2</a> &nbsp; Version 16.0.0 (2007-05-02)</h1>
52
+
53
+ <p>This release adds support for the <a href="http://www.cadence.com/products/functional_ver/nc-verilog/">Cadence NC-Sim / NC-Verilog</a> simulator, improves the project website and documentation, simplifies interaction with <span class="caps">VPI</span>, and comes with a more permissive license.</p>
54
+
55
+
56
+ <h2><a id="Caution" href="#a-606922918">2.1</a> &nbsp; Caution</h2>
57
+
58
+
280
59
  <ul>
281
- <li>33.1 <a href="#anchor119">Summary</a></li>
282
- <li>33.2 <a href="#anchor120">Acknowledgment</a></li>
283
- <li>33.3 <a href="#anchor121">Notice</a></li>
284
- <li>33.4 <a href="#anchor122">Details</a></li>
60
+ <li>The <code class="code"><span style="color:#036; font-weight:bold">Integer</span>.ensure_min</code> and <code class="code"><span style="color:#036; font-weight:bold">Integer</span>.ensure_max</code> methods have been removed from the <tt>ruby-vpi/integer.rb</tt> library because Ruby already has idioms for these operations: <pre>
61
+ &gt;&gt; 5.ensure_min 10
62
+ =&gt; 10
63
+ &gt;&gt; [5, 10].max
64
+ =&gt; 10
65
+
66
+ &gt;&gt; 5.ensure_max 10
67
+ =&gt; 5
68
+ &gt;&gt; [5, 10].min
69
+ =&gt; 5
70
+ </pre></li>
285
71
  </ul>
286
- </li>
287
- <li>34 <a href="#2.0.0" title="2006-04-17">Version 2.0.0</a>
72
+
73
+
288
74
  <ul>
289
- <li>34.1 <a href="#anchor123">Summary</a></li>
290
- <li>34.2 <a href="#anchor124">Acknowledgment</a></li>
291
- <li>34.3 <a href="#anchor125">Notice</a></li>
292
- <li>34.4 <a href="#anchor126">Details</a></li>
75
+ <li>Ruby-VPI is now developed under a <a href="readme.html#intro.license">more permissive license</a> that better reflects my ethical beliefs than <a href="http://www.gnu.org/copyleft/gpl.html">the previous license</a>.</li>
293
76
  </ul>
294
- </li>
295
- <li>35 <a href="#1.0.0" title="2006-02-26">Version 1.0.0</a>
77
+
78
+
79
+ <h2><a id="New_features" href="#a-606923818">2.2</a> &nbsp; New features</h2>
80
+
81
+
296
82
  <ul>
297
- <li>35.1 <a href="#anchor127">Summary</a></li>
298
- <li>35.2 <a href="#anchor128">Acknowledgment</a></li>
299
- <li>35.3 <a href="#anchor129">Details</a></li>
83
+ <li>The <a href="http://www.cadence.com/products/functional_ver/nc-verilog/">Cadence NC-Sim / NC-Verilog</a> (ncsim) simulator is now supported.</li>
300
84
  </ul>
301
- </li>
302
- <li>36 <a href="#0.0.0" title="1999-10-31">Version 0.0.0</a>
85
+
86
+
303
87
  <ul>
304
- <li>36.1 <a href="#anchor130">Summary</a></li>
305
- <li>36.2 <a href="#anchor131">Details</a></li>
306
- </ul></li>
88
+ <li><span class="caps">VPI</span> structures (whose names begin with &#8220;S_&#8221;) now allow initialization of their members through their constructor, in the style of Ruby on Rails. For example, the expression <code class="code">time = <span style="color:#036; font-weight:bold">S_vpi_time</span>.new <span style="color:#A60">:type</span> =&gt; <span style="color:#036; font-weight:bold">VpiSuppressTime</span></code> is equivalent to: <pre class="code">
89
+ time = <span style="color:#036; font-weight:bold">S_vpi_time</span>.new
90
+ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
91
+ </pre></li>
307
92
  </ul>
308
93
 
309
- </div>
310
- <h1 id="anchor11">1 &nbsp; Release history</h1>
311
-
312
94
 
313
- <p>This is a record of important changes that have occurred with each release.</p>
95
+ <ul>
96
+ <li>Added the <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::<span style="color:#036; font-weight:bold">Handle</span>.cbValueChange</code> method which simplifies the registration of a value-change callback for a particular <span class="caps">VPI</span> handle. For instance, the user manual&#8217;s <a href="manual.html#ex..callback">example of setting up a value-change callback</a> can now be written as follows: <pre class="code">
97
+ <span style="color:#036; font-weight:bold">Counter</span>.count.cbValueChange <span style="color:#080; font-weight:bold">do</span> |s_cb_data|
98
+ puts <span style="background-color:#fff0f0"><span style="color:#710">&quot;</span><span style="color:#D20">hello from callback! time=</span><span style="background: #eee"><span style="font-weight: bold; color: #888">#{</span>s_cb_data.time.to_i<span style="font-weight: bold; color: #888">}</span></span><span style="color:#D20"> count=</span><span style="background: #eee"><span style="font-weight: bold; color: #888">#{</span>s_cb_data.obj.intVal<span style="font-weight: bold; color: #888">}</span></span><span style="color:#710">&quot;</span></span>
99
+ <span style="color:#080; font-weight:bold">end</span>
100
+ </pre></li>
101
+ </ul>
314
102
 
315
103
 
316
- <h2 id="anchor12">1.1 &nbsp; Version numbering system</h2>
104
+ <h2><a id="Details" href="#a-606924808">2.3</a> &nbsp; Details</h2>
317
105
 
318
106
 
319
- We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rubygems.org/read/chapter/7">rational versioning policy</a> since version 6.3.0. This <code class="code">major.minor.build</code> numbering policy <a href="http://ablog.apress.com/?p=738">can be summarized</a> as follows:
320
107
  <ul>
321
- <li>an increase in the <strong>major</strong> number indicates that <em>functionally incompatible</em> changes have occurred. Thus, what may have worked in the previous version may not work in the new one.</li>
322
- <li>an increase in the <strong>minor</strong> number indicates that <em>functionally compatible</em> changes have occurred. Thus, what worked in the previous version will work in the new one.</li>
323
- <li>an increase in the <strong>build</strong> number indicates that the <em>underlying implementation</em> has changed. The functionality has not changed and no features have been added. Thus, what worked in the previous version will work in the new one.</li>
108
+ <li>Revised the project website according to the <a href="http://producingoss.com">Producing <span class="caps">OSS</span></a> guidelines.</li>
324
109
  </ul>
325
110
 
326
111
 
327
- <h1 id="15.0.2">2 &nbsp; Version 15.0.2 (2007-01-22)</h1>
328
-
112
+ <ul>
113
+ <li>Added instructions for checking out source code and generating documentation.</li>
114
+ </ul>
329
115
 
330
- <h2 id="anchor13">2.1 &nbsp; Summary</h2>
331
116
 
117
+ <h1 ><a id="a15.0.2" href="#a-606925838">3</a> &nbsp; Version 15.0.2 (2007-01-22)</h1>
332
118
 
333
119
  <p>This release fixes problems with linking of the C extension and installation of the gem.</p>
334
120
 
335
121
 
336
- <h2 id="anchor14">2.2 &nbsp; Details</h2>
122
+ <h2><a id="Details-606926808" href="#a-606926808">3.1</a> &nbsp; Details</h2>
337
123
 
338
124
 
339
125
  <ul>
@@ -346,22 +132,20 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
346
132
  </ul>
347
133
 
348
134
 
349
- <h1 id="15.0.1">3 &nbsp; Version 15.0.1 (2007-01-15)</h1>
350
-
135
+ <h1 ><a id="a15.0.1" href="#a-606927858">4</a> &nbsp; Version 15.0.1 (2007-01-15)</h1>
351
136
 
352
- <h2 id="anchor15">3.1 &nbsp; Summary</h2>
137
+ <p>This release fixes another problem with compilation of the C extension and improves the user documentation&#8217;s appearance.</p>
353
138
 
354
139
 
355
- <p>This release fixes a problem with compilation of the C extension and improves the user documentation&#8217;s appearance.</p>
140
+ <h2><a id="Thanks" href="#a-606928828">4.1</a> &nbsp; Thanks</h2>
356
141
 
357
142
 
358
- <h2 id="anchor16">3.2 &nbsp; Acknowledgment</h2>
359
-
360
-
361
- <p>Thanks to Derek Graham for reporting the problem.</p>
143
+ <ul>
144
+ <li>Derek Graham reported the problem with compilation of the C extension.</li>
145
+ </ul>
362
146
 
363
147
 
364
- <h2 id="anchor17">3.3 &nbsp; Details</h2>
148
+ <h2><a id="Details-606929688" href="#a-606929688">4.2</a> &nbsp; Details</h2>
365
149
 
366
150
 
367
151
  <ul>
@@ -379,22 +163,20 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
379
163
  </ul>
380
164
 
381
165
 
382
- <h1 id="15.0.0">4 &nbsp; Version 15.0.0 (2007-01-13)</h1>
383
-
384
-
385
- <h2 id="anchor18">4.1 &nbsp; Summary</h2>
386
-
166
+ <h1 ><a id="a15.0.0" href="#a-606930738">5</a> &nbsp; Version 15.0.0 (2007-01-13)</h1>
387
167
 
388
168
  <p>This release fixes a problem with compilation of the C extension, and makes clock generation code correctly affect Ruby prototypes.</p>
389
169
 
390
170
 
391
- <h2 id="anchor19">4.2 &nbsp; Acknowledgment</h2>
171
+ <h2><a id="Thanks-606931988" href="#a-606931988">5.1</a> &nbsp; Thanks</h2>
392
172
 
393
173
 
394
- <p>Thanks to Derek Graham for reporting the problem with compilation of the C extension.</p>
174
+ <ul>
175
+ <li>Derek Graham reported the problem with compilation of the C extension.</li>
176
+ </ul>
395
177
 
396
178
 
397
- <h2 id="anchor20">4.3 &nbsp; Notice</h2>
179
+ <h2><a id="Caution-606933558" href="#a-606933558">5.2</a> &nbsp; Caution</h2>
398
180
 
399
181
 
400
182
  <ul>
@@ -407,7 +189,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
407
189
  </ul>
408
190
 
409
191
 
410
- <h3 id="anchor21">4.3.1 &nbsp; New features</h3>
192
+ <h3><a id="New_features-606935998" href="#a-606935998">5.2.1</a> &nbsp; New features</h3>
411
193
 
412
194
 
413
195
  <ul>
@@ -425,7 +207,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
425
207
  </ul>
426
208
 
427
209
 
428
- <h2 id="anchor22">4.4 &nbsp; Details</h2>
210
+ <h2><a id="Details-606938948" href="#a-606938948">5.3</a> &nbsp; Details</h2>
429
211
 
430
212
 
431
213
  <ul>
@@ -443,16 +225,12 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
443
225
  </ul>
444
226
 
445
227
 
446
- <h1 id="14.0.0">5 &nbsp; Version 14.0.0 (2006-12-30)</h1>
447
-
448
-
449
- <h2 id="anchor23">5.1 &nbsp; Summary</h2>
450
-
228
+ <h1 ><a id="a14.0.0" href="#a-606941338">6</a> &nbsp; Version 14.0.0 (2006-12-30)</h1>
451
229
 
452
230
  <p>This release adds support for simulation callbacks, renders Verilog benches <em>fully simplified</em>, and revises the user manual to reflect major changes.</p>
453
231
 
454
232
 
455
- <h2 id="anchor24">5.2 &nbsp; Notice</h2>
233
+ <h2><a id="Caution-606942398" href="#a-606942398">6.1</a> &nbsp; Caution</h2>
456
234
 
457
235
 
458
236
  <ul>
@@ -469,7 +247,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
469
247
  </ul>
470
248
 
471
249
 
472
- <h3 id="anchor25">5.2.1 &nbsp; New features</h3>
250
+ <h3><a id="New_features-606943488" href="#a-606943488">6.1.1</a> &nbsp; New features</h3>
473
251
 
474
252
 
475
253
  <ul>
@@ -492,7 +270,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
492
270
  </ul>
493
271
 
494
272
 
495
- <h2 id="anchor26">5.3 &nbsp; Details</h2>
273
+ <h2><a id="Details-606944758" href="#a-606944758">6.2</a> &nbsp; Details</h2>
496
274
 
497
275
 
498
276
  <ul>
@@ -519,16 +297,12 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
519
297
  </ul>
520
298
 
521
299
 
522
- <h1 id="13.0.0">6 &nbsp; Version 13.0.0 (2006-12-27)</h1>
523
-
524
-
525
- <h2 id="anchor27">6.1 &nbsp; Summary</h2>
526
-
300
+ <h1 ><a id="a13.0.0" href="#a-606945938">7</a> &nbsp; Version 13.0.0 (2006-12-27)</h1>
527
301
 
528
302
  <p>This release fixes a <em>major</em> instability bug, simplifies generated Verilog benches, and purifies the <span class="caps">API</span> reference documentation.</p>
529
303
 
530
304
 
531
- <h2 id="anchor28">6.2 &nbsp; Notice</h2>
305
+ <h2><a id="Caution-606947018" href="#a-606947018">7.1</a> &nbsp; Caution</h2>
532
306
 
533
307
 
534
308
  <ul>
@@ -539,7 +313,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
539
313
  </ul>
540
314
 
541
315
 
542
- <h3 id="anchor29">6.2.1 &nbsp; New features</h3>
316
+ <h3><a id="New_features-606948108" href="#a-606948108">7.1.1</a> &nbsp; New features</h3>
543
317
 
544
318
 
545
319
  <ul>
@@ -547,7 +321,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
547
321
  </ul>
548
322
 
549
323
 
550
- <h2 id="anchor30">6.3 &nbsp; Details</h2>
324
+ <h2><a id="Details-606949378" href="#a-606949378">7.2</a> &nbsp; Details</h2>
551
325
 
552
326
 
553
327
  <ul>
@@ -572,16 +346,12 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
572
346
  </ul>
573
347
 
574
348
 
575
- <h1 id="12.1.0">7 &nbsp; Version 12.1.0 (2006-12-22)</h1>
576
-
577
-
578
- <h2 id="anchor31">7.1 &nbsp; Summary</h2>
579
-
349
+ <h1 ><a id="a12.1.0" href="#a-606950558">8</a> &nbsp; Version 12.1.0 (2006-12-22)</h1>
580
350
 
581
351
  <p>This release adds interactive debugging support, adds new sections to the user manual, and cleanses some internals.</p>
582
352
 
583
353
 
584
- <h2 id="anchor32">7.2 &nbsp; Notice</h2>
354
+ <h2><a id="Caution-606951638" href="#a-606951638">8.1</a> &nbsp; Caution</h2>
585
355
 
586
356
 
587
357
  <ul>
@@ -594,7 +364,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
594
364
  </ul>
595
365
 
596
366
 
597
- <h3 id="anchor33">7.2.1 &nbsp; New features</h3>
367
+ <h3><a id="New_features-606952728" href="#a-606952728">8.1.1</a> &nbsp; New features</h3>
598
368
 
599
369
 
600
370
  <ul>
@@ -610,7 +380,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
610
380
  </ul>
611
381
 
612
382
 
613
- <h2 id="anchor34">7.3 &nbsp; Details</h2>
383
+ <h2><a id="Details-606953998" href="#a-606953998">8.2</a> &nbsp; Details</h2>
614
384
 
615
385
 
616
386
  <ul>
@@ -633,31 +403,25 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
633
403
  </ul>
634
404
 
635
405
 
636
- <h1 id="12.0.2">8 &nbsp; Version 12.0.2 (2006-12-18)</h1>
637
-
638
-
639
- <h2 id="anchor35">8.1 &nbsp; Summary</h2>
640
-
406
+ <h1 ><a id="a12.0.2" href="#a-606955178">9</a> &nbsp; Version 12.0.2 (2006-12-18)</h1>
641
407
 
642
408
  <p>This release fixes a problem in the 12.0.1 gem, where the <strong>generate_test.rb</strong> and <strong>header_to_ruby.rb</strong> tools were not being installed properly.</p>
643
409
 
644
410
 
645
- <h1 id="12.0.1">9 &nbsp; Version 12.0.1 (2006-12-18)</h1>
646
-
647
-
648
- <h2 id="anchor36">9.1 &nbsp; Summary</h2>
649
-
411
+ <h1 ><a id="a12.0.1" href="#a-606956328">10</a> &nbsp; Version 12.0.1 (2006-12-18)</h1>
650
412
 
651
413
  <p>This release fixes a problem in code coverage analysis.</p>
652
414
 
653
415
 
654
- <h2 id="anchor37">9.2 &nbsp; Acknowledgment</h2>
416
+ <h2><a id="Thanks-606957418" href="#a-606957418">10.1</a> &nbsp; Thanks</h2>
655
417
 
656
418
 
657
- <p>Thanks to Mauricio Fernandez for helping me solve the problem.</p>
419
+ <ul>
420
+ <li>Mauricio Fernandez helped me solve the problem with code coverage analysis.</li>
421
+ </ul>
658
422
 
659
423
 
660
- <h2 id="anchor38">9.3 &nbsp; Details</h2>
424
+ <h2><a id="Details-606958418" href="#a-606958418">10.2</a> &nbsp; Details</h2>
661
425
 
662
426
 
663
427
  <p>Previously, code coverage reports were not providing any useful information because they were being generated <em>before</em> the test had a chance to run. This problem has been fixed&#8212;code coverage reports are now generated <em>after</em> the test has finished running.</p>
@@ -666,16 +430,12 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
666
430
  <p>This problem occurred because I had forgotten that <code class="code"><span style="color:#036; font-weight:bold">Kernel</span>.at_exit</code> invokes the blocks passed to it in <em>reverse</em> order. So, the coverage report was being generated before Test::Unit had a chance to run (it also uses <code class="code"><span style="color:#036; font-weight:bold">Kernel</span>.at_exit</code>).</p>
667
431
 
668
432
 
669
- <h1 id="12.0.0">10 &nbsp; Version 12.0.0 (2006-12-07)</h1>
670
-
671
-
672
- <h2 id="anchor39">10.1 &nbsp; Summary</h2>
673
-
433
+ <h1 ><a id="a12.0.0" href="#a-606959638">11</a> &nbsp; Version 12.0.0 (2006-12-07)</h1>
674
434
 
675
435
  <p>This release adds support for the <a href="http://chneukirchen.org/blog/archive/2006/10/announcing-test-spec-0-2-a-bdd-interface-for-test-unit.html">test/spec</a> library, fixes some bugs, and improves the user manual and generated tests.</p>
676
436
 
677
437
 
678
- <h2 id="anchor40">10.2 &nbsp; Notice</h2>
438
+ <h2><a id="Caution-606962918" href="#a-606962918">11.1</a> &nbsp; Caution</h2>
679
439
 
680
440
 
681
441
  <ul>
@@ -712,7 +472,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
712
472
  </ul>
713
473
 
714
474
 
715
- <h2 id="anchor41">10.3 &nbsp; Details</h2>
475
+ <h2><a id="Details-606963778" href="#a-606963778">11.2</a> &nbsp; Details</h2>
716
476
 
717
477
 
718
478
  <ul>
@@ -730,7 +490,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
730
490
  </ul>
731
491
 
732
492
 
733
- <h3 id="anchor42">10.3.1 &nbsp; Test generation</h3>
493
+ <h3><a id="Test_generation" href="#a-606964718">11.2.1</a> &nbsp; Test generation</h3>
734
494
 
735
495
 
736
496
  <ul>
@@ -767,22 +527,20 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
767
527
  </ul>
768
528
 
769
529
 
770
- <h1 id="11.1.1">11 &nbsp; Version 11.1.1 (2006-11-15)</h1>
771
-
772
-
773
- <h2 id="anchor43">11.1 &nbsp; Summary</h2>
774
-
530
+ <h1 ><a id="a11.1.1" href="#a-606965938">12</a> &nbsp; Version 11.1.1 (2006-11-15)</h1>
775
531
 
776
532
  <p>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.</p>
777
533
 
778
534
 
779
- <h2 id="anchor44">11.2 &nbsp; Acknowledgment</h2>
535
+ <h2><a id="Thanks-606966878" href="#a-606966878">12.1</a> &nbsp; Thanks</h2>
780
536
 
781
537
 
782
- <p>Thanks to John Burr for finding the bug in the automated test generator.</p>
538
+ <ul>
539
+ <li>John Burr found the bug in the automated test generator.</li>
540
+ </ul>
783
541
 
784
542
 
785
- <h2 id="anchor45">11.3 &nbsp; Notice</h2>
543
+ <h2><a id="Caution-606969248" href="#a-606969248">12.2</a> &nbsp; Caution</h2>
786
544
 
787
545
 
788
546
  <ul>
@@ -790,7 +548,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
790
548
  </ul>
791
549
 
792
550
 
793
- <h2 id="anchor46">11.4 &nbsp; Details</h2>
551
+ <h2><a id="Details-606970148" href="#a-606970148">12.3</a> &nbsp; Details</h2>
794
552
 
795
553
 
796
554
  <ul>
@@ -803,22 +561,20 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
803
561
  </ul>
804
562
 
805
563
 
806
- <h1 id="11.1.0">12 &nbsp; Version 11.1.0 (2006-11-08)</h1>
807
-
808
-
809
- <h2 id="anchor47">12.1 &nbsp; Summary</h2>
810
-
564
+ <h1 ><a id="a11.1.0" href="#a-606971158">13</a> &nbsp; Version 11.1.0 (2006-11-08)</h1>
811
565
 
812
566
  <p>This release fixes a bug in generated benches, improves the <a href="../ref/ruby/classes/Vpi/Handle.html">the <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::<span style="color:#036; font-weight:bold">Handle</span></code> class</a>, and improves performance by roughly 20%.</p>
813
567
 
814
568
 
815
- <h2 id="anchor48">12.2 &nbsp; Acknowledgment</h2>
569
+ <h2><a id="Thanks-606972098" href="#a-606972098">13.1</a> &nbsp; Thanks</h2>
816
570
 
817
571
 
818
- <p>Thanks to Matt Fischler for finding the bug in generated benches (see below).</p>
572
+ <ul>
573
+ <li>Matt Fischler found the bug in generated benches (see below).</li>
574
+ </ul>
819
575
 
820
576
 
821
- <h2 id="anchor49">12.3 &nbsp; Notice</h2>
577
+ <h2><a id="Caution-606972928" href="#a-606972928">13.2</a> &nbsp; Caution</h2>
822
578
 
823
579
 
824
580
  <ul>
@@ -826,7 +582,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
826
582
  </ul>
827
583
 
828
584
 
829
- <h2 id="anchor50">12.4 &nbsp; Details</h2>
585
+ <h2><a id="Details-606973798" href="#a-606973798">13.3</a> &nbsp; Details</h2>
830
586
 
831
587
 
832
588
  <ul>
@@ -877,16 +633,12 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
877
633
  </ul>
878
634
 
879
635
 
880
- <h1 id="11.0.0">13 &nbsp; Version 11.0.0 (2006-11-05)</h1>
881
-
882
-
883
- <h2 id="anchor51">13.1 &nbsp; Summary</h2>
884
-
636
+ <h1 ><a id="a11.0.0" href="#a-606974808">14</a> &nbsp; Version 11.0.0 (2006-11-05)</h1>
885
637
 
886
638
  <p>This release shortens generated Ruby benches and uses the less confusing notation for defining <a href="http://wiki.rubygarden.org/Ruby/page/show/SingletonTutorial">singleton methods</a> in generated designs and prototypes.</p>
887
639
 
888
640
 
889
- <h2 id="anchor52">13.2 &nbsp; Notice</h2>
641
+ <h2><a id="Caution-606975728" href="#a-606975728">14.1</a> &nbsp; Caution</h2>
890
642
 
891
643
 
892
644
  <ul>
@@ -904,7 +656,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
904
656
  </ul>
905
657
 
906
658
 
907
- <h2 id="anchor53">13.3 &nbsp; Details</h2>
659
+ <h2><a id="Details-606976598" href="#a-606976598">14.2</a> &nbsp; Details</h2>
908
660
 
909
661
 
910
662
  <ul>
@@ -931,22 +683,20 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
931
683
  </ul>
932
684
 
933
685
 
934
- <h1 id="10.0.0">14 &nbsp; Version 10.0.0 (2006-11-05)</h1>
935
-
936
-
937
- <h2 id="anchor54">14.1 &nbsp; Summary</h2>
938
-
686
+ <h1 ><a id="a10.0.0" href="#a-606977608">15</a> &nbsp; Version 10.0.0 (2006-11-05)</h1>
939
687
 
940
688
  <p>This release adds the ability to access a handle&#8217;s children and reduces the amount of code produced by the automated test generator.</p>
941
689
 
942
690
 
943
- <h2 id="anchor55">14.2 &nbsp; Acknowledgment</h2>
691
+ <h2><a id="Thanks-606978558" href="#a-606978558">15.1</a> &nbsp; Thanks</h2>
944
692
 
945
693
 
946
- <p>Thanks to Matt Fischler for finding the problem of misdirected compilation errors in Verilog benches.</p>
694
+ <ul>
695
+ <li>Matt Fischler found the problem of misdirected compilation errors in Verilog benches.</li>
696
+ </ul>
947
697
 
948
698
 
949
- <h2 id="anchor56">14.3 &nbsp; Notice</h2>
699
+ <h2><a id="Caution-606979388" href="#a-606979388">15.2</a> &nbsp; Caution</h2>
950
700
 
951
701
 
952
702
  <ul>
@@ -967,10 +717,10 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
967
717
  </ul>
968
718
 
969
719
 
970
- <h2 id="anchor57">14.4 &nbsp; Details</h2>
720
+ <h2><a id="Details-606980248" href="#a-606980248">15.3</a> &nbsp; Details</h2>
971
721
 
972
722
 
973
- <h3 id="anchor58">14.4.1 &nbsp; Automated test generator</h3>
723
+ <h3><a id="Automated_test_generator" href="#a-606981198">15.3.1</a> &nbsp; Automated test generator</h3>
974
724
 
975
725
 
976
726
  <ul>
@@ -993,7 +743,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
993
743
  </ul>
994
744
 
995
745
 
996
- <h3 id="anchor59">14.4.2 &nbsp; User manual</h3>
746
+ <h3><a id="User_manual" href="#a-606982388">15.3.2</a> &nbsp; User manual</h3>
997
747
 
998
748
 
999
749
  <ul>
@@ -1011,22 +761,20 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1011
761
  </ul>
1012
762
 
1013
763
 
1014
- <h1 id="9.0.0">15 &nbsp; Version 9.0.0 (2006-10-28)</h1>
1015
-
1016
-
1017
- <h2 id="anchor60">15.1 &nbsp; Summary</h2>
1018
-
764
+ <h1 ><a id="a9.0.0" href="#a-606983478">16</a> &nbsp; Version 9.0.0 (2006-10-28)</h1>
1019
765
 
1020
766
  <p>This release improves the automated test generator and adds new content to the user manual.</p>
1021
767
 
1022
768
 
1023
- <h2 id="anchor61">15.2 &nbsp; Acknowledgment</h2>
769
+ <h2><a id="Thanks-606984398" href="#a-606984398">16.1</a> &nbsp; Thanks</h2>
1024
770
 
1025
771
 
1026
- <p>Thanks to Matt Fischler for helping test and debug the installation of Ruby-VPI on Windows.</p>
772
+ <ul>
773
+ <li>Matt Fischler helped test and debug the installation of Ruby-VPI on Windows.</li>
774
+ </ul>
1027
775
 
1028
776
 
1029
- <h2 id="anchor62">15.3 &nbsp; Notice</h2>
777
+ <h2><a id="Caution-606985228" href="#a-606985228">16.2</a> &nbsp; Caution</h2>
1030
778
 
1031
779
 
1032
780
  <ul>
@@ -1034,7 +782,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1034
782
  </ul>
1035
783
 
1036
784
 
1037
- <h2 id="anchor63">15.4 &nbsp; Details</h2>
785
+ <h2><a id="Details-606986088" href="#a-606986088">16.3</a> &nbsp; Details</h2>
1038
786
 
1039
787
 
1040
788
  <ul>
@@ -1077,22 +825,20 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1077
825
  </ul>
1078
826
 
1079
827
 
1080
- <h1 id="8.2.0">16 &nbsp; Version 8.2.0 (2006-10-24)</h1>
1081
-
1082
-
1083
- <h2 id="anchor64">16.1 &nbsp; Summary</h2>
1084
-
828
+ <h1 ><a id="a8.2.0" href="#a-606987098">17</a> &nbsp; Version 8.2.0 (2006-10-24)</h1>
1085
829
 
1086
830
  <p>This release simplifies configuration of generated tests.</p>
1087
831
 
1088
832
 
1089
- <h2 id="anchor65">16.2 &nbsp; Acknowledgment</h2>
833
+ <h2><a id="Thanks-606988018" href="#a-606988018">17.1</a> &nbsp; Thanks</h2>
1090
834
 
1091
835
 
1092
- <p>Thanks to <a href="http://www.soe.ucsc.edu/classes/cmpe126/Fall06/">students in <span class="caps">CMPE</span>-126</a> for their comments.</p>
836
+ <ul>
837
+ <li><a href="http://www.soe.ucsc.edu/classes/cmpe126/Fall06/">Students in the <span class="caps">CMPE</span>-126 class</a> for their comments and criticisms.</li>
838
+ </ul>
1093
839
 
1094
840
 
1095
- <h2 id="anchor66">16.3 &nbsp; Notice</h2>
841
+ <h2><a id="Caution-606988848" href="#a-606988848">17.2</a> &nbsp; Caution</h2>
1096
842
 
1097
843
 
1098
844
  <ul>
@@ -1100,7 +846,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1100
846
  </ul>
1101
847
 
1102
848
 
1103
- <h2 id="anchor67">16.4 &nbsp; Details</h2>
849
+ <h2><a id="Details-606989718" href="#a-606989718">17.3</a> &nbsp; Details</h2>
1104
850
 
1105
851
 
1106
852
  <ul>
@@ -1110,16 +856,12 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1110
856
  </ul>
1111
857
 
1112
858
 
1113
- <h1 id="8.1.0">17 &nbsp; Version 8.1.0 (2006-10-21)</h1>
1114
-
1115
-
1116
- <h2 id="anchor68">17.1 &nbsp; Summary</h2>
1117
-
859
+ <h1 ><a id="a8.1.0" href="#a-606990728">18</a> &nbsp; Version 8.1.0 (2006-10-21)</h1>
1118
860
 
1119
861
  <p>This release adds an integer library and renames the vpi_util library.</p>
1120
862
 
1121
863
 
1122
- <h2 id="anchor69">17.2 &nbsp; Notice</h2>
864
+ <h2><a id="Caution-606991628" href="#a-606991628">18.1</a> &nbsp; Caution</h2>
1123
865
 
1124
866
 
1125
867
  <ul>
@@ -1127,7 +869,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1127
869
  </ul>
1128
870
 
1129
871
 
1130
- <h2 id="anchor70">17.3 &nbsp; Details</h2>
872
+ <h2><a id="Details-606992538" href="#a-606992538">18.2</a> &nbsp; Details</h2>
1131
873
 
1132
874
 
1133
875
  <ul>
@@ -1135,16 +877,12 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1135
877
  </ul>
1136
878
 
1137
879
 
1138
- <h1 id="8.0.0">18 &nbsp; Version 8.0.0 (2006-10-13)</h1>
1139
-
1140
-
1141
- <h2 id="anchor71">18.1 &nbsp; Summary</h2>
1142
-
880
+ <h1 ><a id="a8.0.0" href="#a-606993608">19</a> &nbsp; Version 8.0.0 (2006-10-13)</h1>
1143
881
 
1144
882
  <p>This release renames some identifiers for consistency, updates the documentation, and improves integration with RubyGems.</p>
1145
883
 
1146
884
 
1147
- <h2 id="anchor72">18.2 &nbsp; Notice</h2>
885
+ <h2><a id="Caution-606994578" href="#a-606994578">19.1</a> &nbsp; Caution</h2>
1148
886
 
1149
887
 
1150
888
  <ul>
@@ -1160,7 +898,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1160
898
  </ul>
1161
899
 
1162
900
 
1163
- <h2 id="anchor73">18.3 &nbsp; Details</h2>
901
+ <h2><a id="Details-606995488" href="#a-606995488">19.2</a> &nbsp; Details</h2>
1164
902
 
1165
903
 
1166
904
  <ul>
@@ -1191,16 +929,12 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1191
929
  </ul>
1192
930
 
1193
931
 
1194
- <h1 id="7.3.0">19 &nbsp; Version 7.3.0 (2006-09-30)</h1>
1195
-
1196
-
1197
- <h2 id="anchor74">19.1 &nbsp; Summary</h2>
1198
-
932
+ <h1 ><a id="a7.3.0" href="#a-606996548">20</a> &nbsp; Version 7.3.0 (2006-09-30)</h1>
1199
933
 
1200
934
  <p>This release fixes a bug in generated Verilog benches, includes parsed constants in generated tests, and adds new methods to handles.</p>
1201
935
 
1202
936
 
1203
- <h2 id="anchor75">19.2 &nbsp; Notice</h2>
937
+ <h2><a id="Caution-606997498" href="#a-606997498">20.1</a> &nbsp; Caution</h2>
1204
938
 
1205
939
 
1206
940
  <ul>
@@ -1212,7 +946,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1212
946
  </ul>
1213
947
 
1214
948
 
1215
- <h2 id="anchor76">19.3 &nbsp; Details</h2>
949
+ <h2><a id="Details-606998408" href="#a-606998408">20.2</a> &nbsp; Details</h2>
1216
950
 
1217
951
 
1218
952
  <ul>
@@ -1233,22 +967,20 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1233
967
  </ul>
1234
968
 
1235
969
 
1236
- <h1 id="7.2.0">20 &nbsp; Version 7.2.0 (2006-09-15)</h1>
1237
-
1238
-
1239
- <h2 id="anchor77">20.1 &nbsp; Summary</h2>
1240
-
970
+ <h1 ><a id="a7.2.0" href="#a-606999488">21</a> &nbsp; Version 7.2.0 (2006-09-15)</h1>
1241
971
 
1242
972
  <p>This release adds initial support for code coverage analysis via the <a href="http://eigenclass.org/hiki.rb?rcov">rcov library</a>.</p>
1243
973
 
1244
974
 
1245
- <h2 id="anchor78">20.2 &nbsp; Acknowledgment</h2>
975
+ <h2><a id="Thanks-607000458" href="#a-607000458">21.1</a> &nbsp; Thanks</h2>
1246
976
 
1247
977
 
1248
- <p>Thanks to Mauricio Fernandez for helping me use rcov without its runner.</p>
978
+ <ul>
979
+ <li>Mauricio Fernandez helped me use rcov without its runner.</li>
980
+ </ul>
1249
981
 
1250
982
 
1251
- <h2 id="anchor79">20.3 &nbsp; Details</h2>
983
+ <h2><a id="Details-606014568" href="#a-606014568">21.2</a> &nbsp; Details</h2>
1252
984
 
1253
985
 
1254
986
  <ul>
@@ -1264,16 +996,12 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1264
996
  </ul>
1265
997
 
1266
998
 
1267
- <h1 id="7.1.0">21 &nbsp; Version 7.1.0 (2006-08-29)</h1>
1268
-
1269
-
1270
- <h2 id="anchor80">21.1 &nbsp; Summary</h2>
1271
-
999
+ <h1 ><a id="a7.1.0" href="#a-606032598">22</a> &nbsp; Version 7.1.0 (2006-08-29)</h1>
1272
1000
 
1273
1001
  <p>This release simplifies running of multiple tests, restores compatibility with Synopsys <span class="caps">VCS</span>, and better integrates with RubyGems.</p>
1274
1002
 
1275
1003
 
1276
- <h2 id="anchor81">21.2 &nbsp; Details</h2>
1004
+ <h2><a id="Details-606039548" href="#a-606039548">22.1</a> &nbsp; Details</h2>
1277
1005
 
1278
1006
 
1279
1007
  <ul>
@@ -1301,16 +1029,12 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1301
1029
  </ul>
1302
1030
 
1303
1031
 
1304
- <h1 id="7.0.0">22 &nbsp; Version 7.0.0 (2006-08-29)</h1>
1305
-
1306
-
1307
- <h2 id="anchor82">22.1 &nbsp; Summary</h2>
1308
-
1032
+ <h1 ><a id="a7.0.0" href="#a-606059028">23</a> &nbsp; Version 7.0.0 (2006-08-29)</h1>
1309
1033
 
1310
1034
  <p>This release distributes Ruby-VPI as a gem, improves portability of generated tests, and fixes a bug.</p>
1311
1035
 
1312
1036
 
1313
- <h2 id="anchor83">22.2 &nbsp; Notice</h2>
1037
+ <h2><a id="Caution-606071968" href="#a-606071968">23.1</a> &nbsp; Caution</h2>
1314
1038
 
1315
1039
 
1316
1040
  <ul>
@@ -1337,7 +1061,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1337
1061
  </ul>
1338
1062
 
1339
1063
 
1340
- <h2 id="anchor84">22.3 &nbsp; Details</h2>
1064
+ <h2><a id="Details-606095878" href="#a-606095878">23.2</a> &nbsp; Details</h2>
1341
1065
 
1342
1066
 
1343
1067
  <ul>
@@ -1368,16 +1092,12 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1368
1092
  </ul>
1369
1093
 
1370
1094
 
1371
- <h1 id="6.3.0">23 &nbsp; Version 6.3.0 (2006-08-27)</h1>
1372
-
1373
-
1374
- <h2 id="anchor85">23.1 &nbsp; Summary</h2>
1375
-
1095
+ <h1 ><a id="a6.3.0" href="#a-606125338">24</a> &nbsp; Version 6.3.0 (2006-08-27)</h1>
1376
1096
 
1377
1097
  <p>This release adds support for the <span class="caps">GPL</span> Cver simulator, provides both binary and source packages, and explicitly defines the version numbering system.</p>
1378
1098
 
1379
1099
 
1380
- <h2 id="anchor86">23.2 &nbsp; Notice</h2>
1100
+ <h2><a id="Caution-606131528" href="#a-606131528">24.1</a> &nbsp; Caution</h2>
1381
1101
 
1382
1102
 
1383
1103
  <ul>
@@ -1388,7 +1108,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1388
1108
  </ul>
1389
1109
 
1390
1110
 
1391
- <h2 id="anchor87">23.3 &nbsp; Details</h2>
1111
+ <h2><a id="Details-606154238" href="#a-606154238">24.2</a> &nbsp; Details</h2>
1392
1112
 
1393
1113
 
1394
1114
  <ul>
@@ -1483,16 +1203,12 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1483
1203
  </ul>
1484
1204
 
1485
1205
 
1486
- <h1 id="6.2.0">24 &nbsp; Version 6.2.0 (2006-08-26)</h1>
1487
-
1488
-
1489
- <h2 id="anchor88">24.1 &nbsp; Summary</h2>
1490
-
1206
+ <h1 ><a id="a6.2.0" href="#a-606182658">25</a> &nbsp; Version 6.2.0 (2006-08-26)</h1>
1491
1207
 
1492
1208
  <p>This release beautifies generated tests, adds checks to find signal width bugs, and includes a new tool.</p>
1493
1209
 
1494
1210
 
1495
- <h2 id="anchor89">24.2 &nbsp; Notice</h2>
1211
+ <h2><a id="Caution-606197628" href="#a-606197628">25.1</a> &nbsp; Caution</h2>
1496
1212
 
1497
1213
 
1498
1214
  <ul>
@@ -1505,7 +1221,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1505
1221
  </ul>
1506
1222
 
1507
1223
 
1508
- <h2 id="anchor90">24.3 &nbsp; Details</h2>
1224
+ <h2><a id="Details-606206098" href="#a-606206098">25.2</a> &nbsp; Details</h2>
1509
1225
 
1510
1226
 
1511
1227
  <ul>
@@ -1528,16 +1244,12 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1528
1244
  </ul>
1529
1245
 
1530
1246
 
1531
- <h1 id="6.1.0">25 &nbsp; Version 6.1.0 (2006-08-09)</h1>
1532
-
1533
-
1534
- <h2 id="anchor91">25.1 &nbsp; Summary</h2>
1535
-
1247
+ <h1 ><a id="a6.1.0" href="#a-606214248">26</a> &nbsp; Version 6.1.0 (2006-08-09)</h1>
1536
1248
 
1537
1249
  <p>This release simplifies generated tests and fixes a bug.</p>
1538
1250
 
1539
1251
 
1540
- <h2 id="anchor92">25.2 &nbsp; Details</h2>
1252
+ <h2><a id="Details-606234988" href="#a-606234988">26.1</a> &nbsp; Details</h2>
1541
1253
 
1542
1254
 
1543
1255
  <ul>
@@ -1554,16 +1266,12 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1554
1266
  </ul>
1555
1267
 
1556
1268
 
1557
- <h1 id="6.0.0">26 &nbsp; Version 6.0.0 (2006-08-07)</h1>
1558
-
1559
-
1560
- <h2 id="anchor93">26.1 &nbsp; Summary</h2>
1561
-
1269
+ <h1 ><a id="a6.0.0" href="#a-606250748">27</a> &nbsp; Version 6.0.0 (2006-08-07)</h1>
1562
1270
 
1563
1271
  <p>This release adds support and documentation for rapid prototyping of Verilog designs in Ruby.</p>
1564
1272
 
1565
1273
 
1566
- <h2 id="anchor94">26.2 &nbsp; Notice</h2>
1274
+ <h2><a id="Caution-606267188" href="#a-606267188">27.1</a> &nbsp; Caution</h2>
1567
1275
 
1568
1276
 
1569
1277
  <ul>
@@ -1581,7 +1289,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1581
1289
  </ul>
1582
1290
 
1583
1291
 
1584
- <h2 id="anchor95">26.3 &nbsp; Details</h2>
1292
+ <h2><a id="Details-606275648" href="#a-606275648">27.2</a> &nbsp; Details</h2>
1585
1293
 
1586
1294
 
1587
1295
  <ul>
@@ -1601,24 +1309,20 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1601
1309
  </ul>
1602
1310
 
1603
1311
 
1604
- <h1 id="5.1.1">27 &nbsp; Version 5.1.1 (2006-08-04)</h1>
1605
-
1606
-
1607
- <h2 id="anchor96">27.1 &nbsp; Summary</h2>
1608
-
1312
+ <h1 ><a id="a5.1.1" href="#a-606284478">28</a> &nbsp; Version 5.1.1 (2006-08-04)</h1>
1609
1313
 
1610
1314
  <p>This release fixes unreadable syntax coloring in the user manual.</p>
1611
1315
 
1612
1316
 
1613
- <h2 id="anchor97">27.2 &nbsp; Acknowledgment</h2>
1317
+ <h2><a id="Thanks-606290258" href="#a-606290258">28.1</a> &nbsp; Thanks</h2>
1614
1318
 
1615
1319
 
1616
1320
  <ul>
1617
- <li>Thanks to Todd Nagengast and Matt Fischler for notifying me about unreadable text in the user manual.</li>
1321
+ <li>Todd Nagengast and Matt Fischler notified me about unreadable text in the user manual.</li>
1618
1322
  </ul>
1619
1323
 
1620
1324
 
1621
- <h2 id="anchor98">27.3 &nbsp; Details</h2>
1325
+ <h2><a id="Details-606294928" href="#a-606294928">28.2</a> &nbsp; Details</h2>
1622
1326
 
1623
1327
 
1624
1328
  <ul>
@@ -1631,27 +1335,23 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1631
1335
  </ul>
1632
1336
 
1633
1337
 
1634
- <h1 id="5.1.0">28 &nbsp; Version 5.1.0 (2006-07-29)</h1>
1635
-
1636
-
1637
- <h2 id="anchor99">28.1 &nbsp; Summary</h2>
1638
-
1338
+ <h1 ><a id="a5.1.0" href="#a-606298368">29</a> &nbsp; Version 5.1.0 (2006-07-29)</h1>
1639
1339
 
1640
1340
  <p>This release adds a tutorial to the user manual, and improves the tools and examples.</p>
1641
1341
 
1642
1342
 
1643
- <h2 id="anchor100">28.2 &nbsp; Acknowledgment</h2>
1343
+ <h2><a id="Thanks-606304148" href="#a-606304148">29.1</a> &nbsp; Thanks</h2>
1644
1344
 
1645
1345
 
1646
1346
  <ul>
1647
- <li>Thanks to Phil Tomson for correcting the <span class="caps">URL</span> of the <span class="caps">RHDL</span> website, in the user manual.</li>
1347
+ <li>Phil Tomson corrected the <span class="caps">URL</span> of the <span class="caps">RHDL</span> website in the user manual.</li>
1648
1348
  </ul>
1649
1349
 
1650
1350
 
1651
- <h2 id="anchor101">28.3 &nbsp; Details</h2>
1351
+ <h2><a id="Details-606318608" href="#a-606318608">29.2</a> &nbsp; Details</h2>
1652
1352
 
1653
1353
 
1654
- <h3 id="anchor102">28.3.1 &nbsp; User manual</h3>
1354
+ <h3><a id="User_manual-605776618" href="#a-605776618">29.2.1</a> &nbsp; User manual</h3>
1655
1355
 
1656
1356
 
1657
1357
  <ul>
@@ -1664,7 +1364,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1664
1364
  </ul>
1665
1365
 
1666
1366
 
1667
- <h3 id="anchor103">28.3.2 &nbsp; Examples</h3>
1367
+ <h3><a id="Examples" href="#a-605806308">29.2.2</a> &nbsp; Examples</h3>
1668
1368
 
1669
1369
 
1670
1370
  <ul>
@@ -1692,7 +1392,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1692
1392
  </ul>
1693
1393
 
1694
1394
 
1695
- <h3 id="anchor104">28.3.3 &nbsp; <span class="caps">VPI</span> utility layer</h3>
1395
+ <h3><a id="a_span_class__caps__VPI__span__utility_layer" href="#a-605855828">29.2.3</a> &nbsp; <span class="caps">VPI</span> utility layer</h3>
1696
1396
 
1697
1397
 
1698
1398
  <ul>
@@ -1700,24 +1400,20 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1700
1400
  </ul>
1701
1401
 
1702
1402
 
1703
- <h1 id="5.0.0">29 &nbsp; Version 5.0.0 (2006-07-22)</h1>
1704
-
1705
-
1706
- <h2 id="anchor105">29.1 &nbsp; Summary</h2>
1707
-
1403
+ <h1 ><a id="a5.0.0" href="#a-605866078">30</a> &nbsp; Version 5.0.0 (2006-07-22)</h1>
1708
1404
 
1709
1405
  <p>This release enhances the <span class="caps">VPI</span> utility layer and adds new content to the user manual.</p>
1710
1406
 
1711
1407
 
1712
- <h2 id="anchor106">29.2 &nbsp; Acknowledgment</h2>
1408
+ <h2><a id="Thanks-605899278" href="#a-605899278">30.1</a> &nbsp; Thanks</h2>
1713
1409
 
1714
1410
 
1715
1411
  <ul>
1716
- <li>Thanks to Jan Decaluwe for correcting the description of MyHDL in the user manual.</li>
1412
+ <li>Jan Decaluwe corrected the description of MyHDL in the user manual.</li>
1717
1413
  </ul>
1718
1414
 
1719
1415
 
1720
- <h2 id="anchor107">29.3 &nbsp; Notice</h2>
1416
+ <h2><a id="Caution-605923858" href="#a-605923858">30.2</a> &nbsp; Caution</h2>
1721
1417
 
1722
1418
 
1723
1419
  <ul>
@@ -1730,7 +1426,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1730
1426
  </ul>
1731
1427
 
1732
1428
 
1733
- <h2 id="anchor108">29.4 &nbsp; Details</h2>
1429
+ <h2><a id="Details-605695458" href="#a-605695458">30.3</a> &nbsp; Details</h2>
1734
1430
 
1735
1431
 
1736
1432
  <ul>
@@ -1757,24 +1453,20 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1757
1453
  </ul>
1758
1454
 
1759
1455
 
1760
- <h1 id="4.0.0">30 &nbsp; Version 4.0.0 (2006-05-25)</h1>
1761
-
1762
-
1763
- <h2 id="anchor109">30.1 &nbsp; Summary</h2>
1764
-
1456
+ <h1 ><a id="a4.0.0" href="#a-605714218">31</a> &nbsp; Version 4.0.0 (2006-05-25)</h1>
1765
1457
 
1766
1458
  <p>This release adds a comprehensive user manual, upgrades from make to <a href="http://rake.rubyforge.org">Rake</a>, and improves the test generation tool.</p>
1767
1459
 
1768
1460
 
1769
- <h2 id="anchor110">30.2 &nbsp; Acknowledgment</h2>
1461
+ <h2><a id="Thanks-605727938" href="#a-605727938">31.1</a> &nbsp; Thanks</h2>
1770
1462
 
1771
1463
 
1772
1464
  <ul>
1773
- <li>Thanks to Jose Renau for solving the problem of strange delays that occurred whenever a design was reset.</li>
1465
+ <li>Jose Renau solved the problem of strange delays that occurred whenever a design was reset.</li>
1774
1466
  </ul>
1775
1467
 
1776
1468
 
1777
- <h2 id="anchor111">30.3 &nbsp; Notice</h2>
1469
+ <h2><a id="Caution-606418428" href="#a-606418428">31.2</a> &nbsp; Caution</h2>
1778
1470
 
1779
1471
 
1780
1472
  <ul>
@@ -1787,7 +1479,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1787
1479
  </ul>
1788
1480
 
1789
1481
 
1790
- <h2 id="anchor112">30.4 &nbsp; Details</h2>
1482
+ <h2><a id="Details-606424508" href="#a-606424508">31.3</a> &nbsp; Details</h2>
1791
1483
 
1792
1484
 
1793
1485
  <ul>
@@ -1812,24 +1504,20 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1812
1504
  </ul>
1813
1505
 
1814
1506
 
1815
- <h1 id="3.2.0">31 &nbsp; Version 3.2.0 (2006-05-13)</h1>
1816
-
1817
-
1818
- <h2 id="anchor113">31.1 &nbsp; Summary</h2>
1819
-
1507
+ <h1 ><a id="a3.2.0" href="#a-606427118">32</a> &nbsp; Version 3.2.0 (2006-05-13)</h1>
1820
1508
 
1821
1509
  <p>This release adds a tool which generates test benches, and adds support for <a href="http://behaviour-driven.org">Behavior Driven Development</a> via the <a href="http://rspec.rubyforge.org">RSpec</a> library.</p>
1822
1510
 
1823
1511
 
1824
- <h2 id="anchor114">31.2 &nbsp; Acknowledgment</h2>
1512
+ <h2><a id="Thanks-606429278" href="#a-606429278">32.1</a> &nbsp; Thanks</h2>
1825
1513
 
1826
1514
 
1827
1515
  <ul>
1828
- <li>Thanks to Scott L Holmes for helping me <a href="http://article.gmane.org/gmane.comp.lang.ruby.general/150087">use the RSpec library without its runner</a> program.</li>
1516
+ <li>Scott L Holmes helped me <a href="http://article.gmane.org/gmane.comp.lang.ruby.general/150087">use the RSpec library without its runner</a> program.</li>
1829
1517
  </ul>
1830
1518
 
1831
1519
 
1832
- <h2 id="anchor115">31.3 &nbsp; Details</h2>
1520
+ <h2><a id="Details-606433228" href="#a-606433228">32.2</a> &nbsp; Details</h2>
1833
1521
 
1834
1522
 
1835
1523
  <ul>
@@ -1856,16 +1544,12 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1856
1544
  </ul>
1857
1545
 
1858
1546
 
1859
- <h1 id="3.1.0">32 &nbsp; Version 3.1.0 (2006-04-28)</h1>
1860
-
1861
-
1862
- <h2 id="anchor116">32.1 &nbsp; Summary</h2>
1863
-
1547
+ <h1 ><a id="a3.1.0" href="#a-606442678">33</a> &nbsp; Version 3.1.0 (2006-04-28)</h1>
1864
1548
 
1865
1549
  <p>This release adds simple ways of reading and writing values to <span class="caps">VPI</span> handles, adds documentation for the <span class="caps">VPI</span> utility layer, and fixes the pipelined <span class="caps">ALU</span> example.</p>
1866
1550
 
1867
1551
 
1868
- <h2 id="anchor117">32.2 &nbsp; Notice</h2>
1552
+ <h2><a id="Caution-606447628" href="#a-606447628">33.1</a> &nbsp; Caution</h2>
1869
1553
 
1870
1554
 
1871
1555
  <ul>
@@ -1873,7 +1557,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1873
1557
  </ul>
1874
1558
 
1875
1559
 
1876
- <h2 id="anchor118">32.3 &nbsp; Details</h2>
1560
+ <h2><a id="Details-606451458" href="#a-606451458">33.2</a> &nbsp; Details</h2>
1877
1561
 
1878
1562
 
1879
1563
  <ul>
@@ -1910,24 +1594,20 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1910
1594
  </ul>
1911
1595
 
1912
1596
 
1913
- <h1 id="3.0.0">33 &nbsp; Version 3.0.0 (2006-04-23)</h1>
1914
-
1915
-
1916
- <h2 id="anchor119">33.1 &nbsp; Summary</h2>
1917
-
1597
+ <h1 ><a id="a3.0.0" href="#a-606462218">34</a> &nbsp; Version 3.0.0 (2006-04-23)</h1>
1918
1598
 
1919
1599
  <p>This release adds support for the <em>entire</em> <a href="http://ieeexplore.ieee.org/xpl/standardstoc.jsp?isnumber=33945"><span class="caps">IEEE</span> Std. 1364-2005</a> VPI interface, and updates the examples into unit tests.</p>
1920
1600
 
1921
1601
 
1922
- <h2 id="anchor120">33.2 &nbsp; Acknowledgment</h2>
1602
+ <h2><a id="Thanks-606467378" href="#a-606467378">34.1</a> &nbsp; Thanks</h2>
1923
1603
 
1924
1604
 
1925
1605
  <ul>
1926
- <li>Thanks to the <a href="http://www.swig.org/guilty.html"><span class="caps">SWIG</span> developers</a> for making this project <em>much</em> easier! ;-)</li>
1606
+ <li>The <a href="http://www.swig.org/guilty.html"><span class="caps">SWIG</span> developers</a> made this project <em>much</em> easier! ;-)</li>
1927
1607
  </ul>
1928
1608
 
1929
1609
 
1930
- <h2 id="anchor121">33.3 &nbsp; Notice</h2>
1610
+ <h2><a id="Caution-606468608" href="#a-606468608">34.2</a> &nbsp; Caution</h2>
1931
1611
 
1932
1612
 
1933
1613
  <ul>
@@ -1935,7 +1615,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1935
1615
  </ul>
1936
1616
 
1937
1617
 
1938
- <h2 id="anchor122">33.4 &nbsp; Details</h2>
1618
+ <h2><a id="Details-606470188" href="#a-606470188">34.3</a> &nbsp; Details</h2>
1939
1619
 
1940
1620
 
1941
1621
  <ul>
@@ -1977,24 +1657,20 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1977
1657
  </ul>
1978
1658
 
1979
1659
 
1980
- <h1 id="2.0.0">34 &nbsp; Version 2.0.0 (2006-04-17)</h1>
1981
-
1982
-
1983
- <h2 id="anchor123">34.1 &nbsp; Summary</h2>
1984
-
1660
+ <h1 ><a id="a2.0.0" href="#a-606473338">35</a> &nbsp; Version 2.0.0 (2006-04-17)</h1>
1985
1661
 
1986
1662
  <p>This release fixes major bugs, adds support for Mentor Modelsim, and removes the <code class="code"><span style="color:#d70; font-weight:bold">$ruby_task</span></code> callback.</p>
1987
1663
 
1988
1664
 
1989
- <h2 id="anchor124">34.2 &nbsp; Acknowledgment</h2>
1665
+ <h2><a id="Thanks-606480008" href="#a-606480008">35.1</a> &nbsp; Thanks</h2>
1990
1666
 
1991
1667
 
1992
1668
  <ul>
1993
- <li>Thanks to Nobu Nakada for explaining the <a href="http://article.gmane.org/gmane.comp.lang.ruby.general/146653">cross-thread violation on rb_gc()</a> error.</li>
1669
+ <li>Nobu Nakada explained the <a href="http://article.gmane.org/gmane.comp.lang.ruby.general/146653">cross-thread violation on rb_gc()</a> error.</li>
1994
1670
  </ul>
1995
1671
 
1996
1672
 
1997
- <h2 id="anchor125">34.3 &nbsp; Notice</h2>
1673
+ <h2><a id="Caution-606481688" href="#a-606481688">35.2</a> &nbsp; Caution</h2>
1998
1674
 
1999
1675
 
2000
1676
  <ul>
@@ -2002,7 +1678,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
2002
1678
  </ul>
2003
1679
 
2004
1680
 
2005
- <h2 id="anchor126">34.4 &nbsp; Details</h2>
1681
+ <h2><a id="Details-606487788" href="#a-606487788">35.3</a> &nbsp; Details</h2>
2006
1682
 
2007
1683
 
2008
1684
  <ul>
@@ -2030,11 +1706,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
2030
1706
  </ul>
2031
1707
 
2032
1708
 
2033
- <h1 id="1.0.0">35 &nbsp; Version 1.0.0 (2006-02-26)</h1>
2034
-
2035
-
2036
- <h2 id="anchor127">35.1 &nbsp; Summary</h2>
2037
-
1709
+ <h1 ><a id="a1.0.0" href="#a-606494318">36</a> &nbsp; Version 1.0.0 (2006-02-26)</h1>
2038
1710
 
2039
1711
  This release adds enough Verilog <span class="caps">VPI</span> functionality to make Ruby-VPI usable for simple test benches:
2040
1712
  <ul>
@@ -2044,20 +1716,20 @@ This release adds enough Verilog <span class="caps">VPI</span> functionality to
2044
1716
  </ul>
2045
1717
 
2046
1718
 
2047
- <h2 id="anchor128">35.2 &nbsp; Acknowledgment</h2>
1719
+ <h2><a id="Thanks-606502108" href="#a-606502108">36.1</a> &nbsp; Thanks</h2>
2048
1720
 
2049
1721
 
2050
1722
  <ul>
2051
- <li>Thanks to Jose Renau for helping me debug how Synopsys <span class="caps">VCS</span> works with Verilog <span class="caps">VPI</span>. The problem was that <span class="caps">VCS</span> required calltf signatures to be <code class="code">void (*)(void)</code>, whereas the Verilog standard defines a calltf signature as <code class="code"><span style="color:#036; font-weight:bold">PLI_INT32</span> (*)(<span style="color:#036; font-weight:bold">PLI_BYTE8</span>*)</code>.</li>
1723
+ <li>Jose Renau helped me debug how Synopsys <span class="caps">VCS</span> works with Verilog <span class="caps">VPI</span>. The problem was that <span class="caps">VCS</span> required calltf signatures to be <code class="code">void (*)(void)</code>, whereas the Verilog standard defines a calltf signature as <code class="code"><span style="color:#036; font-weight:bold">PLI_INT32</span> (*)(<span style="color:#036; font-weight:bold">PLI_BYTE8</span>*)</code>.</li>
2052
1724
  </ul>
2053
1725
 
2054
1726
 
2055
1727
  <ul>
2056
- <li>Thanks to Ross Bamford, Eric Hodel, and Yukihiro Matsumoto for <a href="http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/180662">helping me discover</a> why the <code class="code"><span style="color:#036; font-weight:bold">SystemStackError</span></code> was happening.</li>
1728
+ <li>Ross Bamford, Eric Hodel, and Yukihiro Matsumoto <a href="http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/180662">helped me discover</a> why the <code class="code"><span style="color:#036; font-weight:bold">SystemStackError</span></code> was happening.</li>
2057
1729
  </ul>
2058
1730
 
2059
1731
 
2060
- <h2 id="anchor129">35.3 &nbsp; Details</h2>
1732
+ <h2><a id="Details-606507148" href="#a-606507148">36.2</a> &nbsp; Details</h2>
2061
1733
 
2062
1734
 
2063
1735
  <ul>
@@ -2108,16 +1780,12 @@ This release adds enough Verilog <span class="caps">VPI</span> functionality to
2108
1780
  </ul>
2109
1781
 
2110
1782
 
2111
- <h1 id="0.0.0">36 &nbsp; Version 0.0.0 (1999-10-31)</h1>
2112
-
2113
-
2114
- <h2 id="anchor130">36.1 &nbsp; Summary</h2>
2115
-
1783
+ <h1 ><a id="a0.0.0" href="#a-606512458">37</a> &nbsp; Version 0.0.0 (1999-10-31)</h1>
2116
1784
 
2117
1785
  <p>This is Kazuhiro <span class="caps">HIWADA</span>&#8217;s initial testing release of Ruby-VPI. See its <a href="http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-list/18193">original announcement</a> and <a href="http://rubyforge.org/frs/?group_id=1339&#38;release_id=8852">source code</a>.</p>
2118
1786
 
2119
1787
 
2120
- <h2 id="anchor131">36.2 &nbsp; Details</h2>
1788
+ <h2><a id="Details-606515628" href="#a-606515628">37.1</a> &nbsp; Details</h2>
2121
1789
 
2122
1790
 
2123
1791
  <ul>