ruby-vpi 11.1.1 → 12.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 (120) hide show
  1. data/bin/generate_test.rb +12 -11
  2. data/bin/generate_test_tpl/bench.rb +0 -4
  3. data/bin/generate_test_tpl/bench.v +3 -6
  4. data/bin/generate_test_tpl/runner.rake +20 -4
  5. data/bin/generate_test_tpl/spec.rb +5 -7
  6. data/doc/common.css +110 -95
  7. data/doc/common.tpl +16 -17
  8. data/doc/history.html +350 -330
  9. data/doc/history.yml +49 -0
  10. data/doc/intro.inc +18 -4
  11. data/doc/lib/doc_proxy.rb +22 -32
  12. data/doc/manual.erb +90 -83
  13. data/doc/manual.html +298 -266
  14. data/doc/memo.html +31 -10
  15. data/doc/readme.html +26 -6
  16. data/ext/relay.c +24 -28
  17. data/ext/vlog.c +4 -15
  18. data/lib/ruby-vpi/rspec.rb +1 -1
  19. data/lib/ruby-vpi/runner.rb +12 -10
  20. data/lib/ruby-vpi/runner_proxy.rb +17 -6
  21. data/lib/ruby-vpi/verilog_parser.rb +11 -7
  22. data/lib/ruby-vpi/vpi.rb +11 -1
  23. data/lib/ruby-vpi.rb +4 -0
  24. data/ref/c/annotated.html +2 -2
  25. data/ref/c/common_8h.html +1 -1
  26. data/ref/c/files.html +1 -1
  27. data/ref/c/functions.html +1 -1
  28. data/ref/c/functions_vars.html +1 -1
  29. data/ref/c/globals.html +1 -1
  30. data/ref/c/globals_0x63.html +1 -1
  31. data/ref/c/globals_0x65.html +1 -1
  32. data/ref/c/globals_0x66.html +1 -1
  33. data/ref/c/globals_0x70.html +1 -1
  34. data/ref/c/globals_0x72.html +1 -1
  35. data/ref/c/globals_0x73.html +1 -1
  36. data/ref/c/globals_0x74.html +1 -1
  37. data/ref/c/globals_0x76.html +2 -2
  38. data/ref/c/globals_0x78.html +1 -1
  39. data/ref/c/globals_defs.html +1 -1
  40. data/ref/c/globals_defs_0x65.html +1 -1
  41. data/ref/c/globals_defs_0x70.html +1 -1
  42. data/ref/c/globals_defs_0x76.html +2 -2
  43. data/ref/c/globals_defs_0x78.html +1 -1
  44. data/ref/c/globals_enum.html +1 -1
  45. data/ref/c/globals_eval.html +1 -1
  46. data/ref/c/globals_func.html +2 -2
  47. data/ref/c/globals_type.html +1 -1
  48. data/ref/c/globals_vars.html +1 -1
  49. data/ref/c/index.html +1 -1
  50. data/ref/c/relay_8c.html +2 -1
  51. data/ref/c/relay_8h.html +1 -1
  52. data/ref/c/structrelay____RubyOptions____def.html +8 -2
  53. data/ref/c/structt__cb__data.html +1 -1
  54. data/ref/c/structt__vpi__delay.html +1 -1
  55. data/ref/c/structt__vpi__error__info.html +1 -1
  56. data/ref/c/structt__vpi__strengthval.html +1 -1
  57. data/ref/c/structt__vpi__systf__data.html +1 -1
  58. data/ref/c/structt__vpi__time.html +1 -1
  59. data/ref/c/structt__vpi__value.html +1 -1
  60. data/ref/c/structt__vpi__vecval.html +1 -1
  61. data/ref/c/structt__vpi__vlog__info.html +1 -1
  62. data/ref/c/swig_8c.html +1 -1
  63. data/ref/c/swig_8h.html +1 -1
  64. data/ref/c/verilog_8h.html +1 -1
  65. data/ref/c/vlog_8c.html +15 -15
  66. data/ref/c/vlog_8h.html +1 -1
  67. data/ref/c/vpi__user_8h.html +1 -1
  68. data/ref/ruby/classes/OutputInfo.html +1 -1
  69. data/ref/ruby/classes/OutputInfo.src/M000030.html +30 -30
  70. data/ref/ruby/classes/RDoc.html +5 -5
  71. data/ref/ruby/classes/RDoc.src/{M000097.html → M000099.html} +0 -0
  72. data/ref/ruby/classes/RubyVpi.src/M000085.html +43 -39
  73. data/ref/ruby/classes/String.src/M000033.html +26 -26
  74. data/ref/ruby/classes/String.src/M000034.html +4 -4
  75. data/ref/ruby/classes/Template.src/M000032.html +4 -4
  76. data/ref/ruby/classes/VerilogParser/Module/Parameter.src/M000011.html +5 -5
  77. data/ref/ruby/classes/VerilogParser/Module/Port.src/M000007.html +7 -7
  78. data/ref/ruby/classes/VerilogParser/Module/Port.src/M000008.html +4 -4
  79. data/ref/ruby/classes/VerilogParser/Module/Port.src/M000009.html +4 -4
  80. data/ref/ruby/classes/VerilogParser/Module/Port.src/M000010.html +4 -4
  81. data/ref/ruby/classes/VerilogParser/Module.src/M000006.html +15 -11
  82. data/ref/ruby/classes/Vpi/Handle/Property.html +5 -5
  83. data/ref/ruby/classes/Vpi/Handle/Property.src/{M000096.html → M000098.html} +61 -61
  84. data/ref/ruby/classes/Vpi/Handle.html +78 -43
  85. data/ref/ruby/classes/Vpi/Handle.src/M000088.html +3 -3
  86. data/ref/ruby/classes/Vpi/Handle.src/M000089.html +4 -8
  87. data/ref/ruby/classes/Vpi/Handle.src/M000090.html +5 -31
  88. data/ref/ruby/classes/Vpi/Handle.src/M000091.html +9 -74
  89. data/ref/ruby/classes/Vpi/Handle.src/M000092.html +31 -17
  90. data/ref/ruby/classes/Vpi/Handle.src/M000093.html +74 -11
  91. data/ref/ruby/classes/Vpi/Handle.src/M000094.html +30 -0
  92. data/ref/ruby/classes/Vpi/Handle.src/M000095.html +11 -55
  93. data/ref/ruby/classes/Vpi/Handle.src/M000097.html +68 -0
  94. data/ref/ruby/created.rid +1 -1
  95. data/ref/ruby/files/bin/generate_test_rb.html +8 -11
  96. data/ref/ruby/files/bin/generate_test_rb.src/M000001.html +4 -4
  97. data/ref/ruby/files/bin/generate_test_rb.src/M000002.html +22 -24
  98. data/ref/ruby/files/bin/header_to_ruby_rb.html +1 -1
  99. data/ref/ruby/files/lib/ruby-vpi/float_rb.html +1 -1
  100. data/ref/ruby/files/lib/ruby-vpi/integer_rb.html +1 -1
  101. data/ref/ruby/files/lib/ruby-vpi/rspec_rb.html +1 -1
  102. data/ref/ruby/files/lib/ruby-vpi/runner_proxy_rb.html +1 -1
  103. data/ref/ruby/files/lib/ruby-vpi/runner_rb.html +2 -2
  104. data/ref/ruby/files/lib/ruby-vpi/runner_rb.src/M000003.html +10 -10
  105. data/ref/ruby/files/lib/ruby-vpi/runner_rb.src/M000004.html +12 -12
  106. data/ref/ruby/files/lib/ruby-vpi/verilog_parser_rb.html +1 -1
  107. data/ref/ruby/files/lib/ruby-vpi/vpi_rb.html +1 -1
  108. data/ref/ruby/files/lib/ruby-vpi_rb.html +2 -1
  109. data/ref/ruby/fr_method_index.html +20 -18
  110. data/samp/counter/counter_rspec_bench.v +3 -6
  111. data/samp/counter/counter_rspec_design.rb +2 -1
  112. data/samp/counter/counter_rspec_runner.rake +20 -4
  113. data/samp/counter/counter_rspec_spec.rb +4 -4
  114. data/samp/counter/counter_xunit_bench.v +3 -6
  115. data/samp/counter/counter_xunit_design.rb +2 -1
  116. data/samp/counter/counter_xunit_runner.rake +20 -4
  117. data/samp/pipelined_alu/hw5_unit_test_bench.v +3 -6
  118. data/samp/pipelined_alu/hw5_unit_test_runner.rake +20 -4
  119. metadata +21 -20
  120. data/doc/manual.rb +0 -5
data/doc/history.html CHANGED
@@ -7,7 +7,7 @@
7
7
  <title>Release history</title>
8
8
  </head>
9
9
  <body>
10
-
10
+
11
11
  <div id="navigation">
12
12
  <p><a href="readme.html"><img src="images/home.png" title="project home" alt="project home" /></a></p>
13
13
 
@@ -18,15 +18,18 @@
18
18
  <li><a href="#anchor1">Version numbering system</a></li>
19
19
  </ul>
20
20
  </li>
21
- <li><a href="#anchor2" title="2006-11-15">Version 11.1.1</a>
21
+ <li><a href="#anchor2" title="2006-12-07">Version 12.0.0</a>
22
22
  <ul>
23
23
  <li><a href="#anchor3">Summary</a></li>
24
- <li><a href="#anchor4">Acknowledgment</a></li>
25
- <li><a href="#anchor5">Notice</a></li>
26
- <li><a href="#anchor6">Detail</a></li>
24
+ <li><a href="#anchor4">Notice</a></li>
25
+ <li><a href="#anchor5">Detail</a>
26
+ <ul>
27
+ <li><a href="#anchor6">Test generation</a></li>
27
28
  </ul>
28
29
  </li>
29
- <li><a href="#anchor7" title="2006-11-08">Version 11.1.0</a>
30
+ </ul>
31
+ </li>
32
+ <li><a href="#anchor7" title="2006-11-15">Version 11.1.1</a>
30
33
  <ul>
31
34
  <li><a href="#anchor8">Summary</a></li>
32
35
  <li><a href="#anchor9">Acknowledgment</a></li>
@@ -34,35 +37,35 @@
34
37
  <li><a href="#anchor11">Detail</a></li>
35
38
  </ul>
36
39
  </li>
37
- <li><a href="#anchor12" title="2006-11-05">Version 11.0.0</a>
40
+ <li><a href="#anchor12" title="2006-11-08">Version 11.1.0</a>
38
41
  <ul>
39
42
  <li><a href="#anchor13">Summary</a></li>
40
- <li><a href="#anchor14">Notice</a></li>
41
- <li><a href="#anchor15">Detail</a></li>
43
+ <li><a href="#anchor14">Acknowledgment</a></li>
44
+ <li><a href="#anchor15">Notice</a></li>
45
+ <li><a href="#anchor16">Detail</a></li>
42
46
  </ul>
43
47
  </li>
44
- <li><a href="#anchor16" title="2006-11-05">Version 10.0.0</a>
48
+ <li><a href="#anchor17" title="2006-11-05">Version 11.0.0</a>
45
49
  <ul>
46
- <li><a href="#anchor17">Summary</a></li>
47
- <li><a href="#anchor18">Acknowledgment</a></li>
50
+ <li><a href="#anchor18">Summary</a></li>
48
51
  <li><a href="#anchor19">Notice</a></li>
49
- <li><a href="#anchor20">Detail</a>
50
- <ul>
51
- <li><a href="#anchor21">Automated test generator</a></li>
52
- <li><a href="#anchor22">User manual</a></li>
52
+ <li><a href="#anchor20">Detail</a></li>
53
53
  </ul>
54
54
  </li>
55
+ <li><a href="#anchor21" title="2006-11-05">Version 10.0.0</a>
56
+ <ul>
57
+ <li><a href="#anchor22">Summary</a></li>
58
+ <li><a href="#anchor23">Acknowledgment</a></li>
59
+ <li><a href="#anchor24">Notice</a></li>
60
+ <li><a href="#anchor25">Detail</a>
61
+ <ul>
62
+ <li><a href="#anchor26">Automated test generator</a></li>
63
+ <li><a href="#anchor27">User manual</a></li>
55
64
  </ul>
56
65
  </li>
57
- <li><a href="#anchor23" title="2006-10-28">Version 9.0.0</a>
58
- <ul>
59
- <li><a href="#anchor24">Summary</a></li>
60
- <li><a href="#anchor25">Acknowledgment</a></li>
61
- <li><a href="#anchor26">Notice</a></li>
62
- <li><a href="#anchor27">Detail</a></li>
63
66
  </ul>
64
67
  </li>
65
- <li><a href="#anchor28" title="2006-10-24">Version 8.2.0</a>
68
+ <li><a href="#anchor28" title="2006-10-28">Version 9.0.0</a>
66
69
  <ul>
67
70
  <li><a href="#anchor29">Summary</a></li>
68
71
  <li><a href="#anchor30">Acknowledgment</a></li>
@@ -70,103 +73,103 @@
70
73
  <li><a href="#anchor32">Detail</a></li>
71
74
  </ul>
72
75
  </li>
73
- <li><a href="#anchor33" title="2006-10-21">Version 8.1.0</a>
76
+ <li><a href="#anchor33" title="2006-10-24">Version 8.2.0</a>
74
77
  <ul>
75
78
  <li><a href="#anchor34">Summary</a></li>
76
- <li><a href="#anchor35">Notice</a></li>
77
- <li><a href="#anchor36">Detail</a></li>
79
+ <li><a href="#anchor35">Acknowledgment</a></li>
80
+ <li><a href="#anchor36">Notice</a></li>
81
+ <li><a href="#anchor37">Detail</a></li>
78
82
  </ul>
79
83
  </li>
80
- <li><a href="#anchor37" title="2006-10-13">Version 8.0.0</a>
84
+ <li><a href="#anchor38" title="2006-10-21">Version 8.1.0</a>
81
85
  <ul>
82
- <li><a href="#anchor38">Summary</a></li>
83
- <li><a href="#anchor39">Notice</a></li>
84
- <li><a href="#anchor40">Detail</a></li>
86
+ <li><a href="#anchor39">Summary</a></li>
87
+ <li><a href="#anchor40">Notice</a></li>
88
+ <li><a href="#anchor41">Detail</a></li>
85
89
  </ul>
86
90
  </li>
87
- <li><a href="#anchor41" title="2006-09-30">Version 7.3.0</a>
91
+ <li><a href="#anchor42" title="2006-10-13">Version 8.0.0</a>
88
92
  <ul>
89
- <li><a href="#anchor42">Summary</a></li>
90
- <li><a href="#anchor43">Notice</a></li>
91
- <li><a href="#anchor44">Detail</a></li>
93
+ <li><a href="#anchor43">Summary</a></li>
94
+ <li><a href="#anchor44">Notice</a></li>
95
+ <li><a href="#anchor45">Detail</a></li>
92
96
  </ul>
93
97
  </li>
94
- <li><a href="#anchor45" title="2006-09-15">Version 7.2.0</a>
98
+ <li><a href="#anchor46" title="2006-09-30">Version 7.3.0</a>
95
99
  <ul>
96
- <li><a href="#anchor46">Summary</a></li>
97
- <li><a href="#anchor47">Acknowledgment</a></li>
98
- <li><a href="#anchor48">Detail</a></li>
100
+ <li><a href="#anchor47">Summary</a></li>
101
+ <li><a href="#anchor48">Notice</a></li>
102
+ <li><a href="#anchor49">Detail</a></li>
99
103
  </ul>
100
104
  </li>
101
- <li><a href="#anchor49" title="2006-08-29">Version 7.1.0</a>
105
+ <li><a href="#anchor50" title="2006-09-15">Version 7.2.0</a>
102
106
  <ul>
103
- <li><a href="#anchor50">Summary</a></li>
104
- <li><a href="#anchor51">Detail</a></li>
107
+ <li><a href="#anchor51">Summary</a></li>
108
+ <li><a href="#anchor52">Acknowledgment</a></li>
109
+ <li><a href="#anchor53">Detail</a></li>
105
110
  </ul>
106
111
  </li>
107
- <li><a href="#anchor52" title="2006-08-29">Version 7.0.0</a>
112
+ <li><a href="#anchor54" title="2006-08-29">Version 7.1.0</a>
108
113
  <ul>
109
- <li><a href="#anchor53">Summary</a></li>
110
- <li><a href="#anchor54">Notice</a></li>
111
- <li><a href="#anchor55">Detail</a></li>
114
+ <li><a href="#anchor55">Summary</a></li>
115
+ <li><a href="#anchor56">Detail</a></li>
112
116
  </ul>
113
117
  </li>
114
- <li><a href="#anchor56" title="2006-08-27">Version 6.3.0</a>
118
+ <li><a href="#anchor57" title="2006-08-29">Version 7.0.0</a>
115
119
  <ul>
116
- <li><a href="#anchor57">Summary</a></li>
117
- <li><a href="#anchor58">Notice</a></li>
118
- <li><a href="#anchor59">Detail</a></li>
120
+ <li><a href="#anchor58">Summary</a></li>
121
+ <li><a href="#anchor59">Notice</a></li>
122
+ <li><a href="#anchor60">Detail</a></li>
119
123
  </ul>
120
124
  </li>
121
- <li><a href="#anchor60" title="2006-08-26">Version 6.2.0</a>
125
+ <li><a href="#anchor61" title="2006-08-27">Version 6.3.0</a>
122
126
  <ul>
123
- <li><a href="#anchor61">Summary</a></li>
124
- <li><a href="#anchor62">Notice</a></li>
125
- <li><a href="#anchor63">Detail</a></li>
127
+ <li><a href="#anchor62">Summary</a></li>
128
+ <li><a href="#anchor63">Notice</a></li>
129
+ <li><a href="#anchor64">Detail</a></li>
126
130
  </ul>
127
131
  </li>
128
- <li><a href="#anchor64" title="2006-08-09">Version 6.1.0</a>
132
+ <li><a href="#anchor65" title="2006-08-26">Version 6.2.0</a>
129
133
  <ul>
130
- <li><a href="#anchor65">Summary</a></li>
131
- <li><a href="#anchor66">Detail</a></li>
134
+ <li><a href="#anchor66">Summary</a></li>
135
+ <li><a href="#anchor67">Notice</a></li>
136
+ <li><a href="#anchor68">Detail</a></li>
132
137
  </ul>
133
138
  </li>
134
- <li><a href="#anchor67" title="2006-08-07">Version 6.0.0</a>
139
+ <li><a href="#anchor69" title="2006-08-09">Version 6.1.0</a>
135
140
  <ul>
136
- <li><a href="#anchor68">Summary</a></li>
137
- <li><a href="#anchor69">Notice</a></li>
138
- <li><a href="#anchor70">Detail</a></li>
141
+ <li><a href="#anchor70">Summary</a></li>
142
+ <li><a href="#anchor71">Detail</a></li>
139
143
  </ul>
140
144
  </li>
141
- <li><a href="#anchor71" title="2006-08-04">Version 5.1.1</a>
145
+ <li><a href="#anchor72" title="2006-08-07">Version 6.0.0</a>
142
146
  <ul>
143
- <li><a href="#anchor72">Summary</a></li>
144
- <li><a href="#anchor73">Acknowledgment</a></li>
145
- <li><a href="#anchor74">Detail</a></li>
147
+ <li><a href="#anchor73">Summary</a></li>
148
+ <li><a href="#anchor74">Notice</a></li>
149
+ <li><a href="#anchor75">Detail</a></li>
146
150
  </ul>
147
151
  </li>
148
- <li><a href="#anchor75" title="2006-07-29">Version 5.1.0</a>
149
- <ul>
150
- <li><a href="#anchor76">Summary</a></li>
151
- <li><a href="#anchor77">Acknowledgment</a></li>
152
- <li><a href="#anchor78">Detail</a>
152
+ <li><a href="#anchor76" title="2006-08-04">Version 5.1.1</a>
153
153
  <ul>
154
- <li><a href="#anchor79">User manual</a></li>
155
- <li><a href="#anchor80">Examples</a></li>
156
- <li><a href="#anchor81"><span class="caps">VPI</span> utility layer</a></li>
154
+ <li><a href="#anchor77">Summary</a></li>
155
+ <li><a href="#anchor78">Acknowledgment</a></li>
156
+ <li><a href="#anchor79">Detail</a></li>
157
157
  </ul>
158
158
  </li>
159
+ <li><a href="#anchor80" title="2006-07-29">Version 5.1.0</a>
160
+ <ul>
161
+ <li><a href="#anchor81">Summary</a></li>
162
+ <li><a href="#anchor82">Acknowledgment</a></li>
163
+ <li><a href="#anchor83">Detail</a>
164
+ <ul>
165
+ <li><a href="#anchor84">User manual</a></li>
166
+ <li><a href="#anchor85">Examples</a></li>
167
+ <li><a href="#anchor86"><span class="caps">VPI</span> utility layer</a></li>
159
168
  </ul>
160
169
  </li>
161
- <li><a href="#anchor82" title="2006-07-22">Version 5.0.0</a>
162
- <ul>
163
- <li><a href="#anchor83">Summary</a></li>
164
- <li><a href="#anchor84">Acknowledgment</a></li>
165
- <li><a href="#anchor85">Notice</a></li>
166
- <li><a href="#anchor86">Detail</a></li>
167
170
  </ul>
168
171
  </li>
169
- <li><a href="#anchor87" title="2006-05-25">Version 4.0.0</a>
172
+ <li><a href="#anchor87" title="2006-07-22">Version 5.0.0</a>
170
173
  <ul>
171
174
  <li><a href="#anchor88">Summary</a></li>
172
175
  <li><a href="#anchor89">Acknowledgment</a></li>
@@ -174,29 +177,29 @@
174
177
  <li><a href="#anchor91">Detail</a></li>
175
178
  </ul>
176
179
  </li>
177
- <li><a href="#anchor92" title="2006-05-13">Version 3.2.0</a>
180
+ <li><a href="#anchor92" title="2006-05-25">Version 4.0.0</a>
178
181
  <ul>
179
182
  <li><a href="#anchor93">Summary</a></li>
180
183
  <li><a href="#anchor94">Acknowledgment</a></li>
181
- <li><a href="#anchor95">Detail</a></li>
184
+ <li><a href="#anchor95">Notice</a></li>
185
+ <li><a href="#anchor96">Detail</a></li>
182
186
  </ul>
183
187
  </li>
184
- <li><a href="#anchor96" title="2006-04-28">Version 3.1.0</a>
188
+ <li><a href="#anchor97" title="2006-05-13">Version 3.2.0</a>
185
189
  <ul>
186
- <li><a href="#anchor97">Summary</a></li>
187
- <li><a href="#anchor98">Notice</a></li>
188
- <li><a href="#anchor99">Detail</a></li>
190
+ <li><a href="#anchor98">Summary</a></li>
191
+ <li><a href="#anchor99">Acknowledgment</a></li>
192
+ <li><a href="#anchor100">Detail</a></li>
189
193
  </ul>
190
194
  </li>
191
- <li><a href="#anchor100" title="2006-04-23">Version 3.0.0</a>
195
+ <li><a href="#anchor101" title="2006-04-28">Version 3.1.0</a>
192
196
  <ul>
193
- <li><a href="#anchor101">Summary</a></li>
194
- <li><a href="#anchor102">Acknowledgment</a></li>
197
+ <li><a href="#anchor102">Summary</a></li>
195
198
  <li><a href="#anchor103">Notice</a></li>
196
199
  <li><a href="#anchor104">Detail</a></li>
197
200
  </ul>
198
201
  </li>
199
- <li><a href="#anchor105" title="2006-04-17">Version 2.0.0</a>
202
+ <li><a href="#anchor105" title="2006-04-23">Version 3.0.0</a>
200
203
  <ul>
201
204
  <li><a href="#anchor106">Summary</a></li>
202
205
  <li><a href="#anchor107">Acknowledgment</a></li>
@@ -204,143 +207,59 @@
204
207
  <li><a href="#anchor109">Detail</a></li>
205
208
  </ul>
206
209
  </li>
207
- <li><a href="#anchor110" title="2006-02-26">Version 1.0.0</a>
210
+ <li><a href="#anchor110" title="2006-04-17">Version 2.0.0</a>
208
211
  <ul>
209
212
  <li><a href="#anchor111">Summary</a></li>
210
213
  <li><a href="#anchor112">Acknowledgment</a></li>
211
- <li><a href="#anchor113">Detail</a></li>
214
+ <li><a href="#anchor113">Notice</a></li>
215
+ <li><a href="#anchor114">Detail</a></li>
216
+ </ul>
217
+ </li>
218
+ <li><a href="#anchor115" title="2006-02-26">Version 1.0.0</a>
219
+ <ul>
220
+ <li><a href="#anchor116">Summary</a></li>
221
+ <li><a href="#anchor117">Acknowledgment</a></li>
222
+ <li><a href="#anchor118">Detail</a></li>
212
223
  </ul>
213
224
  </li>
214
- <li><a href="#anchor114" title="1999-10-31">Version 0.0.0</a>
225
+ <li><a href="#anchor119" title="1999-10-31">Version 0.0.0</a>
215
226
  <ul>
216
- <li><a href="#anchor115">Summary</a></li>
217
- <li><a href="#anchor116">Detail</a></li>
227
+ <li><a href="#anchor120">Summary</a></li>
228
+ <li><a href="#anchor121">Detail</a></li>
218
229
  </ul></li>
219
230
  </ul>
220
231
 
221
- <h2>Sections</h2>
222
- <ol>
223
- <li><a href="#anchor0">Release history</a></li>
224
- <li><a href="#anchor1">Version numbering system</a></li>
225
- <li><a href="#anchor2" title="2006-11-15">Version 11.1.1</a></li>
226
- <li><a href="#anchor3">Summary</a></li>
227
- <li><a href="#anchor4">Acknowledgment</a></li>
228
- <li><a href="#anchor5">Notice</a></li>
229
- <li><a href="#anchor6">Detail</a></li>
230
- <li><a href="#anchor7" title="2006-11-08">Version 11.1.0</a></li>
231
- <li><a href="#anchor8">Summary</a></li>
232
- <li><a href="#anchor9">Acknowledgment</a></li>
233
- <li><a href="#anchor10">Notice</a></li>
234
- <li><a href="#anchor11">Detail</a></li>
235
- <li><a href="#anchor12" title="2006-11-05">Version 11.0.0</a></li>
236
- <li><a href="#anchor13">Summary</a></li>
237
- <li><a href="#anchor14">Notice</a></li>
238
- <li><a href="#anchor15">Detail</a></li>
239
- <li><a href="#anchor16" title="2006-11-05">Version 10.0.0</a></li>
240
- <li><a href="#anchor17">Summary</a></li>
241
- <li><a href="#anchor18">Acknowledgment</a></li>
242
- <li><a href="#anchor19">Notice</a></li>
243
- <li><a href="#anchor20">Detail</a></li>
244
- <li><a href="#anchor21">Automated test generator</a></li>
245
- <li><a href="#anchor22">User manual</a></li>
246
- <li><a href="#anchor23" title="2006-10-28">Version 9.0.0</a></li>
247
- <li><a href="#anchor24">Summary</a></li>
248
- <li><a href="#anchor25">Acknowledgment</a></li>
249
- <li><a href="#anchor26">Notice</a></li>
250
- <li><a href="#anchor27">Detail</a></li>
251
- <li><a href="#anchor28" title="2006-10-24">Version 8.2.0</a></li>
252
- <li><a href="#anchor29">Summary</a></li>
253
- <li><a href="#anchor30">Acknowledgment</a></li>
254
- <li><a href="#anchor31">Notice</a></li>
255
- <li><a href="#anchor32">Detail</a></li>
256
- <li><a href="#anchor33" title="2006-10-21">Version 8.1.0</a></li>
257
- <li><a href="#anchor34">Summary</a></li>
258
- <li><a href="#anchor35">Notice</a></li>
259
- <li><a href="#anchor36">Detail</a></li>
260
- <li><a href="#anchor37" title="2006-10-13">Version 8.0.0</a></li>
261
- <li><a href="#anchor38">Summary</a></li>
262
- <li><a href="#anchor39">Notice</a></li>
263
- <li><a href="#anchor40">Detail</a></li>
264
- <li><a href="#anchor41" title="2006-09-30">Version 7.3.0</a></li>
265
- <li><a href="#anchor42">Summary</a></li>
266
- <li><a href="#anchor43">Notice</a></li>
267
- <li><a href="#anchor44">Detail</a></li>
268
- <li><a href="#anchor45" title="2006-09-15">Version 7.2.0</a></li>
269
- <li><a href="#anchor46">Summary</a></li>
270
- <li><a href="#anchor47">Acknowledgment</a></li>
271
- <li><a href="#anchor48">Detail</a></li>
272
- <li><a href="#anchor49" title="2006-08-29">Version 7.1.0</a></li>
273
- <li><a href="#anchor50">Summary</a></li>
274
- <li><a href="#anchor51">Detail</a></li>
275
- <li><a href="#anchor52" title="2006-08-29">Version 7.0.0</a></li>
276
- <li><a href="#anchor53">Summary</a></li>
277
- <li><a href="#anchor54">Notice</a></li>
278
- <li><a href="#anchor55">Detail</a></li>
279
- <li><a href="#anchor56" title="2006-08-27">Version 6.3.0</a></li>
280
- <li><a href="#anchor57">Summary</a></li>
281
- <li><a href="#anchor58">Notice</a></li>
282
- <li><a href="#anchor59">Detail</a></li>
283
- <li><a href="#anchor60" title="2006-08-26">Version 6.2.0</a></li>
284
- <li><a href="#anchor61">Summary</a></li>
285
- <li><a href="#anchor62">Notice</a></li>
286
- <li><a href="#anchor63">Detail</a></li>
287
- <li><a href="#anchor64" title="2006-08-09">Version 6.1.0</a></li>
288
- <li><a href="#anchor65">Summary</a></li>
289
- <li><a href="#anchor66">Detail</a></li>
290
- <li><a href="#anchor67" title="2006-08-07">Version 6.0.0</a></li>
291
- <li><a href="#anchor68">Summary</a></li>
292
- <li><a href="#anchor69">Notice</a></li>
293
- <li><a href="#anchor70">Detail</a></li>
294
- <li><a href="#anchor71" title="2006-08-04">Version 5.1.1</a></li>
295
- <li><a href="#anchor72">Summary</a></li>
296
- <li><a href="#anchor73">Acknowledgment</a></li>
297
- <li><a href="#anchor74">Detail</a></li>
298
- <li><a href="#anchor75" title="2006-07-29">Version 5.1.0</a></li>
299
- <li><a href="#anchor76">Summary</a></li>
300
- <li><a href="#anchor77">Acknowledgment</a></li>
301
- <li><a href="#anchor78">Detail</a></li>
302
- <li><a href="#anchor79">User manual</a></li>
303
- <li><a href="#anchor80">Examples</a></li>
304
- <li><a href="#anchor81"><span class="caps">VPI</span> utility layer</a></li>
305
- <li><a href="#anchor82" title="2006-07-22">Version 5.0.0</a></li>
306
- <li><a href="#anchor83">Summary</a></li>
307
- <li><a href="#anchor84">Acknowledgment</a></li>
308
- <li><a href="#anchor85">Notice</a></li>
309
- <li><a href="#anchor86">Detail</a></li>
310
- <li><a href="#anchor87" title="2006-05-25">Version 4.0.0</a></li>
311
- <li><a href="#anchor88">Summary</a></li>
312
- <li><a href="#anchor89">Acknowledgment</a></li>
313
- <li><a href="#anchor90">Notice</a></li>
314
- <li><a href="#anchor91">Detail</a></li>
315
- <li><a href="#anchor92" title="2006-05-13">Version 3.2.0</a></li>
316
- <li><a href="#anchor93">Summary</a></li>
317
- <li><a href="#anchor94">Acknowledgment</a></li>
318
- <li><a href="#anchor95">Detail</a></li>
319
- <li><a href="#anchor96" title="2006-04-28">Version 3.1.0</a></li>
320
- <li><a href="#anchor97">Summary</a></li>
321
- <li><a href="#anchor98">Notice</a></li>
322
- <li><a href="#anchor99">Detail</a></li>
323
- <li><a href="#anchor100" title="2006-04-23">Version 3.0.0</a></li>
324
- <li><a href="#anchor101">Summary</a></li>
325
- <li><a href="#anchor102">Acknowledgment</a></li>
326
- <li><a href="#anchor103">Notice</a></li>
327
- <li><a href="#anchor104">Detail</a></li>
328
- <li><a href="#anchor105" title="2006-04-17">Version 2.0.0</a></li>
329
- <li><a href="#anchor106">Summary</a></li>
330
- <li><a href="#anchor107">Acknowledgment</a></li>
331
- <li><a href="#anchor108">Notice</a></li>
332
- <li><a href="#anchor109">Detail</a></li>
333
- <li><a href="#anchor110" title="2006-02-26">Version 1.0.0</a></li>
334
- <li><a href="#anchor111">Summary</a></li>
335
- <li><a href="#anchor112">Acknowledgment</a></li>
336
- <li><a href="#anchor113">Detail</a></li>
337
- <li><a href="#anchor114" title="1999-10-31">Version 0.0.0</a></li>
338
- <li><a href="#anchor115">Summary</a></li>
339
- <li><a href="#anchor116">Detail</a></li>
340
- </ol>
341
-
232
+
233
+ <h1>Admonitions</h1>
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+ <h1>Formals</h1>
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
342
261
  </div>
343
-
262
+
344
263
  <h1 id="anchor0">Release history</h1>
345
264
 
346
265
 
@@ -361,22 +280,123 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
361
280
  <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>
362
281
 
363
282
 
364
- <h1 id="anchor2">Version 11.1.1 (2006-11-15)</h1>
283
+ <h1 id="anchor2">Version 12.0.0 (2006-12-07)</h1>
365
284
 
366
285
 
367
286
  <h2 id="anchor3">Summary</h2>
368
287
 
369
288
 
289
+ <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>
290
+
291
+
292
+ <h2 id="anchor4">Notice</h2>
293
+
294
+
295
+ <ul>
296
+ <li>Icarus Verilog 0.8 has been demoted to a <a href="manual.html#setup.reqs">mostly acceptable</a> status.</li>
297
+ </ul>
298
+
299
+
300
+ <ul>
301
+ <li>Generated Verilog benches no longer supply the <tt>-w</tt> option to the <code class="code"><span style="color:#d70; font-weight:bold">$ruby_init</span></code> task.</li>
302
+ </ul>
303
+
304
+
305
+ <ul>
306
+ <li>The <code class="code">ruby-vpi/runner_proxy</code> library now invokes test runners
307
+ <ul>
308
+ <li>just before exiting. Thus, you can invoke tasks in the main <tt>Rakefile</tt> before the test runners are invoked.</li>
309
+ <li>located within any directory that is a descendant of the current working directory.</li>
310
+ </ul></li>
311
+ </ul>
312
+
313
+
314
+ <ul>
315
+ <li>The <code class="code"><span style="color:#036; font-weight:bold">SIMULATOR_ARGS</span></code> parameter of generated runners has been renamed to <code class="code"><span style="color:#036; font-weight:bold">SIMULATOR_ARGUMENTS</span></code> for clarity.</li>
316
+ </ul>
317
+
318
+
319
+ <ul>
320
+ <li>The automated test generator
321
+ <ul>
322
+ <li>no longer displays the <strong>backup</strong> status indicator.</li>
323
+ <li>now supplies a third argument to the <code class="code"><span style="color:#036; font-weight:bold">MERGER</span></code> command.</li>
324
+ <li>no longer replaces existing files with newly generated content during the <strong>update</strong> action. Instead, it now writes the newly generated output to a <tt>.new</tt> file and then invokes the <code class="code"><span style="color:#036; font-weight:bold">MERGER</span></code> command.</li>
325
+ </ul></li>
326
+ </ul>
327
+
328
+
329
+ <h2 id="anchor5">Detail</h2>
330
+
331
+
332
+ <ul>
333
+ <li>The <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::<span style="color:#036; font-weight:bold">Handle</span></code> class has two new methods: <code class="code">x!</code> and <code class="code">z!</code>, which set the handle&#8217;s logic value to <em>unknown</em> and <em>high impedance</em> respectively.</li>
334
+ </ul>
335
+
336
+
337
+ <ul>
338
+ <li>The tests for the simple up-counter example were randomly failing because the specifications were not asserting the design&#8217;s <code class="code">reset</code> signal long enough. So the design was getting into weird states and behaving in a non-deterministic way. This problem has been fixed.</li>
339
+ </ul>
340
+
341
+
342
+ <ul>
343
+ <li>The user manual has been revised and some minor issues have been fixed.</li>
344
+ </ul>
345
+
346
+
347
+ <h3 id="anchor6">Test generation</h3>
348
+
349
+
350
+ <ul>
351
+ <li>The automated test generator accepts new command-line options:
352
+ <ul>
353
+ <li><tt>&#8212;test-unit</tt></li>
354
+ <li><tt>&#8212;test-spec</tt></li>
355
+ <li><tt>&#8212;tspec</tt></li>
356
+ </ul></li>
357
+ </ul>
358
+
359
+
360
+ <ul>
361
+ <li>The automated test generator was crashing when parsing module parameters of an input file which did not have any module parameters. This has been fixed.</li>
362
+ </ul>
363
+
364
+
365
+ <ul>
366
+ <li>Generated Verilog benches now contain simpler clock generation code.</li>
367
+ </ul>
368
+
369
+
370
+ <ul>
371
+ <li>Generated runners now contain
372
+ <ul>
373
+ <li>a <code class="code"><span style="color:#A60">:setup</span></code> task which is invoked before the simulator runs. It can be used to make preprations, such as converting Verilog header files into Ruby, for the simulation.</li>
374
+ <li>better explanations to accomodate new users.</li>
375
+ </ul></li>
376
+ </ul>
377
+
378
+
379
+ <ul>
380
+ <li>Specifications generated in the <strong>generic</strong> format no longer contain a class that is instantiated in the generated Ruby bench.</li>
381
+ </ul>
382
+
383
+
384
+ <h1 id="anchor7">Version 11.1.1 (2006-11-15)</h1>
385
+
386
+
387
+ <h2 id="anchor8">Summary</h2>
388
+
389
+
370
390
  <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>
371
391
 
372
392
 
373
- <h2 id="anchor4">Acknowledgment</h2>
393
+ <h2 id="anchor9">Acknowledgment</h2>
374
394
 
375
395
 
376
396
  <p>Thanks to John Burr for finding the bug in the automated test generator.</p>
377
397
 
378
398
 
379
- <h2 id="anchor5">Notice</h2>
399
+ <h2 id="anchor10">Notice</h2>
380
400
 
381
401
 
382
402
  <ul>
@@ -384,7 +404,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
384
404
  </ul>
385
405
 
386
406
 
387
- <h2 id="anchor6">Detail</h2>
407
+ <h2 id="anchor11">Detail</h2>
388
408
 
389
409
 
390
410
  <ul>
@@ -397,22 +417,22 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
397
417
  </ul>
398
418
 
399
419
 
400
- <h1 id="anchor7">Version 11.1.0 (2006-11-08)</h1>
420
+ <h1 id="anchor12">Version 11.1.0 (2006-11-08)</h1>
401
421
 
402
422
 
403
- <h2 id="anchor8">Summary</h2>
423
+ <h2 id="anchor13">Summary</h2>
404
424
 
405
425
 
406
426
  <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>
407
427
 
408
428
 
409
- <h2 id="anchor9">Acknowledgment</h2>
429
+ <h2 id="anchor14">Acknowledgment</h2>
410
430
 
411
431
 
412
432
  <p>Thanks to Matt Fischler for finding the bug in generated benches (see below).</p>
413
433
 
414
434
 
415
- <h2 id="anchor10">Notice</h2>
435
+ <h2 id="anchor15">Notice</h2>
416
436
 
417
437
 
418
438
  <ul>
@@ -420,7 +440,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
420
440
  </ul>
421
441
 
422
442
 
423
- <h2 id="anchor11">Detail</h2>
443
+ <h2 id="anchor16">Detail</h2>
424
444
 
425
445
 
426
446
  <ul>
@@ -471,16 +491,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
471
491
  </ul>
472
492
 
473
493
 
474
- <h1 id="anchor12">Version 11.0.0 (2006-11-05)</h1>
494
+ <h1 id="anchor17">Version 11.0.0 (2006-11-05)</h1>
475
495
 
476
496
 
477
- <h2 id="anchor13">Summary</h2>
497
+ <h2 id="anchor18">Summary</h2>
478
498
 
479
499
 
480
500
  <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>
481
501
 
482
502
 
483
- <h2 id="anchor14">Notice</h2>
503
+ <h2 id="anchor19">Notice</h2>
484
504
 
485
505
 
486
506
  <ul>
@@ -498,7 +518,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
498
518
  </ul>
499
519
 
500
520
 
501
- <h2 id="anchor15">Detail</h2>
521
+ <h2 id="anchor20">Detail</h2>
502
522
 
503
523
 
504
524
  <ul>
@@ -525,22 +545,22 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
525
545
  </ul>
526
546
 
527
547
 
528
- <h1 id="anchor16">Version 10.0.0 (2006-11-05)</h1>
548
+ <h1 id="anchor21">Version 10.0.0 (2006-11-05)</h1>
529
549
 
530
550
 
531
- <h2 id="anchor17">Summary</h2>
551
+ <h2 id="anchor22">Summary</h2>
532
552
 
533
553
 
534
554
  <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>
535
555
 
536
556
 
537
- <h2 id="anchor18">Acknowledgment</h2>
557
+ <h2 id="anchor23">Acknowledgment</h2>
538
558
 
539
559
 
540
560
  <p>Thanks to Matt Fischler for finding the problem of misdirected compilation errors in Verilog benches.</p>
541
561
 
542
562
 
543
- <h2 id="anchor19">Notice</h2>
563
+ <h2 id="anchor24">Notice</h2>
544
564
 
545
565
 
546
566
  <ul>
@@ -561,10 +581,10 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
561
581
  </ul>
562
582
 
563
583
 
564
- <h2 id="anchor20">Detail</h2>
584
+ <h2 id="anchor25">Detail</h2>
565
585
 
566
586
 
567
- <h3 id="anchor21">Automated test generator</h3>
587
+ <h3 id="anchor26">Automated test generator</h3>
568
588
 
569
589
 
570
590
  <ul>
@@ -587,7 +607,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
587
607
  </ul>
588
608
 
589
609
 
590
- <h3 id="anchor22">User manual</h3>
610
+ <h3 id="anchor27">User manual</h3>
591
611
 
592
612
 
593
613
  <ul>
@@ -605,22 +625,22 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
605
625
  </ul>
606
626
 
607
627
 
608
- <h1 id="anchor23">Version 9.0.0 (2006-10-28)</h1>
628
+ <h1 id="anchor28">Version 9.0.0 (2006-10-28)</h1>
609
629
 
610
630
 
611
- <h2 id="anchor24">Summary</h2>
631
+ <h2 id="anchor29">Summary</h2>
612
632
 
613
633
 
614
634
  <p>This release improves the automated test generator and adds new content to the user manual.</p>
615
635
 
616
636
 
617
- <h2 id="anchor25">Acknowledgment</h2>
637
+ <h2 id="anchor30">Acknowledgment</h2>
618
638
 
619
639
 
620
640
  <p>Thanks to Matt Fischler for helping test and debug the installation of Ruby-VPI on Windows.</p>
621
641
 
622
642
 
623
- <h2 id="anchor26">Notice</h2>
643
+ <h2 id="anchor31">Notice</h2>
624
644
 
625
645
 
626
646
  <ul>
@@ -628,7 +648,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
628
648
  </ul>
629
649
 
630
650
 
631
- <h2 id="anchor27">Detail</h2>
651
+ <h2 id="anchor32">Detail</h2>
632
652
 
633
653
 
634
654
  <ul>
@@ -671,22 +691,22 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
671
691
  </ul>
672
692
 
673
693
 
674
- <h1 id="anchor28">Version 8.2.0 (2006-10-24)</h1>
694
+ <h1 id="anchor33">Version 8.2.0 (2006-10-24)</h1>
675
695
 
676
696
 
677
- <h2 id="anchor29">Summary</h2>
697
+ <h2 id="anchor34">Summary</h2>
678
698
 
679
699
 
680
700
  <p>This release simplifies configuration of generated tests.</p>
681
701
 
682
702
 
683
- <h2 id="anchor30">Acknowledgment</h2>
703
+ <h2 id="anchor35">Acknowledgment</h2>
684
704
 
685
705
 
686
706
  <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>
687
707
 
688
708
 
689
- <h2 id="anchor31">Notice</h2>
709
+ <h2 id="anchor36">Notice</h2>
690
710
 
691
711
 
692
712
  <ul>
@@ -694,7 +714,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
694
714
  </ul>
695
715
 
696
716
 
697
- <h2 id="anchor32">Detail</h2>
717
+ <h2 id="anchor37">Detail</h2>
698
718
 
699
719
 
700
720
  <ul>
@@ -704,16 +724,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
704
724
  </ul>
705
725
 
706
726
 
707
- <h1 id="anchor33">Version 8.1.0 (2006-10-21)</h1>
727
+ <h1 id="anchor38">Version 8.1.0 (2006-10-21)</h1>
708
728
 
709
729
 
710
- <h2 id="anchor34">Summary</h2>
730
+ <h2 id="anchor39">Summary</h2>
711
731
 
712
732
 
713
733
  <p>This release adds an integer library and renames the vpi_util library.</p>
714
734
 
715
735
 
716
- <h2 id="anchor35">Notice</h2>
736
+ <h2 id="anchor40">Notice</h2>
717
737
 
718
738
 
719
739
  <ul>
@@ -721,7 +741,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
721
741
  </ul>
722
742
 
723
743
 
724
- <h2 id="anchor36">Detail</h2>
744
+ <h2 id="anchor41">Detail</h2>
725
745
 
726
746
 
727
747
  <ul>
@@ -729,16 +749,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
729
749
  </ul>
730
750
 
731
751
 
732
- <h1 id="anchor37">Version 8.0.0 (2006-10-13)</h1>
752
+ <h1 id="anchor42">Version 8.0.0 (2006-10-13)</h1>
733
753
 
734
754
 
735
- <h2 id="anchor38">Summary</h2>
755
+ <h2 id="anchor43">Summary</h2>
736
756
 
737
757
 
738
758
  <p>This release renames some identifiers for consistency, updates the documentation, and improves integration with RubyGems.</p>
739
759
 
740
760
 
741
- <h2 id="anchor39">Notice</h2>
761
+ <h2 id="anchor44">Notice</h2>
742
762
 
743
763
 
744
764
  <ul>
@@ -754,7 +774,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
754
774
  </ul>
755
775
 
756
776
 
757
- <h2 id="anchor40">Detail</h2>
777
+ <h2 id="anchor45">Detail</h2>
758
778
 
759
779
 
760
780
  <ul>
@@ -785,16 +805,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
785
805
  </ul>
786
806
 
787
807
 
788
- <h1 id="anchor41">Version 7.3.0 (2006-09-30)</h1>
808
+ <h1 id="anchor46">Version 7.3.0 (2006-09-30)</h1>
789
809
 
790
810
 
791
- <h2 id="anchor42">Summary</h2>
811
+ <h2 id="anchor47">Summary</h2>
792
812
 
793
813
 
794
814
  <p>This release fixes a bug in generated Verilog benches, includes parsed constants in generated tests, and adds new methods to handles.</p>
795
815
 
796
816
 
797
- <h2 id="anchor43">Notice</h2>
817
+ <h2 id="anchor48">Notice</h2>
798
818
 
799
819
 
800
820
  <ul>
@@ -806,7 +826,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
806
826
  </ul>
807
827
 
808
828
 
809
- <h2 id="anchor44">Detail</h2>
829
+ <h2 id="anchor49">Detail</h2>
810
830
 
811
831
 
812
832
  <ul>
@@ -827,22 +847,22 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
827
847
  </ul>
828
848
 
829
849
 
830
- <h1 id="anchor45">Version 7.2.0 (2006-09-15)</h1>
850
+ <h1 id="anchor50">Version 7.2.0 (2006-09-15)</h1>
831
851
 
832
852
 
833
- <h2 id="anchor46">Summary</h2>
853
+ <h2 id="anchor51">Summary</h2>
834
854
 
835
855
 
836
856
  <p>This release adds initial<sup><a href="#fn1">1</a></sup> support for code coverage analysis via the <a href="http://eigenclass.org/hiki.rb?rcov">rcov library</a>.</p>
837
857
 
838
858
 
839
- <h2 id="anchor47">Acknowledgment</h2>
859
+ <h2 id="anchor52">Acknowledgment</h2>
840
860
 
841
861
 
842
862
  <p>Thanks to Mauricio Fernandez for helping me use rcov without its runner.</p>
843
863
 
844
864
 
845
- <h2 id="anchor48">Detail</h2>
865
+ <h2 id="anchor53">Detail</h2>
846
866
 
847
867
 
848
868
  <ul>
@@ -858,16 +878,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
858
878
  </ul>
859
879
 
860
880
 
861
- <h1 id="anchor49">Version 7.1.0 (2006-08-29)</h1>
881
+ <h1 id="anchor54">Version 7.1.0 (2006-08-29)</h1>
862
882
 
863
883
 
864
- <h2 id="anchor50">Summary</h2>
884
+ <h2 id="anchor55">Summary</h2>
865
885
 
866
886
 
867
887
  <p>This release simplifies running of multiple tests, restores compatibility with Synopsys <span class="caps">VCS</span>, and better integrates with RubyGems.</p>
868
888
 
869
889
 
870
- <h2 id="anchor51">Detail</h2>
890
+ <h2 id="anchor56">Detail</h2>
871
891
 
872
892
 
873
893
  <ul>
@@ -895,16 +915,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
895
915
  </ul>
896
916
 
897
917
 
898
- <h1 id="anchor52">Version 7.0.0 (2006-08-29)</h1>
918
+ <h1 id="anchor57">Version 7.0.0 (2006-08-29)</h1>
899
919
 
900
920
 
901
- <h2 id="anchor53">Summary</h2>
921
+ <h2 id="anchor58">Summary</h2>
902
922
 
903
923
 
904
924
  <p>This release distributes Ruby-VPI as a gem, improves portability of generated tests, and fixes a bug.</p>
905
925
 
906
926
 
907
- <h2 id="anchor54">Notice</h2>
927
+ <h2 id="anchor59">Notice</h2>
908
928
 
909
929
 
910
930
  <ul>
@@ -931,7 +951,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
931
951
  </ul>
932
952
 
933
953
 
934
- <h2 id="anchor55">Detail</h2>
954
+ <h2 id="anchor60">Detail</h2>
935
955
 
936
956
 
937
957
  <ul>
@@ -962,16 +982,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
962
982
  </ul>
963
983
 
964
984
 
965
- <h1 id="anchor56">Version 6.3.0 (2006-08-27)</h1>
985
+ <h1 id="anchor61">Version 6.3.0 (2006-08-27)</h1>
966
986
 
967
987
 
968
- <h2 id="anchor57">Summary</h2>
988
+ <h2 id="anchor62">Summary</h2>
969
989
 
970
990
 
971
991
  <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>
972
992
 
973
993
 
974
- <h2 id="anchor58">Notice</h2>
994
+ <h2 id="anchor63">Notice</h2>
975
995
 
976
996
 
977
997
  <ul>
@@ -982,7 +1002,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
982
1002
  </ul>
983
1003
 
984
1004
 
985
- <h2 id="anchor59">Detail</h2>
1005
+ <h2 id="anchor64">Detail</h2>
986
1006
 
987
1007
 
988
1008
  <ul>
@@ -1077,16 +1097,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1077
1097
  </ul>
1078
1098
 
1079
1099
 
1080
- <h1 id="anchor60">Version 6.2.0 (2006-08-26)</h1>
1100
+ <h1 id="anchor65">Version 6.2.0 (2006-08-26)</h1>
1081
1101
 
1082
1102
 
1083
- <h2 id="anchor61">Summary</h2>
1103
+ <h2 id="anchor66">Summary</h2>
1084
1104
 
1085
1105
 
1086
1106
  <p>This release beautifies generated tests, adds checks to find signal width bugs, and includes a new tool.</p>
1087
1107
 
1088
1108
 
1089
- <h2 id="anchor62">Notice</h2>
1109
+ <h2 id="anchor67">Notice</h2>
1090
1110
 
1091
1111
 
1092
1112
  <ul>
@@ -1099,7 +1119,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1099
1119
  </ul>
1100
1120
 
1101
1121
 
1102
- <h2 id="anchor63">Detail</h2>
1122
+ <h2 id="anchor68">Detail</h2>
1103
1123
 
1104
1124
 
1105
1125
  <ul>
@@ -1122,16 +1142,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1122
1142
  </ul>
1123
1143
 
1124
1144
 
1125
- <h1 id="anchor64">Version 6.1.0 (2006-08-09)</h1>
1145
+ <h1 id="anchor69">Version 6.1.0 (2006-08-09)</h1>
1126
1146
 
1127
1147
 
1128
- <h2 id="anchor65">Summary</h2>
1148
+ <h2 id="anchor70">Summary</h2>
1129
1149
 
1130
1150
 
1131
1151
  <p>This release simplifies generated tests and fixes a bug.</p>
1132
1152
 
1133
1153
 
1134
- <h2 id="anchor66">Detail</h2>
1154
+ <h2 id="anchor71">Detail</h2>
1135
1155
 
1136
1156
 
1137
1157
  <ul>
@@ -1148,16 +1168,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1148
1168
  </ul>
1149
1169
 
1150
1170
 
1151
- <h1 id="anchor67">Version 6.0.0 (2006-08-07)</h1>
1171
+ <h1 id="anchor72">Version 6.0.0 (2006-08-07)</h1>
1152
1172
 
1153
1173
 
1154
- <h2 id="anchor68">Summary</h2>
1174
+ <h2 id="anchor73">Summary</h2>
1155
1175
 
1156
1176
 
1157
1177
  <p>This release adds support and documentation for rapid prototyping of Verilog designs in Ruby.</p>
1158
1178
 
1159
1179
 
1160
- <h2 id="anchor69">Notice</h2>
1180
+ <h2 id="anchor74">Notice</h2>
1161
1181
 
1162
1182
 
1163
1183
  <ul>
@@ -1175,7 +1195,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1175
1195
  </ul>
1176
1196
 
1177
1197
 
1178
- <h2 id="anchor70">Detail</h2>
1198
+ <h2 id="anchor75">Detail</h2>
1179
1199
 
1180
1200
 
1181
1201
  <ul>
@@ -1195,16 +1215,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1195
1215
  </ul>
1196
1216
 
1197
1217
 
1198
- <h1 id="anchor71">Version 5.1.1 (2006-08-04)</h1>
1218
+ <h1 id="anchor76">Version 5.1.1 (2006-08-04)</h1>
1199
1219
 
1200
1220
 
1201
- <h2 id="anchor72">Summary</h2>
1221
+ <h2 id="anchor77">Summary</h2>
1202
1222
 
1203
1223
 
1204
1224
  <p>This release fixes unreadable syntax coloring in the user manual.</p>
1205
1225
 
1206
1226
 
1207
- <h2 id="anchor73">Acknowledgment</h2>
1227
+ <h2 id="anchor78">Acknowledgment</h2>
1208
1228
 
1209
1229
 
1210
1230
  <ul>
@@ -1212,7 +1232,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1212
1232
  </ul>
1213
1233
 
1214
1234
 
1215
- <h2 id="anchor74">Detail</h2>
1235
+ <h2 id="anchor79">Detail</h2>
1216
1236
 
1217
1237
 
1218
1238
  <ul>
@@ -1225,16 +1245,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1225
1245
  </ul>
1226
1246
 
1227
1247
 
1228
- <h1 id="anchor75">Version 5.1.0 (2006-07-29)</h1>
1248
+ <h1 id="anchor80">Version 5.1.0 (2006-07-29)</h1>
1229
1249
 
1230
1250
 
1231
- <h2 id="anchor76">Summary</h2>
1251
+ <h2 id="anchor81">Summary</h2>
1232
1252
 
1233
1253
 
1234
1254
  <p>This release adds a tutorial to the user manual, and improves the tools and examples.</p>
1235
1255
 
1236
1256
 
1237
- <h2 id="anchor77">Acknowledgment</h2>
1257
+ <h2 id="anchor82">Acknowledgment</h2>
1238
1258
 
1239
1259
 
1240
1260
  <ul>
@@ -1242,10 +1262,10 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1242
1262
  </ul>
1243
1263
 
1244
1264
 
1245
- <h2 id="anchor78">Detail</h2>
1265
+ <h2 id="anchor83">Detail</h2>
1246
1266
 
1247
1267
 
1248
- <h3 id="anchor79">User manual</h3>
1268
+ <h3 id="anchor84">User manual</h3>
1249
1269
 
1250
1270
 
1251
1271
  <ul>
@@ -1258,7 +1278,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1258
1278
  </ul>
1259
1279
 
1260
1280
 
1261
- <h3 id="anchor80">Examples</h3>
1281
+ <h3 id="anchor85">Examples</h3>
1262
1282
 
1263
1283
 
1264
1284
  <ul>
@@ -1286,7 +1306,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1286
1306
  </ul>
1287
1307
 
1288
1308
 
1289
- <h3 id="anchor81"><span class="caps">VPI</span> utility layer</h3>
1309
+ <h3 id="anchor86"><span class="caps">VPI</span> utility layer</h3>
1290
1310
 
1291
1311
 
1292
1312
  <ul>
@@ -1294,16 +1314,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1294
1314
  </ul>
1295
1315
 
1296
1316
 
1297
- <h1 id="anchor82">Version 5.0.0 (2006-07-22)</h1>
1317
+ <h1 id="anchor87">Version 5.0.0 (2006-07-22)</h1>
1298
1318
 
1299
1319
 
1300
- <h2 id="anchor83">Summary</h2>
1320
+ <h2 id="anchor88">Summary</h2>
1301
1321
 
1302
1322
 
1303
1323
  <p>This release enhances the <span class="caps">VPI</span> utility layer and adds new content to the user manual.</p>
1304
1324
 
1305
1325
 
1306
- <h2 id="anchor84">Acknowledgment</h2>
1326
+ <h2 id="anchor89">Acknowledgment</h2>
1307
1327
 
1308
1328
 
1309
1329
  <ul>
@@ -1311,7 +1331,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1311
1331
  </ul>
1312
1332
 
1313
1333
 
1314
- <h2 id="anchor85">Notice</h2>
1334
+ <h2 id="anchor90">Notice</h2>
1315
1335
 
1316
1336
 
1317
1337
  <ul>
@@ -1324,7 +1344,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1324
1344
  </ul>
1325
1345
 
1326
1346
 
1327
- <h2 id="anchor86">Detail</h2>
1347
+ <h2 id="anchor91">Detail</h2>
1328
1348
 
1329
1349
 
1330
1350
  <ul>
@@ -1351,16 +1371,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1351
1371
  </ul>
1352
1372
 
1353
1373
 
1354
- <h1 id="anchor87">Version 4.0.0 (2006-05-25)</h1>
1374
+ <h1 id="anchor92">Version 4.0.0 (2006-05-25)</h1>
1355
1375
 
1356
1376
 
1357
- <h2 id="anchor88">Summary</h2>
1377
+ <h2 id="anchor93">Summary</h2>
1358
1378
 
1359
1379
 
1360
1380
  <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>
1361
1381
 
1362
1382
 
1363
- <h2 id="anchor89">Acknowledgment</h2>
1383
+ <h2 id="anchor94">Acknowledgment</h2>
1364
1384
 
1365
1385
 
1366
1386
  <ul>
@@ -1368,7 +1388,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1368
1388
  </ul>
1369
1389
 
1370
1390
 
1371
- <h2 id="anchor90">Notice</h2>
1391
+ <h2 id="anchor95">Notice</h2>
1372
1392
 
1373
1393
 
1374
1394
  <ul>
@@ -1381,7 +1401,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1381
1401
  </ul>
1382
1402
 
1383
1403
 
1384
- <h2 id="anchor91">Detail</h2>
1404
+ <h2 id="anchor96">Detail</h2>
1385
1405
 
1386
1406
 
1387
1407
  <ul>
@@ -1406,16 +1426,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1406
1426
  </ul>
1407
1427
 
1408
1428
 
1409
- <h1 id="anchor92">Version 3.2.0 (2006-05-13)</h1>
1429
+ <h1 id="anchor97">Version 3.2.0 (2006-05-13)</h1>
1410
1430
 
1411
1431
 
1412
- <h2 id="anchor93">Summary</h2>
1432
+ <h2 id="anchor98">Summary</h2>
1413
1433
 
1414
1434
 
1415
1435
  <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>
1416
1436
 
1417
1437
 
1418
- <h2 id="anchor94">Acknowledgment</h2>
1438
+ <h2 id="anchor99">Acknowledgment</h2>
1419
1439
 
1420
1440
 
1421
1441
  <ul>
@@ -1423,7 +1443,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1423
1443
  </ul>
1424
1444
 
1425
1445
 
1426
- <h2 id="anchor95">Detail</h2>
1446
+ <h2 id="anchor100">Detail</h2>
1427
1447
 
1428
1448
 
1429
1449
  <ul>
@@ -1450,16 +1470,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1450
1470
  </ul>
1451
1471
 
1452
1472
 
1453
- <h1 id="anchor96">Version 3.1.0 (2006-04-28)</h1>
1473
+ <h1 id="anchor101">Version 3.1.0 (2006-04-28)</h1>
1454
1474
 
1455
1475
 
1456
- <h2 id="anchor97">Summary</h2>
1476
+ <h2 id="anchor102">Summary</h2>
1457
1477
 
1458
1478
 
1459
1479
  <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>
1460
1480
 
1461
1481
 
1462
- <h2 id="anchor98">Notice</h2>
1482
+ <h2 id="anchor103">Notice</h2>
1463
1483
 
1464
1484
 
1465
1485
  <ul>
@@ -1467,7 +1487,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1467
1487
  </ul>
1468
1488
 
1469
1489
 
1470
- <h2 id="anchor99">Detail</h2>
1490
+ <h2 id="anchor104">Detail</h2>
1471
1491
 
1472
1492
 
1473
1493
  <ul>
@@ -1504,16 +1524,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1504
1524
  </ul>
1505
1525
 
1506
1526
 
1507
- <h1 id="anchor100">Version 3.0.0 (2006-04-23)</h1>
1527
+ <h1 id="anchor105">Version 3.0.0 (2006-04-23)</h1>
1508
1528
 
1509
1529
 
1510
- <h2 id="anchor101">Summary</h2>
1530
+ <h2 id="anchor106">Summary</h2>
1511
1531
 
1512
1532
 
1513
1533
  <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>
1514
1534
 
1515
1535
 
1516
- <h2 id="anchor102">Acknowledgment</h2>
1536
+ <h2 id="anchor107">Acknowledgment</h2>
1517
1537
 
1518
1538
 
1519
1539
  <ul>
@@ -1521,7 +1541,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1521
1541
  </ul>
1522
1542
 
1523
1543
 
1524
- <h2 id="anchor103">Notice</h2>
1544
+ <h2 id="anchor108">Notice</h2>
1525
1545
 
1526
1546
 
1527
1547
  <ul>
@@ -1529,7 +1549,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1529
1549
  </ul>
1530
1550
 
1531
1551
 
1532
- <h2 id="anchor104">Detail</h2>
1552
+ <h2 id="anchor109">Detail</h2>
1533
1553
 
1534
1554
 
1535
1555
  <ul>
@@ -1571,16 +1591,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1571
1591
  </ul>
1572
1592
 
1573
1593
 
1574
- <h1 id="anchor105">Version 2.0.0 (2006-04-17)</h1>
1594
+ <h1 id="anchor110">Version 2.0.0 (2006-04-17)</h1>
1575
1595
 
1576
1596
 
1577
- <h2 id="anchor106">Summary</h2>
1597
+ <h2 id="anchor111">Summary</h2>
1578
1598
 
1579
1599
 
1580
1600
  <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>
1581
1601
 
1582
1602
 
1583
- <h2 id="anchor107">Acknowledgment</h2>
1603
+ <h2 id="anchor112">Acknowledgment</h2>
1584
1604
 
1585
1605
 
1586
1606
  <ul>
@@ -1588,7 +1608,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1588
1608
  </ul>
1589
1609
 
1590
1610
 
1591
- <h2 id="anchor108">Notice</h2>
1611
+ <h2 id="anchor113">Notice</h2>
1592
1612
 
1593
1613
 
1594
1614
  <ul>
@@ -1596,7 +1616,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1596
1616
  </ul>
1597
1617
 
1598
1618
 
1599
- <h2 id="anchor109">Detail</h2>
1619
+ <h2 id="anchor114">Detail</h2>
1600
1620
 
1601
1621
 
1602
1622
  <ul>
@@ -1624,10 +1644,10 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1624
1644
  </ul>
1625
1645
 
1626
1646
 
1627
- <h1 id="anchor110">Version 1.0.0 (2006-02-26)</h1>
1647
+ <h1 id="anchor115">Version 1.0.0 (2006-02-26)</h1>
1628
1648
 
1629
1649
 
1630
- <h2 id="anchor111">Summary</h2>
1650
+ <h2 id="anchor116">Summary</h2>
1631
1651
 
1632
1652
 
1633
1653
  This release adds enough Verilog <span class="caps">VPI</span> functionality to make Ruby-VPI usable for simple test benches:
@@ -1638,7 +1658,7 @@ This release adds enough Verilog <span class="caps">VPI</span> functionality to
1638
1658
  </ul>
1639
1659
 
1640
1660
 
1641
- <h2 id="anchor112">Acknowledgment</h2>
1661
+ <h2 id="anchor117">Acknowledgment</h2>
1642
1662
 
1643
1663
 
1644
1664
  <ul>
@@ -1651,7 +1671,7 @@ This release adds enough Verilog <span class="caps">VPI</span> functionality to
1651
1671
  </ul>
1652
1672
 
1653
1673
 
1654
- <h2 id="anchor113">Detail</h2>
1674
+ <h2 id="anchor118">Detail</h2>
1655
1675
 
1656
1676
 
1657
1677
  <ul>
@@ -1702,16 +1722,16 @@ This release adds enough Verilog <span class="caps">VPI</span> functionality to
1702
1722
  </ul>
1703
1723
 
1704
1724
 
1705
- <h1 id="anchor114">Version 0.0.0 (1999-10-31)</h1>
1725
+ <h1 id="anchor119">Version 0.0.0 (1999-10-31)</h1>
1706
1726
 
1707
1727
 
1708
- <h2 id="anchor115">Summary</h2>
1728
+ <h2 id="anchor120">Summary</h2>
1709
1729
 
1710
1730
 
1711
1731
  <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>
1712
1732
 
1713
1733
 
1714
- <h2 id="anchor116">Detail</h2>
1734
+ <h2 id="anchor121">Detail</h2>
1715
1735
 
1716
1736
 
1717
1737
  <ul>