ruby-vpi 15.0.0 → 15.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (93) hide show
  1. data/Rakefile +2 -2
  2. data/doc/common.css +10 -18
  3. data/doc/common.tpl +28 -15
  4. data/doc/history.doc +4 -6
  5. data/doc/history.html +327 -286
  6. data/doc/history.yml +19 -0
  7. data/doc/intro.inc +47 -2
  8. data/doc/lib/doc_proxy.rb +16 -0
  9. data/doc/lib/erb_proxy.rb +5 -0
  10. data/doc/manual.doc +35 -26
  11. data/doc/manual.html +152 -100
  12. data/doc/memo.doc +16 -10
  13. data/doc/memo.html +29 -18
  14. data/doc/print.css +10 -0
  15. data/doc/readme.doc +2 -43
  16. data/doc/readme.html +42 -49
  17. data/doc/rss.xml +37 -0
  18. data/ext/Rakefile +10 -1
  19. data/ext/swig_vpi.h +924 -0
  20. data/ext/swig_vpi.i +2 -3
  21. data/ext/swig_wrap.cin +20 -37
  22. data/ref/c/annotated.html +1 -1
  23. data/ref/c/common_8h.html +1 -1
  24. data/ref/c/files.html +2 -1
  25. data/ref/c/functions.html +17 -17
  26. data/ref/c/functions_vars.html +17 -17
  27. data/ref/c/globals.html +3 -5
  28. data/ref/c/globals_0x62.html +1 -1
  29. data/ref/c/globals_0x63.html +30 -30
  30. data/ref/c/globals_0x65.html +2 -2
  31. data/ref/c/globals_0x66.html +1 -1
  32. data/ref/c/globals_0x67.html +1 -1
  33. data/ref/c/globals_0x69.html +1 -1
  34. data/ref/c/globals_0x6c.html +1 -1
  35. data/ref/c/globals_0x6d.html +1 -1
  36. data/ref/c/globals_0x6e.html +1 -1
  37. data/ref/c/globals_0x70.html +18 -18
  38. data/ref/c/globals_0x72.html +1 -1
  39. data/ref/c/globals_0x73.html +12 -13
  40. data/ref/c/globals_0x74.html +1 -1
  41. data/ref/c/globals_0x75.html +1 -1
  42. data/ref/c/globals_0x76.html +413 -413
  43. data/ref/c/globals_0x78.html +2 -2
  44. data/ref/c/globals_defs.html +30 -30
  45. data/ref/c/globals_defs_0x65.html +2 -2
  46. data/ref/c/globals_defs_0x6c.html +1 -1
  47. data/ref/c/globals_defs_0x6e.html +1 -1
  48. data/ref/c/globals_defs_0x70.html +3 -3
  49. data/ref/c/globals_defs_0x72.html +1 -1
  50. data/ref/c/globals_defs_0x73.html +2 -3
  51. data/ref/c/globals_defs_0x75.html +1 -1
  52. data/ref/c/globals_defs_0x76.html +411 -411
  53. data/ref/c/globals_defs_0x78.html +2 -2
  54. data/ref/c/globals_enum.html +1 -1
  55. data/ref/c/globals_eval.html +1 -1
  56. data/ref/c/globals_func.html +1 -1
  57. data/ref/c/globals_func_0x66.html +1 -1
  58. data/ref/c/globals_func_0x67.html +1 -1
  59. data/ref/c/globals_func_0x69.html +1 -1
  60. data/ref/c/globals_func_0x6d.html +1 -1
  61. data/ref/c/globals_func_0x70.html +2 -2
  62. data/ref/c/globals_func_0x72.html +1 -1
  63. data/ref/c/globals_func_0x73.html +1 -1
  64. data/ref/c/globals_func_0x76.html +1 -1
  65. data/ref/c/globals_type.html +26 -26
  66. data/ref/c/globals_vars.html +5 -7
  67. data/ref/c/index.html +1 -1
  68. data/ref/c/main_8c.html +1 -1
  69. data/ref/c/main_8h.html +1 -1
  70. data/ref/c/relay_8c.html +1 -1
  71. data/ref/c/relay_8h.html +1 -1
  72. data/ref/c/structswig__cast__info.html +1 -1
  73. data/ref/c/structswig__class.html +1 -1
  74. data/ref/c/structswig__module__info.html +1 -1
  75. data/ref/c/structswig__type__info.html +1 -1
  76. data/ref/c/structt__cb__data.html +23 -6
  77. data/ref/c/structt__vpi__delay.html +20 -3
  78. data/ref/c/structt__vpi__error__info.html +71 -3
  79. data/ref/c/structt__vpi__strengthval.html +3 -3
  80. data/ref/c/structt__vpi__systf__data.html +46 -12
  81. data/ref/c/structt__vpi__time.html +3 -3
  82. data/ref/c/structt__vpi__value.html +113 -3
  83. data/ref/c/structt__vpi__vecval.html +3 -3
  84. data/ref/c/structt__vpi__vlog__info.html +54 -3
  85. data/ref/c/swig__vpi_8h.html +8739 -0
  86. data/ref/c/swig__wrap_8cin.html +49 -102
  87. data/ref/c/unions__vpi__value__value.html +1 -1
  88. data/ref/c/verilog_8h.html +1 -1
  89. data/ref/c/vlog_8c.html +1 -1
  90. data/ref/c/vlog_8h.html +1 -1
  91. data/ref/c/vpi__user_8h.html +16 -16
  92. data/ref/ruby/created.rid +1 -1
  93. metadata +5 -2
data/doc/history.html CHANGED
@@ -2,14 +2,22 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
5
- <link rel="stylesheet" type="text/css" href="common.css" />
5
+ <link rel="stylesheet" type="text/css" href="common.css" media="screen" />
6
+ <link rel="stylesheet" type="text/css" href="print.css" media="print" />
6
7
  <link rel="alternate" type="application/rss+xml" href="http://ruby-vpi.rubyforge.org/doc/rss.xml" title="RSS feed for this project." />
7
8
  <title>Release history</title>
8
9
  </head>
9
10
  <body>
10
- <div id="navigation">
11
- <p><a href="readme.html"><img src="images/home.png" title="project home" alt="project home" /></a></p>
12
11
 
12
+ <br/><br/> <!-- give space below #menu -->
13
+
14
+ <p style="text-align:center;"><a href="readme.html"><img src="images/home.png" title="Return to main page" alt="Return to main page" /></a></p>
15
+
16
+ <div id="menu">
17
+ <a href="#index">Contents</a>
18
+ </div>
19
+
20
+ <div id="index">
13
21
  <h1>Contents</h1>
14
22
  <ul>
15
23
  <li>1 <a href="#anchor11">Release history</a>
@@ -17,279 +25,282 @@
17
25
  <li>1.1 <a href="#anchor12">Version numbering system</a></li>
18
26
  </ul>
19
27
  </li>
20
- <li>2 <a href="#15.0.0" title="2007-01-13">Version 15.0.0</a>
28
+ <li>2 <a href="#15.0.1" title="2007-01-15">Version 15.0.1</a>
21
29
  <ul>
22
30
  <li>2.1 <a href="#anchor13">Summary</a></li>
23
31
  <li>2.2 <a href="#anchor14">Acknowledgment</a></li>
24
- <li>2.3 <a href="#anchor15">Notice</a>
32
+ <li>2.3 <a href="#anchor15">Details</a></li>
33
+ </ul>
34
+ </li>
35
+ <li>3 <a href="#15.0.0" title="2007-01-13">Version 15.0.0</a>
36
+ <ul>
37
+ <li>3.1 <a href="#anchor16">Summary</a></li>
38
+ <li>3.2 <a href="#anchor17">Acknowledgment</a></li>
39
+ <li>3.3 <a href="#anchor18">Notice</a>
25
40
  <ul>
26
- <li>2.3.1 <a href="#anchor16">New features</a></li>
41
+ <li>3.3.1 <a href="#anchor19">New features</a></li>
27
42
  </ul>
28
43
  </li>
29
- <li>2.4 <a href="#anchor17">Details</a></li>
44
+ <li>3.4 <a href="#anchor20">Details</a></li>
30
45
  </ul>
31
46
  </li>
32
- <li>3 <a href="#14.0.0" title="2006-12-30">Version 14.0.0</a>
47
+ <li>4 <a href="#14.0.0" title="2006-12-30">Version 14.0.0</a>
33
48
  <ul>
34
- <li>3.1 <a href="#anchor18">Summary</a></li>
35
- <li>3.2 <a href="#anchor19">Notice</a>
49
+ <li>4.1 <a href="#anchor21">Summary</a></li>
50
+ <li>4.2 <a href="#anchor22">Notice</a>
36
51
  <ul>
37
- <li>3.2.1 <a href="#anchor20">New features</a></li>
52
+ <li>4.2.1 <a href="#anchor23">New features</a></li>
38
53
  </ul>
39
54
  </li>
40
- <li>3.3 <a href="#anchor21">Details</a></li>
55
+ <li>4.3 <a href="#anchor24">Details</a></li>
41
56
  </ul>
42
57
  </li>
43
- <li>4 <a href="#13.0.0" title="2006-12-27">Version 13.0.0</a>
58
+ <li>5 <a href="#13.0.0" title="2006-12-27">Version 13.0.0</a>
44
59
  <ul>
45
- <li>4.1 <a href="#anchor22">Summary</a></li>
46
- <li>4.2 <a href="#anchor23">Notice</a>
60
+ <li>5.1 <a href="#anchor25">Summary</a></li>
61
+ <li>5.2 <a href="#anchor26">Notice</a>
47
62
  <ul>
48
- <li>4.2.1 <a href="#anchor24">New features</a></li>
63
+ <li>5.2.1 <a href="#anchor27">New features</a></li>
49
64
  </ul>
50
65
  </li>
51
- <li>4.3 <a href="#anchor25">Details</a></li>
66
+ <li>5.3 <a href="#anchor28">Details</a></li>
52
67
  </ul>
53
68
  </li>
54
- <li>5 <a href="#12.1.0" title="2006-12-22">Version 12.1.0</a>
69
+ <li>6 <a href="#12.1.0" title="2006-12-22">Version 12.1.0</a>
55
70
  <ul>
56
- <li>5.1 <a href="#anchor26">Summary</a></li>
57
- <li>5.2 <a href="#anchor27">Notice</a>
71
+ <li>6.1 <a href="#anchor29">Summary</a></li>
72
+ <li>6.2 <a href="#anchor30">Notice</a>
58
73
  <ul>
59
- <li>5.2.1 <a href="#anchor28">New features</a></li>
74
+ <li>6.2.1 <a href="#anchor31">New features</a></li>
60
75
  </ul>
61
76
  </li>
62
- <li>5.3 <a href="#anchor29">Details</a></li>
77
+ <li>6.3 <a href="#anchor32">Details</a></li>
63
78
  </ul>
64
79
  </li>
65
- <li>6 <a href="#12.0.2" title="2006-12-18">Version 12.0.2</a>
80
+ <li>7 <a href="#12.0.2" title="2006-12-18">Version 12.0.2</a>
66
81
  <ul>
67
- <li>6.1 <a href="#anchor30">Summary</a></li>
82
+ <li>7.1 <a href="#anchor33">Summary</a></li>
68
83
  </ul>
69
84
  </li>
70
- <li>7 <a href="#12.0.1" title="2006-12-18">Version 12.0.1</a>
85
+ <li>8 <a href="#12.0.1" title="2006-12-18">Version 12.0.1</a>
71
86
  <ul>
72
- <li>7.1 <a href="#anchor31">Summary</a></li>
73
- <li>7.2 <a href="#anchor32">Acknowledgment</a></li>
74
- <li>7.3 <a href="#anchor33">Details</a></li>
87
+ <li>8.1 <a href="#anchor34">Summary</a></li>
88
+ <li>8.2 <a href="#anchor35">Acknowledgment</a></li>
89
+ <li>8.3 <a href="#anchor36">Details</a></li>
75
90
  </ul>
76
91
  </li>
77
- <li>8 <a href="#12.0.0" title="2006-12-07">Version 12.0.0</a>
92
+ <li>9 <a href="#12.0.0" title="2006-12-07">Version 12.0.0</a>
78
93
  <ul>
79
- <li>8.1 <a href="#anchor34">Summary</a></li>
80
- <li>8.2 <a href="#anchor35">Notice</a></li>
81
- <li>8.3 <a href="#anchor36">Details</a>
94
+ <li>9.1 <a href="#anchor37">Summary</a></li>
95
+ <li>9.2 <a href="#anchor38">Notice</a></li>
96
+ <li>9.3 <a href="#anchor39">Details</a>
82
97
  <ul>
83
- <li>8.3.1 <a href="#anchor37">Test generation</a></li>
98
+ <li>9.3.1 <a href="#anchor40">Test generation</a></li>
84
99
  </ul>
85
100
  </li>
86
101
  </ul>
87
102
  </li>
88
- <li>9 <a href="#11.1.1" title="2006-11-15">Version 11.1.1</a>
103
+ <li>10 <a href="#11.1.1" title="2006-11-15">Version 11.1.1</a>
89
104
  <ul>
90
- <li>9.1 <a href="#anchor38">Summary</a></li>
91
- <li>9.2 <a href="#anchor39">Acknowledgment</a></li>
92
- <li>9.3 <a href="#anchor40">Notice</a></li>
93
- <li>9.4 <a href="#anchor41">Details</a></li>
105
+ <li>10.1 <a href="#anchor41">Summary</a></li>
106
+ <li>10.2 <a href="#anchor42">Acknowledgment</a></li>
107
+ <li>10.3 <a href="#anchor43">Notice</a></li>
108
+ <li>10.4 <a href="#anchor44">Details</a></li>
94
109
  </ul>
95
110
  </li>
96
- <li>10 <a href="#11.1.0" title="2006-11-08">Version 11.1.0</a>
111
+ <li>11 <a href="#11.1.0" title="2006-11-08">Version 11.1.0</a>
97
112
  <ul>
98
- <li>10.1 <a href="#anchor42">Summary</a></li>
99
- <li>10.2 <a href="#anchor43">Acknowledgment</a></li>
100
- <li>10.3 <a href="#anchor44">Notice</a></li>
101
- <li>10.4 <a href="#anchor45">Details</a></li>
113
+ <li>11.1 <a href="#anchor45">Summary</a></li>
114
+ <li>11.2 <a href="#anchor46">Acknowledgment</a></li>
115
+ <li>11.3 <a href="#anchor47">Notice</a></li>
116
+ <li>11.4 <a href="#anchor48">Details</a></li>
102
117
  </ul>
103
118
  </li>
104
- <li>11 <a href="#11.0.0" title="2006-11-05">Version 11.0.0</a>
119
+ <li>12 <a href="#11.0.0" title="2006-11-05">Version 11.0.0</a>
105
120
  <ul>
106
- <li>11.1 <a href="#anchor46">Summary</a></li>
107
- <li>11.2 <a href="#anchor47">Notice</a></li>
108
- <li>11.3 <a href="#anchor48">Details</a></li>
121
+ <li>12.1 <a href="#anchor49">Summary</a></li>
122
+ <li>12.2 <a href="#anchor50">Notice</a></li>
123
+ <li>12.3 <a href="#anchor51">Details</a></li>
109
124
  </ul>
110
125
  </li>
111
- <li>12 <a href="#10.0.0" title="2006-11-05">Version 10.0.0</a>
126
+ <li>13 <a href="#10.0.0" title="2006-11-05">Version 10.0.0</a>
112
127
  <ul>
113
- <li>12.1 <a href="#anchor49">Summary</a></li>
114
- <li>12.2 <a href="#anchor50">Acknowledgment</a></li>
115
- <li>12.3 <a href="#anchor51">Notice</a></li>
116
- <li>12.4 <a href="#anchor52">Details</a>
128
+ <li>13.1 <a href="#anchor52">Summary</a></li>
129
+ <li>13.2 <a href="#anchor53">Acknowledgment</a></li>
130
+ <li>13.3 <a href="#anchor54">Notice</a></li>
131
+ <li>13.4 <a href="#anchor55">Details</a>
117
132
  <ul>
118
- <li>12.4.1 <a href="#anchor53">Automated test generator</a></li>
119
- <li>12.4.2 <a href="#anchor54">User manual</a></li>
133
+ <li>13.4.1 <a href="#anchor56">Automated test generator</a></li>
134
+ <li>13.4.2 <a href="#anchor57">User manual</a></li>
120
135
  </ul>
121
136
  </li>
122
137
  </ul>
123
138
  </li>
124
- <li>13 <a href="#9.0.0" title="2006-10-28">Version 9.0.0</a>
125
- <ul>
126
- <li>13.1 <a href="#anchor55">Summary</a></li>
127
- <li>13.2 <a href="#anchor56">Acknowledgment</a></li>
128
- <li>13.3 <a href="#anchor57">Notice</a></li>
129
- <li>13.4 <a href="#anchor58">Details</a></li>
130
- </ul>
131
- </li>
132
- <li>14 <a href="#8.2.0" title="2006-10-24">Version 8.2.0</a>
139
+ <li>14 <a href="#9.0.0" title="2006-10-28">Version 9.0.0</a>
133
140
  <ul>
134
- <li>14.1 <a href="#anchor59">Summary</a></li>
135
- <li>14.2 <a href="#anchor60">Acknowledgment</a></li>
136
- <li>14.3 <a href="#anchor61">Notice</a></li>
137
- <li>14.4 <a href="#anchor62">Details</a></li>
141
+ <li>14.1 <a href="#anchor58">Summary</a></li>
142
+ <li>14.2 <a href="#anchor59">Acknowledgment</a></li>
143
+ <li>14.3 <a href="#anchor60">Notice</a></li>
144
+ <li>14.4 <a href="#anchor61">Details</a></li>
138
145
  </ul>
139
146
  </li>
140
- <li>15 <a href="#8.1.0" title="2006-10-21">Version 8.1.0</a>
147
+ <li>15 <a href="#8.2.0" title="2006-10-24">Version 8.2.0</a>
141
148
  <ul>
142
- <li>15.1 <a href="#anchor63">Summary</a></li>
143
- <li>15.2 <a href="#anchor64">Notice</a></li>
144
- <li>15.3 <a href="#anchor65">Details</a></li>
149
+ <li>15.1 <a href="#anchor62">Summary</a></li>
150
+ <li>15.2 <a href="#anchor63">Acknowledgment</a></li>
151
+ <li>15.3 <a href="#anchor64">Notice</a></li>
152
+ <li>15.4 <a href="#anchor65">Details</a></li>
145
153
  </ul>
146
154
  </li>
147
- <li>16 <a href="#8.0.0" title="2006-10-13">Version 8.0.0</a>
155
+ <li>16 <a href="#8.1.0" title="2006-10-21">Version 8.1.0</a>
148
156
  <ul>
149
157
  <li>16.1 <a href="#anchor66">Summary</a></li>
150
158
  <li>16.2 <a href="#anchor67">Notice</a></li>
151
159
  <li>16.3 <a href="#anchor68">Details</a></li>
152
160
  </ul>
153
161
  </li>
154
- <li>17 <a href="#7.3.0" title="2006-09-30">Version 7.3.0</a>
162
+ <li>17 <a href="#8.0.0" title="2006-10-13">Version 8.0.0</a>
155
163
  <ul>
156
164
  <li>17.1 <a href="#anchor69">Summary</a></li>
157
165
  <li>17.2 <a href="#anchor70">Notice</a></li>
158
166
  <li>17.3 <a href="#anchor71">Details</a></li>
159
167
  </ul>
160
168
  </li>
161
- <li>18 <a href="#7.2.0" title="2006-09-15">Version 7.2.0</a>
169
+ <li>18 <a href="#7.3.0" title="2006-09-30">Version 7.3.0</a>
162
170
  <ul>
163
171
  <li>18.1 <a href="#anchor72">Summary</a></li>
164
- <li>18.2 <a href="#anchor73">Acknowledgment</a></li>
172
+ <li>18.2 <a href="#anchor73">Notice</a></li>
165
173
  <li>18.3 <a href="#anchor74">Details</a></li>
166
174
  </ul>
167
175
  </li>
168
- <li>19 <a href="#7.1.0" title="2006-08-29">Version 7.1.0</a>
176
+ <li>19 <a href="#7.2.0" title="2006-09-15">Version 7.2.0</a>
169
177
  <ul>
170
178
  <li>19.1 <a href="#anchor75">Summary</a></li>
171
- <li>19.2 <a href="#anchor76">Details</a></li>
179
+ <li>19.2 <a href="#anchor76">Acknowledgment</a></li>
180
+ <li>19.3 <a href="#anchor77">Details</a></li>
172
181
  </ul>
173
182
  </li>
174
- <li>20 <a href="#7.0.0" title="2006-08-29">Version 7.0.0</a>
183
+ <li>20 <a href="#7.1.0" title="2006-08-29">Version 7.1.0</a>
175
184
  <ul>
176
- <li>20.1 <a href="#anchor77">Summary</a></li>
177
- <li>20.2 <a href="#anchor78">Notice</a></li>
178
- <li>20.3 <a href="#anchor79">Details</a></li>
185
+ <li>20.1 <a href="#anchor78">Summary</a></li>
186
+ <li>20.2 <a href="#anchor79">Details</a></li>
179
187
  </ul>
180
188
  </li>
181
- <li>21 <a href="#6.3.0" title="2006-08-27">Version 6.3.0</a>
189
+ <li>21 <a href="#7.0.0" title="2006-08-29">Version 7.0.0</a>
182
190
  <ul>
183
191
  <li>21.1 <a href="#anchor80">Summary</a></li>
184
192
  <li>21.2 <a href="#anchor81">Notice</a></li>
185
193
  <li>21.3 <a href="#anchor82">Details</a></li>
186
194
  </ul>
187
195
  </li>
188
- <li>22 <a href="#6.2.0" title="2006-08-26">Version 6.2.0</a>
196
+ <li>22 <a href="#6.3.0" title="2006-08-27">Version 6.3.0</a>
189
197
  <ul>
190
198
  <li>22.1 <a href="#anchor83">Summary</a></li>
191
199
  <li>22.2 <a href="#anchor84">Notice</a></li>
192
200
  <li>22.3 <a href="#anchor85">Details</a></li>
193
201
  </ul>
194
202
  </li>
195
- <li>23 <a href="#6.1.0" title="2006-08-09">Version 6.1.0</a>
203
+ <li>23 <a href="#6.2.0" title="2006-08-26">Version 6.2.0</a>
196
204
  <ul>
197
205
  <li>23.1 <a href="#anchor86">Summary</a></li>
198
- <li>23.2 <a href="#anchor87">Details</a></li>
206
+ <li>23.2 <a href="#anchor87">Notice</a></li>
207
+ <li>23.3 <a href="#anchor88">Details</a></li>
199
208
  </ul>
200
209
  </li>
201
- <li>24 <a href="#6.0.0" title="2006-08-07">Version 6.0.0</a>
210
+ <li>24 <a href="#6.1.0" title="2006-08-09">Version 6.1.0</a>
202
211
  <ul>
203
- <li>24.1 <a href="#anchor88">Summary</a></li>
204
- <li>24.2 <a href="#anchor89">Notice</a></li>
205
- <li>24.3 <a href="#anchor90">Details</a></li>
212
+ <li>24.1 <a href="#anchor89">Summary</a></li>
213
+ <li>24.2 <a href="#anchor90">Details</a></li>
206
214
  </ul>
207
215
  </li>
208
- <li>25 <a href="#5.1.1" title="2006-08-04">Version 5.1.1</a>
216
+ <li>25 <a href="#6.0.0" title="2006-08-07">Version 6.0.0</a>
209
217
  <ul>
210
218
  <li>25.1 <a href="#anchor91">Summary</a></li>
211
- <li>25.2 <a href="#anchor92">Acknowledgment</a></li>
219
+ <li>25.2 <a href="#anchor92">Notice</a></li>
212
220
  <li>25.3 <a href="#anchor93">Details</a></li>
213
221
  </ul>
214
222
  </li>
215
- <li>26 <a href="#5.1.0" title="2006-07-29">Version 5.1.0</a>
223
+ <li>26 <a href="#5.1.1" title="2006-08-04">Version 5.1.1</a>
216
224
  <ul>
217
225
  <li>26.1 <a href="#anchor94">Summary</a></li>
218
226
  <li>26.2 <a href="#anchor95">Acknowledgment</a></li>
219
- <li>26.3 <a href="#anchor96">Details</a>
220
- <ul>
221
- <li>26.3.1 <a href="#anchor97">User manual</a></li>
222
- <li>26.3.2 <a href="#anchor98">Examples</a></li>
223
- <li>26.3.3 <a href="#anchor99"><span class="caps">VPI</span> utility layer</a></li>
227
+ <li>26.3 <a href="#anchor96">Details</a></li>
224
228
  </ul>
225
229
  </li>
230
+ <li>27 <a href="#5.1.0" title="2006-07-29">Version 5.1.0</a>
231
+ <ul>
232
+ <li>27.1 <a href="#anchor97">Summary</a></li>
233
+ <li>27.2 <a href="#anchor98">Acknowledgment</a></li>
234
+ <li>27.3 <a href="#anchor99">Details</a>
235
+ <ul>
236
+ <li>27.3.1 <a href="#anchor100">User manual</a></li>
237
+ <li>27.3.2 <a href="#anchor101">Examples</a></li>
238
+ <li>27.3.3 <a href="#anchor102"><span class="caps">VPI</span> utility layer</a></li>
226
239
  </ul>
227
240
  </li>
228
- <li>27 <a href="#5.0.0" title="2006-07-22">Version 5.0.0</a>
229
- <ul>
230
- <li>27.1 <a href="#anchor100">Summary</a></li>
231
- <li>27.2 <a href="#anchor101">Acknowledgment</a></li>
232
- <li>27.3 <a href="#anchor102">Notice</a></li>
233
- <li>27.4 <a href="#anchor103">Details</a></li>
234
241
  </ul>
235
242
  </li>
236
- <li>28 <a href="#4.0.0" title="2006-05-25">Version 4.0.0</a>
243
+ <li>28 <a href="#5.0.0" title="2006-07-22">Version 5.0.0</a>
237
244
  <ul>
238
- <li>28.1 <a href="#anchor104">Summary</a></li>
239
- <li>28.2 <a href="#anchor105">Acknowledgment</a></li>
240
- <li>28.3 <a href="#anchor106">Notice</a></li>
241
- <li>28.4 <a href="#anchor107">Details</a></li>
245
+ <li>28.1 <a href="#anchor103">Summary</a></li>
246
+ <li>28.2 <a href="#anchor104">Acknowledgment</a></li>
247
+ <li>28.3 <a href="#anchor105">Notice</a></li>
248
+ <li>28.4 <a href="#anchor106">Details</a></li>
242
249
  </ul>
243
250
  </li>
244
- <li>29 <a href="#3.2.0" title="2006-05-13">Version 3.2.0</a>
251
+ <li>29 <a href="#4.0.0" title="2006-05-25">Version 4.0.0</a>
245
252
  <ul>
246
- <li>29.1 <a href="#anchor108">Summary</a></li>
247
- <li>29.2 <a href="#anchor109">Acknowledgment</a></li>
248
- <li>29.3 <a href="#anchor110">Details</a></li>
253
+ <li>29.1 <a href="#anchor107">Summary</a></li>
254
+ <li>29.2 <a href="#anchor108">Acknowledgment</a></li>
255
+ <li>29.3 <a href="#anchor109">Notice</a></li>
256
+ <li>29.4 <a href="#anchor110">Details</a></li>
249
257
  </ul>
250
258
  </li>
251
- <li>30 <a href="#3.1.0" title="2006-04-28">Version 3.1.0</a>
259
+ <li>30 <a href="#3.2.0" title="2006-05-13">Version 3.2.0</a>
252
260
  <ul>
253
261
  <li>30.1 <a href="#anchor111">Summary</a></li>
254
- <li>30.2 <a href="#anchor112">Notice</a></li>
262
+ <li>30.2 <a href="#anchor112">Acknowledgment</a></li>
255
263
  <li>30.3 <a href="#anchor113">Details</a></li>
256
264
  </ul>
257
265
  </li>
258
- <li>31 <a href="#3.0.0" title="2006-04-23">Version 3.0.0</a>
266
+ <li>31 <a href="#3.1.0" title="2006-04-28">Version 3.1.0</a>
259
267
  <ul>
260
268
  <li>31.1 <a href="#anchor114">Summary</a></li>
261
- <li>31.2 <a href="#anchor115">Acknowledgment</a></li>
262
- <li>31.3 <a href="#anchor116">Notice</a></li>
263
- <li>31.4 <a href="#anchor117">Details</a></li>
269
+ <li>31.2 <a href="#anchor115">Notice</a></li>
270
+ <li>31.3 <a href="#anchor116">Details</a></li>
264
271
  </ul>
265
272
  </li>
266
- <li>32 <a href="#2.0.0" title="2006-04-17">Version 2.0.0</a>
273
+ <li>32 <a href="#3.0.0" title="2006-04-23">Version 3.0.0</a>
267
274
  <ul>
268
- <li>32.1 <a href="#anchor118">Summary</a></li>
269
- <li>32.2 <a href="#anchor119">Acknowledgment</a></li>
270
- <li>32.3 <a href="#anchor120">Notice</a></li>
271
- <li>32.4 <a href="#anchor121">Details</a></li>
275
+ <li>32.1 <a href="#anchor117">Summary</a></li>
276
+ <li>32.2 <a href="#anchor118">Acknowledgment</a></li>
277
+ <li>32.3 <a href="#anchor119">Notice</a></li>
278
+ <li>32.4 <a href="#anchor120">Details</a></li>
272
279
  </ul>
273
280
  </li>
274
- <li>33 <a href="#1.0.0" title="2006-02-26">Version 1.0.0</a>
281
+ <li>33 <a href="#2.0.0" title="2006-04-17">Version 2.0.0</a>
275
282
  <ul>
276
- <li>33.1 <a href="#anchor122">Summary</a></li>
277
- <li>33.2 <a href="#anchor123">Acknowledgment</a></li>
278
- <li>33.3 <a href="#anchor124">Details</a></li>
283
+ <li>33.1 <a href="#anchor121">Summary</a></li>
284
+ <li>33.2 <a href="#anchor122">Acknowledgment</a></li>
285
+ <li>33.3 <a href="#anchor123">Notice</a></li>
286
+ <li>33.4 <a href="#anchor124">Details</a></li>
279
287
  </ul>
280
288
  </li>
281
- <li>34 <a href="#0.0.0" title="1999-10-31">Version 0.0.0</a>
289
+ <li>34 <a href="#1.0.0" title="2006-02-26">Version 1.0.0</a>
282
290
  <ul>
283
291
  <li>34.1 <a href="#anchor125">Summary</a></li>
284
- <li>34.2 <a href="#anchor126">Details</a></li>
292
+ <li>34.2 <a href="#anchor126">Acknowledgment</a></li>
293
+ <li>34.3 <a href="#anchor127">Details</a></li>
294
+ </ul>
295
+ </li>
296
+ <li>35 <a href="#0.0.0" title="1999-10-31">Version 0.0.0</a>
297
+ <ul>
298
+ <li>35.1 <a href="#anchor128">Summary</a></li>
299
+ <li>35.2 <a href="#anchor129">Details</a></li>
285
300
  </ul></li>
286
301
  </ul>
287
302
 
288
- <h1>Admonitions</h1>
289
-
290
- <h1>Formals</h1>
291
-
292
- </div>
303
+ </div>
293
304
  <h1 id="anchor11">1 &nbsp; Release history</h1>
294
305
 
295
306
 
@@ -299,33 +310,63 @@
299
310
  <h2 id="anchor12">1.1 &nbsp; Version numbering system</h2>
300
311
 
301
312
 
302
- We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rubygems.org/read/chapter/7">rational versioning policy</a> since release 6.3.0. To summarize<sup><a href="#fn1">1</a></sup> this &#8220;major.minor.build&#8221; numbering policy,
313
+ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rubygems.org/read/chapter/7">rational versioning policy</a> since version 6.3.0. This <code class="code">major.minor.build</code> numbering policy <a href="http://ablog.apress.com/?p=738">can be summarized</a> as follows:
303
314
  <ul>
304
- <li>an increase in the <em>major</em> number indicates that <em>functionally incompatible</em> changes have occurred. Thus, what may have worked in the previous version may not work in the new one.</li>
305
- <li>an increase in the <em>minor</em> number indicates that <em>functionally compatible</em> changes have occurred. Thus, what worked in the previous version will work in the new one.</li>
306
- <li>an increase in the <em>build</em> number indicates that the <em>underlying implementation</em> has changed. The functionality has not changed and no features have been added. Thus, what worked in the previous version will work in the new one.</li>
315
+ <li>an increase in the <strong>major</strong> number indicates that <em>functionally incompatible</em> changes have occurred. Thus, what may have worked in the previous version may not work in the new one.</li>
316
+ <li>an increase in the <strong>minor</strong> number indicates that <em>functionally compatible</em> changes have occurred. Thus, what worked in the previous version will work in the new one.</li>
317
+ <li>an increase in the <strong>build</strong> number indicates that the <em>underlying implementation</em> has changed. The functionality has not changed and no features have been added. Thus, what worked in the previous version will work in the new one.</li>
307
318
  </ul>
308
319
 
309
320
 
310
- <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>
321
+ <h1 id="15.0.1">2 &nbsp; Version 15.0.1 (2007-01-15)</h1>
322
+
311
323
 
324
+ <h2 id="anchor13">2.1 &nbsp; Summary</h2>
312
325
 
313
- <h1 id="15.0.0">2 &nbsp; Version 15.0.0 (2007-01-13)</h1>
314
326
 
327
+ <p>This release fixes a problem with compilation of the C extension and improves the user documentation&#8217;s appearance.</p>
315
328
 
316
- <h2 id="anchor13">2.1 &nbsp; Summary</h2>
329
+
330
+ <h2 id="anchor14">2.2 &nbsp; Acknowledgment</h2>
331
+
332
+
333
+ <p>Thanks to Derek Graham for reporting the problem.</p>
334
+
335
+
336
+ <h2 id="anchor15">2.3 &nbsp; Details</h2>
337
+
338
+
339
+ <ul>
340
+ <li>Restored the monkey patch, which was removed in release 14.0.0, for the <span class="caps">SWIG</span> <code class="code">va_list</code> problem.</li>
341
+ </ul>
342
+
343
+
344
+ <ul>
345
+ <li>Made table of contents in-line with the content in user documentation.</li>
346
+ </ul>
347
+
348
+
349
+ <ul>
350
+ <li>Added printer-friendly stylesheet for user documentation.</li>
351
+ </ul>
352
+
353
+
354
+ <h1 id="15.0.0">3 &nbsp; Version 15.0.0 (2007-01-13)</h1>
355
+
356
+
357
+ <h2 id="anchor16">3.1 &nbsp; Summary</h2>
317
358
 
318
359
 
319
360
  <p>This release fixes a problem with compilation of the C extension, and makes clock generation code correctly affect Ruby prototypes.</p>
320
361
 
321
362
 
322
- <h2 id="anchor14">2.2 &nbsp; Acknowledgment</h2>
363
+ <h2 id="anchor17">3.2 &nbsp; Acknowledgment</h2>
323
364
 
324
365
 
325
366
  <p>Thanks to Derek Graham for reporting the problem with compilation of the C extension.</p>
326
367
 
327
368
 
328
- <h2 id="anchor15">2.3 &nbsp; Notice</h2>
369
+ <h2 id="anchor18">3.3 &nbsp; Notice</h2>
329
370
 
330
371
 
331
372
  <ul>
@@ -338,7 +379,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
338
379
  </ul>
339
380
 
340
381
 
341
- <h3 id="anchor16">2.3.1 &nbsp; New features</h3>
382
+ <h3 id="anchor19">3.3.1 &nbsp; New features</h3>
342
383
 
343
384
 
344
385
  <ul>
@@ -356,7 +397,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
356
397
  </ul>
357
398
 
358
399
 
359
- <h2 id="anchor17">2.4 &nbsp; Details</h2>
400
+ <h2 id="anchor20">3.4 &nbsp; Details</h2>
360
401
 
361
402
 
362
403
  <ul>
@@ -374,16 +415,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
374
415
  </ul>
375
416
 
376
417
 
377
- <h1 id="14.0.0">3 &nbsp; Version 14.0.0 (2006-12-30)</h1>
418
+ <h1 id="14.0.0">4 &nbsp; Version 14.0.0 (2006-12-30)</h1>
378
419
 
379
420
 
380
- <h2 id="anchor18">3.1 &nbsp; Summary</h2>
421
+ <h2 id="anchor21">4.1 &nbsp; Summary</h2>
381
422
 
382
423
 
383
424
  <p>This release adds support for simulation callbacks, renders Verilog benches <em>fully simplified</em>, and revises the user manual to reflect major changes.</p>
384
425
 
385
426
 
386
- <h2 id="anchor19">3.2 &nbsp; Notice</h2>
427
+ <h2 id="anchor22">4.2 &nbsp; Notice</h2>
387
428
 
388
429
 
389
430
  <ul>
@@ -400,7 +441,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
400
441
  </ul>
401
442
 
402
443
 
403
- <h3 id="anchor20">3.2.1 &nbsp; New features</h3>
444
+ <h3 id="anchor23">4.2.1 &nbsp; New features</h3>
404
445
 
405
446
 
406
447
  <ul>
@@ -423,7 +464,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
423
464
  </ul>
424
465
 
425
466
 
426
- <h2 id="anchor21">3.3 &nbsp; Details</h2>
467
+ <h2 id="anchor24">4.3 &nbsp; Details</h2>
427
468
 
428
469
 
429
470
  <ul>
@@ -450,16 +491,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
450
491
  </ul>
451
492
 
452
493
 
453
- <h1 id="13.0.0">4 &nbsp; Version 13.0.0 (2006-12-27)</h1>
494
+ <h1 id="13.0.0">5 &nbsp; Version 13.0.0 (2006-12-27)</h1>
454
495
 
455
496
 
456
- <h2 id="anchor22">4.1 &nbsp; Summary</h2>
497
+ <h2 id="anchor25">5.1 &nbsp; Summary</h2>
457
498
 
458
499
 
459
500
  <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>
460
501
 
461
502
 
462
- <h2 id="anchor23">4.2 &nbsp; Notice</h2>
503
+ <h2 id="anchor26">5.2 &nbsp; Notice</h2>
463
504
 
464
505
 
465
506
  <ul>
@@ -470,7 +511,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
470
511
  </ul>
471
512
 
472
513
 
473
- <h3 id="anchor24">4.2.1 &nbsp; New features</h3>
514
+ <h3 id="anchor27">5.2.1 &nbsp; New features</h3>
474
515
 
475
516
 
476
517
  <ul>
@@ -478,7 +519,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
478
519
  </ul>
479
520
 
480
521
 
481
- <h2 id="anchor25">4.3 &nbsp; Details</h2>
522
+ <h2 id="anchor28">5.3 &nbsp; Details</h2>
482
523
 
483
524
 
484
525
  <ul>
@@ -503,16 +544,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
503
544
  </ul>
504
545
 
505
546
 
506
- <h1 id="12.1.0">5 &nbsp; Version 12.1.0 (2006-12-22)</h1>
547
+ <h1 id="12.1.0">6 &nbsp; Version 12.1.0 (2006-12-22)</h1>
507
548
 
508
549
 
509
- <h2 id="anchor26">5.1 &nbsp; Summary</h2>
550
+ <h2 id="anchor29">6.1 &nbsp; Summary</h2>
510
551
 
511
552
 
512
553
  <p>This release adds interactive debugging support, adds new sections to the user manual, and cleanses some internals.</p>
513
554
 
514
555
 
515
- <h2 id="anchor27">5.2 &nbsp; Notice</h2>
556
+ <h2 id="anchor30">6.2 &nbsp; Notice</h2>
516
557
 
517
558
 
518
559
  <ul>
@@ -525,7 +566,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
525
566
  </ul>
526
567
 
527
568
 
528
- <h3 id="anchor28">5.2.1 &nbsp; New features</h3>
569
+ <h3 id="anchor31">6.2.1 &nbsp; New features</h3>
529
570
 
530
571
 
531
572
  <ul>
@@ -541,7 +582,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
541
582
  </ul>
542
583
 
543
584
 
544
- <h2 id="anchor29">5.3 &nbsp; Details</h2>
585
+ <h2 id="anchor32">6.3 &nbsp; Details</h2>
545
586
 
546
587
 
547
588
  <ul>
@@ -564,31 +605,31 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
564
605
  </ul>
565
606
 
566
607
 
567
- <h1 id="12.0.2">6 &nbsp; Version 12.0.2 (2006-12-18)</h1>
608
+ <h1 id="12.0.2">7 &nbsp; Version 12.0.2 (2006-12-18)</h1>
568
609
 
569
610
 
570
- <h2 id="anchor30">6.1 &nbsp; Summary</h2>
611
+ <h2 id="anchor33">7.1 &nbsp; Summary</h2>
571
612
 
572
613
 
573
614
  <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>
574
615
 
575
616
 
576
- <h1 id="12.0.1">7 &nbsp; Version 12.0.1 (2006-12-18)</h1>
617
+ <h1 id="12.0.1">8 &nbsp; Version 12.0.1 (2006-12-18)</h1>
577
618
 
578
619
 
579
- <h2 id="anchor31">7.1 &nbsp; Summary</h2>
620
+ <h2 id="anchor34">8.1 &nbsp; Summary</h2>
580
621
 
581
622
 
582
623
  <p>This release fixes a problem in code coverage analysis.</p>
583
624
 
584
625
 
585
- <h2 id="anchor32">7.2 &nbsp; Acknowledgment</h2>
626
+ <h2 id="anchor35">8.2 &nbsp; Acknowledgment</h2>
586
627
 
587
628
 
588
629
  <p>Thanks to Mauricio Fernandez for helping me solve the problem.</p>
589
630
 
590
631
 
591
- <h2 id="anchor33">7.3 &nbsp; Details</h2>
632
+ <h2 id="anchor36">8.3 &nbsp; Details</h2>
592
633
 
593
634
 
594
635
  <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>
@@ -597,16 +638,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
597
638
  <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>
598
639
 
599
640
 
600
- <h1 id="12.0.0">8 &nbsp; Version 12.0.0 (2006-12-07)</h1>
641
+ <h1 id="12.0.0">9 &nbsp; Version 12.0.0 (2006-12-07)</h1>
601
642
 
602
643
 
603
- <h2 id="anchor34">8.1 &nbsp; Summary</h2>
644
+ <h2 id="anchor37">9.1 &nbsp; Summary</h2>
604
645
 
605
646
 
606
647
  <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>
607
648
 
608
649
 
609
- <h2 id="anchor35">8.2 &nbsp; Notice</h2>
650
+ <h2 id="anchor38">9.2 &nbsp; Notice</h2>
610
651
 
611
652
 
612
653
  <ul>
@@ -643,7 +684,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
643
684
  </ul>
644
685
 
645
686
 
646
- <h2 id="anchor36">8.3 &nbsp; Details</h2>
687
+ <h2 id="anchor39">9.3 &nbsp; Details</h2>
647
688
 
648
689
 
649
690
  <ul>
@@ -661,7 +702,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
661
702
  </ul>
662
703
 
663
704
 
664
- <h3 id="anchor37">8.3.1 &nbsp; Test generation</h3>
705
+ <h3 id="anchor40">9.3.1 &nbsp; Test generation</h3>
665
706
 
666
707
 
667
708
  <ul>
@@ -698,22 +739,22 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
698
739
  </ul>
699
740
 
700
741
 
701
- <h1 id="11.1.1">9 &nbsp; Version 11.1.1 (2006-11-15)</h1>
742
+ <h1 id="11.1.1">10 &nbsp; Version 11.1.1 (2006-11-15)</h1>
702
743
 
703
744
 
704
- <h2 id="anchor38">9.1 &nbsp; Summary</h2>
745
+ <h2 id="anchor41">10.1 &nbsp; Summary</h2>
705
746
 
706
747
 
707
748
  <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>
708
749
 
709
750
 
710
- <h2 id="anchor39">9.2 &nbsp; Acknowledgment</h2>
751
+ <h2 id="anchor42">10.2 &nbsp; Acknowledgment</h2>
711
752
 
712
753
 
713
754
  <p>Thanks to John Burr for finding the bug in the automated test generator.</p>
714
755
 
715
756
 
716
- <h2 id="anchor40">9.3 &nbsp; Notice</h2>
757
+ <h2 id="anchor43">10.3 &nbsp; Notice</h2>
717
758
 
718
759
 
719
760
  <ul>
@@ -721,7 +762,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
721
762
  </ul>
722
763
 
723
764
 
724
- <h2 id="anchor41">9.4 &nbsp; Details</h2>
765
+ <h2 id="anchor44">10.4 &nbsp; Details</h2>
725
766
 
726
767
 
727
768
  <ul>
@@ -734,22 +775,22 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
734
775
  </ul>
735
776
 
736
777
 
737
- <h1 id="11.1.0">10 &nbsp; Version 11.1.0 (2006-11-08)</h1>
778
+ <h1 id="11.1.0">11 &nbsp; Version 11.1.0 (2006-11-08)</h1>
738
779
 
739
780
 
740
- <h2 id="anchor42">10.1 &nbsp; Summary</h2>
781
+ <h2 id="anchor45">11.1 &nbsp; Summary</h2>
741
782
 
742
783
 
743
784
  <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>
744
785
 
745
786
 
746
- <h2 id="anchor43">10.2 &nbsp; Acknowledgment</h2>
787
+ <h2 id="anchor46">11.2 &nbsp; Acknowledgment</h2>
747
788
 
748
789
 
749
790
  <p>Thanks to Matt Fischler for finding the bug in generated benches (see below).</p>
750
791
 
751
792
 
752
- <h2 id="anchor44">10.3 &nbsp; Notice</h2>
793
+ <h2 id="anchor47">11.3 &nbsp; Notice</h2>
753
794
 
754
795
 
755
796
  <ul>
@@ -757,7 +798,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
757
798
  </ul>
758
799
 
759
800
 
760
- <h2 id="anchor45">10.4 &nbsp; Details</h2>
801
+ <h2 id="anchor48">11.4 &nbsp; Details</h2>
761
802
 
762
803
 
763
804
  <ul>
@@ -808,16 +849,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
808
849
  </ul>
809
850
 
810
851
 
811
- <h1 id="11.0.0">11 &nbsp; Version 11.0.0 (2006-11-05)</h1>
852
+ <h1 id="11.0.0">12 &nbsp; Version 11.0.0 (2006-11-05)</h1>
812
853
 
813
854
 
814
- <h2 id="anchor46">11.1 &nbsp; Summary</h2>
855
+ <h2 id="anchor49">12.1 &nbsp; Summary</h2>
815
856
 
816
857
 
817
858
  <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>
818
859
 
819
860
 
820
- <h2 id="anchor47">11.2 &nbsp; Notice</h2>
861
+ <h2 id="anchor50">12.2 &nbsp; Notice</h2>
821
862
 
822
863
 
823
864
  <ul>
@@ -835,7 +876,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
835
876
  </ul>
836
877
 
837
878
 
838
- <h2 id="anchor48">11.3 &nbsp; Details</h2>
879
+ <h2 id="anchor51">12.3 &nbsp; Details</h2>
839
880
 
840
881
 
841
882
  <ul>
@@ -862,22 +903,22 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
862
903
  </ul>
863
904
 
864
905
 
865
- <h1 id="10.0.0">12 &nbsp; Version 10.0.0 (2006-11-05)</h1>
906
+ <h1 id="10.0.0">13 &nbsp; Version 10.0.0 (2006-11-05)</h1>
866
907
 
867
908
 
868
- <h2 id="anchor49">12.1 &nbsp; Summary</h2>
909
+ <h2 id="anchor52">13.1 &nbsp; Summary</h2>
869
910
 
870
911
 
871
912
  <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>
872
913
 
873
914
 
874
- <h2 id="anchor50">12.2 &nbsp; Acknowledgment</h2>
915
+ <h2 id="anchor53">13.2 &nbsp; Acknowledgment</h2>
875
916
 
876
917
 
877
918
  <p>Thanks to Matt Fischler for finding the problem of misdirected compilation errors in Verilog benches.</p>
878
919
 
879
920
 
880
- <h2 id="anchor51">12.3 &nbsp; Notice</h2>
921
+ <h2 id="anchor54">13.3 &nbsp; Notice</h2>
881
922
 
882
923
 
883
924
  <ul>
@@ -898,10 +939,10 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
898
939
  </ul>
899
940
 
900
941
 
901
- <h2 id="anchor52">12.4 &nbsp; Details</h2>
942
+ <h2 id="anchor55">13.4 &nbsp; Details</h2>
902
943
 
903
944
 
904
- <h3 id="anchor53">12.4.1 &nbsp; Automated test generator</h3>
945
+ <h3 id="anchor56">13.4.1 &nbsp; Automated test generator</h3>
905
946
 
906
947
 
907
948
  <ul>
@@ -924,7 +965,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
924
965
  </ul>
925
966
 
926
967
 
927
- <h3 id="anchor54">12.4.2 &nbsp; User manual</h3>
968
+ <h3 id="anchor57">13.4.2 &nbsp; User manual</h3>
928
969
 
929
970
 
930
971
  <ul>
@@ -942,22 +983,22 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
942
983
  </ul>
943
984
 
944
985
 
945
- <h1 id="9.0.0">13 &nbsp; Version 9.0.0 (2006-10-28)</h1>
986
+ <h1 id="9.0.0">14 &nbsp; Version 9.0.0 (2006-10-28)</h1>
946
987
 
947
988
 
948
- <h2 id="anchor55">13.1 &nbsp; Summary</h2>
989
+ <h2 id="anchor58">14.1 &nbsp; Summary</h2>
949
990
 
950
991
 
951
992
  <p>This release improves the automated test generator and adds new content to the user manual.</p>
952
993
 
953
994
 
954
- <h2 id="anchor56">13.2 &nbsp; Acknowledgment</h2>
995
+ <h2 id="anchor59">14.2 &nbsp; Acknowledgment</h2>
955
996
 
956
997
 
957
998
  <p>Thanks to Matt Fischler for helping test and debug the installation of Ruby-VPI on Windows.</p>
958
999
 
959
1000
 
960
- <h2 id="anchor57">13.3 &nbsp; Notice</h2>
1001
+ <h2 id="anchor60">14.3 &nbsp; Notice</h2>
961
1002
 
962
1003
 
963
1004
  <ul>
@@ -965,7 +1006,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
965
1006
  </ul>
966
1007
 
967
1008
 
968
- <h2 id="anchor58">13.4 &nbsp; Details</h2>
1009
+ <h2 id="anchor61">14.4 &nbsp; Details</h2>
969
1010
 
970
1011
 
971
1012
  <ul>
@@ -1008,22 +1049,22 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1008
1049
  </ul>
1009
1050
 
1010
1051
 
1011
- <h1 id="8.2.0">14 &nbsp; Version 8.2.0 (2006-10-24)</h1>
1052
+ <h1 id="8.2.0">15 &nbsp; Version 8.2.0 (2006-10-24)</h1>
1012
1053
 
1013
1054
 
1014
- <h2 id="anchor59">14.1 &nbsp; Summary</h2>
1055
+ <h2 id="anchor62">15.1 &nbsp; Summary</h2>
1015
1056
 
1016
1057
 
1017
1058
  <p>This release simplifies configuration of generated tests.</p>
1018
1059
 
1019
1060
 
1020
- <h2 id="anchor60">14.2 &nbsp; Acknowledgment</h2>
1061
+ <h2 id="anchor63">15.2 &nbsp; Acknowledgment</h2>
1021
1062
 
1022
1063
 
1023
1064
  <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>
1024
1065
 
1025
1066
 
1026
- <h2 id="anchor61">14.3 &nbsp; Notice</h2>
1067
+ <h2 id="anchor64">15.3 &nbsp; Notice</h2>
1027
1068
 
1028
1069
 
1029
1070
  <ul>
@@ -1031,7 +1072,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1031
1072
  </ul>
1032
1073
 
1033
1074
 
1034
- <h2 id="anchor62">14.4 &nbsp; Details</h2>
1075
+ <h2 id="anchor65">15.4 &nbsp; Details</h2>
1035
1076
 
1036
1077
 
1037
1078
  <ul>
@@ -1041,16 +1082,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1041
1082
  </ul>
1042
1083
 
1043
1084
 
1044
- <h1 id="8.1.0">15 &nbsp; Version 8.1.0 (2006-10-21)</h1>
1085
+ <h1 id="8.1.0">16 &nbsp; Version 8.1.0 (2006-10-21)</h1>
1045
1086
 
1046
1087
 
1047
- <h2 id="anchor63">15.1 &nbsp; Summary</h2>
1088
+ <h2 id="anchor66">16.1 &nbsp; Summary</h2>
1048
1089
 
1049
1090
 
1050
1091
  <p>This release adds an integer library and renames the vpi_util library.</p>
1051
1092
 
1052
1093
 
1053
- <h2 id="anchor64">15.2 &nbsp; Notice</h2>
1094
+ <h2 id="anchor67">16.2 &nbsp; Notice</h2>
1054
1095
 
1055
1096
 
1056
1097
  <ul>
@@ -1058,7 +1099,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1058
1099
  </ul>
1059
1100
 
1060
1101
 
1061
- <h2 id="anchor65">15.3 &nbsp; Details</h2>
1102
+ <h2 id="anchor68">16.3 &nbsp; Details</h2>
1062
1103
 
1063
1104
 
1064
1105
  <ul>
@@ -1066,16 +1107,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1066
1107
  </ul>
1067
1108
 
1068
1109
 
1069
- <h1 id="8.0.0">16 &nbsp; Version 8.0.0 (2006-10-13)</h1>
1110
+ <h1 id="8.0.0">17 &nbsp; Version 8.0.0 (2006-10-13)</h1>
1070
1111
 
1071
1112
 
1072
- <h2 id="anchor66">16.1 &nbsp; Summary</h2>
1113
+ <h2 id="anchor69">17.1 &nbsp; Summary</h2>
1073
1114
 
1074
1115
 
1075
1116
  <p>This release renames some identifiers for consistency, updates the documentation, and improves integration with RubyGems.</p>
1076
1117
 
1077
1118
 
1078
- <h2 id="anchor67">16.2 &nbsp; Notice</h2>
1119
+ <h2 id="anchor70">17.2 &nbsp; Notice</h2>
1079
1120
 
1080
1121
 
1081
1122
  <ul>
@@ -1091,7 +1132,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1091
1132
  </ul>
1092
1133
 
1093
1134
 
1094
- <h2 id="anchor68">16.3 &nbsp; Details</h2>
1135
+ <h2 id="anchor71">17.3 &nbsp; Details</h2>
1095
1136
 
1096
1137
 
1097
1138
  <ul>
@@ -1122,16 +1163,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1122
1163
  </ul>
1123
1164
 
1124
1165
 
1125
- <h1 id="7.3.0">17 &nbsp; Version 7.3.0 (2006-09-30)</h1>
1166
+ <h1 id="7.3.0">18 &nbsp; Version 7.3.0 (2006-09-30)</h1>
1126
1167
 
1127
1168
 
1128
- <h2 id="anchor69">17.1 &nbsp; Summary</h2>
1169
+ <h2 id="anchor72">18.1 &nbsp; Summary</h2>
1129
1170
 
1130
1171
 
1131
1172
  <p>This release fixes a bug in generated Verilog benches, includes parsed constants in generated tests, and adds new methods to handles.</p>
1132
1173
 
1133
1174
 
1134
- <h2 id="anchor70">17.2 &nbsp; Notice</h2>
1175
+ <h2 id="anchor73">18.2 &nbsp; Notice</h2>
1135
1176
 
1136
1177
 
1137
1178
  <ul>
@@ -1143,7 +1184,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1143
1184
  </ul>
1144
1185
 
1145
1186
 
1146
- <h2 id="anchor71">17.3 &nbsp; Details</h2>
1187
+ <h2 id="anchor74">18.3 &nbsp; Details</h2>
1147
1188
 
1148
1189
 
1149
1190
  <ul>
@@ -1164,22 +1205,22 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1164
1205
  </ul>
1165
1206
 
1166
1207
 
1167
- <h1 id="7.2.0">18 &nbsp; Version 7.2.0 (2006-09-15)</h1>
1208
+ <h1 id="7.2.0">19 &nbsp; Version 7.2.0 (2006-09-15)</h1>
1168
1209
 
1169
1210
 
1170
- <h2 id="anchor72">18.1 &nbsp; Summary</h2>
1211
+ <h2 id="anchor75">19.1 &nbsp; Summary</h2>
1171
1212
 
1172
1213
 
1173
1214
  <p>This release adds initial support for code coverage analysis via the <a href="http://eigenclass.org/hiki.rb?rcov">rcov library</a>.</p>
1174
1215
 
1175
1216
 
1176
- <h2 id="anchor73">18.2 &nbsp; Acknowledgment</h2>
1217
+ <h2 id="anchor76">19.2 &nbsp; Acknowledgment</h2>
1177
1218
 
1178
1219
 
1179
1220
  <p>Thanks to Mauricio Fernandez for helping me use rcov without its runner.</p>
1180
1221
 
1181
1222
 
1182
- <h2 id="anchor74">18.3 &nbsp; Details</h2>
1223
+ <h2 id="anchor77">19.3 &nbsp; Details</h2>
1183
1224
 
1184
1225
 
1185
1226
  <ul>
@@ -1195,16 +1236,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1195
1236
  </ul>
1196
1237
 
1197
1238
 
1198
- <h1 id="7.1.0">19 &nbsp; Version 7.1.0 (2006-08-29)</h1>
1239
+ <h1 id="7.1.0">20 &nbsp; Version 7.1.0 (2006-08-29)</h1>
1199
1240
 
1200
1241
 
1201
- <h2 id="anchor75">19.1 &nbsp; Summary</h2>
1242
+ <h2 id="anchor78">20.1 &nbsp; Summary</h2>
1202
1243
 
1203
1244
 
1204
1245
  <p>This release simplifies running of multiple tests, restores compatibility with Synopsys <span class="caps">VCS</span>, and better integrates with RubyGems.</p>
1205
1246
 
1206
1247
 
1207
- <h2 id="anchor76">19.2 &nbsp; Details</h2>
1248
+ <h2 id="anchor79">20.2 &nbsp; Details</h2>
1208
1249
 
1209
1250
 
1210
1251
  <ul>
@@ -1232,16 +1273,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1232
1273
  </ul>
1233
1274
 
1234
1275
 
1235
- <h1 id="7.0.0">20 &nbsp; Version 7.0.0 (2006-08-29)</h1>
1276
+ <h1 id="7.0.0">21 &nbsp; Version 7.0.0 (2006-08-29)</h1>
1236
1277
 
1237
1278
 
1238
- <h2 id="anchor77">20.1 &nbsp; Summary</h2>
1279
+ <h2 id="anchor80">21.1 &nbsp; Summary</h2>
1239
1280
 
1240
1281
 
1241
1282
  <p>This release distributes Ruby-VPI as a gem, improves portability of generated tests, and fixes a bug.</p>
1242
1283
 
1243
1284
 
1244
- <h2 id="anchor78">20.2 &nbsp; Notice</h2>
1285
+ <h2 id="anchor81">21.2 &nbsp; Notice</h2>
1245
1286
 
1246
1287
 
1247
1288
  <ul>
@@ -1268,7 +1309,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1268
1309
  </ul>
1269
1310
 
1270
1311
 
1271
- <h2 id="anchor79">20.3 &nbsp; Details</h2>
1312
+ <h2 id="anchor82">21.3 &nbsp; Details</h2>
1272
1313
 
1273
1314
 
1274
1315
  <ul>
@@ -1299,16 +1340,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1299
1340
  </ul>
1300
1341
 
1301
1342
 
1302
- <h1 id="6.3.0">21 &nbsp; Version 6.3.0 (2006-08-27)</h1>
1343
+ <h1 id="6.3.0">22 &nbsp; Version 6.3.0 (2006-08-27)</h1>
1303
1344
 
1304
1345
 
1305
- <h2 id="anchor80">21.1 &nbsp; Summary</h2>
1346
+ <h2 id="anchor83">22.1 &nbsp; Summary</h2>
1306
1347
 
1307
1348
 
1308
1349
  <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>
1309
1350
 
1310
1351
 
1311
- <h2 id="anchor81">21.2 &nbsp; Notice</h2>
1352
+ <h2 id="anchor84">22.2 &nbsp; Notice</h2>
1312
1353
 
1313
1354
 
1314
1355
  <ul>
@@ -1319,7 +1360,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1319
1360
  </ul>
1320
1361
 
1321
1362
 
1322
- <h2 id="anchor82">21.3 &nbsp; Details</h2>
1363
+ <h2 id="anchor85">22.3 &nbsp; Details</h2>
1323
1364
 
1324
1365
 
1325
1366
  <ul>
@@ -1414,16 +1455,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1414
1455
  </ul>
1415
1456
 
1416
1457
 
1417
- <h1 id="6.2.0">22 &nbsp; Version 6.2.0 (2006-08-26)</h1>
1458
+ <h1 id="6.2.0">23 &nbsp; Version 6.2.0 (2006-08-26)</h1>
1418
1459
 
1419
1460
 
1420
- <h2 id="anchor83">22.1 &nbsp; Summary</h2>
1461
+ <h2 id="anchor86">23.1 &nbsp; Summary</h2>
1421
1462
 
1422
1463
 
1423
1464
  <p>This release beautifies generated tests, adds checks to find signal width bugs, and includes a new tool.</p>
1424
1465
 
1425
1466
 
1426
- <h2 id="anchor84">22.2 &nbsp; Notice</h2>
1467
+ <h2 id="anchor87">23.2 &nbsp; Notice</h2>
1427
1468
 
1428
1469
 
1429
1470
  <ul>
@@ -1436,7 +1477,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1436
1477
  </ul>
1437
1478
 
1438
1479
 
1439
- <h2 id="anchor85">22.3 &nbsp; Details</h2>
1480
+ <h2 id="anchor88">23.3 &nbsp; Details</h2>
1440
1481
 
1441
1482
 
1442
1483
  <ul>
@@ -1459,16 +1500,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1459
1500
  </ul>
1460
1501
 
1461
1502
 
1462
- <h1 id="6.1.0">23 &nbsp; Version 6.1.0 (2006-08-09)</h1>
1503
+ <h1 id="6.1.0">24 &nbsp; Version 6.1.0 (2006-08-09)</h1>
1463
1504
 
1464
1505
 
1465
- <h2 id="anchor86">23.1 &nbsp; Summary</h2>
1506
+ <h2 id="anchor89">24.1 &nbsp; Summary</h2>
1466
1507
 
1467
1508
 
1468
1509
  <p>This release simplifies generated tests and fixes a bug.</p>
1469
1510
 
1470
1511
 
1471
- <h2 id="anchor87">23.2 &nbsp; Details</h2>
1512
+ <h2 id="anchor90">24.2 &nbsp; Details</h2>
1472
1513
 
1473
1514
 
1474
1515
  <ul>
@@ -1485,16 +1526,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1485
1526
  </ul>
1486
1527
 
1487
1528
 
1488
- <h1 id="6.0.0">24 &nbsp; Version 6.0.0 (2006-08-07)</h1>
1529
+ <h1 id="6.0.0">25 &nbsp; Version 6.0.0 (2006-08-07)</h1>
1489
1530
 
1490
1531
 
1491
- <h2 id="anchor88">24.1 &nbsp; Summary</h2>
1532
+ <h2 id="anchor91">25.1 &nbsp; Summary</h2>
1492
1533
 
1493
1534
 
1494
1535
  <p>This release adds support and documentation for rapid prototyping of Verilog designs in Ruby.</p>
1495
1536
 
1496
1537
 
1497
- <h2 id="anchor89">24.2 &nbsp; Notice</h2>
1538
+ <h2 id="anchor92">25.2 &nbsp; Notice</h2>
1498
1539
 
1499
1540
 
1500
1541
  <ul>
@@ -1512,7 +1553,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1512
1553
  </ul>
1513
1554
 
1514
1555
 
1515
- <h2 id="anchor90">24.3 &nbsp; Details</h2>
1556
+ <h2 id="anchor93">25.3 &nbsp; Details</h2>
1516
1557
 
1517
1558
 
1518
1559
  <ul>
@@ -1532,16 +1573,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1532
1573
  </ul>
1533
1574
 
1534
1575
 
1535
- <h1 id="5.1.1">25 &nbsp; Version 5.1.1 (2006-08-04)</h1>
1576
+ <h1 id="5.1.1">26 &nbsp; Version 5.1.1 (2006-08-04)</h1>
1536
1577
 
1537
1578
 
1538
- <h2 id="anchor91">25.1 &nbsp; Summary</h2>
1579
+ <h2 id="anchor94">26.1 &nbsp; Summary</h2>
1539
1580
 
1540
1581
 
1541
1582
  <p>This release fixes unreadable syntax coloring in the user manual.</p>
1542
1583
 
1543
1584
 
1544
- <h2 id="anchor92">25.2 &nbsp; Acknowledgment</h2>
1585
+ <h2 id="anchor95">26.2 &nbsp; Acknowledgment</h2>
1545
1586
 
1546
1587
 
1547
1588
  <ul>
@@ -1549,7 +1590,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1549
1590
  </ul>
1550
1591
 
1551
1592
 
1552
- <h2 id="anchor93">25.3 &nbsp; Details</h2>
1593
+ <h2 id="anchor96">26.3 &nbsp; Details</h2>
1553
1594
 
1554
1595
 
1555
1596
  <ul>
@@ -1562,16 +1603,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1562
1603
  </ul>
1563
1604
 
1564
1605
 
1565
- <h1 id="5.1.0">26 &nbsp; Version 5.1.0 (2006-07-29)</h1>
1606
+ <h1 id="5.1.0">27 &nbsp; Version 5.1.0 (2006-07-29)</h1>
1566
1607
 
1567
1608
 
1568
- <h2 id="anchor94">26.1 &nbsp; Summary</h2>
1609
+ <h2 id="anchor97">27.1 &nbsp; Summary</h2>
1569
1610
 
1570
1611
 
1571
1612
  <p>This release adds a tutorial to the user manual, and improves the tools and examples.</p>
1572
1613
 
1573
1614
 
1574
- <h2 id="anchor95">26.2 &nbsp; Acknowledgment</h2>
1615
+ <h2 id="anchor98">27.2 &nbsp; Acknowledgment</h2>
1575
1616
 
1576
1617
 
1577
1618
  <ul>
@@ -1579,10 +1620,10 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1579
1620
  </ul>
1580
1621
 
1581
1622
 
1582
- <h2 id="anchor96">26.3 &nbsp; Details</h2>
1623
+ <h2 id="anchor99">27.3 &nbsp; Details</h2>
1583
1624
 
1584
1625
 
1585
- <h3 id="anchor97">26.3.1 &nbsp; User manual</h3>
1626
+ <h3 id="anchor100">27.3.1 &nbsp; User manual</h3>
1586
1627
 
1587
1628
 
1588
1629
  <ul>
@@ -1595,7 +1636,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1595
1636
  </ul>
1596
1637
 
1597
1638
 
1598
- <h3 id="anchor98">26.3.2 &nbsp; Examples</h3>
1639
+ <h3 id="anchor101">27.3.2 &nbsp; Examples</h3>
1599
1640
 
1600
1641
 
1601
1642
  <ul>
@@ -1623,7 +1664,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1623
1664
  </ul>
1624
1665
 
1625
1666
 
1626
- <h3 id="anchor99">26.3.3 &nbsp; <span class="caps">VPI</span> utility layer</h3>
1667
+ <h3 id="anchor102">27.3.3 &nbsp; <span class="caps">VPI</span> utility layer</h3>
1627
1668
 
1628
1669
 
1629
1670
  <ul>
@@ -1631,16 +1672,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1631
1672
  </ul>
1632
1673
 
1633
1674
 
1634
- <h1 id="5.0.0">27 &nbsp; Version 5.0.0 (2006-07-22)</h1>
1675
+ <h1 id="5.0.0">28 &nbsp; Version 5.0.0 (2006-07-22)</h1>
1635
1676
 
1636
1677
 
1637
- <h2 id="anchor100">27.1 &nbsp; Summary</h2>
1678
+ <h2 id="anchor103">28.1 &nbsp; Summary</h2>
1638
1679
 
1639
1680
 
1640
1681
  <p>This release enhances the <span class="caps">VPI</span> utility layer and adds new content to the user manual.</p>
1641
1682
 
1642
1683
 
1643
- <h2 id="anchor101">27.2 &nbsp; Acknowledgment</h2>
1684
+ <h2 id="anchor104">28.2 &nbsp; Acknowledgment</h2>
1644
1685
 
1645
1686
 
1646
1687
  <ul>
@@ -1648,7 +1689,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1648
1689
  </ul>
1649
1690
 
1650
1691
 
1651
- <h2 id="anchor102">27.3 &nbsp; Notice</h2>
1692
+ <h2 id="anchor105">28.3 &nbsp; Notice</h2>
1652
1693
 
1653
1694
 
1654
1695
  <ul>
@@ -1661,7 +1702,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1661
1702
  </ul>
1662
1703
 
1663
1704
 
1664
- <h2 id="anchor103">27.4 &nbsp; Details</h2>
1705
+ <h2 id="anchor106">28.4 &nbsp; Details</h2>
1665
1706
 
1666
1707
 
1667
1708
  <ul>
@@ -1688,16 +1729,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1688
1729
  </ul>
1689
1730
 
1690
1731
 
1691
- <h1 id="4.0.0">28 &nbsp; Version 4.0.0 (2006-05-25)</h1>
1732
+ <h1 id="4.0.0">29 &nbsp; Version 4.0.0 (2006-05-25)</h1>
1692
1733
 
1693
1734
 
1694
- <h2 id="anchor104">28.1 &nbsp; Summary</h2>
1735
+ <h2 id="anchor107">29.1 &nbsp; Summary</h2>
1695
1736
 
1696
1737
 
1697
1738
  <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>
1698
1739
 
1699
1740
 
1700
- <h2 id="anchor105">28.2 &nbsp; Acknowledgment</h2>
1741
+ <h2 id="anchor108">29.2 &nbsp; Acknowledgment</h2>
1701
1742
 
1702
1743
 
1703
1744
  <ul>
@@ -1705,7 +1746,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1705
1746
  </ul>
1706
1747
 
1707
1748
 
1708
- <h2 id="anchor106">28.3 &nbsp; Notice</h2>
1749
+ <h2 id="anchor109">29.3 &nbsp; Notice</h2>
1709
1750
 
1710
1751
 
1711
1752
  <ul>
@@ -1718,7 +1759,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1718
1759
  </ul>
1719
1760
 
1720
1761
 
1721
- <h2 id="anchor107">28.4 &nbsp; Details</h2>
1762
+ <h2 id="anchor110">29.4 &nbsp; Details</h2>
1722
1763
 
1723
1764
 
1724
1765
  <ul>
@@ -1743,16 +1784,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1743
1784
  </ul>
1744
1785
 
1745
1786
 
1746
- <h1 id="3.2.0">29 &nbsp; Version 3.2.0 (2006-05-13)</h1>
1787
+ <h1 id="3.2.0">30 &nbsp; Version 3.2.0 (2006-05-13)</h1>
1747
1788
 
1748
1789
 
1749
- <h2 id="anchor108">29.1 &nbsp; Summary</h2>
1790
+ <h2 id="anchor111">30.1 &nbsp; Summary</h2>
1750
1791
 
1751
1792
 
1752
1793
  <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>
1753
1794
 
1754
1795
 
1755
- <h2 id="anchor109">29.2 &nbsp; Acknowledgment</h2>
1796
+ <h2 id="anchor112">30.2 &nbsp; Acknowledgment</h2>
1756
1797
 
1757
1798
 
1758
1799
  <ul>
@@ -1760,7 +1801,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1760
1801
  </ul>
1761
1802
 
1762
1803
 
1763
- <h2 id="anchor110">29.3 &nbsp; Details</h2>
1804
+ <h2 id="anchor113">30.3 &nbsp; Details</h2>
1764
1805
 
1765
1806
 
1766
1807
  <ul>
@@ -1787,16 +1828,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1787
1828
  </ul>
1788
1829
 
1789
1830
 
1790
- <h1 id="3.1.0">30 &nbsp; Version 3.1.0 (2006-04-28)</h1>
1831
+ <h1 id="3.1.0">31 &nbsp; Version 3.1.0 (2006-04-28)</h1>
1791
1832
 
1792
1833
 
1793
- <h2 id="anchor111">30.1 &nbsp; Summary</h2>
1834
+ <h2 id="anchor114">31.1 &nbsp; Summary</h2>
1794
1835
 
1795
1836
 
1796
1837
  <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>
1797
1838
 
1798
1839
 
1799
- <h2 id="anchor112">30.2 &nbsp; Notice</h2>
1840
+ <h2 id="anchor115">31.2 &nbsp; Notice</h2>
1800
1841
 
1801
1842
 
1802
1843
  <ul>
@@ -1804,7 +1845,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1804
1845
  </ul>
1805
1846
 
1806
1847
 
1807
- <h2 id="anchor113">30.3 &nbsp; Details</h2>
1848
+ <h2 id="anchor116">31.3 &nbsp; Details</h2>
1808
1849
 
1809
1850
 
1810
1851
  <ul>
@@ -1841,16 +1882,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1841
1882
  </ul>
1842
1883
 
1843
1884
 
1844
- <h1 id="3.0.0">31 &nbsp; Version 3.0.0 (2006-04-23)</h1>
1885
+ <h1 id="3.0.0">32 &nbsp; Version 3.0.0 (2006-04-23)</h1>
1845
1886
 
1846
1887
 
1847
- <h2 id="anchor114">31.1 &nbsp; Summary</h2>
1888
+ <h2 id="anchor117">32.1 &nbsp; Summary</h2>
1848
1889
 
1849
1890
 
1850
1891
  <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>
1851
1892
 
1852
1893
 
1853
- <h2 id="anchor115">31.2 &nbsp; Acknowledgment</h2>
1894
+ <h2 id="anchor118">32.2 &nbsp; Acknowledgment</h2>
1854
1895
 
1855
1896
 
1856
1897
  <ul>
@@ -1858,7 +1899,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1858
1899
  </ul>
1859
1900
 
1860
1901
 
1861
- <h2 id="anchor116">31.3 &nbsp; Notice</h2>
1902
+ <h2 id="anchor119">32.3 &nbsp; Notice</h2>
1862
1903
 
1863
1904
 
1864
1905
  <ul>
@@ -1866,7 +1907,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1866
1907
  </ul>
1867
1908
 
1868
1909
 
1869
- <h2 id="anchor117">31.4 &nbsp; Details</h2>
1910
+ <h2 id="anchor120">32.4 &nbsp; Details</h2>
1870
1911
 
1871
1912
 
1872
1913
  <ul>
@@ -1908,16 +1949,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1908
1949
  </ul>
1909
1950
 
1910
1951
 
1911
- <h1 id="2.0.0">32 &nbsp; Version 2.0.0 (2006-04-17)</h1>
1952
+ <h1 id="2.0.0">33 &nbsp; Version 2.0.0 (2006-04-17)</h1>
1912
1953
 
1913
1954
 
1914
- <h2 id="anchor118">32.1 &nbsp; Summary</h2>
1955
+ <h2 id="anchor121">33.1 &nbsp; Summary</h2>
1915
1956
 
1916
1957
 
1917
1958
  <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>
1918
1959
 
1919
1960
 
1920
- <h2 id="anchor119">32.2 &nbsp; Acknowledgment</h2>
1961
+ <h2 id="anchor122">33.2 &nbsp; Acknowledgment</h2>
1921
1962
 
1922
1963
 
1923
1964
  <ul>
@@ -1925,7 +1966,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1925
1966
  </ul>
1926
1967
 
1927
1968
 
1928
- <h2 id="anchor120">32.3 &nbsp; Notice</h2>
1969
+ <h2 id="anchor123">33.3 &nbsp; Notice</h2>
1929
1970
 
1930
1971
 
1931
1972
  <ul>
@@ -1933,7 +1974,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1933
1974
  </ul>
1934
1975
 
1935
1976
 
1936
- <h2 id="anchor121">32.4 &nbsp; Details</h2>
1977
+ <h2 id="anchor124">33.4 &nbsp; Details</h2>
1937
1978
 
1938
1979
 
1939
1980
  <ul>
@@ -1961,10 +2002,10 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1961
2002
  </ul>
1962
2003
 
1963
2004
 
1964
- <h1 id="1.0.0">33 &nbsp; Version 1.0.0 (2006-02-26)</h1>
2005
+ <h1 id="1.0.0">34 &nbsp; Version 1.0.0 (2006-02-26)</h1>
1965
2006
 
1966
2007
 
1967
- <h2 id="anchor122">33.1 &nbsp; Summary</h2>
2008
+ <h2 id="anchor125">34.1 &nbsp; Summary</h2>
1968
2009
 
1969
2010
 
1970
2011
  This release adds enough Verilog <span class="caps">VPI</span> functionality to make Ruby-VPI usable for simple test benches:
@@ -1975,7 +2016,7 @@ This release adds enough Verilog <span class="caps">VPI</span> functionality to
1975
2016
  </ul>
1976
2017
 
1977
2018
 
1978
- <h2 id="anchor123">33.2 &nbsp; Acknowledgment</h2>
2019
+ <h2 id="anchor126">34.2 &nbsp; Acknowledgment</h2>
1979
2020
 
1980
2021
 
1981
2022
  <ul>
@@ -1988,7 +2029,7 @@ This release adds enough Verilog <span class="caps">VPI</span> functionality to
1988
2029
  </ul>
1989
2030
 
1990
2031
 
1991
- <h2 id="anchor124">33.3 &nbsp; Details</h2>
2032
+ <h2 id="anchor127">34.3 &nbsp; Details</h2>
1992
2033
 
1993
2034
 
1994
2035
  <ul>
@@ -2039,16 +2080,16 @@ This release adds enough Verilog <span class="caps">VPI</span> functionality to
2039
2080
  </ul>
2040
2081
 
2041
2082
 
2042
- <h1 id="0.0.0">34 &nbsp; Version 0.0.0 (1999-10-31)</h1>
2083
+ <h1 id="0.0.0">35 &nbsp; Version 0.0.0 (1999-10-31)</h1>
2043
2084
 
2044
2085
 
2045
- <h2 id="anchor125">34.1 &nbsp; Summary</h2>
2086
+ <h2 id="anchor128">35.1 &nbsp; Summary</h2>
2046
2087
 
2047
2088
 
2048
2089
  <p>This is Kazuhiro <span class="caps">HIWADA</span>&#8217;s initial testing release of Ruby-VPI. See its <a href="http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-list/18193">original announcement</a> and <a href="http://rubyforge.org/frs/?group_id=1339&#38;release_id=8852">source code</a>.</p>
2049
2090
 
2050
2091
 
2051
- <h2 id="anchor126">34.2 &nbsp; Details</h2>
2092
+ <h2 id="anchor129">35.2 &nbsp; Details</h2>
2052
2093
 
2053
2094
 
2054
2095
  <ul>