ruby-vpi 13.0.0 → 14.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (123) hide show
  1. data/Rakefile +6 -1
  2. data/bin/generate_test_tpl/bench.rb +84 -1
  3. data/bin/generate_test_tpl/bench.v +8 -17
  4. data/bin/generate_test_tpl/proto.rb +1 -1
  5. data/doc/common.css +14 -41
  6. data/doc/common.tpl +1 -1
  7. data/doc/figures/figures.dia +274 -753
  8. data/doc/figures/organization_detailed.png +0 -0
  9. data/doc/figures/ruby_relay.png +0 -0
  10. data/doc/history.html +363 -276
  11. data/doc/history.yml +40 -0
  12. data/doc/intro.inc +37 -15
  13. data/doc/lib/doc_proxy.rb +24 -4
  14. data/doc/manual.doc +345 -196
  15. data/doc/manual.html +741 -497
  16. data/doc/memo.doc +15 -15
  17. data/doc/memo.html +28 -27
  18. data/doc/readme.doc +2 -2
  19. data/doc/readme.html +51 -15
  20. data/doc/rss.erb +1 -1
  21. data/doc/rss.xml +1624 -31
  22. data/ext/Rakefile +1 -6
  23. data/ext/main.c +8 -3
  24. data/ext/main.h +5 -0
  25. data/ext/relay.c +12 -12
  26. data/ext/relay.h +1 -6
  27. data/ext/swig_vpi.i +2 -2
  28. data/ext/swig_wrap.cin +37 -20
  29. data/ext/verilog.h +2 -2
  30. data/ext/vlog.c +10 -3
  31. data/ext/vlog.h +4 -4
  32. data/lib/ruby-vpi/vpi.rb +114 -0
  33. data/lib/ruby-vpi.rb +21 -59
  34. data/ref/c/annotated.html +1 -1
  35. data/ref/c/common_8h.html +1 -1
  36. data/ref/c/files.html +1 -1
  37. data/ref/c/functions.html +1 -1
  38. data/ref/c/functions_vars.html +1 -1
  39. data/ref/c/globals.html +1 -1
  40. data/ref/c/globals_0x63.html +1 -1
  41. data/ref/c/globals_0x65.html +1 -1
  42. data/ref/c/globals_0x66.html +1 -1
  43. data/ref/c/globals_0x6d.html +3 -2
  44. data/ref/c/globals_0x70.html +1 -1
  45. data/ref/c/globals_0x72.html +4 -5
  46. data/ref/c/globals_0x73.html +1 -1
  47. data/ref/c/globals_0x74.html +1 -1
  48. data/ref/c/globals_0x76.html +4 -2
  49. data/ref/c/globals_0x78.html +1 -1
  50. data/ref/c/globals_defs.html +1 -1
  51. data/ref/c/globals_defs_0x65.html +1 -1
  52. data/ref/c/globals_defs_0x70.html +1 -1
  53. data/ref/c/globals_defs_0x76.html +1 -1
  54. data/ref/c/globals_defs_0x78.html +1 -1
  55. data/ref/c/globals_enum.html +1 -1
  56. data/ref/c/globals_eval.html +1 -1
  57. data/ref/c/globals_func.html +8 -7
  58. data/ref/c/globals_type.html +1 -1
  59. data/ref/c/globals_vars.html +3 -2
  60. data/ref/c/index.html +1 -1
  61. data/ref/c/main_8c.html +26 -1
  62. data/ref/c/main_8h.html +26 -1
  63. data/ref/c/relay_8c.html +11 -35
  64. data/ref/c/relay_8h.html +3 -27
  65. data/ref/c/structt__cb__data.html +1 -1
  66. data/ref/c/structt__vpi__delay.html +1 -1
  67. data/ref/c/structt__vpi__error__info.html +1 -1
  68. data/ref/c/structt__vpi__strengthval.html +1 -1
  69. data/ref/c/structt__vpi__systf__data.html +1 -1
  70. data/ref/c/structt__vpi__time.html +1 -1
  71. data/ref/c/structt__vpi__value.html +1 -1
  72. data/ref/c/structt__vpi__vecval.html +1 -1
  73. data/ref/c/structt__vpi__vlog__info.html +1 -1
  74. data/ref/c/verilog_8h.html +5 -5
  75. data/ref/c/vlog_8c.html +44 -6
  76. data/ref/c/vlog_8h.html +7 -8
  77. data/ref/c/vpi__user_8h.html +1 -1
  78. data/ref/ruby/classes/RDoc.html +5 -5
  79. data/ref/ruby/classes/RDoc.src/{M000041.html → M000045.html} +0 -0
  80. data/ref/ruby/classes/RubyVpi.html +10 -28
  81. data/ref/ruby/classes/RubyVpi.src/M000029.html +101 -124
  82. data/ref/ruby/classes/Vpi/Handle.html +56 -56
  83. data/ref/ruby/classes/Vpi/Handle.src/M000034.html +5 -9
  84. data/ref/ruby/classes/Vpi/Handle.src/M000035.html +5 -31
  85. data/ref/ruby/classes/Vpi/Handle.src/M000036.html +5 -74
  86. data/ref/ruby/classes/Vpi/Handle.src/M000037.html +5 -17
  87. data/ref/ruby/classes/Vpi/Handle.src/M000038.html +9 -11
  88. data/ref/ruby/classes/Vpi/Handle.src/M000039.html +44 -0
  89. data/ref/ruby/classes/Vpi/Handle.src/M000040.html +74 -55
  90. data/ref/ruby/classes/Vpi/Handle.src/M000041.html +30 -0
  91. data/ref/ruby/classes/Vpi/Handle.src/M000042.html +24 -0
  92. data/ref/ruby/classes/Vpi/Handle.src/M000044.html +68 -0
  93. data/ref/ruby/classes/Vpi.html +149 -0
  94. data/ref/ruby/classes/Vpi.src/M000030.html +28 -0
  95. data/ref/ruby/classes/Vpi.src/M000031.html +18 -0
  96. data/ref/ruby/classes/Vpi.src/M000032.html +39 -0
  97. data/ref/ruby/classes/Vpi.src/M000033.html +22 -0
  98. data/ref/ruby/created.rid +1 -1
  99. data/ref/ruby/files/lib/ruby-vpi/vpi_rb.html +1 -1
  100. data/ref/ruby/files/lib/ruby-vpi_rb.html +2 -2
  101. data/ref/ruby/fr_method_index.html +18 -14
  102. data/samp/counter/counter_rspec_bench.rb +81 -1
  103. data/samp/counter/counter_rspec_bench.v +5 -12
  104. data/samp/counter/counter_rspec_design.rb +1 -2
  105. data/samp/counter/counter_rspec_proto.rb +1 -1
  106. data/samp/counter/counter_rspec_spec.rb +3 -3
  107. data/samp/counter/counter_xunit_bench.rb +81 -1
  108. data/samp/counter/counter_xunit_bench.v +5 -12
  109. data/samp/counter/counter_xunit_design.rb +1 -2
  110. data/samp/counter/counter_xunit_proto.rb +1 -1
  111. data/samp/counter/counter_xunit_spec.rb +3 -3
  112. data/samp/pipelined_alu/hw5_unit_test_bench.rb +81 -1
  113. data/samp/pipelined_alu/hw5_unit_test_bench.v +11 -18
  114. data/samp/pipelined_alu/hw5_unit_test_design.rb +1 -1
  115. data/samp/pipelined_alu/hw5_unit_test_proto.rb +1 -1
  116. data/samp/pipelined_alu/hw5_unit_test_spec.rb +1 -1
  117. metadata +12 -9
  118. data/doc/figures/ruby_init.png +0 -0
  119. data/ext/swig_vpi.h +0 -924
  120. data/ref/ruby/classes/Vpi/Handle.src/M000030.html +0 -18
  121. data/ref/ruby/classes/Vpi/Handle.src/M000031.html +0 -18
  122. data/ref/ruby/classes/Vpi/Handle.src/M000032.html +0 -18
  123. data/ref/ruby/classes/Vpi/Handle.src/M000033.html +0 -18
data/doc/history.html CHANGED
@@ -12,253 +12,264 @@
12
12
 
13
13
  <h1>Contents</h1>
14
14
  <ul>
15
- <li><a href="#anchor6">Release history</a>
15
+ <li>1 <a href="#anchor11">Release history</a>
16
16
  <ul>
17
- <li><a href="#anchor7">Version numbering system</a></li>
17
+ <li>1.1 <a href="#anchor12">Version numbering system</a></li>
18
18
  </ul>
19
19
  </li>
20
- <li><a href="#13.0.0" title="2006-12-27">Version 13.0.0</a>
20
+ <li>2 <a href="#14.0.0" title="2006-12-30">Version 14.0.0</a>
21
21
  <ul>
22
- <li><a href="#anchor8">Summary</a></li>
23
- <li><a href="#anchor9">Notice</a>
22
+ <li>2.1 <a href="#anchor13">Summary</a></li>
23
+ <li>2.2 <a href="#anchor14">Notice</a>
24
24
  <ul>
25
- <li><a href="#anchor10">New features</a></li>
25
+ <li>2.2.1 <a href="#anchor15">New features</a></li>
26
26
  </ul>
27
27
  </li>
28
- <li><a href="#anchor11">Details</a></li>
28
+ <li>2.3 <a href="#anchor16">Details</a></li>
29
29
  </ul>
30
30
  </li>
31
- <li><a href="#12.1.0" title="2006-12-22">Version 12.1.0</a>
31
+ <li>3 <a href="#13.0.0" title="2006-12-27">Version 13.0.0</a>
32
32
  <ul>
33
- <li><a href="#anchor12">Summary</a></li>
34
- <li><a href="#anchor13">Notice</a>
33
+ <li>3.1 <a href="#anchor17">Summary</a></li>
34
+ <li>3.2 <a href="#anchor18">Notice</a>
35
35
  <ul>
36
- <li><a href="#anchor14">New features</a></li>
36
+ <li>3.2.1 <a href="#anchor19">New features</a></li>
37
37
  </ul>
38
38
  </li>
39
- <li><a href="#anchor15">Details</a></li>
39
+ <li>3.3 <a href="#anchor20">Details</a></li>
40
40
  </ul>
41
41
  </li>
42
- <li><a href="#12.0.2" title="2006-12-18">Version 12.0.2</a>
42
+ <li>4 <a href="#12.1.0" title="2006-12-22">Version 12.1.0</a>
43
43
  <ul>
44
- <li><a href="#anchor16">Summary</a></li>
44
+ <li>4.1 <a href="#anchor21">Summary</a></li>
45
+ <li>4.2 <a href="#anchor22">Notice</a>
46
+ <ul>
47
+ <li>4.2.1 <a href="#anchor23">New features</a></li>
48
+ </ul>
49
+ </li>
50
+ <li>4.3 <a href="#anchor24">Details</a></li>
51
+ </ul>
52
+ </li>
53
+ <li>5 <a href="#12.0.2" title="2006-12-18">Version 12.0.2</a>
54
+ <ul>
55
+ <li>5.1 <a href="#anchor25">Summary</a></li>
45
56
  </ul>
46
57
  </li>
47
- <li><a href="#12.0.1" title="2006-12-18">Version 12.0.1</a>
58
+ <li>6 <a href="#12.0.1" title="2006-12-18">Version 12.0.1</a>
48
59
  <ul>
49
- <li><a href="#anchor17">Summary</a></li>
50
- <li><a href="#anchor18">Acknowledgment</a></li>
51
- <li><a href="#anchor19">Details</a></li>
60
+ <li>6.1 <a href="#anchor26">Summary</a></li>
61
+ <li>6.2 <a href="#anchor27">Acknowledgment</a></li>
62
+ <li>6.3 <a href="#anchor28">Details</a></li>
52
63
  </ul>
53
64
  </li>
54
- <li><a href="#12.0.0" title="2006-12-07">Version 12.0.0</a>
65
+ <li>7 <a href="#12.0.0" title="2006-12-07">Version 12.0.0</a>
55
66
  <ul>
56
- <li><a href="#anchor20">Summary</a></li>
57
- <li><a href="#anchor21">Notice</a></li>
58
- <li><a href="#anchor22">Details</a>
67
+ <li>7.1 <a href="#anchor29">Summary</a></li>
68
+ <li>7.2 <a href="#anchor30">Notice</a></li>
69
+ <li>7.3 <a href="#anchor31">Details</a>
59
70
  <ul>
60
- <li><a href="#anchor23">Test generation</a></li>
71
+ <li>7.3.1 <a href="#anchor32">Test generation</a></li>
61
72
  </ul>
62
73
  </li>
63
74
  </ul>
64
75
  </li>
65
- <li><a href="#11.1.1" title="2006-11-15">Version 11.1.1</a>
76
+ <li>8 <a href="#11.1.1" title="2006-11-15">Version 11.1.1</a>
66
77
  <ul>
67
- <li><a href="#anchor24">Summary</a></li>
68
- <li><a href="#anchor25">Acknowledgment</a></li>
69
- <li><a href="#anchor26">Notice</a></li>
70
- <li><a href="#anchor27">Details</a></li>
78
+ <li>8.1 <a href="#anchor33">Summary</a></li>
79
+ <li>8.2 <a href="#anchor34">Acknowledgment</a></li>
80
+ <li>8.3 <a href="#anchor35">Notice</a></li>
81
+ <li>8.4 <a href="#anchor36">Details</a></li>
71
82
  </ul>
72
83
  </li>
73
- <li><a href="#11.1.0" title="2006-11-08">Version 11.1.0</a>
84
+ <li>9 <a href="#11.1.0" title="2006-11-08">Version 11.1.0</a>
74
85
  <ul>
75
- <li><a href="#anchor28">Summary</a></li>
76
- <li><a href="#anchor29">Acknowledgment</a></li>
77
- <li><a href="#anchor30">Notice</a></li>
78
- <li><a href="#anchor31">Details</a></li>
86
+ <li>9.1 <a href="#anchor37">Summary</a></li>
87
+ <li>9.2 <a href="#anchor38">Acknowledgment</a></li>
88
+ <li>9.3 <a href="#anchor39">Notice</a></li>
89
+ <li>9.4 <a href="#anchor40">Details</a></li>
79
90
  </ul>
80
91
  </li>
81
- <li><a href="#11.0.0" title="2006-11-05">Version 11.0.0</a>
92
+ <li>10 <a href="#11.0.0" title="2006-11-05">Version 11.0.0</a>
82
93
  <ul>
83
- <li><a href="#anchor32">Summary</a></li>
84
- <li><a href="#anchor33">Notice</a></li>
85
- <li><a href="#anchor34">Details</a></li>
94
+ <li>10.1 <a href="#anchor41">Summary</a></li>
95
+ <li>10.2 <a href="#anchor42">Notice</a></li>
96
+ <li>10.3 <a href="#anchor43">Details</a></li>
86
97
  </ul>
87
98
  </li>
88
- <li><a href="#10.0.0" title="2006-11-05">Version 10.0.0</a>
99
+ <li>11 <a href="#10.0.0" title="2006-11-05">Version 10.0.0</a>
89
100
  <ul>
90
- <li><a href="#anchor35">Summary</a></li>
91
- <li><a href="#anchor36">Acknowledgment</a></li>
92
- <li><a href="#anchor37">Notice</a></li>
93
- <li><a href="#anchor38">Details</a>
101
+ <li>11.1 <a href="#anchor44">Summary</a></li>
102
+ <li>11.2 <a href="#anchor45">Acknowledgment</a></li>
103
+ <li>11.3 <a href="#anchor46">Notice</a></li>
104
+ <li>11.4 <a href="#anchor47">Details</a>
94
105
  <ul>
95
- <li><a href="#anchor39">Automated test generator</a></li>
96
- <li><a href="#anchor40">User manual</a></li>
106
+ <li>11.4.1 <a href="#anchor48">Automated test generator</a></li>
107
+ <li>11.4.2 <a href="#anchor49">User manual</a></li>
97
108
  </ul>
98
109
  </li>
99
110
  </ul>
100
111
  </li>
101
- <li><a href="#9.0.0" title="2006-10-28">Version 9.0.0</a>
112
+ <li>12 <a href="#9.0.0" title="2006-10-28">Version 9.0.0</a>
102
113
  <ul>
103
- <li><a href="#anchor41">Summary</a></li>
104
- <li><a href="#anchor42">Acknowledgment</a></li>
105
- <li><a href="#anchor43">Notice</a></li>
106
- <li><a href="#anchor44">Details</a></li>
114
+ <li>12.1 <a href="#anchor50">Summary</a></li>
115
+ <li>12.2 <a href="#anchor51">Acknowledgment</a></li>
116
+ <li>12.3 <a href="#anchor52">Notice</a></li>
117
+ <li>12.4 <a href="#anchor53">Details</a></li>
107
118
  </ul>
108
119
  </li>
109
- <li><a href="#8.2.0" title="2006-10-24">Version 8.2.0</a>
120
+ <li>13 <a href="#8.2.0" title="2006-10-24">Version 8.2.0</a>
110
121
  <ul>
111
- <li><a href="#anchor45">Summary</a></li>
112
- <li><a href="#anchor46">Acknowledgment</a></li>
113
- <li><a href="#anchor47">Notice</a></li>
114
- <li><a href="#anchor48">Details</a></li>
122
+ <li>13.1 <a href="#anchor54">Summary</a></li>
123
+ <li>13.2 <a href="#anchor55">Acknowledgment</a></li>
124
+ <li>13.3 <a href="#anchor56">Notice</a></li>
125
+ <li>13.4 <a href="#anchor57">Details</a></li>
115
126
  </ul>
116
127
  </li>
117
- <li><a href="#8.1.0" title="2006-10-21">Version 8.1.0</a>
128
+ <li>14 <a href="#8.1.0" title="2006-10-21">Version 8.1.0</a>
118
129
  <ul>
119
- <li><a href="#anchor49">Summary</a></li>
120
- <li><a href="#anchor50">Notice</a></li>
121
- <li><a href="#anchor51">Details</a></li>
130
+ <li>14.1 <a href="#anchor58">Summary</a></li>
131
+ <li>14.2 <a href="#anchor59">Notice</a></li>
132
+ <li>14.3 <a href="#anchor60">Details</a></li>
122
133
  </ul>
123
134
  </li>
124
- <li><a href="#8.0.0" title="2006-10-13">Version 8.0.0</a>
135
+ <li>15 <a href="#8.0.0" title="2006-10-13">Version 8.0.0</a>
125
136
  <ul>
126
- <li><a href="#anchor52">Summary</a></li>
127
- <li><a href="#anchor53">Notice</a></li>
128
- <li><a href="#anchor54">Details</a></li>
137
+ <li>15.1 <a href="#anchor61">Summary</a></li>
138
+ <li>15.2 <a href="#anchor62">Notice</a></li>
139
+ <li>15.3 <a href="#anchor63">Details</a></li>
129
140
  </ul>
130
141
  </li>
131
- <li><a href="#7.3.0" title="2006-09-30">Version 7.3.0</a>
142
+ <li>16 <a href="#7.3.0" title="2006-09-30">Version 7.3.0</a>
132
143
  <ul>
133
- <li><a href="#anchor55">Summary</a></li>
134
- <li><a href="#anchor56">Notice</a></li>
135
- <li><a href="#anchor57">Details</a></li>
144
+ <li>16.1 <a href="#anchor64">Summary</a></li>
145
+ <li>16.2 <a href="#anchor65">Notice</a></li>
146
+ <li>16.3 <a href="#anchor66">Details</a></li>
136
147
  </ul>
137
148
  </li>
138
- <li><a href="#7.2.0" title="2006-09-15">Version 7.2.0</a>
149
+ <li>17 <a href="#7.2.0" title="2006-09-15">Version 7.2.0</a>
139
150
  <ul>
140
- <li><a href="#anchor58">Summary</a></li>
141
- <li><a href="#anchor59">Acknowledgment</a></li>
142
- <li><a href="#anchor60">Details</a></li>
151
+ <li>17.1 <a href="#anchor67">Summary</a></li>
152
+ <li>17.2 <a href="#anchor68">Acknowledgment</a></li>
153
+ <li>17.3 <a href="#anchor69">Details</a></li>
143
154
  </ul>
144
155
  </li>
145
- <li><a href="#7.1.0" title="2006-08-29">Version 7.1.0</a>
156
+ <li>18 <a href="#7.1.0" title="2006-08-29">Version 7.1.0</a>
146
157
  <ul>
147
- <li><a href="#anchor61">Summary</a></li>
148
- <li><a href="#anchor62">Details</a></li>
158
+ <li>18.1 <a href="#anchor70">Summary</a></li>
159
+ <li>18.2 <a href="#anchor71">Details</a></li>
149
160
  </ul>
150
161
  </li>
151
- <li><a href="#7.0.0" title="2006-08-29">Version 7.0.0</a>
162
+ <li>19 <a href="#7.0.0" title="2006-08-29">Version 7.0.0</a>
152
163
  <ul>
153
- <li><a href="#anchor63">Summary</a></li>
154
- <li><a href="#anchor64">Notice</a></li>
155
- <li><a href="#anchor65">Details</a></li>
164
+ <li>19.1 <a href="#anchor72">Summary</a></li>
165
+ <li>19.2 <a href="#anchor73">Notice</a></li>
166
+ <li>19.3 <a href="#anchor74">Details</a></li>
156
167
  </ul>
157
168
  </li>
158
- <li><a href="#6.3.0" title="2006-08-27">Version 6.3.0</a>
169
+ <li>20 <a href="#6.3.0" title="2006-08-27">Version 6.3.0</a>
159
170
  <ul>
160
- <li><a href="#anchor66">Summary</a></li>
161
- <li><a href="#anchor67">Notice</a></li>
162
- <li><a href="#anchor68">Details</a></li>
171
+ <li>20.1 <a href="#anchor75">Summary</a></li>
172
+ <li>20.2 <a href="#anchor76">Notice</a></li>
173
+ <li>20.3 <a href="#anchor77">Details</a></li>
163
174
  </ul>
164
175
  </li>
165
- <li><a href="#6.2.0" title="2006-08-26">Version 6.2.0</a>
176
+ <li>21 <a href="#6.2.0" title="2006-08-26">Version 6.2.0</a>
166
177
  <ul>
167
- <li><a href="#anchor69">Summary</a></li>
168
- <li><a href="#anchor70">Notice</a></li>
169
- <li><a href="#anchor71">Details</a></li>
178
+ <li>21.1 <a href="#anchor78">Summary</a></li>
179
+ <li>21.2 <a href="#anchor79">Notice</a></li>
180
+ <li>21.3 <a href="#anchor80">Details</a></li>
170
181
  </ul>
171
182
  </li>
172
- <li><a href="#6.1.0" title="2006-08-09">Version 6.1.0</a>
183
+ <li>22 <a href="#6.1.0" title="2006-08-09">Version 6.1.0</a>
173
184
  <ul>
174
- <li><a href="#anchor72">Summary</a></li>
175
- <li><a href="#anchor73">Details</a></li>
185
+ <li>22.1 <a href="#anchor81">Summary</a></li>
186
+ <li>22.2 <a href="#anchor82">Details</a></li>
176
187
  </ul>
177
188
  </li>
178
- <li><a href="#6.0.0" title="2006-08-07">Version 6.0.0</a>
189
+ <li>23 <a href="#6.0.0" title="2006-08-07">Version 6.0.0</a>
179
190
  <ul>
180
- <li><a href="#anchor74">Summary</a></li>
181
- <li><a href="#anchor75">Notice</a></li>
182
- <li><a href="#anchor76">Details</a></li>
191
+ <li>23.1 <a href="#anchor83">Summary</a></li>
192
+ <li>23.2 <a href="#anchor84">Notice</a></li>
193
+ <li>23.3 <a href="#anchor85">Details</a></li>
183
194
  </ul>
184
195
  </li>
185
- <li><a href="#5.1.1" title="2006-08-04">Version 5.1.1</a>
196
+ <li>24 <a href="#5.1.1" title="2006-08-04">Version 5.1.1</a>
186
197
  <ul>
187
- <li><a href="#anchor77">Summary</a></li>
188
- <li><a href="#anchor78">Acknowledgment</a></li>
189
- <li><a href="#anchor79">Details</a></li>
198
+ <li>24.1 <a href="#anchor86">Summary</a></li>
199
+ <li>24.2 <a href="#anchor87">Acknowledgment</a></li>
200
+ <li>24.3 <a href="#anchor88">Details</a></li>
190
201
  </ul>
191
202
  </li>
192
- <li><a href="#5.1.0" title="2006-07-29">Version 5.1.0</a>
203
+ <li>25 <a href="#5.1.0" title="2006-07-29">Version 5.1.0</a>
193
204
  <ul>
194
- <li><a href="#anchor80">Summary</a></li>
195
- <li><a href="#anchor81">Acknowledgment</a></li>
196
- <li><a href="#anchor82">Details</a>
205
+ <li>25.1 <a href="#anchor89">Summary</a></li>
206
+ <li>25.2 <a href="#anchor90">Acknowledgment</a></li>
207
+ <li>25.3 <a href="#anchor91">Details</a>
197
208
  <ul>
198
- <li><a href="#anchor83">User manual</a></li>
199
- <li><a href="#anchor84">Examples</a></li>
200
- <li><a href="#anchor85"><span class="caps">VPI</span> utility layer</a></li>
209
+ <li>25.3.1 <a href="#anchor92">User manual</a></li>
210
+ <li>25.3.2 <a href="#anchor93">Examples</a></li>
211
+ <li>25.3.3 <a href="#anchor94"><span class="caps">VPI</span> utility layer</a></li>
201
212
  </ul>
202
213
  </li>
203
214
  </ul>
204
215
  </li>
205
- <li><a href="#5.0.0" title="2006-07-22">Version 5.0.0</a>
216
+ <li>26 <a href="#5.0.0" title="2006-07-22">Version 5.0.0</a>
206
217
  <ul>
207
- <li><a href="#anchor86">Summary</a></li>
208
- <li><a href="#anchor87">Acknowledgment</a></li>
209
- <li><a href="#anchor88">Notice</a></li>
210
- <li><a href="#anchor89">Details</a></li>
218
+ <li>26.1 <a href="#anchor95">Summary</a></li>
219
+ <li>26.2 <a href="#anchor96">Acknowledgment</a></li>
220
+ <li>26.3 <a href="#anchor97">Notice</a></li>
221
+ <li>26.4 <a href="#anchor98">Details</a></li>
211
222
  </ul>
212
223
  </li>
213
- <li><a href="#4.0.0" title="2006-05-25">Version 4.0.0</a>
224
+ <li>27 <a href="#4.0.0" title="2006-05-25">Version 4.0.0</a>
214
225
  <ul>
215
- <li><a href="#anchor90">Summary</a></li>
216
- <li><a href="#anchor91">Acknowledgment</a></li>
217
- <li><a href="#anchor92">Notice</a></li>
218
- <li><a href="#anchor93">Details</a></li>
226
+ <li>27.1 <a href="#anchor99">Summary</a></li>
227
+ <li>27.2 <a href="#anchor100">Acknowledgment</a></li>
228
+ <li>27.3 <a href="#anchor101">Notice</a></li>
229
+ <li>27.4 <a href="#anchor102">Details</a></li>
219
230
  </ul>
220
231
  </li>
221
- <li><a href="#3.2.0" title="2006-05-13">Version 3.2.0</a>
232
+ <li>28 <a href="#3.2.0" title="2006-05-13">Version 3.2.0</a>
222
233
  <ul>
223
- <li><a href="#anchor94">Summary</a></li>
224
- <li><a href="#anchor95">Acknowledgment</a></li>
225
- <li><a href="#anchor96">Details</a></li>
234
+ <li>28.1 <a href="#anchor103">Summary</a></li>
235
+ <li>28.2 <a href="#anchor104">Acknowledgment</a></li>
236
+ <li>28.3 <a href="#anchor105">Details</a></li>
226
237
  </ul>
227
238
  </li>
228
- <li><a href="#3.1.0" title="2006-04-28">Version 3.1.0</a>
239
+ <li>29 <a href="#3.1.0" title="2006-04-28">Version 3.1.0</a>
229
240
  <ul>
230
- <li><a href="#anchor97">Summary</a></li>
231
- <li><a href="#anchor98">Notice</a></li>
232
- <li><a href="#anchor99">Details</a></li>
241
+ <li>29.1 <a href="#anchor106">Summary</a></li>
242
+ <li>29.2 <a href="#anchor107">Notice</a></li>
243
+ <li>29.3 <a href="#anchor108">Details</a></li>
233
244
  </ul>
234
245
  </li>
235
- <li><a href="#3.0.0" title="2006-04-23">Version 3.0.0</a>
246
+ <li>30 <a href="#3.0.0" title="2006-04-23">Version 3.0.0</a>
236
247
  <ul>
237
- <li><a href="#anchor100">Summary</a></li>
238
- <li><a href="#anchor101">Acknowledgment</a></li>
239
- <li><a href="#anchor102">Notice</a></li>
240
- <li><a href="#anchor103">Details</a></li>
248
+ <li>30.1 <a href="#anchor109">Summary</a></li>
249
+ <li>30.2 <a href="#anchor110">Acknowledgment</a></li>
250
+ <li>30.3 <a href="#anchor111">Notice</a></li>
251
+ <li>30.4 <a href="#anchor112">Details</a></li>
241
252
  </ul>
242
253
  </li>
243
- <li><a href="#2.0.0" title="2006-04-17">Version 2.0.0</a>
254
+ <li>31 <a href="#2.0.0" title="2006-04-17">Version 2.0.0</a>
244
255
  <ul>
245
- <li><a href="#anchor104">Summary</a></li>
246
- <li><a href="#anchor105">Acknowledgment</a></li>
247
- <li><a href="#anchor106">Notice</a></li>
248
- <li><a href="#anchor107">Details</a></li>
256
+ <li>31.1 <a href="#anchor113">Summary</a></li>
257
+ <li>31.2 <a href="#anchor114">Acknowledgment</a></li>
258
+ <li>31.3 <a href="#anchor115">Notice</a></li>
259
+ <li>31.4 <a href="#anchor116">Details</a></li>
249
260
  </ul>
250
261
  </li>
251
- <li><a href="#1.0.0" title="2006-02-26">Version 1.0.0</a>
262
+ <li>32 <a href="#1.0.0" title="2006-02-26">Version 1.0.0</a>
252
263
  <ul>
253
- <li><a href="#anchor108">Summary</a></li>
254
- <li><a href="#anchor109">Acknowledgment</a></li>
255
- <li><a href="#anchor110">Details</a></li>
264
+ <li>32.1 <a href="#anchor117">Summary</a></li>
265
+ <li>32.2 <a href="#anchor118">Acknowledgment</a></li>
266
+ <li>32.3 <a href="#anchor119">Details</a></li>
256
267
  </ul>
257
268
  </li>
258
- <li><a href="#0.0.0" title="1999-10-31">Version 0.0.0</a>
269
+ <li>33 <a href="#0.0.0" title="1999-10-31">Version 0.0.0</a>
259
270
  <ul>
260
- <li><a href="#anchor111">Summary</a></li>
261
- <li><a href="#anchor112">Details</a></li>
271
+ <li>33.1 <a href="#anchor120">Summary</a></li>
272
+ <li>33.2 <a href="#anchor121">Details</a></li>
262
273
  </ul></li>
263
274
  </ul>
264
275
 
@@ -267,13 +278,13 @@
267
278
  <h1>Formals</h1>
268
279
 
269
280
  </div>
270
- <h1 id="anchor6">Release history</h1>
281
+ <h1 id="anchor11">1 &nbsp; Release history</h1>
271
282
 
272
283
 
273
284
  <p>This is a record of important changes that have occurred with each release.</p>
274
285
 
275
286
 
276
- <h2 id="anchor7">Version numbering system</h2>
287
+ <h2 id="anchor12">1.1 &nbsp; Version numbering system</h2>
277
288
 
278
289
 
279
290
  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,
@@ -287,16 +298,92 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
287
298
  <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>
288
299
 
289
300
 
290
- <h1 id="13.0.0">Version 13.0.0 (2006-12-27)</h1>
301
+ <h1 id="14.0.0">2 &nbsp; Version 14.0.0 (2006-12-30)</h1>
302
+
303
+
304
+ <h2 id="anchor13">2.1 &nbsp; Summary</h2>
305
+
306
+
307
+ <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>
308
+
309
+
310
+ <h2 id="anchor14">2.2 &nbsp; Notice</h2>
311
+
312
+
313
+ <ul>
314
+ <li>The <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::relay_verilog</code> method has been replaced by <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::simulate</code>.
315
+
316
+ <p>Please update you tests accordingly, because invoking the <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::relay_verilog</code> method directly will cause your tests to freeze/hang.</p></li>
317
+ </ul>
318
+
319
+
320
+ <ul>
321
+ <li>Verilog benches no longer contain any clock generation code. They are now mere skeletons, whose <em>only</em> purpose is to instantiate the design under test.
322
+
323
+ <p>The clock generation code is now contained in the Ruby bench.</p></li>
324
+ </ul>
325
+
326
+
327
+ <h3 id="anchor15">2.2.1 &nbsp; New features</h3>
328
+
329
+
330
+ <ul>
331
+ <li>The <code class="code"><span style="color:#036; font-weight:bold">RubyVpi</span>::init_bench</code> method now gives you <em>complete control</em> over performing a clock/operation/whatever cycle for your design. This feature allows you to work with multi-clocked designs.</li>
332
+ </ul>
333
+
334
+
335
+ <ul>
336
+ <li>Callbacks are now supported through the <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::vpi_register_cb</code> method. See <a href="manual.html#usage.vpi.callbacks">the callbacks section in the user manual</a> for details.</li>
337
+ </ul>
338
+
339
+
340
+ <ul>
341
+ <li>Added the <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::advance_time</code> method, which makes the Verilog simulator simulate a given number of time steps.</li>
342
+ </ul>
343
+
344
+
345
+ <ul>
346
+ <li>Added the <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::simulation_time</code> method, which gives you the current simulation time as a 64-bit integer.</li>
347
+ </ul>
348
+
349
+
350
+ <h2 id="anchor16">2.3 &nbsp; Details</h2>
351
+
352
+
353
+ <ul>
354
+ <li>Removed the monkey patch for the <span class="caps">SWIG</span> <code class="code">va_list</code> problem&#8212;it no longer occurs.</li>
355
+ </ul>
356
+
357
+
358
+ <ul>
359
+ <li>Cleansed the appearance of the user documentation.
360
+ <ul>
361
+ <li>Added indices to section headings, just like LaTeX.</li>
362
+ <li>Admonition boxes no longer interfere with surrounding text, and they don&#8217;t have big gap above them.</li>
363
+ <li>Navigation menu is now elastic (fluid layout).</li>
364
+ </ul></li>
365
+ </ul>
366
+
367
+
368
+ <ul>
369
+ <li>Revised the user manual and added new content.
370
+ <ul>
371
+ <li>Moved &#8220;VPI utility layer&#8221; section from background chapter into usage chapter in user manual.</li>
372
+ <li>Added a nice introduction to entire manual with links to reference documentation.</li>
373
+ </ul></li>
374
+ </ul>
375
+
376
+
377
+ <h1 id="13.0.0">3 &nbsp; Version 13.0.0 (2006-12-27)</h1>
291
378
 
292
379
 
293
- <h2 id="anchor8">Summary</h2>
380
+ <h2 id="anchor17">3.1 &nbsp; Summary</h2>
294
381
 
295
382
 
296
383
  <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>
297
384
 
298
385
 
299
- <h2 id="anchor9">Notice</h2>
386
+ <h2 id="anchor18">3.2 &nbsp; Notice</h2>
300
387
 
301
388
 
302
389
  <ul>
@@ -307,7 +394,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
307
394
  </ul>
308
395
 
309
396
 
310
- <h3 id="anchor10">New features</h3>
397
+ <h3 id="anchor19">3.2.1 &nbsp; New features</h3>
311
398
 
312
399
 
313
400
  <ul>
@@ -315,7 +402,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
315
402
  </ul>
316
403
 
317
404
 
318
- <h2 id="anchor11">Details</h2>
405
+ <h2 id="anchor20">3.3 &nbsp; Details</h2>
319
406
 
320
407
 
321
408
  <ul>
@@ -340,16 +427,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
340
427
  </ul>
341
428
 
342
429
 
343
- <h1 id="12.1.0">Version 12.1.0 (2006-12-22)</h1>
430
+ <h1 id="12.1.0">4 &nbsp; Version 12.1.0 (2006-12-22)</h1>
344
431
 
345
432
 
346
- <h2 id="anchor12">Summary</h2>
433
+ <h2 id="anchor21">4.1 &nbsp; Summary</h2>
347
434
 
348
435
 
349
436
  <p>This release adds interactive debugging support, adds new sections to the user manual, and cleanses some internals.</p>
350
437
 
351
438
 
352
- <h2 id="anchor13">Notice</h2>
439
+ <h2 id="anchor22">4.2 &nbsp; Notice</h2>
353
440
 
354
441
 
355
442
  <ul>
@@ -362,7 +449,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
362
449
  </ul>
363
450
 
364
451
 
365
- <h3 id="anchor14">New features</h3>
452
+ <h3 id="anchor23">4.2.1 &nbsp; New features</h3>
366
453
 
367
454
 
368
455
  <ul>
@@ -378,7 +465,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
378
465
  </ul>
379
466
 
380
467
 
381
- <h2 id="anchor15">Details</h2>
468
+ <h2 id="anchor24">4.3 &nbsp; Details</h2>
382
469
 
383
470
 
384
471
  <ul>
@@ -401,31 +488,31 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
401
488
  </ul>
402
489
 
403
490
 
404
- <h1 id="12.0.2">Version 12.0.2 (2006-12-18)</h1>
491
+ <h1 id="12.0.2">5 &nbsp; Version 12.0.2 (2006-12-18)</h1>
405
492
 
406
493
 
407
- <h2 id="anchor16">Summary</h2>
494
+ <h2 id="anchor25">5.1 &nbsp; Summary</h2>
408
495
 
409
496
 
410
497
  <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>
411
498
 
412
499
 
413
- <h1 id="12.0.1">Version 12.0.1 (2006-12-18)</h1>
500
+ <h1 id="12.0.1">6 &nbsp; Version 12.0.1 (2006-12-18)</h1>
414
501
 
415
502
 
416
- <h2 id="anchor17">Summary</h2>
503
+ <h2 id="anchor26">6.1 &nbsp; Summary</h2>
417
504
 
418
505
 
419
506
  <p>This release fixes a problem in code coverage analysis.</p>
420
507
 
421
508
 
422
- <h2 id="anchor18">Acknowledgment</h2>
509
+ <h2 id="anchor27">6.2 &nbsp; Acknowledgment</h2>
423
510
 
424
511
 
425
512
  <p>Thanks to Mauricio Fernandez for helping me solve the problem.</p>
426
513
 
427
514
 
428
- <h2 id="anchor19">Details</h2>
515
+ <h2 id="anchor28">6.3 &nbsp; Details</h2>
429
516
 
430
517
 
431
518
  <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>
@@ -434,16 +521,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
434
521
  <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>
435
522
 
436
523
 
437
- <h1 id="12.0.0">Version 12.0.0 (2006-12-07)</h1>
524
+ <h1 id="12.0.0">7 &nbsp; Version 12.0.0 (2006-12-07)</h1>
438
525
 
439
526
 
440
- <h2 id="anchor20">Summary</h2>
527
+ <h2 id="anchor29">7.1 &nbsp; Summary</h2>
441
528
 
442
529
 
443
530
  <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>
444
531
 
445
532
 
446
- <h2 id="anchor21">Notice</h2>
533
+ <h2 id="anchor30">7.2 &nbsp; Notice</h2>
447
534
 
448
535
 
449
536
  <ul>
@@ -480,7 +567,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
480
567
  </ul>
481
568
 
482
569
 
483
- <h2 id="anchor22">Details</h2>
570
+ <h2 id="anchor31">7.3 &nbsp; Details</h2>
484
571
 
485
572
 
486
573
  <ul>
@@ -498,7 +585,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
498
585
  </ul>
499
586
 
500
587
 
501
- <h3 id="anchor23">Test generation</h3>
588
+ <h3 id="anchor32">7.3.1 &nbsp; Test generation</h3>
502
589
 
503
590
 
504
591
  <ul>
@@ -535,22 +622,22 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
535
622
  </ul>
536
623
 
537
624
 
538
- <h1 id="11.1.1">Version 11.1.1 (2006-11-15)</h1>
625
+ <h1 id="11.1.1">8 &nbsp; Version 11.1.1 (2006-11-15)</h1>
539
626
 
540
627
 
541
- <h2 id="anchor24">Summary</h2>
628
+ <h2 id="anchor33">8.1 &nbsp; Summary</h2>
542
629
 
543
630
 
544
631
  <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>
545
632
 
546
633
 
547
- <h2 id="anchor25">Acknowledgment</h2>
634
+ <h2 id="anchor34">8.2 &nbsp; Acknowledgment</h2>
548
635
 
549
636
 
550
637
  <p>Thanks to John Burr for finding the bug in the automated test generator.</p>
551
638
 
552
639
 
553
- <h2 id="anchor26">Notice</h2>
640
+ <h2 id="anchor35">8.3 &nbsp; Notice</h2>
554
641
 
555
642
 
556
643
  <ul>
@@ -558,7 +645,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
558
645
  </ul>
559
646
 
560
647
 
561
- <h2 id="anchor27">Details</h2>
648
+ <h2 id="anchor36">8.4 &nbsp; Details</h2>
562
649
 
563
650
 
564
651
  <ul>
@@ -571,22 +658,22 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
571
658
  </ul>
572
659
 
573
660
 
574
- <h1 id="11.1.0">Version 11.1.0 (2006-11-08)</h1>
661
+ <h1 id="11.1.0">9 &nbsp; Version 11.1.0 (2006-11-08)</h1>
575
662
 
576
663
 
577
- <h2 id="anchor28">Summary</h2>
664
+ <h2 id="anchor37">9.1 &nbsp; Summary</h2>
578
665
 
579
666
 
580
667
  <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>
581
668
 
582
669
 
583
- <h2 id="anchor29">Acknowledgment</h2>
670
+ <h2 id="anchor38">9.2 &nbsp; Acknowledgment</h2>
584
671
 
585
672
 
586
673
  <p>Thanks to Matt Fischler for finding the bug in generated benches (see below).</p>
587
674
 
588
675
 
589
- <h2 id="anchor30">Notice</h2>
676
+ <h2 id="anchor39">9.3 &nbsp; Notice</h2>
590
677
 
591
678
 
592
679
  <ul>
@@ -594,7 +681,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
594
681
  </ul>
595
682
 
596
683
 
597
- <h2 id="anchor31">Details</h2>
684
+ <h2 id="anchor40">9.4 &nbsp; Details</h2>
598
685
 
599
686
 
600
687
  <ul>
@@ -645,16 +732,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
645
732
  </ul>
646
733
 
647
734
 
648
- <h1 id="11.0.0">Version 11.0.0 (2006-11-05)</h1>
735
+ <h1 id="11.0.0">10 &nbsp; Version 11.0.0 (2006-11-05)</h1>
649
736
 
650
737
 
651
- <h2 id="anchor32">Summary</h2>
738
+ <h2 id="anchor41">10.1 &nbsp; Summary</h2>
652
739
 
653
740
 
654
741
  <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>
655
742
 
656
743
 
657
- <h2 id="anchor33">Notice</h2>
744
+ <h2 id="anchor42">10.2 &nbsp; Notice</h2>
658
745
 
659
746
 
660
747
  <ul>
@@ -672,7 +759,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
672
759
  </ul>
673
760
 
674
761
 
675
- <h2 id="anchor34">Details</h2>
762
+ <h2 id="anchor43">10.3 &nbsp; Details</h2>
676
763
 
677
764
 
678
765
  <ul>
@@ -699,22 +786,22 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
699
786
  </ul>
700
787
 
701
788
 
702
- <h1 id="10.0.0">Version 10.0.0 (2006-11-05)</h1>
789
+ <h1 id="10.0.0">11 &nbsp; Version 10.0.0 (2006-11-05)</h1>
703
790
 
704
791
 
705
- <h2 id="anchor35">Summary</h2>
792
+ <h2 id="anchor44">11.1 &nbsp; Summary</h2>
706
793
 
707
794
 
708
795
  <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>
709
796
 
710
797
 
711
- <h2 id="anchor36">Acknowledgment</h2>
798
+ <h2 id="anchor45">11.2 &nbsp; Acknowledgment</h2>
712
799
 
713
800
 
714
801
  <p>Thanks to Matt Fischler for finding the problem of misdirected compilation errors in Verilog benches.</p>
715
802
 
716
803
 
717
- <h2 id="anchor37">Notice</h2>
804
+ <h2 id="anchor46">11.3 &nbsp; Notice</h2>
718
805
 
719
806
 
720
807
  <ul>
@@ -735,10 +822,10 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
735
822
  </ul>
736
823
 
737
824
 
738
- <h2 id="anchor38">Details</h2>
825
+ <h2 id="anchor47">11.4 &nbsp; Details</h2>
739
826
 
740
827
 
741
- <h3 id="anchor39">Automated test generator</h3>
828
+ <h3 id="anchor48">11.4.1 &nbsp; Automated test generator</h3>
742
829
 
743
830
 
744
831
  <ul>
@@ -761,7 +848,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
761
848
  </ul>
762
849
 
763
850
 
764
- <h3 id="anchor40">User manual</h3>
851
+ <h3 id="anchor49">11.4.2 &nbsp; User manual</h3>
765
852
 
766
853
 
767
854
  <ul>
@@ -779,22 +866,22 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
779
866
  </ul>
780
867
 
781
868
 
782
- <h1 id="9.0.0">Version 9.0.0 (2006-10-28)</h1>
869
+ <h1 id="9.0.0">12 &nbsp; Version 9.0.0 (2006-10-28)</h1>
783
870
 
784
871
 
785
- <h2 id="anchor41">Summary</h2>
872
+ <h2 id="anchor50">12.1 &nbsp; Summary</h2>
786
873
 
787
874
 
788
875
  <p>This release improves the automated test generator and adds new content to the user manual.</p>
789
876
 
790
877
 
791
- <h2 id="anchor42">Acknowledgment</h2>
878
+ <h2 id="anchor51">12.2 &nbsp; Acknowledgment</h2>
792
879
 
793
880
 
794
881
  <p>Thanks to Matt Fischler for helping test and debug the installation of Ruby-VPI on Windows.</p>
795
882
 
796
883
 
797
- <h2 id="anchor43">Notice</h2>
884
+ <h2 id="anchor52">12.3 &nbsp; Notice</h2>
798
885
 
799
886
 
800
887
  <ul>
@@ -802,7 +889,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
802
889
  </ul>
803
890
 
804
891
 
805
- <h2 id="anchor44">Details</h2>
892
+ <h2 id="anchor53">12.4 &nbsp; Details</h2>
806
893
 
807
894
 
808
895
  <ul>
@@ -845,22 +932,22 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
845
932
  </ul>
846
933
 
847
934
 
848
- <h1 id="8.2.0">Version 8.2.0 (2006-10-24)</h1>
935
+ <h1 id="8.2.0">13 &nbsp; Version 8.2.0 (2006-10-24)</h1>
849
936
 
850
937
 
851
- <h2 id="anchor45">Summary</h2>
938
+ <h2 id="anchor54">13.1 &nbsp; Summary</h2>
852
939
 
853
940
 
854
941
  <p>This release simplifies configuration of generated tests.</p>
855
942
 
856
943
 
857
- <h2 id="anchor46">Acknowledgment</h2>
944
+ <h2 id="anchor55">13.2 &nbsp; Acknowledgment</h2>
858
945
 
859
946
 
860
947
  <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>
861
948
 
862
949
 
863
- <h2 id="anchor47">Notice</h2>
950
+ <h2 id="anchor56">13.3 &nbsp; Notice</h2>
864
951
 
865
952
 
866
953
  <ul>
@@ -868,7 +955,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
868
955
  </ul>
869
956
 
870
957
 
871
- <h2 id="anchor48">Details</h2>
958
+ <h2 id="anchor57">13.4 &nbsp; Details</h2>
872
959
 
873
960
 
874
961
  <ul>
@@ -878,16 +965,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
878
965
  </ul>
879
966
 
880
967
 
881
- <h1 id="8.1.0">Version 8.1.0 (2006-10-21)</h1>
968
+ <h1 id="8.1.0">14 &nbsp; Version 8.1.0 (2006-10-21)</h1>
882
969
 
883
970
 
884
- <h2 id="anchor49">Summary</h2>
971
+ <h2 id="anchor58">14.1 &nbsp; Summary</h2>
885
972
 
886
973
 
887
974
  <p>This release adds an integer library and renames the vpi_util library.</p>
888
975
 
889
976
 
890
- <h2 id="anchor50">Notice</h2>
977
+ <h2 id="anchor59">14.2 &nbsp; Notice</h2>
891
978
 
892
979
 
893
980
  <ul>
@@ -895,7 +982,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
895
982
  </ul>
896
983
 
897
984
 
898
- <h2 id="anchor51">Details</h2>
985
+ <h2 id="anchor60">14.3 &nbsp; Details</h2>
899
986
 
900
987
 
901
988
  <ul>
@@ -903,16 +990,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
903
990
  </ul>
904
991
 
905
992
 
906
- <h1 id="8.0.0">Version 8.0.0 (2006-10-13)</h1>
993
+ <h1 id="8.0.0">15 &nbsp; Version 8.0.0 (2006-10-13)</h1>
907
994
 
908
995
 
909
- <h2 id="anchor52">Summary</h2>
996
+ <h2 id="anchor61">15.1 &nbsp; Summary</h2>
910
997
 
911
998
 
912
999
  <p>This release renames some identifiers for consistency, updates the documentation, and improves integration with RubyGems.</p>
913
1000
 
914
1001
 
915
- <h2 id="anchor53">Notice</h2>
1002
+ <h2 id="anchor62">15.2 &nbsp; Notice</h2>
916
1003
 
917
1004
 
918
1005
  <ul>
@@ -928,7 +1015,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
928
1015
  </ul>
929
1016
 
930
1017
 
931
- <h2 id="anchor54">Details</h2>
1018
+ <h2 id="anchor63">15.3 &nbsp; Details</h2>
932
1019
 
933
1020
 
934
1021
  <ul>
@@ -959,16 +1046,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
959
1046
  </ul>
960
1047
 
961
1048
 
962
- <h1 id="7.3.0">Version 7.3.0 (2006-09-30)</h1>
1049
+ <h1 id="7.3.0">16 &nbsp; Version 7.3.0 (2006-09-30)</h1>
963
1050
 
964
1051
 
965
- <h2 id="anchor55">Summary</h2>
1052
+ <h2 id="anchor64">16.1 &nbsp; Summary</h2>
966
1053
 
967
1054
 
968
1055
  <p>This release fixes a bug in generated Verilog benches, includes parsed constants in generated tests, and adds new methods to handles.</p>
969
1056
 
970
1057
 
971
- <h2 id="anchor56">Notice</h2>
1058
+ <h2 id="anchor65">16.2 &nbsp; Notice</h2>
972
1059
 
973
1060
 
974
1061
  <ul>
@@ -980,7 +1067,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
980
1067
  </ul>
981
1068
 
982
1069
 
983
- <h2 id="anchor57">Details</h2>
1070
+ <h2 id="anchor66">16.3 &nbsp; Details</h2>
984
1071
 
985
1072
 
986
1073
  <ul>
@@ -1001,22 +1088,22 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1001
1088
  </ul>
1002
1089
 
1003
1090
 
1004
- <h1 id="7.2.0">Version 7.2.0 (2006-09-15)</h1>
1091
+ <h1 id="7.2.0">17 &nbsp; Version 7.2.0 (2006-09-15)</h1>
1005
1092
 
1006
1093
 
1007
- <h2 id="anchor58">Summary</h2>
1094
+ <h2 id="anchor67">17.1 &nbsp; Summary</h2>
1008
1095
 
1009
1096
 
1010
1097
  <p>This release adds initial support for code coverage analysis via the <a href="http://eigenclass.org/hiki.rb?rcov">rcov library</a>.</p>
1011
1098
 
1012
1099
 
1013
- <h2 id="anchor59">Acknowledgment</h2>
1100
+ <h2 id="anchor68">17.2 &nbsp; Acknowledgment</h2>
1014
1101
 
1015
1102
 
1016
1103
  <p>Thanks to Mauricio Fernandez for helping me use rcov without its runner.</p>
1017
1104
 
1018
1105
 
1019
- <h2 id="anchor60">Details</h2>
1106
+ <h2 id="anchor69">17.3 &nbsp; Details</h2>
1020
1107
 
1021
1108
 
1022
1109
  <ul>
@@ -1032,16 +1119,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1032
1119
  </ul>
1033
1120
 
1034
1121
 
1035
- <h1 id="7.1.0">Version 7.1.0 (2006-08-29)</h1>
1122
+ <h1 id="7.1.0">18 &nbsp; Version 7.1.0 (2006-08-29)</h1>
1036
1123
 
1037
1124
 
1038
- <h2 id="anchor61">Summary</h2>
1125
+ <h2 id="anchor70">18.1 &nbsp; Summary</h2>
1039
1126
 
1040
1127
 
1041
1128
  <p>This release simplifies running of multiple tests, restores compatibility with Synopsys <span class="caps">VCS</span>, and better integrates with RubyGems.</p>
1042
1129
 
1043
1130
 
1044
- <h2 id="anchor62">Details</h2>
1131
+ <h2 id="anchor71">18.2 &nbsp; Details</h2>
1045
1132
 
1046
1133
 
1047
1134
  <ul>
@@ -1069,16 +1156,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1069
1156
  </ul>
1070
1157
 
1071
1158
 
1072
- <h1 id="7.0.0">Version 7.0.0 (2006-08-29)</h1>
1159
+ <h1 id="7.0.0">19 &nbsp; Version 7.0.0 (2006-08-29)</h1>
1073
1160
 
1074
1161
 
1075
- <h2 id="anchor63">Summary</h2>
1162
+ <h2 id="anchor72">19.1 &nbsp; Summary</h2>
1076
1163
 
1077
1164
 
1078
1165
  <p>This release distributes Ruby-VPI as a gem, improves portability of generated tests, and fixes a bug.</p>
1079
1166
 
1080
1167
 
1081
- <h2 id="anchor64">Notice</h2>
1168
+ <h2 id="anchor73">19.2 &nbsp; Notice</h2>
1082
1169
 
1083
1170
 
1084
1171
  <ul>
@@ -1105,7 +1192,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1105
1192
  </ul>
1106
1193
 
1107
1194
 
1108
- <h2 id="anchor65">Details</h2>
1195
+ <h2 id="anchor74">19.3 &nbsp; Details</h2>
1109
1196
 
1110
1197
 
1111
1198
  <ul>
@@ -1136,16 +1223,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1136
1223
  </ul>
1137
1224
 
1138
1225
 
1139
- <h1 id="6.3.0">Version 6.3.0 (2006-08-27)</h1>
1226
+ <h1 id="6.3.0">20 &nbsp; Version 6.3.0 (2006-08-27)</h1>
1140
1227
 
1141
1228
 
1142
- <h2 id="anchor66">Summary</h2>
1229
+ <h2 id="anchor75">20.1 &nbsp; Summary</h2>
1143
1230
 
1144
1231
 
1145
1232
  <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>
1146
1233
 
1147
1234
 
1148
- <h2 id="anchor67">Notice</h2>
1235
+ <h2 id="anchor76">20.2 &nbsp; Notice</h2>
1149
1236
 
1150
1237
 
1151
1238
  <ul>
@@ -1156,7 +1243,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1156
1243
  </ul>
1157
1244
 
1158
1245
 
1159
- <h2 id="anchor68">Details</h2>
1246
+ <h2 id="anchor77">20.3 &nbsp; Details</h2>
1160
1247
 
1161
1248
 
1162
1249
  <ul>
@@ -1251,16 +1338,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1251
1338
  </ul>
1252
1339
 
1253
1340
 
1254
- <h1 id="6.2.0">Version 6.2.0 (2006-08-26)</h1>
1341
+ <h1 id="6.2.0">21 &nbsp; Version 6.2.0 (2006-08-26)</h1>
1255
1342
 
1256
1343
 
1257
- <h2 id="anchor69">Summary</h2>
1344
+ <h2 id="anchor78">21.1 &nbsp; Summary</h2>
1258
1345
 
1259
1346
 
1260
1347
  <p>This release beautifies generated tests, adds checks to find signal width bugs, and includes a new tool.</p>
1261
1348
 
1262
1349
 
1263
- <h2 id="anchor70">Notice</h2>
1350
+ <h2 id="anchor79">21.2 &nbsp; Notice</h2>
1264
1351
 
1265
1352
 
1266
1353
  <ul>
@@ -1273,7 +1360,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1273
1360
  </ul>
1274
1361
 
1275
1362
 
1276
- <h2 id="anchor71">Details</h2>
1363
+ <h2 id="anchor80">21.3 &nbsp; Details</h2>
1277
1364
 
1278
1365
 
1279
1366
  <ul>
@@ -1296,16 +1383,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1296
1383
  </ul>
1297
1384
 
1298
1385
 
1299
- <h1 id="6.1.0">Version 6.1.0 (2006-08-09)</h1>
1386
+ <h1 id="6.1.0">22 &nbsp; Version 6.1.0 (2006-08-09)</h1>
1300
1387
 
1301
1388
 
1302
- <h2 id="anchor72">Summary</h2>
1389
+ <h2 id="anchor81">22.1 &nbsp; Summary</h2>
1303
1390
 
1304
1391
 
1305
1392
  <p>This release simplifies generated tests and fixes a bug.</p>
1306
1393
 
1307
1394
 
1308
- <h2 id="anchor73">Details</h2>
1395
+ <h2 id="anchor82">22.2 &nbsp; Details</h2>
1309
1396
 
1310
1397
 
1311
1398
  <ul>
@@ -1322,16 +1409,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1322
1409
  </ul>
1323
1410
 
1324
1411
 
1325
- <h1 id="6.0.0">Version 6.0.0 (2006-08-07)</h1>
1412
+ <h1 id="6.0.0">23 &nbsp; Version 6.0.0 (2006-08-07)</h1>
1326
1413
 
1327
1414
 
1328
- <h2 id="anchor74">Summary</h2>
1415
+ <h2 id="anchor83">23.1 &nbsp; Summary</h2>
1329
1416
 
1330
1417
 
1331
1418
  <p>This release adds support and documentation for rapid prototyping of Verilog designs in Ruby.</p>
1332
1419
 
1333
1420
 
1334
- <h2 id="anchor75">Notice</h2>
1421
+ <h2 id="anchor84">23.2 &nbsp; Notice</h2>
1335
1422
 
1336
1423
 
1337
1424
  <ul>
@@ -1349,7 +1436,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1349
1436
  </ul>
1350
1437
 
1351
1438
 
1352
- <h2 id="anchor76">Details</h2>
1439
+ <h2 id="anchor85">23.3 &nbsp; Details</h2>
1353
1440
 
1354
1441
 
1355
1442
  <ul>
@@ -1369,16 +1456,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1369
1456
  </ul>
1370
1457
 
1371
1458
 
1372
- <h1 id="5.1.1">Version 5.1.1 (2006-08-04)</h1>
1459
+ <h1 id="5.1.1">24 &nbsp; Version 5.1.1 (2006-08-04)</h1>
1373
1460
 
1374
1461
 
1375
- <h2 id="anchor77">Summary</h2>
1462
+ <h2 id="anchor86">24.1 &nbsp; Summary</h2>
1376
1463
 
1377
1464
 
1378
1465
  <p>This release fixes unreadable syntax coloring in the user manual.</p>
1379
1466
 
1380
1467
 
1381
- <h2 id="anchor78">Acknowledgment</h2>
1468
+ <h2 id="anchor87">24.2 &nbsp; Acknowledgment</h2>
1382
1469
 
1383
1470
 
1384
1471
  <ul>
@@ -1386,7 +1473,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1386
1473
  </ul>
1387
1474
 
1388
1475
 
1389
- <h2 id="anchor79">Details</h2>
1476
+ <h2 id="anchor88">24.3 &nbsp; Details</h2>
1390
1477
 
1391
1478
 
1392
1479
  <ul>
@@ -1399,16 +1486,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1399
1486
  </ul>
1400
1487
 
1401
1488
 
1402
- <h1 id="5.1.0">Version 5.1.0 (2006-07-29)</h1>
1489
+ <h1 id="5.1.0">25 &nbsp; Version 5.1.0 (2006-07-29)</h1>
1403
1490
 
1404
1491
 
1405
- <h2 id="anchor80">Summary</h2>
1492
+ <h2 id="anchor89">25.1 &nbsp; Summary</h2>
1406
1493
 
1407
1494
 
1408
1495
  <p>This release adds a tutorial to the user manual, and improves the tools and examples.</p>
1409
1496
 
1410
1497
 
1411
- <h2 id="anchor81">Acknowledgment</h2>
1498
+ <h2 id="anchor90">25.2 &nbsp; Acknowledgment</h2>
1412
1499
 
1413
1500
 
1414
1501
  <ul>
@@ -1416,10 +1503,10 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1416
1503
  </ul>
1417
1504
 
1418
1505
 
1419
- <h2 id="anchor82">Details</h2>
1506
+ <h2 id="anchor91">25.3 &nbsp; Details</h2>
1420
1507
 
1421
1508
 
1422
- <h3 id="anchor83">User manual</h3>
1509
+ <h3 id="anchor92">25.3.1 &nbsp; User manual</h3>
1423
1510
 
1424
1511
 
1425
1512
  <ul>
@@ -1432,7 +1519,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1432
1519
  </ul>
1433
1520
 
1434
1521
 
1435
- <h3 id="anchor84">Examples</h3>
1522
+ <h3 id="anchor93">25.3.2 &nbsp; Examples</h3>
1436
1523
 
1437
1524
 
1438
1525
  <ul>
@@ -1460,7 +1547,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1460
1547
  </ul>
1461
1548
 
1462
1549
 
1463
- <h3 id="anchor85"><span class="caps">VPI</span> utility layer</h3>
1550
+ <h3 id="anchor94">25.3.3 &nbsp; <span class="caps">VPI</span> utility layer</h3>
1464
1551
 
1465
1552
 
1466
1553
  <ul>
@@ -1468,16 +1555,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1468
1555
  </ul>
1469
1556
 
1470
1557
 
1471
- <h1 id="5.0.0">Version 5.0.0 (2006-07-22)</h1>
1558
+ <h1 id="5.0.0">26 &nbsp; Version 5.0.0 (2006-07-22)</h1>
1472
1559
 
1473
1560
 
1474
- <h2 id="anchor86">Summary</h2>
1561
+ <h2 id="anchor95">26.1 &nbsp; Summary</h2>
1475
1562
 
1476
1563
 
1477
1564
  <p>This release enhances the <span class="caps">VPI</span> utility layer and adds new content to the user manual.</p>
1478
1565
 
1479
1566
 
1480
- <h2 id="anchor87">Acknowledgment</h2>
1567
+ <h2 id="anchor96">26.2 &nbsp; Acknowledgment</h2>
1481
1568
 
1482
1569
 
1483
1570
  <ul>
@@ -1485,7 +1572,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1485
1572
  </ul>
1486
1573
 
1487
1574
 
1488
- <h2 id="anchor88">Notice</h2>
1575
+ <h2 id="anchor97">26.3 &nbsp; Notice</h2>
1489
1576
 
1490
1577
 
1491
1578
  <ul>
@@ -1498,7 +1585,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1498
1585
  </ul>
1499
1586
 
1500
1587
 
1501
- <h2 id="anchor89">Details</h2>
1588
+ <h2 id="anchor98">26.4 &nbsp; Details</h2>
1502
1589
 
1503
1590
 
1504
1591
  <ul>
@@ -1525,16 +1612,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1525
1612
  </ul>
1526
1613
 
1527
1614
 
1528
- <h1 id="4.0.0">Version 4.0.0 (2006-05-25)</h1>
1615
+ <h1 id="4.0.0">27 &nbsp; Version 4.0.0 (2006-05-25)</h1>
1529
1616
 
1530
1617
 
1531
- <h2 id="anchor90">Summary</h2>
1618
+ <h2 id="anchor99">27.1 &nbsp; Summary</h2>
1532
1619
 
1533
1620
 
1534
1621
  <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>
1535
1622
 
1536
1623
 
1537
- <h2 id="anchor91">Acknowledgment</h2>
1624
+ <h2 id="anchor100">27.2 &nbsp; Acknowledgment</h2>
1538
1625
 
1539
1626
 
1540
1627
  <ul>
@@ -1542,7 +1629,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1542
1629
  </ul>
1543
1630
 
1544
1631
 
1545
- <h2 id="anchor92">Notice</h2>
1632
+ <h2 id="anchor101">27.3 &nbsp; Notice</h2>
1546
1633
 
1547
1634
 
1548
1635
  <ul>
@@ -1555,7 +1642,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1555
1642
  </ul>
1556
1643
 
1557
1644
 
1558
- <h2 id="anchor93">Details</h2>
1645
+ <h2 id="anchor102">27.4 &nbsp; Details</h2>
1559
1646
 
1560
1647
 
1561
1648
  <ul>
@@ -1580,16 +1667,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1580
1667
  </ul>
1581
1668
 
1582
1669
 
1583
- <h1 id="3.2.0">Version 3.2.0 (2006-05-13)</h1>
1670
+ <h1 id="3.2.0">28 &nbsp; Version 3.2.0 (2006-05-13)</h1>
1584
1671
 
1585
1672
 
1586
- <h2 id="anchor94">Summary</h2>
1673
+ <h2 id="anchor103">28.1 &nbsp; Summary</h2>
1587
1674
 
1588
1675
 
1589
1676
  <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>
1590
1677
 
1591
1678
 
1592
- <h2 id="anchor95">Acknowledgment</h2>
1679
+ <h2 id="anchor104">28.2 &nbsp; Acknowledgment</h2>
1593
1680
 
1594
1681
 
1595
1682
  <ul>
@@ -1597,7 +1684,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1597
1684
  </ul>
1598
1685
 
1599
1686
 
1600
- <h2 id="anchor96">Details</h2>
1687
+ <h2 id="anchor105">28.3 &nbsp; Details</h2>
1601
1688
 
1602
1689
 
1603
1690
  <ul>
@@ -1624,16 +1711,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1624
1711
  </ul>
1625
1712
 
1626
1713
 
1627
- <h1 id="3.1.0">Version 3.1.0 (2006-04-28)</h1>
1714
+ <h1 id="3.1.0">29 &nbsp; Version 3.1.0 (2006-04-28)</h1>
1628
1715
 
1629
1716
 
1630
- <h2 id="anchor97">Summary</h2>
1717
+ <h2 id="anchor106">29.1 &nbsp; Summary</h2>
1631
1718
 
1632
1719
 
1633
1720
  <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>
1634
1721
 
1635
1722
 
1636
- <h2 id="anchor98">Notice</h2>
1723
+ <h2 id="anchor107">29.2 &nbsp; Notice</h2>
1637
1724
 
1638
1725
 
1639
1726
  <ul>
@@ -1641,7 +1728,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1641
1728
  </ul>
1642
1729
 
1643
1730
 
1644
- <h2 id="anchor99">Details</h2>
1731
+ <h2 id="anchor108">29.3 &nbsp; Details</h2>
1645
1732
 
1646
1733
 
1647
1734
  <ul>
@@ -1678,16 +1765,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1678
1765
  </ul>
1679
1766
 
1680
1767
 
1681
- <h1 id="3.0.0">Version 3.0.0 (2006-04-23)</h1>
1768
+ <h1 id="3.0.0">30 &nbsp; Version 3.0.0 (2006-04-23)</h1>
1682
1769
 
1683
1770
 
1684
- <h2 id="anchor100">Summary</h2>
1771
+ <h2 id="anchor109">30.1 &nbsp; Summary</h2>
1685
1772
 
1686
1773
 
1687
1774
  <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>
1688
1775
 
1689
1776
 
1690
- <h2 id="anchor101">Acknowledgment</h2>
1777
+ <h2 id="anchor110">30.2 &nbsp; Acknowledgment</h2>
1691
1778
 
1692
1779
 
1693
1780
  <ul>
@@ -1695,7 +1782,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1695
1782
  </ul>
1696
1783
 
1697
1784
 
1698
- <h2 id="anchor102">Notice</h2>
1785
+ <h2 id="anchor111">30.3 &nbsp; Notice</h2>
1699
1786
 
1700
1787
 
1701
1788
  <ul>
@@ -1703,7 +1790,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1703
1790
  </ul>
1704
1791
 
1705
1792
 
1706
- <h2 id="anchor103">Details</h2>
1793
+ <h2 id="anchor112">30.4 &nbsp; Details</h2>
1707
1794
 
1708
1795
 
1709
1796
  <ul>
@@ -1745,16 +1832,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1745
1832
  </ul>
1746
1833
 
1747
1834
 
1748
- <h1 id="2.0.0">Version 2.0.0 (2006-04-17)</h1>
1835
+ <h1 id="2.0.0">31 &nbsp; Version 2.0.0 (2006-04-17)</h1>
1749
1836
 
1750
1837
 
1751
- <h2 id="anchor104">Summary</h2>
1838
+ <h2 id="anchor113">31.1 &nbsp; Summary</h2>
1752
1839
 
1753
1840
 
1754
1841
  <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>
1755
1842
 
1756
1843
 
1757
- <h2 id="anchor105">Acknowledgment</h2>
1844
+ <h2 id="anchor114">31.2 &nbsp; Acknowledgment</h2>
1758
1845
 
1759
1846
 
1760
1847
  <ul>
@@ -1762,7 +1849,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1762
1849
  </ul>
1763
1850
 
1764
1851
 
1765
- <h2 id="anchor106">Notice</h2>
1852
+ <h2 id="anchor115">31.3 &nbsp; Notice</h2>
1766
1853
 
1767
1854
 
1768
1855
  <ul>
@@ -1770,7 +1857,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1770
1857
  </ul>
1771
1858
 
1772
1859
 
1773
- <h2 id="anchor107">Details</h2>
1860
+ <h2 id="anchor116">31.4 &nbsp; Details</h2>
1774
1861
 
1775
1862
 
1776
1863
  <ul>
@@ -1798,10 +1885,10 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1798
1885
  </ul>
1799
1886
 
1800
1887
 
1801
- <h1 id="1.0.0">Version 1.0.0 (2006-02-26)</h1>
1888
+ <h1 id="1.0.0">32 &nbsp; Version 1.0.0 (2006-02-26)</h1>
1802
1889
 
1803
1890
 
1804
- <h2 id="anchor108">Summary</h2>
1891
+ <h2 id="anchor117">32.1 &nbsp; Summary</h2>
1805
1892
 
1806
1893
 
1807
1894
  This release adds enough Verilog <span class="caps">VPI</span> functionality to make Ruby-VPI usable for simple test benches:
@@ -1812,7 +1899,7 @@ This release adds enough Verilog <span class="caps">VPI</span> functionality to
1812
1899
  </ul>
1813
1900
 
1814
1901
 
1815
- <h2 id="anchor109">Acknowledgment</h2>
1902
+ <h2 id="anchor118">32.2 &nbsp; Acknowledgment</h2>
1816
1903
 
1817
1904
 
1818
1905
  <ul>
@@ -1825,7 +1912,7 @@ This release adds enough Verilog <span class="caps">VPI</span> functionality to
1825
1912
  </ul>
1826
1913
 
1827
1914
 
1828
- <h2 id="anchor110">Details</h2>
1915
+ <h2 id="anchor119">32.3 &nbsp; Details</h2>
1829
1916
 
1830
1917
 
1831
1918
  <ul>
@@ -1876,16 +1963,16 @@ This release adds enough Verilog <span class="caps">VPI</span> functionality to
1876
1963
  </ul>
1877
1964
 
1878
1965
 
1879
- <h1 id="0.0.0">Version 0.0.0 (1999-10-31)</h1>
1966
+ <h1 id="0.0.0">33 &nbsp; Version 0.0.0 (1999-10-31)</h1>
1880
1967
 
1881
1968
 
1882
- <h2 id="anchor111">Summary</h2>
1969
+ <h2 id="anchor120">33.1 &nbsp; Summary</h2>
1883
1970
 
1884
1971
 
1885
1972
  <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>
1886
1973
 
1887
1974
 
1888
- <h2 id="anchor112">Details</h2>
1975
+ <h2 id="anchor121">33.2 &nbsp; Details</h2>
1889
1976
 
1890
1977
 
1891
1978
  <ul>