ruby-vpi 12.1.0 → 13.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 (184) hide show
  1. data/bin/generate_test.rb +4 -5
  2. data/bin/generate_test_tpl/bench.rb +2 -0
  3. data/bin/generate_test_tpl/bench.v +4 -11
  4. data/bin/header_to_ruby.rb +0 -1
  5. data/doc/history.html +281 -206
  6. data/doc/history.rb +1 -1
  7. data/doc/history.yml +66 -35
  8. data/doc/manual.html +3 -3
  9. data/doc/memo.doc +2 -0
  10. data/doc/memo.html +5 -0
  11. data/doc/readme.doc +16 -8
  12. data/doc/readme.html +19 -13
  13. data/doc/rss.xml +7 -0
  14. data/ext/common.h +1 -0
  15. data/ext/{swig.c → main.c} +32 -6
  16. data/ext/{swig.h → main.h} +8 -7
  17. data/ext/relay.c +7 -83
  18. data/ext/relay.h +7 -5
  19. data/ext/swig_vpi.i +10 -3
  20. data/ext/swig_wrap.cin +4 -1
  21. data/ext/verilog.h +26 -10
  22. data/ext/vlog.c +16 -23
  23. data/ext/vlog.h +5 -19
  24. data/lib/ruby-vpi/rcov.rb +3 -3
  25. data/lib/ruby-vpi/runner.rb +5 -2
  26. data/lib/ruby-vpi/vpi.rb +1 -1
  27. data/lib/ruby-vpi.rb +57 -5
  28. data/ref/c/annotated.html +1 -7
  29. data/ref/c/common_8h.html +2 -1
  30. data/ref/c/files.html +3 -5
  31. data/ref/c/functions.html +24 -46
  32. data/ref/c/functions_vars.html +24 -46
  33. data/ref/c/globals.html +5 -210
  34. data/ref/c/globals_0x63.html +32 -48
  35. data/ref/c/globals_0x65.html +3 -9
  36. data/ref/c/globals_0x66.html +3 -19
  37. data/ref/c/globals_0x6d.html +5 -10
  38. data/ref/c/globals_0x70.html +19 -25
  39. data/ref/c/globals_0x72.html +8 -18
  40. data/ref/c/globals_0x73.html +11 -198
  41. data/ref/c/globals_0x74.html +2 -8
  42. data/ref/c/globals_0x76.html +419 -427
  43. data/ref/c/globals_0x78.html +3 -9
  44. data/ref/c/globals_defs.html +30 -35
  45. data/ref/c/globals_defs_0x65.html +2 -7
  46. data/ref/c/globals_defs_0x70.html +3 -8
  47. data/ref/c/globals_defs_0x76.html +416 -420
  48. data/ref/c/globals_defs_0x78.html +2 -7
  49. data/ref/c/globals_enum.html +1 -1
  50. data/ref/c/globals_eval.html +1 -1
  51. data/ref/c/globals_func.html +13 -173
  52. data/ref/c/globals_type.html +26 -29
  53. data/ref/c/globals_vars.html +4 -88
  54. data/ref/c/index.html +1 -1
  55. data/ref/c/{swig_8c.html → main_8c.html} +16 -14
  56. data/ref/c/{swig_8h.html → main_8h.html} +15 -14
  57. data/ref/c/relay_8c.html +25 -38
  58. data/ref/c/relay_8h.html +16 -15
  59. data/ref/c/structt__cb__data.html +6 -23
  60. data/ref/c/structt__vpi__delay.html +3 -20
  61. data/ref/c/structt__vpi__error__info.html +3 -71
  62. data/ref/c/structt__vpi__strengthval.html +3 -3
  63. data/ref/c/structt__vpi__systf__data.html +12 -46
  64. data/ref/c/structt__vpi__time.html +3 -3
  65. data/ref/c/structt__vpi__value.html +3 -113
  66. data/ref/c/structt__vpi__vecval.html +3 -3
  67. data/ref/c/structt__vpi__vlog__info.html +3 -54
  68. data/ref/c/verilog_8h.html +69 -3
  69. data/ref/c/vlog_8c.html +16 -61
  70. data/ref/c/vlog_8h.html +14 -57
  71. data/ref/c/vpi__user_8h.html +16 -16
  72. data/ref/ruby/classes/ERB.html +5 -5
  73. data/ref/ruby/classes/ERB.src/{M000032.html → M000026.html} +0 -0
  74. data/ref/ruby/classes/FileUtils.html +10 -10
  75. data/ref/ruby/classes/FileUtils.src/{M000034.html → M000027.html} +0 -0
  76. data/ref/ruby/classes/FileUtils.src/{M000035.html → M000028.html} +0 -0
  77. data/ref/ruby/classes/Float.html +5 -5
  78. data/ref/ruby/classes/Float.src/{M000027.html → M000022.html} +0 -0
  79. data/ref/ruby/classes/Integer.html +68 -68
  80. data/ref/ruby/classes/Integer.src/M000008.html +25 -0
  81. data/ref/ruby/classes/Integer.src/M000009.html +18 -0
  82. data/ref/ruby/classes/Integer.src/{M000014.html → M000010.html} +0 -0
  83. data/ref/ruby/classes/Integer.src/{M000015.html → M000011.html} +0 -0
  84. data/ref/ruby/classes/Integer.src/M000012.html +5 -12
  85. data/ref/ruby/classes/Integer.src/M000013.html +5 -5
  86. data/ref/ruby/classes/Integer.src/M000016.html +9 -5
  87. data/ref/ruby/classes/Integer.src/M000017.html +9 -5
  88. data/ref/ruby/classes/Integer.src/{M000022.html → M000018.html} +0 -0
  89. data/ref/ruby/classes/Integer.src/{M000023.html → M000019.html} +0 -0
  90. data/ref/ruby/classes/Integer.src/M000020.html +12 -9
  91. data/ref/ruby/classes/Integer.src/M000021.html +17 -9
  92. data/ref/ruby/classes/RDoc.html +5 -5
  93. data/ref/ruby/classes/RDoc.src/{M000050.html → M000041.html} +0 -0
  94. data/ref/ruby/classes/RubyVpi.html +29 -24
  95. data/ref/ruby/classes/RubyVpi.src/M000029.html +142 -0
  96. data/ref/ruby/classes/String.html +15 -15
  97. data/ref/ruby/classes/String.src/{M000029.html → M000023.html} +0 -0
  98. data/ref/ruby/classes/String.src/{M000030.html → M000024.html} +0 -0
  99. data/ref/ruby/classes/String.src/{M000031.html → M000025.html} +0 -0
  100. data/ref/ruby/classes/VerilogParser/Module/Parameter.html +5 -5
  101. data/ref/ruby/classes/VerilogParser/Module/Parameter.src/{M000011.html → M000007.html} +0 -0
  102. data/ref/ruby/classes/VerilogParser/Module/Port.html +20 -20
  103. data/ref/ruby/classes/VerilogParser/Module/Port.src/{M000007.html → M000003.html} +0 -0
  104. data/ref/ruby/classes/VerilogParser/Module/Port.src/{M000008.html → M000004.html} +0 -0
  105. data/ref/ruby/classes/VerilogParser/Module/Port.src/{M000009.html → M000005.html} +0 -0
  106. data/ref/ruby/classes/VerilogParser/Module/Port.src/{M000010.html → M000006.html} +0 -0
  107. data/ref/ruby/classes/VerilogParser/Module.html +5 -5
  108. data/ref/ruby/classes/VerilogParser/Module.src/{M000006.html → M000002.html} +0 -0
  109. data/ref/ruby/classes/VerilogParser.html +5 -5
  110. data/ref/ruby/classes/VerilogParser.src/{M000005.html → M000001.html} +0 -0
  111. data/ref/ruby/classes/Vpi/Handle.html +56 -62
  112. data/ref/ruby/classes/Vpi/Handle.src/M000030.html +18 -0
  113. data/ref/ruby/classes/Vpi/Handle.src/{M000039.html → M000031.html} +0 -0
  114. data/ref/ruby/classes/Vpi/Handle.src/M000032.html +18 -0
  115. data/ref/ruby/classes/Vpi/Handle.src/{M000041.html → M000033.html} +0 -0
  116. data/ref/ruby/classes/Vpi/Handle.src/{M000042.html → M000034.html} +0 -0
  117. data/ref/ruby/classes/Vpi/Handle.src/{M000043.html → M000035.html} +0 -0
  118. data/ref/ruby/classes/Vpi/Handle.src/{M000044.html → M000036.html} +0 -0
  119. data/ref/ruby/classes/Vpi/Handle.src/{M000045.html → M000037.html} +0 -0
  120. data/ref/ruby/classes/Vpi/Handle.src/M000038.html +11 -5
  121. data/ref/ruby/classes/Vpi/Handle.src/M000040.html +55 -5
  122. data/ref/ruby/created.rid +1 -1
  123. data/ref/ruby/files/bin/generate_test_rb.html +1 -49
  124. data/ref/ruby/files/bin/header_to_ruby_rb.html +1 -1
  125. data/ref/ruby/files/lib/ruby-vpi/rcov_rb.html +1 -1
  126. data/ref/ruby/files/lib/ruby-vpi/runner_rb.html +1 -48
  127. data/ref/ruby/files/lib/ruby-vpi/vpi_rb.html +1 -1
  128. data/ref/ruby/files/lib/ruby-vpi_rb.html +1 -1
  129. data/ref/ruby/fr_class_index.html +0 -5
  130. data/ref/ruby/fr_method_index.html +41 -50
  131. data/samp/counter/counter_rspec_bench.rb +2 -0
  132. data/samp/counter/counter_rspec_bench.v +4 -11
  133. data/samp/counter/counter_rspec_design.rb +2 -2
  134. data/samp/counter/counter_xunit_bench.rb +2 -0
  135. data/samp/counter/counter_xunit_bench.v +4 -11
  136. data/samp/counter/counter_xunit_design.rb +2 -2
  137. data/samp/pipelined_alu/hw5_unit_test_bench.rb +2 -0
  138. data/samp/pipelined_alu/hw5_unit_test_bench.v +4 -11
  139. metadata +37 -85
  140. data/ref/c/globals_0x62.html +0 -62
  141. data/ref/c/globals_0x67.html +0 -64
  142. data/ref/c/globals_0x69.html +0 -62
  143. data/ref/c/globals_0x6c.html +0 -64
  144. data/ref/c/globals_0x6e.html +0 -63
  145. data/ref/c/globals_0x75.html +0 -63
  146. data/ref/c/globals_defs_0x6c.html +0 -57
  147. data/ref/c/globals_defs_0x6e.html +0 -56
  148. data/ref/c/globals_defs_0x72.html +0 -57
  149. data/ref/c/globals_defs_0x73.html +0 -164
  150. data/ref/c/globals_defs_0x75.html +0 -56
  151. data/ref/c/globals_func_0x66.html +0 -62
  152. data/ref/c/globals_func_0x67.html +0 -55
  153. data/ref/c/globals_func_0x69.html +0 -53
  154. data/ref/c/globals_func_0x70.html +0 -53
  155. data/ref/c/globals_func_0x72.html +0 -57
  156. data/ref/c/globals_func_0x73.html +0 -114
  157. data/ref/c/globals_func_0x76.html +0 -57
  158. data/ref/c/structrelay____RubyOptions____def.html +0 -73
  159. data/ref/c/structswig__cast__info.html +0 -98
  160. data/ref/c/structswig__class.html +0 -115
  161. data/ref/c/structswig__module__info.html +0 -132
  162. data/ref/c/structswig__type__info.html +0 -132
  163. data/ref/c/swig__vpi_8h.html +0 -8739
  164. data/ref/c/swig__wrap_8cin.html +0 -11556
  165. data/ref/c/unions__vpi__value__value.html +0 -166
  166. data/ref/ruby/classes/Integer.src/M000024.html +0 -25
  167. data/ref/ruby/classes/Integer.src/M000025.html +0 -30
  168. data/ref/ruby/classes/OutputInfo.html +0 -294
  169. data/ref/ruby/classes/OutputInfo.src/M000026.html +0 -50
  170. data/ref/ruby/classes/RubyVpi.src/M000036.html +0 -107
  171. data/ref/ruby/classes/RubyVpi.src/M000037.html +0 -20
  172. data/ref/ruby/classes/Template.html +0 -158
  173. data/ref/ruby/classes/Template.src/M000028.html +0 -18
  174. data/ref/ruby/classes/Vpi/Handle/Property.html +0 -130
  175. data/ref/ruby/classes/Vpi/Handle/Property.src/M000049.html +0 -80
  176. data/ref/ruby/classes/Vpi/Handle.src/M000046.html +0 -24
  177. data/ref/ruby/classes/Vpi/Handle.src/M000048.html +0 -68
  178. data/ref/ruby/classes/XX/XMLish.html +0 -138
  179. data/ref/ruby/classes/XX/XMLish.src/M000033.html +0 -18
  180. data/ref/ruby/classes/XX.html +0 -111
  181. data/ref/ruby/files/bin/generate_test_rb.src/M000001.html +0 -18
  182. data/ref/ruby/files/bin/generate_test_rb.src/M000002.html +0 -38
  183. data/ref/ruby/files/lib/ruby-vpi/runner_rb.src/M000003.html +0 -24
  184. data/ref/ruby/files/lib/ruby-vpi/runner_rb.src/M000004.html +0 -26
data/doc/history.html CHANGED
@@ -17,233 +17,248 @@
17
17
  <li><a href="#anchor7">Version numbering system</a></li>
18
18
  </ul>
19
19
  </li>
20
- <li><a href="#12.1.0" title="2006-12-22">Version 12.1.0</a>
20
+ <li><a href="#13.0.0" title="2006-12-27">Version 13.0.0</a>
21
21
  <ul>
22
22
  <li><a href="#anchor8">Summary</a></li>
23
- <li><a href="#anchor9">Notice</a></li>
24
- <li><a href="#anchor10">Detail</a></li>
23
+ <li><a href="#anchor9">Notice</a>
24
+ <ul>
25
+ <li><a href="#anchor10">New features</a></li>
26
+ </ul>
27
+ </li>
28
+ <li><a href="#anchor11">Details</a></li>
29
+ </ul>
30
+ </li>
31
+ <li><a href="#12.1.0" title="2006-12-22">Version 12.1.0</a>
32
+ <ul>
33
+ <li><a href="#anchor12">Summary</a></li>
34
+ <li><a href="#anchor13">Notice</a>
35
+ <ul>
36
+ <li><a href="#anchor14">New features</a></li>
37
+ </ul>
38
+ </li>
39
+ <li><a href="#anchor15">Details</a></li>
25
40
  </ul>
26
41
  </li>
27
42
  <li><a href="#12.0.2" title="2006-12-18">Version 12.0.2</a>
28
43
  <ul>
29
- <li><a href="#anchor11">Summary</a></li>
44
+ <li><a href="#anchor16">Summary</a></li>
30
45
  </ul>
31
46
  </li>
32
47
  <li><a href="#12.0.1" title="2006-12-18">Version 12.0.1</a>
33
48
  <ul>
34
- <li><a href="#anchor12">Summary</a></li>
35
- <li><a href="#anchor13">Acknowledgment</a></li>
36
- <li><a href="#anchor14">Detail</a></li>
49
+ <li><a href="#anchor17">Summary</a></li>
50
+ <li><a href="#anchor18">Acknowledgment</a></li>
51
+ <li><a href="#anchor19">Details</a></li>
37
52
  </ul>
38
53
  </li>
39
54
  <li><a href="#12.0.0" title="2006-12-07">Version 12.0.0</a>
40
55
  <ul>
41
- <li><a href="#anchor15">Summary</a></li>
42
- <li><a href="#anchor16">Notice</a></li>
43
- <li><a href="#anchor17">Detail</a>
56
+ <li><a href="#anchor20">Summary</a></li>
57
+ <li><a href="#anchor21">Notice</a></li>
58
+ <li><a href="#anchor22">Details</a>
44
59
  <ul>
45
- <li><a href="#anchor18">Test generation</a></li>
60
+ <li><a href="#anchor23">Test generation</a></li>
46
61
  </ul>
47
62
  </li>
48
63
  </ul>
49
64
  </li>
50
65
  <li><a href="#11.1.1" title="2006-11-15">Version 11.1.1</a>
51
66
  <ul>
52
- <li><a href="#anchor19">Summary</a></li>
53
- <li><a href="#anchor20">Acknowledgment</a></li>
54
- <li><a href="#anchor21">Notice</a></li>
55
- <li><a href="#anchor22">Detail</a></li>
67
+ <li><a href="#anchor24">Summary</a></li>
68
+ <li><a href="#anchor25">Acknowledgment</a></li>
69
+ <li><a href="#anchor26">Notice</a></li>
70
+ <li><a href="#anchor27">Details</a></li>
56
71
  </ul>
57
72
  </li>
58
73
  <li><a href="#11.1.0" title="2006-11-08">Version 11.1.0</a>
59
74
  <ul>
60
- <li><a href="#anchor23">Summary</a></li>
61
- <li><a href="#anchor24">Acknowledgment</a></li>
62
- <li><a href="#anchor25">Notice</a></li>
63
- <li><a href="#anchor26">Detail</a></li>
75
+ <li><a href="#anchor28">Summary</a></li>
76
+ <li><a href="#anchor29">Acknowledgment</a></li>
77
+ <li><a href="#anchor30">Notice</a></li>
78
+ <li><a href="#anchor31">Details</a></li>
64
79
  </ul>
65
80
  </li>
66
81
  <li><a href="#11.0.0" title="2006-11-05">Version 11.0.0</a>
67
82
  <ul>
68
- <li><a href="#anchor27">Summary</a></li>
69
- <li><a href="#anchor28">Notice</a></li>
70
- <li><a href="#anchor29">Detail</a></li>
83
+ <li><a href="#anchor32">Summary</a></li>
84
+ <li><a href="#anchor33">Notice</a></li>
85
+ <li><a href="#anchor34">Details</a></li>
71
86
  </ul>
72
87
  </li>
73
88
  <li><a href="#10.0.0" title="2006-11-05">Version 10.0.0</a>
74
89
  <ul>
75
- <li><a href="#anchor30">Summary</a></li>
76
- <li><a href="#anchor31">Acknowledgment</a></li>
77
- <li><a href="#anchor32">Notice</a></li>
78
- <li><a href="#anchor33">Detail</a>
90
+ <li><a href="#anchor35">Summary</a></li>
91
+ <li><a href="#anchor36">Acknowledgment</a></li>
92
+ <li><a href="#anchor37">Notice</a></li>
93
+ <li><a href="#anchor38">Details</a>
79
94
  <ul>
80
- <li><a href="#anchor34">Automated test generator</a></li>
81
- <li><a href="#anchor35">User manual</a></li>
95
+ <li><a href="#anchor39">Automated test generator</a></li>
96
+ <li><a href="#anchor40">User manual</a></li>
82
97
  </ul>
83
98
  </li>
84
99
  </ul>
85
100
  </li>
86
101
  <li><a href="#9.0.0" title="2006-10-28">Version 9.0.0</a>
87
102
  <ul>
88
- <li><a href="#anchor36">Summary</a></li>
89
- <li><a href="#anchor37">Acknowledgment</a></li>
90
- <li><a href="#anchor38">Notice</a></li>
91
- <li><a href="#anchor39">Detail</a></li>
103
+ <li><a href="#anchor41">Summary</a></li>
104
+ <li><a href="#anchor42">Acknowledgment</a></li>
105
+ <li><a href="#anchor43">Notice</a></li>
106
+ <li><a href="#anchor44">Details</a></li>
92
107
  </ul>
93
108
  </li>
94
109
  <li><a href="#8.2.0" title="2006-10-24">Version 8.2.0</a>
95
110
  <ul>
96
- <li><a href="#anchor40">Summary</a></li>
97
- <li><a href="#anchor41">Acknowledgment</a></li>
98
- <li><a href="#anchor42">Notice</a></li>
99
- <li><a href="#anchor43">Detail</a></li>
111
+ <li><a href="#anchor45">Summary</a></li>
112
+ <li><a href="#anchor46">Acknowledgment</a></li>
113
+ <li><a href="#anchor47">Notice</a></li>
114
+ <li><a href="#anchor48">Details</a></li>
100
115
  </ul>
101
116
  </li>
102
117
  <li><a href="#8.1.0" title="2006-10-21">Version 8.1.0</a>
103
118
  <ul>
104
- <li><a href="#anchor44">Summary</a></li>
105
- <li><a href="#anchor45">Notice</a></li>
106
- <li><a href="#anchor46">Detail</a></li>
119
+ <li><a href="#anchor49">Summary</a></li>
120
+ <li><a href="#anchor50">Notice</a></li>
121
+ <li><a href="#anchor51">Details</a></li>
107
122
  </ul>
108
123
  </li>
109
124
  <li><a href="#8.0.0" title="2006-10-13">Version 8.0.0</a>
110
125
  <ul>
111
- <li><a href="#anchor47">Summary</a></li>
112
- <li><a href="#anchor48">Notice</a></li>
113
- <li><a href="#anchor49">Detail</a></li>
126
+ <li><a href="#anchor52">Summary</a></li>
127
+ <li><a href="#anchor53">Notice</a></li>
128
+ <li><a href="#anchor54">Details</a></li>
114
129
  </ul>
115
130
  </li>
116
131
  <li><a href="#7.3.0" title="2006-09-30">Version 7.3.0</a>
117
132
  <ul>
118
- <li><a href="#anchor50">Summary</a></li>
119
- <li><a href="#anchor51">Notice</a></li>
120
- <li><a href="#anchor52">Detail</a></li>
133
+ <li><a href="#anchor55">Summary</a></li>
134
+ <li><a href="#anchor56">Notice</a></li>
135
+ <li><a href="#anchor57">Details</a></li>
121
136
  </ul>
122
137
  </li>
123
138
  <li><a href="#7.2.0" title="2006-09-15">Version 7.2.0</a>
124
139
  <ul>
125
- <li><a href="#anchor53">Summary</a></li>
126
- <li><a href="#anchor54">Acknowledgment</a></li>
127
- <li><a href="#anchor55">Detail</a></li>
140
+ <li><a href="#anchor58">Summary</a></li>
141
+ <li><a href="#anchor59">Acknowledgment</a></li>
142
+ <li><a href="#anchor60">Details</a></li>
128
143
  </ul>
129
144
  </li>
130
145
  <li><a href="#7.1.0" title="2006-08-29">Version 7.1.0</a>
131
146
  <ul>
132
- <li><a href="#anchor56">Summary</a></li>
133
- <li><a href="#anchor57">Detail</a></li>
147
+ <li><a href="#anchor61">Summary</a></li>
148
+ <li><a href="#anchor62">Details</a></li>
134
149
  </ul>
135
150
  </li>
136
151
  <li><a href="#7.0.0" title="2006-08-29">Version 7.0.0</a>
137
152
  <ul>
138
- <li><a href="#anchor58">Summary</a></li>
139
- <li><a href="#anchor59">Notice</a></li>
140
- <li><a href="#anchor60">Detail</a></li>
153
+ <li><a href="#anchor63">Summary</a></li>
154
+ <li><a href="#anchor64">Notice</a></li>
155
+ <li><a href="#anchor65">Details</a></li>
141
156
  </ul>
142
157
  </li>
143
158
  <li><a href="#6.3.0" title="2006-08-27">Version 6.3.0</a>
144
159
  <ul>
145
- <li><a href="#anchor61">Summary</a></li>
146
- <li><a href="#anchor62">Notice</a></li>
147
- <li><a href="#anchor63">Detail</a></li>
160
+ <li><a href="#anchor66">Summary</a></li>
161
+ <li><a href="#anchor67">Notice</a></li>
162
+ <li><a href="#anchor68">Details</a></li>
148
163
  </ul>
149
164
  </li>
150
165
  <li><a href="#6.2.0" title="2006-08-26">Version 6.2.0</a>
151
166
  <ul>
152
- <li><a href="#anchor64">Summary</a></li>
153
- <li><a href="#anchor65">Notice</a></li>
154
- <li><a href="#anchor66">Detail</a></li>
167
+ <li><a href="#anchor69">Summary</a></li>
168
+ <li><a href="#anchor70">Notice</a></li>
169
+ <li><a href="#anchor71">Details</a></li>
155
170
  </ul>
156
171
  </li>
157
172
  <li><a href="#6.1.0" title="2006-08-09">Version 6.1.0</a>
158
173
  <ul>
159
- <li><a href="#anchor67">Summary</a></li>
160
- <li><a href="#anchor68">Detail</a></li>
174
+ <li><a href="#anchor72">Summary</a></li>
175
+ <li><a href="#anchor73">Details</a></li>
161
176
  </ul>
162
177
  </li>
163
178
  <li><a href="#6.0.0" title="2006-08-07">Version 6.0.0</a>
164
179
  <ul>
165
- <li><a href="#anchor69">Summary</a></li>
166
- <li><a href="#anchor70">Notice</a></li>
167
- <li><a href="#anchor71">Detail</a></li>
180
+ <li><a href="#anchor74">Summary</a></li>
181
+ <li><a href="#anchor75">Notice</a></li>
182
+ <li><a href="#anchor76">Details</a></li>
168
183
  </ul>
169
184
  </li>
170
185
  <li><a href="#5.1.1" title="2006-08-04">Version 5.1.1</a>
171
186
  <ul>
172
- <li><a href="#anchor72">Summary</a></li>
173
- <li><a href="#anchor73">Acknowledgment</a></li>
174
- <li><a href="#anchor74">Detail</a></li>
187
+ <li><a href="#anchor77">Summary</a></li>
188
+ <li><a href="#anchor78">Acknowledgment</a></li>
189
+ <li><a href="#anchor79">Details</a></li>
175
190
  </ul>
176
191
  </li>
177
192
  <li><a href="#5.1.0" title="2006-07-29">Version 5.1.0</a>
178
193
  <ul>
179
- <li><a href="#anchor75">Summary</a></li>
180
- <li><a href="#anchor76">Acknowledgment</a></li>
181
- <li><a href="#anchor77">Detail</a>
194
+ <li><a href="#anchor80">Summary</a></li>
195
+ <li><a href="#anchor81">Acknowledgment</a></li>
196
+ <li><a href="#anchor82">Details</a>
182
197
  <ul>
183
- <li><a href="#anchor78">User manual</a></li>
184
- <li><a href="#anchor79">Examples</a></li>
185
- <li><a href="#anchor80"><span class="caps">VPI</span> utility layer</a></li>
198
+ <li><a href="#anchor83">User manual</a></li>
199
+ <li><a href="#anchor84">Examples</a></li>
200
+ <li><a href="#anchor85"><span class="caps">VPI</span> utility layer</a></li>
186
201
  </ul>
187
202
  </li>
188
203
  </ul>
189
204
  </li>
190
205
  <li><a href="#5.0.0" title="2006-07-22">Version 5.0.0</a>
191
206
  <ul>
192
- <li><a href="#anchor81">Summary</a></li>
193
- <li><a href="#anchor82">Acknowledgment</a></li>
194
- <li><a href="#anchor83">Notice</a></li>
195
- <li><a href="#anchor84">Detail</a></li>
207
+ <li><a href="#anchor86">Summary</a></li>
208
+ <li><a href="#anchor87">Acknowledgment</a></li>
209
+ <li><a href="#anchor88">Notice</a></li>
210
+ <li><a href="#anchor89">Details</a></li>
196
211
  </ul>
197
212
  </li>
198
213
  <li><a href="#4.0.0" title="2006-05-25">Version 4.0.0</a>
199
214
  <ul>
200
- <li><a href="#anchor85">Summary</a></li>
201
- <li><a href="#anchor86">Acknowledgment</a></li>
202
- <li><a href="#anchor87">Notice</a></li>
203
- <li><a href="#anchor88">Detail</a></li>
215
+ <li><a href="#anchor90">Summary</a></li>
216
+ <li><a href="#anchor91">Acknowledgment</a></li>
217
+ <li><a href="#anchor92">Notice</a></li>
218
+ <li><a href="#anchor93">Details</a></li>
204
219
  </ul>
205
220
  </li>
206
221
  <li><a href="#3.2.0" title="2006-05-13">Version 3.2.0</a>
207
222
  <ul>
208
- <li><a href="#anchor89">Summary</a></li>
209
- <li><a href="#anchor90">Acknowledgment</a></li>
210
- <li><a href="#anchor91">Detail</a></li>
223
+ <li><a href="#anchor94">Summary</a></li>
224
+ <li><a href="#anchor95">Acknowledgment</a></li>
225
+ <li><a href="#anchor96">Details</a></li>
211
226
  </ul>
212
227
  </li>
213
228
  <li><a href="#3.1.0" title="2006-04-28">Version 3.1.0</a>
214
229
  <ul>
215
- <li><a href="#anchor92">Summary</a></li>
216
- <li><a href="#anchor93">Notice</a></li>
217
- <li><a href="#anchor94">Detail</a></li>
230
+ <li><a href="#anchor97">Summary</a></li>
231
+ <li><a href="#anchor98">Notice</a></li>
232
+ <li><a href="#anchor99">Details</a></li>
218
233
  </ul>
219
234
  </li>
220
235
  <li><a href="#3.0.0" title="2006-04-23">Version 3.0.0</a>
221
236
  <ul>
222
- <li><a href="#anchor95">Summary</a></li>
223
- <li><a href="#anchor96">Acknowledgment</a></li>
224
- <li><a href="#anchor97">Notice</a></li>
225
- <li><a href="#anchor98">Detail</a></li>
237
+ <li><a href="#anchor100">Summary</a></li>
238
+ <li><a href="#anchor101">Acknowledgment</a></li>
239
+ <li><a href="#anchor102">Notice</a></li>
240
+ <li><a href="#anchor103">Details</a></li>
226
241
  </ul>
227
242
  </li>
228
243
  <li><a href="#2.0.0" title="2006-04-17">Version 2.0.0</a>
229
244
  <ul>
230
- <li><a href="#anchor99">Summary</a></li>
231
- <li><a href="#anchor100">Acknowledgment</a></li>
232
- <li><a href="#anchor101">Notice</a></li>
233
- <li><a href="#anchor102">Detail</a></li>
245
+ <li><a href="#anchor104">Summary</a></li>
246
+ <li><a href="#anchor105">Acknowledgment</a></li>
247
+ <li><a href="#anchor106">Notice</a></li>
248
+ <li><a href="#anchor107">Details</a></li>
234
249
  </ul>
235
250
  </li>
236
251
  <li><a href="#1.0.0" title="2006-02-26">Version 1.0.0</a>
237
252
  <ul>
238
- <li><a href="#anchor103">Summary</a></li>
239
- <li><a href="#anchor104">Acknowledgment</a></li>
240
- <li><a href="#anchor105">Detail</a></li>
253
+ <li><a href="#anchor108">Summary</a></li>
254
+ <li><a href="#anchor109">Acknowledgment</a></li>
255
+ <li><a href="#anchor110">Details</a></li>
241
256
  </ul>
242
257
  </li>
243
258
  <li><a href="#0.0.0" title="1999-10-31">Version 0.0.0</a>
244
259
  <ul>
245
- <li><a href="#anchor106">Summary</a></li>
246
- <li><a href="#anchor107">Detail</a></li>
260
+ <li><a href="#anchor111">Summary</a></li>
261
+ <li><a href="#anchor112">Details</a></li>
247
262
  </ul></li>
248
263
  </ul>
249
264
 
@@ -272,42 +287,102 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
272
287
  <p id="fn1"><sup>1</sup> C. Gross, &#8220;Explaining Open Source Version Numbers&#8221;, [Online document], 2005 Nov 28, [cited 2006 Aug 27], Available <span class="caps">HTTP</span>: <a href="http://ablog.apress.com/?p=738">http://ablog.apress.com/?p=738</a></p>
273
288
 
274
289
 
275
- <h1 id="12.1.0">Version 12.1.0 (2006-12-22)</h1>
290
+ <h1 id="13.0.0">Version 13.0.0 (2006-12-27)</h1>
276
291
 
277
292
 
278
293
  <h2 id="anchor8">Summary</h2>
279
294
 
280
295
 
281
- <p>This release adds interactive debugging support, adds new sections to the user manual, and cleanses some internals.</p>
296
+ <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>
282
297
 
283
298
 
284
299
  <h2 id="anchor9">Notice</h2>
285
300
 
286
301
 
287
302
  <ul>
288
- <li>The <tt>lib/ruby-vpi/rspec.rb</tt> and <tt>lib/ruby-vpi/xx.rb</tt> files has been removed because they are no longer necessary.</li>
303
+ <li>The <code class="code"><span style="color:#d70; font-weight:bold">$ruby_init</span></code> and <code class="code"><span style="color:#d70; font-weight:bold">$ruby_relay</span></code> system task/functions have been removed. Generated Verilog benches no longer use them.
304
+ <ul>
305
+ <li>To pass your own command-line options to Ruby, set the <code class="code"><span style="color:#036; font-weight:bold">RUBYOPT</span></code> environment variable before running a test.</li>
306
+ </ul></li>
307
+ </ul>
308
+
309
+
310
+ <h3 id="anchor10">New features</h3>
311
+
312
+
313
+ <ul>
314
+ <li>You can now choose when <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::relay_verilog</code> is triggered: upon positive/negative edge of the clock signal, or any other criteria. This is done by passing a block to the <code class="code"><span style="color:#036; font-weight:bold">RubyVpi</span>::init_bench</code> method (see <a href="../ref/ruby/classes/RubyVpi.html">the <span class="caps">API</span> reference documentation</a> for details).</li>
315
+ </ul>
316
+
317
+
318
+ <h2 id="anchor11">Details</h2>
319
+
320
+
321
+ <ul>
322
+ <li>Fixed a major instability bug that was randomly causing segmentation faults and pthread assertion failures.
323
+
324
+ <p>The problem was that the <code class="code"><span style="color:#d70; font-weight:bold">$ruby_init</span></code> system task/function was mischeviously unlocking a pthread mutex. From then onward, all code assumed that the mutex was still locked&#8212;but in reality, the mutex was already unlocked.</p></li>
325
+ </ul>
326
+
327
+
328
+ <ul>
329
+ <li>Replaced the <code class="code"><span style="color:#d70; font-weight:bold">$ruby_init</span></code> and <code class="code"><span style="color:#d70; font-weight:bold">$ruby_relay</span></code> system task/functions with callbacks.</li>
330
+ </ul>
331
+
332
+
333
+ <ul>
334
+ <li>Excluded internal stuff from the <span class="caps">API</span> reference documentation for Ruby.</li>
335
+ </ul>
336
+
337
+
338
+ <ul>
339
+ <li>Removed system-dependent path <tt>/usr/bin/ruby</tt> from the tools.</li>
340
+ </ul>
341
+
342
+
343
+ <h1 id="12.1.0">Version 12.1.0 (2006-12-22)</h1>
344
+
345
+
346
+ <h2 id="anchor12">Summary</h2>
347
+
348
+
349
+ <p>This release adds interactive debugging support, adds new sections to the user manual, and cleanses some internals.</p>
350
+
351
+
352
+ <h2 id="anchor13">Notice</h2>
353
+
354
+
355
+ <ul>
356
+ <li>The <tt>lib/ruby-vpi/rspec.rb</tt> and <tt>lib/ruby-vpi/xx.rb</tt> files have been removed because they are no longer necessary.</li>
289
357
  </ul>
290
358
 
291
359
 
292
360
  <ul>
293
- <li>rSpec 0.7.0 or newer is now required because the sample tests utilize the <code class="code">should ==</code> syntax&#8212;which was introduced in rSpec 0.7.0.</li>
361
+ <li>rSpec 0.7.0 or newer is now required because the sample tests utilize the <code class="code">should ==</code> syntax.</li>
294
362
  </ul>
295
363
 
296
364
 
297
- <h2 id="anchor10">Detail</h2>
365
+ <h3 id="anchor14">New features</h3>
298
366
 
299
367
 
300
368
  <ul>
301
369
  <li>Test runners now support the <code class="code"><span style="color:#036; font-weight:bold">DEBUG</span></code> environment variable, which enables the interactive debugger (ruby-debug) in <a href="http://www.datanoise.com/articles/2006/12/20/post-mortem-debugging">post-mortem debugging mode</a>.
302
370
  <ul>
303
- <li>The <code class="code">debugger</code> can now be used when <code class="code"><span style="color:#036; font-weight:bold">DEBUG</span></code> environment variable is not activated.</li>
304
- <li>ruby-debug is now a gem dependency for Ruby-VPI.</li>
371
+ <li>The <code class="code">debugger</code> command can also be used when the <code class="code"><span style="color:#036; font-weight:bold">DEBUG</span></code> environment variable is not activated.</li>
305
372
  </ul></li>
306
373
  </ul>
307
374
 
308
375
 
309
376
  <ul>
310
- <li>Status messages, which are shown during initialization of a Ruby bench, now appear in simulators&#8217; log files.</li>
377
+ <li>Status messages, which are shown during initialization of a Ruby bench, now appear in your simulator&#8217;s log files.</li>
378
+ </ul>
379
+
380
+
381
+ <h2 id="anchor15">Details</h2>
382
+
383
+
384
+ <ul>
385
+ <li>ruby-debug is now a gem dependency for Ruby-VPI.</li>
311
386
  </ul>
312
387
 
313
388
 
@@ -329,7 +404,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
329
404
  <h1 id="12.0.2">Version 12.0.2 (2006-12-18)</h1>
330
405
 
331
406
 
332
- <h2 id="anchor11">Summary</h2>
407
+ <h2 id="anchor16">Summary</h2>
333
408
 
334
409
 
335
410
  <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>
@@ -338,37 +413,37 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
338
413
  <h1 id="12.0.1">Version 12.0.1 (2006-12-18)</h1>
339
414
 
340
415
 
341
- <h2 id="anchor12">Summary</h2>
416
+ <h2 id="anchor17">Summary</h2>
342
417
 
343
418
 
344
419
  <p>This release fixes a problem in code coverage analysis.</p>
345
420
 
346
421
 
347
- <h2 id="anchor13">Acknowledgment</h2>
422
+ <h2 id="anchor18">Acknowledgment</h2>
348
423
 
349
424
 
350
425
  <p>Thanks to Mauricio Fernandez for helping me solve the problem.</p>
351
426
 
352
427
 
353
- <h2 id="anchor14">Detail</h2>
428
+ <h2 id="anchor19">Details</h2>
354
429
 
355
430
 
356
431
  <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>
357
432
 
358
433
 
359
- <p>This problem was wholly due to programmer error (i.e. my mistake <code class="code">;-)</code>) 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>
434
+ <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>
360
435
 
361
436
 
362
437
  <h1 id="12.0.0">Version 12.0.0 (2006-12-07)</h1>
363
438
 
364
439
 
365
- <h2 id="anchor15">Summary</h2>
440
+ <h2 id="anchor20">Summary</h2>
366
441
 
367
442
 
368
443
  <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>
369
444
 
370
445
 
371
- <h2 id="anchor16">Notice</h2>
446
+ <h2 id="anchor21">Notice</h2>
372
447
 
373
448
 
374
449
  <ul>
@@ -405,7 +480,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
405
480
  </ul>
406
481
 
407
482
 
408
- <h2 id="anchor17">Detail</h2>
483
+ <h2 id="anchor22">Details</h2>
409
484
 
410
485
 
411
486
  <ul>
@@ -423,7 +498,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
423
498
  </ul>
424
499
 
425
500
 
426
- <h3 id="anchor18">Test generation</h3>
501
+ <h3 id="anchor23">Test generation</h3>
427
502
 
428
503
 
429
504
  <ul>
@@ -463,19 +538,19 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
463
538
  <h1 id="11.1.1">Version 11.1.1 (2006-11-15)</h1>
464
539
 
465
540
 
466
- <h2 id="anchor19">Summary</h2>
541
+ <h2 id="anchor24">Summary</h2>
467
542
 
468
543
 
469
544
  <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>
470
545
 
471
546
 
472
- <h2 id="anchor20">Acknowledgment</h2>
547
+ <h2 id="anchor25">Acknowledgment</h2>
473
548
 
474
549
 
475
550
  <p>Thanks to John Burr for finding the bug in the automated test generator.</p>
476
551
 
477
552
 
478
- <h2 id="anchor21">Notice</h2>
553
+ <h2 id="anchor26">Notice</h2>
479
554
 
480
555
 
481
556
  <ul>
@@ -483,7 +558,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
483
558
  </ul>
484
559
 
485
560
 
486
- <h2 id="anchor22">Detail</h2>
561
+ <h2 id="anchor27">Details</h2>
487
562
 
488
563
 
489
564
  <ul>
@@ -499,19 +574,19 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
499
574
  <h1 id="11.1.0">Version 11.1.0 (2006-11-08)</h1>
500
575
 
501
576
 
502
- <h2 id="anchor23">Summary</h2>
577
+ <h2 id="anchor28">Summary</h2>
503
578
 
504
579
 
505
580
  <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>
506
581
 
507
582
 
508
- <h2 id="anchor24">Acknowledgment</h2>
583
+ <h2 id="anchor29">Acknowledgment</h2>
509
584
 
510
585
 
511
586
  <p>Thanks to Matt Fischler for finding the bug in generated benches (see below).</p>
512
587
 
513
588
 
514
- <h2 id="anchor25">Notice</h2>
589
+ <h2 id="anchor30">Notice</h2>
515
590
 
516
591
 
517
592
  <ul>
@@ -519,7 +594,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
519
594
  </ul>
520
595
 
521
596
 
522
- <h2 id="anchor26">Detail</h2>
597
+ <h2 id="anchor31">Details</h2>
523
598
 
524
599
 
525
600
  <ul>
@@ -573,13 +648,13 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
573
648
  <h1 id="11.0.0">Version 11.0.0 (2006-11-05)</h1>
574
649
 
575
650
 
576
- <h2 id="anchor27">Summary</h2>
651
+ <h2 id="anchor32">Summary</h2>
577
652
 
578
653
 
579
654
  <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>
580
655
 
581
656
 
582
- <h2 id="anchor28">Notice</h2>
657
+ <h2 id="anchor33">Notice</h2>
583
658
 
584
659
 
585
660
  <ul>
@@ -597,7 +672,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
597
672
  </ul>
598
673
 
599
674
 
600
- <h2 id="anchor29">Detail</h2>
675
+ <h2 id="anchor34">Details</h2>
601
676
 
602
677
 
603
678
  <ul>
@@ -627,19 +702,19 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
627
702
  <h1 id="10.0.0">Version 10.0.0 (2006-11-05)</h1>
628
703
 
629
704
 
630
- <h2 id="anchor30">Summary</h2>
705
+ <h2 id="anchor35">Summary</h2>
631
706
 
632
707
 
633
708
  <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>
634
709
 
635
710
 
636
- <h2 id="anchor31">Acknowledgment</h2>
711
+ <h2 id="anchor36">Acknowledgment</h2>
637
712
 
638
713
 
639
714
  <p>Thanks to Matt Fischler for finding the problem of misdirected compilation errors in Verilog benches.</p>
640
715
 
641
716
 
642
- <h2 id="anchor32">Notice</h2>
717
+ <h2 id="anchor37">Notice</h2>
643
718
 
644
719
 
645
720
  <ul>
@@ -660,10 +735,10 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
660
735
  </ul>
661
736
 
662
737
 
663
- <h2 id="anchor33">Detail</h2>
738
+ <h2 id="anchor38">Details</h2>
664
739
 
665
740
 
666
- <h3 id="anchor34">Automated test generator</h3>
741
+ <h3 id="anchor39">Automated test generator</h3>
667
742
 
668
743
 
669
744
  <ul>
@@ -686,7 +761,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
686
761
  </ul>
687
762
 
688
763
 
689
- <h3 id="anchor35">User manual</h3>
764
+ <h3 id="anchor40">User manual</h3>
690
765
 
691
766
 
692
767
  <ul>
@@ -707,19 +782,19 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
707
782
  <h1 id="9.0.0">Version 9.0.0 (2006-10-28)</h1>
708
783
 
709
784
 
710
- <h2 id="anchor36">Summary</h2>
785
+ <h2 id="anchor41">Summary</h2>
711
786
 
712
787
 
713
788
  <p>This release improves the automated test generator and adds new content to the user manual.</p>
714
789
 
715
790
 
716
- <h2 id="anchor37">Acknowledgment</h2>
791
+ <h2 id="anchor42">Acknowledgment</h2>
717
792
 
718
793
 
719
794
  <p>Thanks to Matt Fischler for helping test and debug the installation of Ruby-VPI on Windows.</p>
720
795
 
721
796
 
722
- <h2 id="anchor38">Notice</h2>
797
+ <h2 id="anchor43">Notice</h2>
723
798
 
724
799
 
725
800
  <ul>
@@ -727,7 +802,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
727
802
  </ul>
728
803
 
729
804
 
730
- <h2 id="anchor39">Detail</h2>
805
+ <h2 id="anchor44">Details</h2>
731
806
 
732
807
 
733
808
  <ul>
@@ -773,19 +848,19 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
773
848
  <h1 id="8.2.0">Version 8.2.0 (2006-10-24)</h1>
774
849
 
775
850
 
776
- <h2 id="anchor40">Summary</h2>
851
+ <h2 id="anchor45">Summary</h2>
777
852
 
778
853
 
779
854
  <p>This release simplifies configuration of generated tests.</p>
780
855
 
781
856
 
782
- <h2 id="anchor41">Acknowledgment</h2>
857
+ <h2 id="anchor46">Acknowledgment</h2>
783
858
 
784
859
 
785
860
  <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>
786
861
 
787
862
 
788
- <h2 id="anchor42">Notice</h2>
863
+ <h2 id="anchor47">Notice</h2>
789
864
 
790
865
 
791
866
  <ul>
@@ -793,7 +868,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
793
868
  </ul>
794
869
 
795
870
 
796
- <h2 id="anchor43">Detail</h2>
871
+ <h2 id="anchor48">Details</h2>
797
872
 
798
873
 
799
874
  <ul>
@@ -806,13 +881,13 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
806
881
  <h1 id="8.1.0">Version 8.1.0 (2006-10-21)</h1>
807
882
 
808
883
 
809
- <h2 id="anchor44">Summary</h2>
884
+ <h2 id="anchor49">Summary</h2>
810
885
 
811
886
 
812
887
  <p>This release adds an integer library and renames the vpi_util library.</p>
813
888
 
814
889
 
815
- <h2 id="anchor45">Notice</h2>
890
+ <h2 id="anchor50">Notice</h2>
816
891
 
817
892
 
818
893
  <ul>
@@ -820,7 +895,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
820
895
  </ul>
821
896
 
822
897
 
823
- <h2 id="anchor46">Detail</h2>
898
+ <h2 id="anchor51">Details</h2>
824
899
 
825
900
 
826
901
  <ul>
@@ -831,13 +906,13 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
831
906
  <h1 id="8.0.0">Version 8.0.0 (2006-10-13)</h1>
832
907
 
833
908
 
834
- <h2 id="anchor47">Summary</h2>
909
+ <h2 id="anchor52">Summary</h2>
835
910
 
836
911
 
837
912
  <p>This release renames some identifiers for consistency, updates the documentation, and improves integration with RubyGems.</p>
838
913
 
839
914
 
840
- <h2 id="anchor48">Notice</h2>
915
+ <h2 id="anchor53">Notice</h2>
841
916
 
842
917
 
843
918
  <ul>
@@ -853,7 +928,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
853
928
  </ul>
854
929
 
855
930
 
856
- <h2 id="anchor49">Detail</h2>
931
+ <h2 id="anchor54">Details</h2>
857
932
 
858
933
 
859
934
  <ul>
@@ -887,13 +962,13 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
887
962
  <h1 id="7.3.0">Version 7.3.0 (2006-09-30)</h1>
888
963
 
889
964
 
890
- <h2 id="anchor50">Summary</h2>
965
+ <h2 id="anchor55">Summary</h2>
891
966
 
892
967
 
893
968
  <p>This release fixes a bug in generated Verilog benches, includes parsed constants in generated tests, and adds new methods to handles.</p>
894
969
 
895
970
 
896
- <h2 id="anchor51">Notice</h2>
971
+ <h2 id="anchor56">Notice</h2>
897
972
 
898
973
 
899
974
  <ul>
@@ -905,7 +980,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
905
980
  </ul>
906
981
 
907
982
 
908
- <h2 id="anchor52">Detail</h2>
983
+ <h2 id="anchor57">Details</h2>
909
984
 
910
985
 
911
986
  <ul>
@@ -929,19 +1004,19 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
929
1004
  <h1 id="7.2.0">Version 7.2.0 (2006-09-15)</h1>
930
1005
 
931
1006
 
932
- <h2 id="anchor53">Summary</h2>
1007
+ <h2 id="anchor58">Summary</h2>
933
1008
 
934
1009
 
935
1010
  <p>This release adds initial support for code coverage analysis via the <a href="http://eigenclass.org/hiki.rb?rcov">rcov library</a>.</p>
936
1011
 
937
1012
 
938
- <h2 id="anchor54">Acknowledgment</h2>
1013
+ <h2 id="anchor59">Acknowledgment</h2>
939
1014
 
940
1015
 
941
1016
  <p>Thanks to Mauricio Fernandez for helping me use rcov without its runner.</p>
942
1017
 
943
1018
 
944
- <h2 id="anchor55">Detail</h2>
1019
+ <h2 id="anchor60">Details</h2>
945
1020
 
946
1021
 
947
1022
  <ul>
@@ -960,13 +1035,13 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
960
1035
  <h1 id="7.1.0">Version 7.1.0 (2006-08-29)</h1>
961
1036
 
962
1037
 
963
- <h2 id="anchor56">Summary</h2>
1038
+ <h2 id="anchor61">Summary</h2>
964
1039
 
965
1040
 
966
1041
  <p>This release simplifies running of multiple tests, restores compatibility with Synopsys <span class="caps">VCS</span>, and better integrates with RubyGems.</p>
967
1042
 
968
1043
 
969
- <h2 id="anchor57">Detail</h2>
1044
+ <h2 id="anchor62">Details</h2>
970
1045
 
971
1046
 
972
1047
  <ul>
@@ -997,13 +1072,13 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
997
1072
  <h1 id="7.0.0">Version 7.0.0 (2006-08-29)</h1>
998
1073
 
999
1074
 
1000
- <h2 id="anchor58">Summary</h2>
1075
+ <h2 id="anchor63">Summary</h2>
1001
1076
 
1002
1077
 
1003
1078
  <p>This release distributes Ruby-VPI as a gem, improves portability of generated tests, and fixes a bug.</p>
1004
1079
 
1005
1080
 
1006
- <h2 id="anchor59">Notice</h2>
1081
+ <h2 id="anchor64">Notice</h2>
1007
1082
 
1008
1083
 
1009
1084
  <ul>
@@ -1030,7 +1105,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1030
1105
  </ul>
1031
1106
 
1032
1107
 
1033
- <h2 id="anchor60">Detail</h2>
1108
+ <h2 id="anchor65">Details</h2>
1034
1109
 
1035
1110
 
1036
1111
  <ul>
@@ -1064,13 +1139,13 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1064
1139
  <h1 id="6.3.0">Version 6.3.0 (2006-08-27)</h1>
1065
1140
 
1066
1141
 
1067
- <h2 id="anchor61">Summary</h2>
1142
+ <h2 id="anchor66">Summary</h2>
1068
1143
 
1069
1144
 
1070
1145
  <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>
1071
1146
 
1072
1147
 
1073
- <h2 id="anchor62">Notice</h2>
1148
+ <h2 id="anchor67">Notice</h2>
1074
1149
 
1075
1150
 
1076
1151
  <ul>
@@ -1081,7 +1156,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1081
1156
  </ul>
1082
1157
 
1083
1158
 
1084
- <h2 id="anchor63">Detail</h2>
1159
+ <h2 id="anchor68">Details</h2>
1085
1160
 
1086
1161
 
1087
1162
  <ul>
@@ -1179,13 +1254,13 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1179
1254
  <h1 id="6.2.0">Version 6.2.0 (2006-08-26)</h1>
1180
1255
 
1181
1256
 
1182
- <h2 id="anchor64">Summary</h2>
1257
+ <h2 id="anchor69">Summary</h2>
1183
1258
 
1184
1259
 
1185
1260
  <p>This release beautifies generated tests, adds checks to find signal width bugs, and includes a new tool.</p>
1186
1261
 
1187
1262
 
1188
- <h2 id="anchor65">Notice</h2>
1263
+ <h2 id="anchor70">Notice</h2>
1189
1264
 
1190
1265
 
1191
1266
  <ul>
@@ -1198,7 +1273,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1198
1273
  </ul>
1199
1274
 
1200
1275
 
1201
- <h2 id="anchor66">Detail</h2>
1276
+ <h2 id="anchor71">Details</h2>
1202
1277
 
1203
1278
 
1204
1279
  <ul>
@@ -1224,13 +1299,13 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1224
1299
  <h1 id="6.1.0">Version 6.1.0 (2006-08-09)</h1>
1225
1300
 
1226
1301
 
1227
- <h2 id="anchor67">Summary</h2>
1302
+ <h2 id="anchor72">Summary</h2>
1228
1303
 
1229
1304
 
1230
1305
  <p>This release simplifies generated tests and fixes a bug.</p>
1231
1306
 
1232
1307
 
1233
- <h2 id="anchor68">Detail</h2>
1308
+ <h2 id="anchor73">Details</h2>
1234
1309
 
1235
1310
 
1236
1311
  <ul>
@@ -1250,13 +1325,13 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1250
1325
  <h1 id="6.0.0">Version 6.0.0 (2006-08-07)</h1>
1251
1326
 
1252
1327
 
1253
- <h2 id="anchor69">Summary</h2>
1328
+ <h2 id="anchor74">Summary</h2>
1254
1329
 
1255
1330
 
1256
1331
  <p>This release adds support and documentation for rapid prototyping of Verilog designs in Ruby.</p>
1257
1332
 
1258
1333
 
1259
- <h2 id="anchor70">Notice</h2>
1334
+ <h2 id="anchor75">Notice</h2>
1260
1335
 
1261
1336
 
1262
1337
  <ul>
@@ -1274,7 +1349,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1274
1349
  </ul>
1275
1350
 
1276
1351
 
1277
- <h2 id="anchor71">Detail</h2>
1352
+ <h2 id="anchor76">Details</h2>
1278
1353
 
1279
1354
 
1280
1355
  <ul>
@@ -1297,13 +1372,13 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1297
1372
  <h1 id="5.1.1">Version 5.1.1 (2006-08-04)</h1>
1298
1373
 
1299
1374
 
1300
- <h2 id="anchor72">Summary</h2>
1375
+ <h2 id="anchor77">Summary</h2>
1301
1376
 
1302
1377
 
1303
1378
  <p>This release fixes unreadable syntax coloring in the user manual.</p>
1304
1379
 
1305
1380
 
1306
- <h2 id="anchor73">Acknowledgment</h2>
1381
+ <h2 id="anchor78">Acknowledgment</h2>
1307
1382
 
1308
1383
 
1309
1384
  <ul>
@@ -1311,7 +1386,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1311
1386
  </ul>
1312
1387
 
1313
1388
 
1314
- <h2 id="anchor74">Detail</h2>
1389
+ <h2 id="anchor79">Details</h2>
1315
1390
 
1316
1391
 
1317
1392
  <ul>
@@ -1327,13 +1402,13 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1327
1402
  <h1 id="5.1.0">Version 5.1.0 (2006-07-29)</h1>
1328
1403
 
1329
1404
 
1330
- <h2 id="anchor75">Summary</h2>
1405
+ <h2 id="anchor80">Summary</h2>
1331
1406
 
1332
1407
 
1333
1408
  <p>This release adds a tutorial to the user manual, and improves the tools and examples.</p>
1334
1409
 
1335
1410
 
1336
- <h2 id="anchor76">Acknowledgment</h2>
1411
+ <h2 id="anchor81">Acknowledgment</h2>
1337
1412
 
1338
1413
 
1339
1414
  <ul>
@@ -1341,10 +1416,10 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1341
1416
  </ul>
1342
1417
 
1343
1418
 
1344
- <h2 id="anchor77">Detail</h2>
1419
+ <h2 id="anchor82">Details</h2>
1345
1420
 
1346
1421
 
1347
- <h3 id="anchor78">User manual</h3>
1422
+ <h3 id="anchor83">User manual</h3>
1348
1423
 
1349
1424
 
1350
1425
  <ul>
@@ -1357,7 +1432,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1357
1432
  </ul>
1358
1433
 
1359
1434
 
1360
- <h3 id="anchor79">Examples</h3>
1435
+ <h3 id="anchor84">Examples</h3>
1361
1436
 
1362
1437
 
1363
1438
  <ul>
@@ -1385,7 +1460,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1385
1460
  </ul>
1386
1461
 
1387
1462
 
1388
- <h3 id="anchor80"><span class="caps">VPI</span> utility layer</h3>
1463
+ <h3 id="anchor85"><span class="caps">VPI</span> utility layer</h3>
1389
1464
 
1390
1465
 
1391
1466
  <ul>
@@ -1396,13 +1471,13 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1396
1471
  <h1 id="5.0.0">Version 5.0.0 (2006-07-22)</h1>
1397
1472
 
1398
1473
 
1399
- <h2 id="anchor81">Summary</h2>
1474
+ <h2 id="anchor86">Summary</h2>
1400
1475
 
1401
1476
 
1402
1477
  <p>This release enhances the <span class="caps">VPI</span> utility layer and adds new content to the user manual.</p>
1403
1478
 
1404
1479
 
1405
- <h2 id="anchor82">Acknowledgment</h2>
1480
+ <h2 id="anchor87">Acknowledgment</h2>
1406
1481
 
1407
1482
 
1408
1483
  <ul>
@@ -1410,7 +1485,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1410
1485
  </ul>
1411
1486
 
1412
1487
 
1413
- <h2 id="anchor83">Notice</h2>
1488
+ <h2 id="anchor88">Notice</h2>
1414
1489
 
1415
1490
 
1416
1491
  <ul>
@@ -1423,7 +1498,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1423
1498
  </ul>
1424
1499
 
1425
1500
 
1426
- <h2 id="anchor84">Detail</h2>
1501
+ <h2 id="anchor89">Details</h2>
1427
1502
 
1428
1503
 
1429
1504
  <ul>
@@ -1453,13 +1528,13 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1453
1528
  <h1 id="4.0.0">Version 4.0.0 (2006-05-25)</h1>
1454
1529
 
1455
1530
 
1456
- <h2 id="anchor85">Summary</h2>
1531
+ <h2 id="anchor90">Summary</h2>
1457
1532
 
1458
1533
 
1459
1534
  <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>
1460
1535
 
1461
1536
 
1462
- <h2 id="anchor86">Acknowledgment</h2>
1537
+ <h2 id="anchor91">Acknowledgment</h2>
1463
1538
 
1464
1539
 
1465
1540
  <ul>
@@ -1467,7 +1542,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1467
1542
  </ul>
1468
1543
 
1469
1544
 
1470
- <h2 id="anchor87">Notice</h2>
1545
+ <h2 id="anchor92">Notice</h2>
1471
1546
 
1472
1547
 
1473
1548
  <ul>
@@ -1480,7 +1555,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1480
1555
  </ul>
1481
1556
 
1482
1557
 
1483
- <h2 id="anchor88">Detail</h2>
1558
+ <h2 id="anchor93">Details</h2>
1484
1559
 
1485
1560
 
1486
1561
  <ul>
@@ -1508,13 +1583,13 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1508
1583
  <h1 id="3.2.0">Version 3.2.0 (2006-05-13)</h1>
1509
1584
 
1510
1585
 
1511
- <h2 id="anchor89">Summary</h2>
1586
+ <h2 id="anchor94">Summary</h2>
1512
1587
 
1513
1588
 
1514
1589
  <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>
1515
1590
 
1516
1591
 
1517
- <h2 id="anchor90">Acknowledgment</h2>
1592
+ <h2 id="anchor95">Acknowledgment</h2>
1518
1593
 
1519
1594
 
1520
1595
  <ul>
@@ -1522,7 +1597,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1522
1597
  </ul>
1523
1598
 
1524
1599
 
1525
- <h2 id="anchor91">Detail</h2>
1600
+ <h2 id="anchor96">Details</h2>
1526
1601
 
1527
1602
 
1528
1603
  <ul>
@@ -1552,13 +1627,13 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1552
1627
  <h1 id="3.1.0">Version 3.1.0 (2006-04-28)</h1>
1553
1628
 
1554
1629
 
1555
- <h2 id="anchor92">Summary</h2>
1630
+ <h2 id="anchor97">Summary</h2>
1556
1631
 
1557
1632
 
1558
1633
  <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>
1559
1634
 
1560
1635
 
1561
- <h2 id="anchor93">Notice</h2>
1636
+ <h2 id="anchor98">Notice</h2>
1562
1637
 
1563
1638
 
1564
1639
  <ul>
@@ -1566,7 +1641,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1566
1641
  </ul>
1567
1642
 
1568
1643
 
1569
- <h2 id="anchor94">Detail</h2>
1644
+ <h2 id="anchor99">Details</h2>
1570
1645
 
1571
1646
 
1572
1647
  <ul>
@@ -1606,13 +1681,13 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1606
1681
  <h1 id="3.0.0">Version 3.0.0 (2006-04-23)</h1>
1607
1682
 
1608
1683
 
1609
- <h2 id="anchor95">Summary</h2>
1684
+ <h2 id="anchor100">Summary</h2>
1610
1685
 
1611
1686
 
1612
1687
  <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>
1613
1688
 
1614
1689
 
1615
- <h2 id="anchor96">Acknowledgment</h2>
1690
+ <h2 id="anchor101">Acknowledgment</h2>
1616
1691
 
1617
1692
 
1618
1693
  <ul>
@@ -1620,7 +1695,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1620
1695
  </ul>
1621
1696
 
1622
1697
 
1623
- <h2 id="anchor97">Notice</h2>
1698
+ <h2 id="anchor102">Notice</h2>
1624
1699
 
1625
1700
 
1626
1701
  <ul>
@@ -1628,7 +1703,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1628
1703
  </ul>
1629
1704
 
1630
1705
 
1631
- <h2 id="anchor98">Detail</h2>
1706
+ <h2 id="anchor103">Details</h2>
1632
1707
 
1633
1708
 
1634
1709
  <ul>
@@ -1673,13 +1748,13 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1673
1748
  <h1 id="2.0.0">Version 2.0.0 (2006-04-17)</h1>
1674
1749
 
1675
1750
 
1676
- <h2 id="anchor99">Summary</h2>
1751
+ <h2 id="anchor104">Summary</h2>
1677
1752
 
1678
1753
 
1679
1754
  <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>
1680
1755
 
1681
1756
 
1682
- <h2 id="anchor100">Acknowledgment</h2>
1757
+ <h2 id="anchor105">Acknowledgment</h2>
1683
1758
 
1684
1759
 
1685
1760
  <ul>
@@ -1687,7 +1762,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1687
1762
  </ul>
1688
1763
 
1689
1764
 
1690
- <h2 id="anchor101">Notice</h2>
1765
+ <h2 id="anchor106">Notice</h2>
1691
1766
 
1692
1767
 
1693
1768
  <ul>
@@ -1695,7 +1770,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1695
1770
  </ul>
1696
1771
 
1697
1772
 
1698
- <h2 id="anchor102">Detail</h2>
1773
+ <h2 id="anchor107">Details</h2>
1699
1774
 
1700
1775
 
1701
1776
  <ul>
@@ -1726,7 +1801,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1726
1801
  <h1 id="1.0.0">Version 1.0.0 (2006-02-26)</h1>
1727
1802
 
1728
1803
 
1729
- <h2 id="anchor103">Summary</h2>
1804
+ <h2 id="anchor108">Summary</h2>
1730
1805
 
1731
1806
 
1732
1807
  This release adds enough Verilog <span class="caps">VPI</span> functionality to make Ruby-VPI usable for simple test benches:
@@ -1737,7 +1812,7 @@ This release adds enough Verilog <span class="caps">VPI</span> functionality to
1737
1812
  </ul>
1738
1813
 
1739
1814
 
1740
- <h2 id="anchor104">Acknowledgment</h2>
1815
+ <h2 id="anchor109">Acknowledgment</h2>
1741
1816
 
1742
1817
 
1743
1818
  <ul>
@@ -1750,7 +1825,7 @@ This release adds enough Verilog <span class="caps">VPI</span> functionality to
1750
1825
  </ul>
1751
1826
 
1752
1827
 
1753
- <h2 id="anchor105">Detail</h2>
1828
+ <h2 id="anchor110">Details</h2>
1754
1829
 
1755
1830
 
1756
1831
  <ul>
@@ -1804,13 +1879,13 @@ This release adds enough Verilog <span class="caps">VPI</span> functionality to
1804
1879
  <h1 id="0.0.0">Version 0.0.0 (1999-10-31)</h1>
1805
1880
 
1806
1881
 
1807
- <h2 id="anchor106">Summary</h2>
1882
+ <h2 id="anchor111">Summary</h2>
1808
1883
 
1809
1884
 
1810
1885
  <p>This is Kazuhiro <span class="caps">HIWADA</span>&#8217;s initial testing release of Ruby-VPI. See its <a href="http://www.ruby-talk.org/cgi-bin/scat.rb/ruby/ruby-list/18193">original announcement</a> and <a href="http://easter.kuee.kyoto-u.ac.jp/~hiwada/ruby/memo/src/ruby-vpi-test.tgz">source code</a>.</p>
1811
1886
 
1812
1887
 
1813
- <h2 id="anchor107">Detail</h2>
1888
+ <h2 id="anchor112">Details</h2>
1814
1889
 
1815
1890
 
1816
1891
  <ul>