ruby-vpi 14.0.0 → 15.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. data/bin/generate_test_tpl/proto.rb +8 -6
  2. data/doc/common.css +1 -0
  3. data/doc/history.html +357 -281
  4. data/doc/history.yml +35 -1
  5. data/doc/intro.inc +1 -1
  6. data/doc/manual.doc +38 -29
  7. data/doc/manual.html +109 -63
  8. data/doc/readme.html +6 -6
  9. data/doc/rss.xml +69 -1
  10. data/ext/Rakefile +1 -5
  11. data/ext/extconf.rb +0 -5
  12. data/ext/relay.c +1 -1
  13. data/ext/vlog.c +1 -1
  14. data/lib/ruby-vpi/vpi.rb +50 -4
  15. data/lib/ruby-vpi.rb +7 -7
  16. data/ref/c/annotated.html +6 -1
  17. data/ref/c/common_8h.html +1 -1
  18. data/ref/c/files.html +2 -1
  19. data/ref/c/functions.html +40 -20
  20. data/ref/c/functions_vars.html +40 -20
  21. data/ref/c/globals.html +212 -5
  22. data/ref/c/globals_0x62.html +62 -0
  23. data/ref/c/globals_0x63.html +19 -3
  24. data/ref/c/globals_0x65.html +8 -2
  25. data/ref/c/globals_0x66.html +19 -3
  26. data/ref/c/globals_0x67.html +64 -0
  27. data/ref/c/globals_0x69.html +62 -0
  28. data/ref/c/globals_0x6c.html +64 -0
  29. data/ref/c/globals_0x6d.html +10 -3
  30. data/ref/c/globals_0x6e.html +63 -0
  31. data/ref/c/globals_0x70.html +8 -2
  32. data/ref/c/globals_0x72.html +14 -4
  33. data/ref/c/globals_0x73.html +189 -3
  34. data/ref/c/globals_0x74.html +8 -2
  35. data/ref/c/globals_0x75.html +63 -0
  36. data/ref/c/globals_0x76.html +14 -4
  37. data/ref/c/globals_0x78.html +8 -2
  38. data/ref/c/globals_defs.html +6 -1
  39. data/ref/c/globals_defs_0x65.html +6 -1
  40. data/ref/c/globals_defs_0x6c.html +57 -0
  41. data/ref/c/globals_defs_0x6e.html +56 -0
  42. data/ref/c/globals_defs_0x70.html +6 -1
  43. data/ref/c/globals_defs_0x72.html +57 -0
  44. data/ref/c/globals_defs_0x73.html +165 -0
  45. data/ref/c/globals_defs_0x75.html +56 -0
  46. data/ref/c/globals_defs_0x76.html +10 -3
  47. data/ref/c/globals_defs_0x78.html +6 -1
  48. data/ref/c/globals_enum.html +1 -1
  49. data/ref/c/globals_eval.html +1 -1
  50. data/ref/c/globals_func.html +174 -14
  51. data/ref/c/globals_func_0x66.html +63 -0
  52. data/ref/c/globals_func_0x67.html +56 -0
  53. data/ref/c/globals_func_0x69.html +54 -0
  54. data/ref/c/globals_func_0x6d.html +56 -0
  55. data/ref/c/globals_func_0x70.html +54 -0
  56. data/ref/c/globals_func_0x72.html +57 -0
  57. data/ref/c/globals_func_0x73.html +113 -0
  58. data/ref/c/globals_func_0x76.html +58 -0
  59. data/ref/c/globals_type.html +6 -3
  60. data/ref/c/globals_vars.html +89 -3
  61. data/ref/c/index.html +1 -1
  62. data/ref/c/main_8c.html +2 -2
  63. data/ref/c/main_8h.html +1 -1
  64. data/ref/c/relay_8c.html +1 -1
  65. data/ref/c/relay_8h.html +1 -1
  66. data/ref/c/structswig__cast__info.html +98 -0
  67. data/ref/c/structswig__class.html +115 -0
  68. data/ref/c/structswig__module__info.html +132 -0
  69. data/ref/c/structswig__type__info.html +132 -0
  70. data/ref/c/structt__cb__data.html +1 -1
  71. data/ref/c/structt__vpi__delay.html +1 -1
  72. data/ref/c/structt__vpi__error__info.html +1 -1
  73. data/ref/c/structt__vpi__strengthval.html +1 -1
  74. data/ref/c/structt__vpi__systf__data.html +1 -1
  75. data/ref/c/structt__vpi__time.html +1 -1
  76. data/ref/c/structt__vpi__value.html +1 -1
  77. data/ref/c/structt__vpi__vecval.html +1 -1
  78. data/ref/c/structt__vpi__vlog__info.html +1 -1
  79. data/ref/c/swig__wrap_8cin.html +11610 -0
  80. data/ref/c/unions__vpi__value__value.html +166 -0
  81. data/ref/c/verilog_8h.html +1 -1
  82. data/ref/c/vlog_8c.html +3 -3
  83. data/ref/c/vlog_8h.html +1 -1
  84. data/ref/c/vpi__user_8h.html +1 -1
  85. data/ref/ruby/classes/RDoc.html +5 -5
  86. data/ref/ruby/classes/RDoc.src/{M000045.html → M000053.html} +0 -0
  87. data/ref/ruby/classes/RubyVpi.src/M000029.html +27 -27
  88. data/ref/ruby/classes/Vpi/Handle.html +93 -57
  89. data/ref/ruby/classes/Vpi/Handle.src/M000037.html +5 -5
  90. data/ref/ruby/classes/Vpi/Handle.src/M000038.html +5 -9
  91. data/ref/ruby/classes/Vpi/Handle.src/M000039.html +5 -31
  92. data/ref/ruby/classes/Vpi/Handle.src/M000040.html +5 -74
  93. data/ref/ruby/classes/Vpi/Handle.src/M000041.html +8 -17
  94. data/ref/ruby/classes/Vpi/Handle.src/M000042.html +8 -11
  95. data/ref/ruby/classes/Vpi/Handle.src/M000043.html +22 -0
  96. data/ref/ruby/classes/Vpi/Handle.src/M000044.html +31 -55
  97. data/ref/ruby/classes/Vpi/Handle.src/M000045.html +87 -0
  98. data/ref/ruby/classes/Vpi/Handle.src/M000046.html +30 -0
  99. data/ref/ruby/classes/Vpi/Handle.src/M000047.html +24 -0
  100. data/ref/ruby/classes/Vpi/Handle.src/M000049.html +68 -0
  101. data/ref/ruby/classes/Vpi/S_vpi_time.html +186 -0
  102. data/ref/ruby/classes/Vpi/S_vpi_time.src/M000050.html +18 -0
  103. data/ref/ruby/classes/Vpi/S_vpi_time.src/M000051.html +19 -0
  104. data/ref/ruby/classes/Vpi/S_vpi_value.html +167 -0
  105. data/ref/ruby/classes/Vpi/S_vpi_value.src/M000034.html +18 -0
  106. data/ref/ruby/classes/Vpi/S_vpi_value.src/M000035.html +18 -0
  107. data/ref/ruby/classes/Vpi/S_vpi_value.src/M000036.html +18 -0
  108. data/ref/ruby/classes/Vpi.html +3 -1
  109. data/ref/ruby/classes/Vpi.src/M000030.html +14 -14
  110. data/ref/ruby/classes/Vpi.src/M000031.html +4 -4
  111. data/ref/ruby/classes/Vpi.src/M000032.html +24 -25
  112. data/ref/ruby/classes/Vpi.src/M000033.html +8 -8
  113. data/ref/ruby/created.rid +1 -1
  114. data/ref/ruby/files/lib/ruby-vpi/vpi_rb.html +1 -1
  115. data/ref/ruby/files/lib/ruby-vpi_rb.html +1 -1
  116. data/ref/ruby/fr_class_index.html +2 -0
  117. data/ref/ruby/fr_method_index.html +22 -14
  118. data/samp/counter/counter_rspec_proto.rb +8 -6
  119. data/samp/counter/counter_xunit_proto.rb +8 -6
  120. data/samp/pipelined_alu/hw5_unit_test_proto.rb +2 -2
  121. metadata +42 -6
  122. data/ref/ruby/classes/Vpi/Handle.src/M000034.html +0 -18
  123. data/ref/ruby/classes/Vpi/Handle.src/M000035.html +0 -18
  124. data/ref/ruby/classes/Vpi/Handle.src/M000036.html +0 -18
data/doc/history.html CHANGED
@@ -17,259 +17,271 @@
17
17
  <li>1.1 <a href="#anchor12">Version numbering system</a></li>
18
18
  </ul>
19
19
  </li>
20
- <li>2 <a href="#14.0.0" title="2006-12-30">Version 14.0.0</a>
20
+ <li>2 <a href="#15.0.0" title="2007-01-13">Version 15.0.0</a>
21
21
  <ul>
22
22
  <li>2.1 <a href="#anchor13">Summary</a></li>
23
- <li>2.2 <a href="#anchor14">Notice</a>
23
+ <li>2.2 <a href="#anchor14">Acknowledgment</a></li>
24
+ <li>2.3 <a href="#anchor15">Notice</a>
24
25
  <ul>
25
- <li>2.2.1 <a href="#anchor15">New features</a></li>
26
+ <li>2.3.1 <a href="#anchor16">New features</a></li>
26
27
  </ul>
27
28
  </li>
28
- <li>2.3 <a href="#anchor16">Details</a></li>
29
+ <li>2.4 <a href="#anchor17">Details</a></li>
29
30
  </ul>
30
31
  </li>
31
- <li>3 <a href="#13.0.0" title="2006-12-27">Version 13.0.0</a>
32
+ <li>3 <a href="#14.0.0" title="2006-12-30">Version 14.0.0</a>
32
33
  <ul>
33
- <li>3.1 <a href="#anchor17">Summary</a></li>
34
- <li>3.2 <a href="#anchor18">Notice</a>
34
+ <li>3.1 <a href="#anchor18">Summary</a></li>
35
+ <li>3.2 <a href="#anchor19">Notice</a>
35
36
  <ul>
36
- <li>3.2.1 <a href="#anchor19">New features</a></li>
37
+ <li>3.2.1 <a href="#anchor20">New features</a></li>
37
38
  </ul>
38
39
  </li>
39
- <li>3.3 <a href="#anchor20">Details</a></li>
40
+ <li>3.3 <a href="#anchor21">Details</a></li>
40
41
  </ul>
41
42
  </li>
42
- <li>4 <a href="#12.1.0" title="2006-12-22">Version 12.1.0</a>
43
+ <li>4 <a href="#13.0.0" title="2006-12-27">Version 13.0.0</a>
43
44
  <ul>
44
- <li>4.1 <a href="#anchor21">Summary</a></li>
45
- <li>4.2 <a href="#anchor22">Notice</a>
45
+ <li>4.1 <a href="#anchor22">Summary</a></li>
46
+ <li>4.2 <a href="#anchor23">Notice</a>
46
47
  <ul>
47
- <li>4.2.1 <a href="#anchor23">New features</a></li>
48
+ <li>4.2.1 <a href="#anchor24">New features</a></li>
48
49
  </ul>
49
50
  </li>
50
- <li>4.3 <a href="#anchor24">Details</a></li>
51
+ <li>4.3 <a href="#anchor25">Details</a></li>
51
52
  </ul>
52
53
  </li>
53
- <li>5 <a href="#12.0.2" title="2006-12-18">Version 12.0.2</a>
54
+ <li>5 <a href="#12.1.0" title="2006-12-22">Version 12.1.0</a>
54
55
  <ul>
55
- <li>5.1 <a href="#anchor25">Summary</a></li>
56
+ <li>5.1 <a href="#anchor26">Summary</a></li>
57
+ <li>5.2 <a href="#anchor27">Notice</a>
58
+ <ul>
59
+ <li>5.2.1 <a href="#anchor28">New features</a></li>
60
+ </ul>
61
+ </li>
62
+ <li>5.3 <a href="#anchor29">Details</a></li>
56
63
  </ul>
57
64
  </li>
58
- <li>6 <a href="#12.0.1" title="2006-12-18">Version 12.0.1</a>
65
+ <li>6 <a href="#12.0.2" title="2006-12-18">Version 12.0.2</a>
59
66
  <ul>
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>
67
+ <li>6.1 <a href="#anchor30">Summary</a></li>
63
68
  </ul>
64
69
  </li>
65
- <li>7 <a href="#12.0.0" title="2006-12-07">Version 12.0.0</a>
70
+ <li>7 <a href="#12.0.1" title="2006-12-18">Version 12.0.1</a>
66
71
  <ul>
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>
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>
75
+ </ul>
76
+ </li>
77
+ <li>8 <a href="#12.0.0" title="2006-12-07">Version 12.0.0</a>
78
+ <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>
70
82
  <ul>
71
- <li>7.3.1 <a href="#anchor32">Test generation</a></li>
83
+ <li>8.3.1 <a href="#anchor37">Test generation</a></li>
72
84
  </ul>
73
85
  </li>
74
86
  </ul>
75
87
  </li>
76
- <li>8 <a href="#11.1.1" title="2006-11-15">Version 11.1.1</a>
88
+ <li>9 <a href="#11.1.1" title="2006-11-15">Version 11.1.1</a>
77
89
  <ul>
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>
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>
82
94
  </ul>
83
95
  </li>
84
- <li>9 <a href="#11.1.0" title="2006-11-08">Version 11.1.0</a>
96
+ <li>10 <a href="#11.1.0" title="2006-11-08">Version 11.1.0</a>
85
97
  <ul>
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>
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>
90
102
  </ul>
91
103
  </li>
92
- <li>10 <a href="#11.0.0" title="2006-11-05">Version 11.0.0</a>
104
+ <li>11 <a href="#11.0.0" title="2006-11-05">Version 11.0.0</a>
93
105
  <ul>
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>
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>
97
109
  </ul>
98
110
  </li>
99
- <li>11 <a href="#10.0.0" title="2006-11-05">Version 10.0.0</a>
111
+ <li>12 <a href="#10.0.0" title="2006-11-05">Version 10.0.0</a>
100
112
  <ul>
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>
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>
105
117
  <ul>
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>
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>
108
120
  </ul>
109
121
  </li>
110
122
  </ul>
111
123
  </li>
112
- <li>12 <a href="#9.0.0" title="2006-10-28">Version 9.0.0</a>
124
+ <li>13 <a href="#9.0.0" title="2006-10-28">Version 9.0.0</a>
113
125
  <ul>
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>
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>
118
130
  </ul>
119
131
  </li>
120
- <li>13 <a href="#8.2.0" title="2006-10-24">Version 8.2.0</a>
132
+ <li>14 <a href="#8.2.0" title="2006-10-24">Version 8.2.0</a>
121
133
  <ul>
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>
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>
126
138
  </ul>
127
139
  </li>
128
- <li>14 <a href="#8.1.0" title="2006-10-21">Version 8.1.0</a>
140
+ <li>15 <a href="#8.1.0" title="2006-10-21">Version 8.1.0</a>
129
141
  <ul>
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>
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>
133
145
  </ul>
134
146
  </li>
135
- <li>15 <a href="#8.0.0" title="2006-10-13">Version 8.0.0</a>
147
+ <li>16 <a href="#8.0.0" title="2006-10-13">Version 8.0.0</a>
136
148
  <ul>
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>
149
+ <li>16.1 <a href="#anchor66">Summary</a></li>
150
+ <li>16.2 <a href="#anchor67">Notice</a></li>
151
+ <li>16.3 <a href="#anchor68">Details</a></li>
140
152
  </ul>
141
153
  </li>
142
- <li>16 <a href="#7.3.0" title="2006-09-30">Version 7.3.0</a>
154
+ <li>17 <a href="#7.3.0" title="2006-09-30">Version 7.3.0</a>
143
155
  <ul>
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>
156
+ <li>17.1 <a href="#anchor69">Summary</a></li>
157
+ <li>17.2 <a href="#anchor70">Notice</a></li>
158
+ <li>17.3 <a href="#anchor71">Details</a></li>
147
159
  </ul>
148
160
  </li>
149
- <li>17 <a href="#7.2.0" title="2006-09-15">Version 7.2.0</a>
161
+ <li>18 <a href="#7.2.0" title="2006-09-15">Version 7.2.0</a>
150
162
  <ul>
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>
163
+ <li>18.1 <a href="#anchor72">Summary</a></li>
164
+ <li>18.2 <a href="#anchor73">Acknowledgment</a></li>
165
+ <li>18.3 <a href="#anchor74">Details</a></li>
154
166
  </ul>
155
167
  </li>
156
- <li>18 <a href="#7.1.0" title="2006-08-29">Version 7.1.0</a>
168
+ <li>19 <a href="#7.1.0" title="2006-08-29">Version 7.1.0</a>
157
169
  <ul>
158
- <li>18.1 <a href="#anchor70">Summary</a></li>
159
- <li>18.2 <a href="#anchor71">Details</a></li>
170
+ <li>19.1 <a href="#anchor75">Summary</a></li>
171
+ <li>19.2 <a href="#anchor76">Details</a></li>
160
172
  </ul>
161
173
  </li>
162
- <li>19 <a href="#7.0.0" title="2006-08-29">Version 7.0.0</a>
174
+ <li>20 <a href="#7.0.0" title="2006-08-29">Version 7.0.0</a>
163
175
  <ul>
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>
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>
167
179
  </ul>
168
180
  </li>
169
- <li>20 <a href="#6.3.0" title="2006-08-27">Version 6.3.0</a>
181
+ <li>21 <a href="#6.3.0" title="2006-08-27">Version 6.3.0</a>
170
182
  <ul>
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>
183
+ <li>21.1 <a href="#anchor80">Summary</a></li>
184
+ <li>21.2 <a href="#anchor81">Notice</a></li>
185
+ <li>21.3 <a href="#anchor82">Details</a></li>
174
186
  </ul>
175
187
  </li>
176
- <li>21 <a href="#6.2.0" title="2006-08-26">Version 6.2.0</a>
188
+ <li>22 <a href="#6.2.0" title="2006-08-26">Version 6.2.0</a>
177
189
  <ul>
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>
190
+ <li>22.1 <a href="#anchor83">Summary</a></li>
191
+ <li>22.2 <a href="#anchor84">Notice</a></li>
192
+ <li>22.3 <a href="#anchor85">Details</a></li>
181
193
  </ul>
182
194
  </li>
183
- <li>22 <a href="#6.1.0" title="2006-08-09">Version 6.1.0</a>
195
+ <li>23 <a href="#6.1.0" title="2006-08-09">Version 6.1.0</a>
184
196
  <ul>
185
- <li>22.1 <a href="#anchor81">Summary</a></li>
186
- <li>22.2 <a href="#anchor82">Details</a></li>
197
+ <li>23.1 <a href="#anchor86">Summary</a></li>
198
+ <li>23.2 <a href="#anchor87">Details</a></li>
187
199
  </ul>
188
200
  </li>
189
- <li>23 <a href="#6.0.0" title="2006-08-07">Version 6.0.0</a>
201
+ <li>24 <a href="#6.0.0" title="2006-08-07">Version 6.0.0</a>
190
202
  <ul>
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>
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>
194
206
  </ul>
195
207
  </li>
196
- <li>24 <a href="#5.1.1" title="2006-08-04">Version 5.1.1</a>
208
+ <li>25 <a href="#5.1.1" title="2006-08-04">Version 5.1.1</a>
197
209
  <ul>
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>
210
+ <li>25.1 <a href="#anchor91">Summary</a></li>
211
+ <li>25.2 <a href="#anchor92">Acknowledgment</a></li>
212
+ <li>25.3 <a href="#anchor93">Details</a></li>
201
213
  </ul>
202
214
  </li>
203
- <li>25 <a href="#5.1.0" title="2006-07-29">Version 5.1.0</a>
215
+ <li>26 <a href="#5.1.0" title="2006-07-29">Version 5.1.0</a>
204
216
  <ul>
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>
217
+ <li>26.1 <a href="#anchor94">Summary</a></li>
218
+ <li>26.2 <a href="#anchor95">Acknowledgment</a></li>
219
+ <li>26.3 <a href="#anchor96">Details</a>
208
220
  <ul>
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>
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>
212
224
  </ul>
213
225
  </li>
214
226
  </ul>
215
227
  </li>
216
- <li>26 <a href="#5.0.0" title="2006-07-22">Version 5.0.0</a>
228
+ <li>27 <a href="#5.0.0" title="2006-07-22">Version 5.0.0</a>
217
229
  <ul>
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>
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>
222
234
  </ul>
223
235
  </li>
224
- <li>27 <a href="#4.0.0" title="2006-05-25">Version 4.0.0</a>
236
+ <li>28 <a href="#4.0.0" title="2006-05-25">Version 4.0.0</a>
225
237
  <ul>
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>
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>
230
242
  </ul>
231
243
  </li>
232
- <li>28 <a href="#3.2.0" title="2006-05-13">Version 3.2.0</a>
244
+ <li>29 <a href="#3.2.0" title="2006-05-13">Version 3.2.0</a>
233
245
  <ul>
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>
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>
237
249
  </ul>
238
250
  </li>
239
- <li>29 <a href="#3.1.0" title="2006-04-28">Version 3.1.0</a>
251
+ <li>30 <a href="#3.1.0" title="2006-04-28">Version 3.1.0</a>
240
252
  <ul>
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>
253
+ <li>30.1 <a href="#anchor111">Summary</a></li>
254
+ <li>30.2 <a href="#anchor112">Notice</a></li>
255
+ <li>30.3 <a href="#anchor113">Details</a></li>
244
256
  </ul>
245
257
  </li>
246
- <li>30 <a href="#3.0.0" title="2006-04-23">Version 3.0.0</a>
258
+ <li>31 <a href="#3.0.0" title="2006-04-23">Version 3.0.0</a>
247
259
  <ul>
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>
260
+ <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>
252
264
  </ul>
253
265
  </li>
254
- <li>31 <a href="#2.0.0" title="2006-04-17">Version 2.0.0</a>
266
+ <li>32 <a href="#2.0.0" title="2006-04-17">Version 2.0.0</a>
255
267
  <ul>
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>
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>
260
272
  </ul>
261
273
  </li>
262
- <li>32 <a href="#1.0.0" title="2006-02-26">Version 1.0.0</a>
274
+ <li>33 <a href="#1.0.0" title="2006-02-26">Version 1.0.0</a>
263
275
  <ul>
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>
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>
267
279
  </ul>
268
280
  </li>
269
- <li>33 <a href="#0.0.0" title="1999-10-31">Version 0.0.0</a>
281
+ <li>34 <a href="#0.0.0" title="1999-10-31">Version 0.0.0</a>
270
282
  <ul>
271
- <li>33.1 <a href="#anchor120">Summary</a></li>
272
- <li>33.2 <a href="#anchor121">Details</a></li>
283
+ <li>34.1 <a href="#anchor125">Summary</a></li>
284
+ <li>34.2 <a href="#anchor126">Details</a></li>
273
285
  </ul></li>
274
286
  </ul>
275
287
 
@@ -298,16 +310,80 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
298
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>
299
311
 
300
312
 
301
- <h1 id="14.0.0">2 &nbsp; Version 14.0.0 (2006-12-30)</h1>
313
+ <h1 id="15.0.0">2 &nbsp; Version 15.0.0 (2007-01-13)</h1>
302
314
 
303
315
 
304
316
  <h2 id="anchor13">2.1 &nbsp; Summary</h2>
305
317
 
306
318
 
319
+ <p>This release fixes a problem with compilation of the C extension, and makes clock generation code correctly affect Ruby prototypes.</p>
320
+
321
+
322
+ <h2 id="anchor14">2.2 &nbsp; Acknowledgment</h2>
323
+
324
+
325
+ <p>Thanks to Derek Graham for reporting the problem with compilation of the C extension.</p>
326
+
327
+
328
+ <h2 id="anchor15">2.3 &nbsp; Notice</h2>
329
+
330
+
331
+ <ul>
332
+ <li>The <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::advance_time</code> method (instead of the <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::simulate</code> method) now invokes the design&#8217;s <code class="code">simulate!</code> method when prototyping is enabled.
333
+
334
+ <p>This makes clock generation code (passed to the <code class="code"><span style="color:#036; font-weight:bold">RubyVpi</span>::init_bench</code> method) affect Ruby prototypes, just as it affects a real Verilog design.</p>
335
+
336
+
337
+ <p>As a result, Ruby prototypes may need to check for edge-triggering through the new <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::<span style="color:#036; font-weight:bold">Handle</span>.posedge?</code> and <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::<span style="color:#036; font-weight:bold">Handle</span>.negedge?</code> methods. For example, see the <a href="manual.html#fig..counter_proto.rb">new implementation of the Counter prototype</a>.</p></li>
338
+ </ul>
339
+
340
+
341
+ <h3 id="anchor16">2.3.1 &nbsp; New features</h3>
342
+
343
+
344
+ <ul>
345
+ <li>Added <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::<span style="color:#036; font-weight:bold">Handle</span>.posedge?</code> and <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::<span style="color:#036; font-weight:bold">Handle</span>.negedge?</code> methods which check if a handle&#8217;s logic value is currently at a positive or negative edge, respectively.</li>
346
+ </ul>
347
+
348
+
349
+ <ul>
350
+ <li>Added <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::<span style="color:#036; font-weight:bold">S_vpi_time</span>.integer</code> and <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::<span style="color:#036; font-weight:bold">S_vpi_time</span>.integer=</code> methods which access the <code class="code">high</code> and <code class="code">low</code> integer fields as a single 64-bit integer.</li>
351
+ </ul>
352
+
353
+
354
+ <ul>
355
+ <li>Added utility methods for accessing the <code class="code">value</code> field in the <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::<span style="color:#036; font-weight:bold">S_vpi_value</span></code> structure.</li>
356
+ </ul>
357
+
358
+
359
+ <h2 id="anchor17">2.4 &nbsp; Details</h2>
360
+
361
+
362
+ <ul>
363
+ <li>Fixed problem with incorrect Ruby library flag in <tt>ext/extconf.rb</tt>. It happens that the <code class="code">mkmf</code> library determines the correct library flag all by itself!</li>
364
+ </ul>
365
+
366
+
367
+ <ul>
368
+ <li>Added new <a href="manual.html#usage.prototyping">prototyping section</a> to user manual.</li>
369
+ </ul>
370
+
371
+
372
+ <ul>
373
+ <li>Fixed some broken URLs in user documentation.</li>
374
+ </ul>
375
+
376
+
377
+ <h1 id="14.0.0">3 &nbsp; Version 14.0.0 (2006-12-30)</h1>
378
+
379
+
380
+ <h2 id="anchor18">3.1 &nbsp; Summary</h2>
381
+
382
+
307
383
  <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
384
 
309
385
 
310
- <h2 id="anchor14">2.2 &nbsp; Notice</h2>
386
+ <h2 id="anchor19">3.2 &nbsp; Notice</h2>
311
387
 
312
388
 
313
389
  <ul>
@@ -324,7 +400,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
324
400
  </ul>
325
401
 
326
402
 
327
- <h3 id="anchor15">2.2.1 &nbsp; New features</h3>
403
+ <h3 id="anchor20">3.2.1 &nbsp; New features</h3>
328
404
 
329
405
 
330
406
  <ul>
@@ -347,7 +423,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
347
423
  </ul>
348
424
 
349
425
 
350
- <h2 id="anchor16">2.3 &nbsp; Details</h2>
426
+ <h2 id="anchor21">3.3 &nbsp; Details</h2>
351
427
 
352
428
 
353
429
  <ul>
@@ -374,16 +450,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
374
450
  </ul>
375
451
 
376
452
 
377
- <h1 id="13.0.0">3 &nbsp; Version 13.0.0 (2006-12-27)</h1>
453
+ <h1 id="13.0.0">4 &nbsp; Version 13.0.0 (2006-12-27)</h1>
378
454
 
379
455
 
380
- <h2 id="anchor17">3.1 &nbsp; Summary</h2>
456
+ <h2 id="anchor22">4.1 &nbsp; Summary</h2>
381
457
 
382
458
 
383
459
  <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>
384
460
 
385
461
 
386
- <h2 id="anchor18">3.2 &nbsp; Notice</h2>
462
+ <h2 id="anchor23">4.2 &nbsp; Notice</h2>
387
463
 
388
464
 
389
465
  <ul>
@@ -394,7 +470,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
394
470
  </ul>
395
471
 
396
472
 
397
- <h3 id="anchor19">3.2.1 &nbsp; New features</h3>
473
+ <h3 id="anchor24">4.2.1 &nbsp; New features</h3>
398
474
 
399
475
 
400
476
  <ul>
@@ -402,7 +478,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
402
478
  </ul>
403
479
 
404
480
 
405
- <h2 id="anchor20">3.3 &nbsp; Details</h2>
481
+ <h2 id="anchor25">4.3 &nbsp; Details</h2>
406
482
 
407
483
 
408
484
  <ul>
@@ -427,16 +503,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
427
503
  </ul>
428
504
 
429
505
 
430
- <h1 id="12.1.0">4 &nbsp; Version 12.1.0 (2006-12-22)</h1>
506
+ <h1 id="12.1.0">5 &nbsp; Version 12.1.0 (2006-12-22)</h1>
431
507
 
432
508
 
433
- <h2 id="anchor21">4.1 &nbsp; Summary</h2>
509
+ <h2 id="anchor26">5.1 &nbsp; Summary</h2>
434
510
 
435
511
 
436
512
  <p>This release adds interactive debugging support, adds new sections to the user manual, and cleanses some internals.</p>
437
513
 
438
514
 
439
- <h2 id="anchor22">4.2 &nbsp; Notice</h2>
515
+ <h2 id="anchor27">5.2 &nbsp; Notice</h2>
440
516
 
441
517
 
442
518
  <ul>
@@ -449,7 +525,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
449
525
  </ul>
450
526
 
451
527
 
452
- <h3 id="anchor23">4.2.1 &nbsp; New features</h3>
528
+ <h3 id="anchor28">5.2.1 &nbsp; New features</h3>
453
529
 
454
530
 
455
531
  <ul>
@@ -465,7 +541,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
465
541
  </ul>
466
542
 
467
543
 
468
- <h2 id="anchor24">4.3 &nbsp; Details</h2>
544
+ <h2 id="anchor29">5.3 &nbsp; Details</h2>
469
545
 
470
546
 
471
547
  <ul>
@@ -488,31 +564,31 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
488
564
  </ul>
489
565
 
490
566
 
491
- <h1 id="12.0.2">5 &nbsp; Version 12.0.2 (2006-12-18)</h1>
567
+ <h1 id="12.0.2">6 &nbsp; Version 12.0.2 (2006-12-18)</h1>
492
568
 
493
569
 
494
- <h2 id="anchor25">5.1 &nbsp; Summary</h2>
570
+ <h2 id="anchor30">6.1 &nbsp; Summary</h2>
495
571
 
496
572
 
497
573
  <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>
498
574
 
499
575
 
500
- <h1 id="12.0.1">6 &nbsp; Version 12.0.1 (2006-12-18)</h1>
576
+ <h1 id="12.0.1">7 &nbsp; Version 12.0.1 (2006-12-18)</h1>
501
577
 
502
578
 
503
- <h2 id="anchor26">6.1 &nbsp; Summary</h2>
579
+ <h2 id="anchor31">7.1 &nbsp; Summary</h2>
504
580
 
505
581
 
506
582
  <p>This release fixes a problem in code coverage analysis.</p>
507
583
 
508
584
 
509
- <h2 id="anchor27">6.2 &nbsp; Acknowledgment</h2>
585
+ <h2 id="anchor32">7.2 &nbsp; Acknowledgment</h2>
510
586
 
511
587
 
512
588
  <p>Thanks to Mauricio Fernandez for helping me solve the problem.</p>
513
589
 
514
590
 
515
- <h2 id="anchor28">6.3 &nbsp; Details</h2>
591
+ <h2 id="anchor33">7.3 &nbsp; Details</h2>
516
592
 
517
593
 
518
594
  <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>
@@ -521,16 +597,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
521
597
  <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>
522
598
 
523
599
 
524
- <h1 id="12.0.0">7 &nbsp; Version 12.0.0 (2006-12-07)</h1>
600
+ <h1 id="12.0.0">8 &nbsp; Version 12.0.0 (2006-12-07)</h1>
525
601
 
526
602
 
527
- <h2 id="anchor29">7.1 &nbsp; Summary</h2>
603
+ <h2 id="anchor34">8.1 &nbsp; Summary</h2>
528
604
 
529
605
 
530
606
  <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>
531
607
 
532
608
 
533
- <h2 id="anchor30">7.2 &nbsp; Notice</h2>
609
+ <h2 id="anchor35">8.2 &nbsp; Notice</h2>
534
610
 
535
611
 
536
612
  <ul>
@@ -567,7 +643,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
567
643
  </ul>
568
644
 
569
645
 
570
- <h2 id="anchor31">7.3 &nbsp; Details</h2>
646
+ <h2 id="anchor36">8.3 &nbsp; Details</h2>
571
647
 
572
648
 
573
649
  <ul>
@@ -585,7 +661,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
585
661
  </ul>
586
662
 
587
663
 
588
- <h3 id="anchor32">7.3.1 &nbsp; Test generation</h3>
664
+ <h3 id="anchor37">8.3.1 &nbsp; Test generation</h3>
589
665
 
590
666
 
591
667
  <ul>
@@ -622,22 +698,22 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
622
698
  </ul>
623
699
 
624
700
 
625
- <h1 id="11.1.1">8 &nbsp; Version 11.1.1 (2006-11-15)</h1>
701
+ <h1 id="11.1.1">9 &nbsp; Version 11.1.1 (2006-11-15)</h1>
626
702
 
627
703
 
628
- <h2 id="anchor33">8.1 &nbsp; Summary</h2>
704
+ <h2 id="anchor38">9.1 &nbsp; Summary</h2>
629
705
 
630
706
 
631
707
  <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>
632
708
 
633
709
 
634
- <h2 id="anchor34">8.2 &nbsp; Acknowledgment</h2>
710
+ <h2 id="anchor39">9.2 &nbsp; Acknowledgment</h2>
635
711
 
636
712
 
637
713
  <p>Thanks to John Burr for finding the bug in the automated test generator.</p>
638
714
 
639
715
 
640
- <h2 id="anchor35">8.3 &nbsp; Notice</h2>
716
+ <h2 id="anchor40">9.3 &nbsp; Notice</h2>
641
717
 
642
718
 
643
719
  <ul>
@@ -645,7 +721,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
645
721
  </ul>
646
722
 
647
723
 
648
- <h2 id="anchor36">8.4 &nbsp; Details</h2>
724
+ <h2 id="anchor41">9.4 &nbsp; Details</h2>
649
725
 
650
726
 
651
727
  <ul>
@@ -658,22 +734,22 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
658
734
  </ul>
659
735
 
660
736
 
661
- <h1 id="11.1.0">9 &nbsp; Version 11.1.0 (2006-11-08)</h1>
737
+ <h1 id="11.1.0">10 &nbsp; Version 11.1.0 (2006-11-08)</h1>
662
738
 
663
739
 
664
- <h2 id="anchor37">9.1 &nbsp; Summary</h2>
740
+ <h2 id="anchor42">10.1 &nbsp; Summary</h2>
665
741
 
666
742
 
667
743
  <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>
668
744
 
669
745
 
670
- <h2 id="anchor38">9.2 &nbsp; Acknowledgment</h2>
746
+ <h2 id="anchor43">10.2 &nbsp; Acknowledgment</h2>
671
747
 
672
748
 
673
749
  <p>Thanks to Matt Fischler for finding the bug in generated benches (see below).</p>
674
750
 
675
751
 
676
- <h2 id="anchor39">9.3 &nbsp; Notice</h2>
752
+ <h2 id="anchor44">10.3 &nbsp; Notice</h2>
677
753
 
678
754
 
679
755
  <ul>
@@ -681,7 +757,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
681
757
  </ul>
682
758
 
683
759
 
684
- <h2 id="anchor40">9.4 &nbsp; Details</h2>
760
+ <h2 id="anchor45">10.4 &nbsp; Details</h2>
685
761
 
686
762
 
687
763
  <ul>
@@ -732,16 +808,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
732
808
  </ul>
733
809
 
734
810
 
735
- <h1 id="11.0.0">10 &nbsp; Version 11.0.0 (2006-11-05)</h1>
811
+ <h1 id="11.0.0">11 &nbsp; Version 11.0.0 (2006-11-05)</h1>
736
812
 
737
813
 
738
- <h2 id="anchor41">10.1 &nbsp; Summary</h2>
814
+ <h2 id="anchor46">11.1 &nbsp; Summary</h2>
739
815
 
740
816
 
741
817
  <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>
742
818
 
743
819
 
744
- <h2 id="anchor42">10.2 &nbsp; Notice</h2>
820
+ <h2 id="anchor47">11.2 &nbsp; Notice</h2>
745
821
 
746
822
 
747
823
  <ul>
@@ -759,7 +835,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
759
835
  </ul>
760
836
 
761
837
 
762
- <h2 id="anchor43">10.3 &nbsp; Details</h2>
838
+ <h2 id="anchor48">11.3 &nbsp; Details</h2>
763
839
 
764
840
 
765
841
  <ul>
@@ -786,22 +862,22 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
786
862
  </ul>
787
863
 
788
864
 
789
- <h1 id="10.0.0">11 &nbsp; Version 10.0.0 (2006-11-05)</h1>
865
+ <h1 id="10.0.0">12 &nbsp; Version 10.0.0 (2006-11-05)</h1>
790
866
 
791
867
 
792
- <h2 id="anchor44">11.1 &nbsp; Summary</h2>
868
+ <h2 id="anchor49">12.1 &nbsp; Summary</h2>
793
869
 
794
870
 
795
871
  <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>
796
872
 
797
873
 
798
- <h2 id="anchor45">11.2 &nbsp; Acknowledgment</h2>
874
+ <h2 id="anchor50">12.2 &nbsp; Acknowledgment</h2>
799
875
 
800
876
 
801
877
  <p>Thanks to Matt Fischler for finding the problem of misdirected compilation errors in Verilog benches.</p>
802
878
 
803
879
 
804
- <h2 id="anchor46">11.3 &nbsp; Notice</h2>
880
+ <h2 id="anchor51">12.3 &nbsp; Notice</h2>
805
881
 
806
882
 
807
883
  <ul>
@@ -822,10 +898,10 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
822
898
  </ul>
823
899
 
824
900
 
825
- <h2 id="anchor47">11.4 &nbsp; Details</h2>
901
+ <h2 id="anchor52">12.4 &nbsp; Details</h2>
826
902
 
827
903
 
828
- <h3 id="anchor48">11.4.1 &nbsp; Automated test generator</h3>
904
+ <h3 id="anchor53">12.4.1 &nbsp; Automated test generator</h3>
829
905
 
830
906
 
831
907
  <ul>
@@ -848,7 +924,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
848
924
  </ul>
849
925
 
850
926
 
851
- <h3 id="anchor49">11.4.2 &nbsp; User manual</h3>
927
+ <h3 id="anchor54">12.4.2 &nbsp; User manual</h3>
852
928
 
853
929
 
854
930
  <ul>
@@ -866,22 +942,22 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
866
942
  </ul>
867
943
 
868
944
 
869
- <h1 id="9.0.0">12 &nbsp; Version 9.0.0 (2006-10-28)</h1>
945
+ <h1 id="9.0.0">13 &nbsp; Version 9.0.0 (2006-10-28)</h1>
870
946
 
871
947
 
872
- <h2 id="anchor50">12.1 &nbsp; Summary</h2>
948
+ <h2 id="anchor55">13.1 &nbsp; Summary</h2>
873
949
 
874
950
 
875
951
  <p>This release improves the automated test generator and adds new content to the user manual.</p>
876
952
 
877
953
 
878
- <h2 id="anchor51">12.2 &nbsp; Acknowledgment</h2>
954
+ <h2 id="anchor56">13.2 &nbsp; Acknowledgment</h2>
879
955
 
880
956
 
881
957
  <p>Thanks to Matt Fischler for helping test and debug the installation of Ruby-VPI on Windows.</p>
882
958
 
883
959
 
884
- <h2 id="anchor52">12.3 &nbsp; Notice</h2>
960
+ <h2 id="anchor57">13.3 &nbsp; Notice</h2>
885
961
 
886
962
 
887
963
  <ul>
@@ -889,7 +965,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
889
965
  </ul>
890
966
 
891
967
 
892
- <h2 id="anchor53">12.4 &nbsp; Details</h2>
968
+ <h2 id="anchor58">13.4 &nbsp; Details</h2>
893
969
 
894
970
 
895
971
  <ul>
@@ -932,22 +1008,22 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
932
1008
  </ul>
933
1009
 
934
1010
 
935
- <h1 id="8.2.0">13 &nbsp; Version 8.2.0 (2006-10-24)</h1>
1011
+ <h1 id="8.2.0">14 &nbsp; Version 8.2.0 (2006-10-24)</h1>
936
1012
 
937
1013
 
938
- <h2 id="anchor54">13.1 &nbsp; Summary</h2>
1014
+ <h2 id="anchor59">14.1 &nbsp; Summary</h2>
939
1015
 
940
1016
 
941
1017
  <p>This release simplifies configuration of generated tests.</p>
942
1018
 
943
1019
 
944
- <h2 id="anchor55">13.2 &nbsp; Acknowledgment</h2>
1020
+ <h2 id="anchor60">14.2 &nbsp; Acknowledgment</h2>
945
1021
 
946
1022
 
947
1023
  <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>
948
1024
 
949
1025
 
950
- <h2 id="anchor56">13.3 &nbsp; Notice</h2>
1026
+ <h2 id="anchor61">14.3 &nbsp; Notice</h2>
951
1027
 
952
1028
 
953
1029
  <ul>
@@ -955,7 +1031,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
955
1031
  </ul>
956
1032
 
957
1033
 
958
- <h2 id="anchor57">13.4 &nbsp; Details</h2>
1034
+ <h2 id="anchor62">14.4 &nbsp; Details</h2>
959
1035
 
960
1036
 
961
1037
  <ul>
@@ -965,16 +1041,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
965
1041
  </ul>
966
1042
 
967
1043
 
968
- <h1 id="8.1.0">14 &nbsp; Version 8.1.0 (2006-10-21)</h1>
1044
+ <h1 id="8.1.0">15 &nbsp; Version 8.1.0 (2006-10-21)</h1>
969
1045
 
970
1046
 
971
- <h2 id="anchor58">14.1 &nbsp; Summary</h2>
1047
+ <h2 id="anchor63">15.1 &nbsp; Summary</h2>
972
1048
 
973
1049
 
974
1050
  <p>This release adds an integer library and renames the vpi_util library.</p>
975
1051
 
976
1052
 
977
- <h2 id="anchor59">14.2 &nbsp; Notice</h2>
1053
+ <h2 id="anchor64">15.2 &nbsp; Notice</h2>
978
1054
 
979
1055
 
980
1056
  <ul>
@@ -982,7 +1058,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
982
1058
  </ul>
983
1059
 
984
1060
 
985
- <h2 id="anchor60">14.3 &nbsp; Details</h2>
1061
+ <h2 id="anchor65">15.3 &nbsp; Details</h2>
986
1062
 
987
1063
 
988
1064
  <ul>
@@ -990,16 +1066,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
990
1066
  </ul>
991
1067
 
992
1068
 
993
- <h1 id="8.0.0">15 &nbsp; Version 8.0.0 (2006-10-13)</h1>
1069
+ <h1 id="8.0.0">16 &nbsp; Version 8.0.0 (2006-10-13)</h1>
994
1070
 
995
1071
 
996
- <h2 id="anchor61">15.1 &nbsp; Summary</h2>
1072
+ <h2 id="anchor66">16.1 &nbsp; Summary</h2>
997
1073
 
998
1074
 
999
1075
  <p>This release renames some identifiers for consistency, updates the documentation, and improves integration with RubyGems.</p>
1000
1076
 
1001
1077
 
1002
- <h2 id="anchor62">15.2 &nbsp; Notice</h2>
1078
+ <h2 id="anchor67">16.2 &nbsp; Notice</h2>
1003
1079
 
1004
1080
 
1005
1081
  <ul>
@@ -1015,7 +1091,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1015
1091
  </ul>
1016
1092
 
1017
1093
 
1018
- <h2 id="anchor63">15.3 &nbsp; Details</h2>
1094
+ <h2 id="anchor68">16.3 &nbsp; Details</h2>
1019
1095
 
1020
1096
 
1021
1097
  <ul>
@@ -1046,16 +1122,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1046
1122
  </ul>
1047
1123
 
1048
1124
 
1049
- <h1 id="7.3.0">16 &nbsp; Version 7.3.0 (2006-09-30)</h1>
1125
+ <h1 id="7.3.0">17 &nbsp; Version 7.3.0 (2006-09-30)</h1>
1050
1126
 
1051
1127
 
1052
- <h2 id="anchor64">16.1 &nbsp; Summary</h2>
1128
+ <h2 id="anchor69">17.1 &nbsp; Summary</h2>
1053
1129
 
1054
1130
 
1055
1131
  <p>This release fixes a bug in generated Verilog benches, includes parsed constants in generated tests, and adds new methods to handles.</p>
1056
1132
 
1057
1133
 
1058
- <h2 id="anchor65">16.2 &nbsp; Notice</h2>
1134
+ <h2 id="anchor70">17.2 &nbsp; Notice</h2>
1059
1135
 
1060
1136
 
1061
1137
  <ul>
@@ -1067,7 +1143,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1067
1143
  </ul>
1068
1144
 
1069
1145
 
1070
- <h2 id="anchor66">16.3 &nbsp; Details</h2>
1146
+ <h2 id="anchor71">17.3 &nbsp; Details</h2>
1071
1147
 
1072
1148
 
1073
1149
  <ul>
@@ -1088,22 +1164,22 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1088
1164
  </ul>
1089
1165
 
1090
1166
 
1091
- <h1 id="7.2.0">17 &nbsp; Version 7.2.0 (2006-09-15)</h1>
1167
+ <h1 id="7.2.0">18 &nbsp; Version 7.2.0 (2006-09-15)</h1>
1092
1168
 
1093
1169
 
1094
- <h2 id="anchor67">17.1 &nbsp; Summary</h2>
1170
+ <h2 id="anchor72">18.1 &nbsp; Summary</h2>
1095
1171
 
1096
1172
 
1097
1173
  <p>This release adds initial support for code coverage analysis via the <a href="http://eigenclass.org/hiki.rb?rcov">rcov library</a>.</p>
1098
1174
 
1099
1175
 
1100
- <h2 id="anchor68">17.2 &nbsp; Acknowledgment</h2>
1176
+ <h2 id="anchor73">18.2 &nbsp; Acknowledgment</h2>
1101
1177
 
1102
1178
 
1103
1179
  <p>Thanks to Mauricio Fernandez for helping me use rcov without its runner.</p>
1104
1180
 
1105
1181
 
1106
- <h2 id="anchor69">17.3 &nbsp; Details</h2>
1182
+ <h2 id="anchor74">18.3 &nbsp; Details</h2>
1107
1183
 
1108
1184
 
1109
1185
  <ul>
@@ -1119,16 +1195,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1119
1195
  </ul>
1120
1196
 
1121
1197
 
1122
- <h1 id="7.1.0">18 &nbsp; Version 7.1.0 (2006-08-29)</h1>
1198
+ <h1 id="7.1.0">19 &nbsp; Version 7.1.0 (2006-08-29)</h1>
1123
1199
 
1124
1200
 
1125
- <h2 id="anchor70">18.1 &nbsp; Summary</h2>
1201
+ <h2 id="anchor75">19.1 &nbsp; Summary</h2>
1126
1202
 
1127
1203
 
1128
1204
  <p>This release simplifies running of multiple tests, restores compatibility with Synopsys <span class="caps">VCS</span>, and better integrates with RubyGems.</p>
1129
1205
 
1130
1206
 
1131
- <h2 id="anchor71">18.2 &nbsp; Details</h2>
1207
+ <h2 id="anchor76">19.2 &nbsp; Details</h2>
1132
1208
 
1133
1209
 
1134
1210
  <ul>
@@ -1156,16 +1232,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1156
1232
  </ul>
1157
1233
 
1158
1234
 
1159
- <h1 id="7.0.0">19 &nbsp; Version 7.0.0 (2006-08-29)</h1>
1235
+ <h1 id="7.0.0">20 &nbsp; Version 7.0.0 (2006-08-29)</h1>
1160
1236
 
1161
1237
 
1162
- <h2 id="anchor72">19.1 &nbsp; Summary</h2>
1238
+ <h2 id="anchor77">20.1 &nbsp; Summary</h2>
1163
1239
 
1164
1240
 
1165
1241
  <p>This release distributes Ruby-VPI as a gem, improves portability of generated tests, and fixes a bug.</p>
1166
1242
 
1167
1243
 
1168
- <h2 id="anchor73">19.2 &nbsp; Notice</h2>
1244
+ <h2 id="anchor78">20.2 &nbsp; Notice</h2>
1169
1245
 
1170
1246
 
1171
1247
  <ul>
@@ -1192,7 +1268,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1192
1268
  </ul>
1193
1269
 
1194
1270
 
1195
- <h2 id="anchor74">19.3 &nbsp; Details</h2>
1271
+ <h2 id="anchor79">20.3 &nbsp; Details</h2>
1196
1272
 
1197
1273
 
1198
1274
  <ul>
@@ -1223,16 +1299,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1223
1299
  </ul>
1224
1300
 
1225
1301
 
1226
- <h1 id="6.3.0">20 &nbsp; Version 6.3.0 (2006-08-27)</h1>
1302
+ <h1 id="6.3.0">21 &nbsp; Version 6.3.0 (2006-08-27)</h1>
1227
1303
 
1228
1304
 
1229
- <h2 id="anchor75">20.1 &nbsp; Summary</h2>
1305
+ <h2 id="anchor80">21.1 &nbsp; Summary</h2>
1230
1306
 
1231
1307
 
1232
1308
  <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>
1233
1309
 
1234
1310
 
1235
- <h2 id="anchor76">20.2 &nbsp; Notice</h2>
1311
+ <h2 id="anchor81">21.2 &nbsp; Notice</h2>
1236
1312
 
1237
1313
 
1238
1314
  <ul>
@@ -1243,7 +1319,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1243
1319
  </ul>
1244
1320
 
1245
1321
 
1246
- <h2 id="anchor77">20.3 &nbsp; Details</h2>
1322
+ <h2 id="anchor82">21.3 &nbsp; Details</h2>
1247
1323
 
1248
1324
 
1249
1325
  <ul>
@@ -1338,16 +1414,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1338
1414
  </ul>
1339
1415
 
1340
1416
 
1341
- <h1 id="6.2.0">21 &nbsp; Version 6.2.0 (2006-08-26)</h1>
1417
+ <h1 id="6.2.0">22 &nbsp; Version 6.2.0 (2006-08-26)</h1>
1342
1418
 
1343
1419
 
1344
- <h2 id="anchor78">21.1 &nbsp; Summary</h2>
1420
+ <h2 id="anchor83">22.1 &nbsp; Summary</h2>
1345
1421
 
1346
1422
 
1347
1423
  <p>This release beautifies generated tests, adds checks to find signal width bugs, and includes a new tool.</p>
1348
1424
 
1349
1425
 
1350
- <h2 id="anchor79">21.2 &nbsp; Notice</h2>
1426
+ <h2 id="anchor84">22.2 &nbsp; Notice</h2>
1351
1427
 
1352
1428
 
1353
1429
  <ul>
@@ -1360,7 +1436,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1360
1436
  </ul>
1361
1437
 
1362
1438
 
1363
- <h2 id="anchor80">21.3 &nbsp; Details</h2>
1439
+ <h2 id="anchor85">22.3 &nbsp; Details</h2>
1364
1440
 
1365
1441
 
1366
1442
  <ul>
@@ -1383,16 +1459,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1383
1459
  </ul>
1384
1460
 
1385
1461
 
1386
- <h1 id="6.1.0">22 &nbsp; Version 6.1.0 (2006-08-09)</h1>
1462
+ <h1 id="6.1.0">23 &nbsp; Version 6.1.0 (2006-08-09)</h1>
1387
1463
 
1388
1464
 
1389
- <h2 id="anchor81">22.1 &nbsp; Summary</h2>
1465
+ <h2 id="anchor86">23.1 &nbsp; Summary</h2>
1390
1466
 
1391
1467
 
1392
1468
  <p>This release simplifies generated tests and fixes a bug.</p>
1393
1469
 
1394
1470
 
1395
- <h2 id="anchor82">22.2 &nbsp; Details</h2>
1471
+ <h2 id="anchor87">23.2 &nbsp; Details</h2>
1396
1472
 
1397
1473
 
1398
1474
  <ul>
@@ -1409,16 +1485,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1409
1485
  </ul>
1410
1486
 
1411
1487
 
1412
- <h1 id="6.0.0">23 &nbsp; Version 6.0.0 (2006-08-07)</h1>
1488
+ <h1 id="6.0.0">24 &nbsp; Version 6.0.0 (2006-08-07)</h1>
1413
1489
 
1414
1490
 
1415
- <h2 id="anchor83">23.1 &nbsp; Summary</h2>
1491
+ <h2 id="anchor88">24.1 &nbsp; Summary</h2>
1416
1492
 
1417
1493
 
1418
1494
  <p>This release adds support and documentation for rapid prototyping of Verilog designs in Ruby.</p>
1419
1495
 
1420
1496
 
1421
- <h2 id="anchor84">23.2 &nbsp; Notice</h2>
1497
+ <h2 id="anchor89">24.2 &nbsp; Notice</h2>
1422
1498
 
1423
1499
 
1424
1500
  <ul>
@@ -1436,7 +1512,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1436
1512
  </ul>
1437
1513
 
1438
1514
 
1439
- <h2 id="anchor85">23.3 &nbsp; Details</h2>
1515
+ <h2 id="anchor90">24.3 &nbsp; Details</h2>
1440
1516
 
1441
1517
 
1442
1518
  <ul>
@@ -1456,16 +1532,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1456
1532
  </ul>
1457
1533
 
1458
1534
 
1459
- <h1 id="5.1.1">24 &nbsp; Version 5.1.1 (2006-08-04)</h1>
1535
+ <h1 id="5.1.1">25 &nbsp; Version 5.1.1 (2006-08-04)</h1>
1460
1536
 
1461
1537
 
1462
- <h2 id="anchor86">24.1 &nbsp; Summary</h2>
1538
+ <h2 id="anchor91">25.1 &nbsp; Summary</h2>
1463
1539
 
1464
1540
 
1465
1541
  <p>This release fixes unreadable syntax coloring in the user manual.</p>
1466
1542
 
1467
1543
 
1468
- <h2 id="anchor87">24.2 &nbsp; Acknowledgment</h2>
1544
+ <h2 id="anchor92">25.2 &nbsp; Acknowledgment</h2>
1469
1545
 
1470
1546
 
1471
1547
  <ul>
@@ -1473,7 +1549,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1473
1549
  </ul>
1474
1550
 
1475
1551
 
1476
- <h2 id="anchor88">24.3 &nbsp; Details</h2>
1552
+ <h2 id="anchor93">25.3 &nbsp; Details</h2>
1477
1553
 
1478
1554
 
1479
1555
  <ul>
@@ -1486,16 +1562,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1486
1562
  </ul>
1487
1563
 
1488
1564
 
1489
- <h1 id="5.1.0">25 &nbsp; Version 5.1.0 (2006-07-29)</h1>
1565
+ <h1 id="5.1.0">26 &nbsp; Version 5.1.0 (2006-07-29)</h1>
1490
1566
 
1491
1567
 
1492
- <h2 id="anchor89">25.1 &nbsp; Summary</h2>
1568
+ <h2 id="anchor94">26.1 &nbsp; Summary</h2>
1493
1569
 
1494
1570
 
1495
1571
  <p>This release adds a tutorial to the user manual, and improves the tools and examples.</p>
1496
1572
 
1497
1573
 
1498
- <h2 id="anchor90">25.2 &nbsp; Acknowledgment</h2>
1574
+ <h2 id="anchor95">26.2 &nbsp; Acknowledgment</h2>
1499
1575
 
1500
1576
 
1501
1577
  <ul>
@@ -1503,10 +1579,10 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1503
1579
  </ul>
1504
1580
 
1505
1581
 
1506
- <h2 id="anchor91">25.3 &nbsp; Details</h2>
1582
+ <h2 id="anchor96">26.3 &nbsp; Details</h2>
1507
1583
 
1508
1584
 
1509
- <h3 id="anchor92">25.3.1 &nbsp; User manual</h3>
1585
+ <h3 id="anchor97">26.3.1 &nbsp; User manual</h3>
1510
1586
 
1511
1587
 
1512
1588
  <ul>
@@ -1519,7 +1595,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1519
1595
  </ul>
1520
1596
 
1521
1597
 
1522
- <h3 id="anchor93">25.3.2 &nbsp; Examples</h3>
1598
+ <h3 id="anchor98">26.3.2 &nbsp; Examples</h3>
1523
1599
 
1524
1600
 
1525
1601
  <ul>
@@ -1547,7 +1623,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1547
1623
  </ul>
1548
1624
 
1549
1625
 
1550
- <h3 id="anchor94">25.3.3 &nbsp; <span class="caps">VPI</span> utility layer</h3>
1626
+ <h3 id="anchor99">26.3.3 &nbsp; <span class="caps">VPI</span> utility layer</h3>
1551
1627
 
1552
1628
 
1553
1629
  <ul>
@@ -1555,16 +1631,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1555
1631
  </ul>
1556
1632
 
1557
1633
 
1558
- <h1 id="5.0.0">26 &nbsp; Version 5.0.0 (2006-07-22)</h1>
1634
+ <h1 id="5.0.0">27 &nbsp; Version 5.0.0 (2006-07-22)</h1>
1559
1635
 
1560
1636
 
1561
- <h2 id="anchor95">26.1 &nbsp; Summary</h2>
1637
+ <h2 id="anchor100">27.1 &nbsp; Summary</h2>
1562
1638
 
1563
1639
 
1564
1640
  <p>This release enhances the <span class="caps">VPI</span> utility layer and adds new content to the user manual.</p>
1565
1641
 
1566
1642
 
1567
- <h2 id="anchor96">26.2 &nbsp; Acknowledgment</h2>
1643
+ <h2 id="anchor101">27.2 &nbsp; Acknowledgment</h2>
1568
1644
 
1569
1645
 
1570
1646
  <ul>
@@ -1572,7 +1648,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1572
1648
  </ul>
1573
1649
 
1574
1650
 
1575
- <h2 id="anchor97">26.3 &nbsp; Notice</h2>
1651
+ <h2 id="anchor102">27.3 &nbsp; Notice</h2>
1576
1652
 
1577
1653
 
1578
1654
  <ul>
@@ -1585,7 +1661,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1585
1661
  </ul>
1586
1662
 
1587
1663
 
1588
- <h2 id="anchor98">26.4 &nbsp; Details</h2>
1664
+ <h2 id="anchor103">27.4 &nbsp; Details</h2>
1589
1665
 
1590
1666
 
1591
1667
  <ul>
@@ -1612,16 +1688,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1612
1688
  </ul>
1613
1689
 
1614
1690
 
1615
- <h1 id="4.0.0">27 &nbsp; Version 4.0.0 (2006-05-25)</h1>
1691
+ <h1 id="4.0.0">28 &nbsp; Version 4.0.0 (2006-05-25)</h1>
1616
1692
 
1617
1693
 
1618
- <h2 id="anchor99">27.1 &nbsp; Summary</h2>
1694
+ <h2 id="anchor104">28.1 &nbsp; Summary</h2>
1619
1695
 
1620
1696
 
1621
1697
  <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>
1622
1698
 
1623
1699
 
1624
- <h2 id="anchor100">27.2 &nbsp; Acknowledgment</h2>
1700
+ <h2 id="anchor105">28.2 &nbsp; Acknowledgment</h2>
1625
1701
 
1626
1702
 
1627
1703
  <ul>
@@ -1629,7 +1705,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1629
1705
  </ul>
1630
1706
 
1631
1707
 
1632
- <h2 id="anchor101">27.3 &nbsp; Notice</h2>
1708
+ <h2 id="anchor106">28.3 &nbsp; Notice</h2>
1633
1709
 
1634
1710
 
1635
1711
  <ul>
@@ -1642,7 +1718,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1642
1718
  </ul>
1643
1719
 
1644
1720
 
1645
- <h2 id="anchor102">27.4 &nbsp; Details</h2>
1721
+ <h2 id="anchor107">28.4 &nbsp; Details</h2>
1646
1722
 
1647
1723
 
1648
1724
  <ul>
@@ -1667,16 +1743,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1667
1743
  </ul>
1668
1744
 
1669
1745
 
1670
- <h1 id="3.2.0">28 &nbsp; Version 3.2.0 (2006-05-13)</h1>
1746
+ <h1 id="3.2.0">29 &nbsp; Version 3.2.0 (2006-05-13)</h1>
1671
1747
 
1672
1748
 
1673
- <h2 id="anchor103">28.1 &nbsp; Summary</h2>
1749
+ <h2 id="anchor108">29.1 &nbsp; Summary</h2>
1674
1750
 
1675
1751
 
1676
1752
  <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>
1677
1753
 
1678
1754
 
1679
- <h2 id="anchor104">28.2 &nbsp; Acknowledgment</h2>
1755
+ <h2 id="anchor109">29.2 &nbsp; Acknowledgment</h2>
1680
1756
 
1681
1757
 
1682
1758
  <ul>
@@ -1684,7 +1760,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1684
1760
  </ul>
1685
1761
 
1686
1762
 
1687
- <h2 id="anchor105">28.3 &nbsp; Details</h2>
1763
+ <h2 id="anchor110">29.3 &nbsp; Details</h2>
1688
1764
 
1689
1765
 
1690
1766
  <ul>
@@ -1711,16 +1787,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1711
1787
  </ul>
1712
1788
 
1713
1789
 
1714
- <h1 id="3.1.0">29 &nbsp; Version 3.1.0 (2006-04-28)</h1>
1790
+ <h1 id="3.1.0">30 &nbsp; Version 3.1.0 (2006-04-28)</h1>
1715
1791
 
1716
1792
 
1717
- <h2 id="anchor106">29.1 &nbsp; Summary</h2>
1793
+ <h2 id="anchor111">30.1 &nbsp; Summary</h2>
1718
1794
 
1719
1795
 
1720
1796
  <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>
1721
1797
 
1722
1798
 
1723
- <h2 id="anchor107">29.2 &nbsp; Notice</h2>
1799
+ <h2 id="anchor112">30.2 &nbsp; Notice</h2>
1724
1800
 
1725
1801
 
1726
1802
  <ul>
@@ -1728,7 +1804,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1728
1804
  </ul>
1729
1805
 
1730
1806
 
1731
- <h2 id="anchor108">29.3 &nbsp; Details</h2>
1807
+ <h2 id="anchor113">30.3 &nbsp; Details</h2>
1732
1808
 
1733
1809
 
1734
1810
  <ul>
@@ -1765,16 +1841,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1765
1841
  </ul>
1766
1842
 
1767
1843
 
1768
- <h1 id="3.0.0">30 &nbsp; Version 3.0.0 (2006-04-23)</h1>
1844
+ <h1 id="3.0.0">31 &nbsp; Version 3.0.0 (2006-04-23)</h1>
1769
1845
 
1770
1846
 
1771
- <h2 id="anchor109">30.1 &nbsp; Summary</h2>
1847
+ <h2 id="anchor114">31.1 &nbsp; Summary</h2>
1772
1848
 
1773
1849
 
1774
1850
  <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>
1775
1851
 
1776
1852
 
1777
- <h2 id="anchor110">30.2 &nbsp; Acknowledgment</h2>
1853
+ <h2 id="anchor115">31.2 &nbsp; Acknowledgment</h2>
1778
1854
 
1779
1855
 
1780
1856
  <ul>
@@ -1782,7 +1858,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1782
1858
  </ul>
1783
1859
 
1784
1860
 
1785
- <h2 id="anchor111">30.3 &nbsp; Notice</h2>
1861
+ <h2 id="anchor116">31.3 &nbsp; Notice</h2>
1786
1862
 
1787
1863
 
1788
1864
  <ul>
@@ -1790,7 +1866,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1790
1866
  </ul>
1791
1867
 
1792
1868
 
1793
- <h2 id="anchor112">30.4 &nbsp; Details</h2>
1869
+ <h2 id="anchor117">31.4 &nbsp; Details</h2>
1794
1870
 
1795
1871
 
1796
1872
  <ul>
@@ -1832,16 +1908,16 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1832
1908
  </ul>
1833
1909
 
1834
1910
 
1835
- <h1 id="2.0.0">31 &nbsp; Version 2.0.0 (2006-04-17)</h1>
1911
+ <h1 id="2.0.0">32 &nbsp; Version 2.0.0 (2006-04-17)</h1>
1836
1912
 
1837
1913
 
1838
- <h2 id="anchor113">31.1 &nbsp; Summary</h2>
1914
+ <h2 id="anchor118">32.1 &nbsp; Summary</h2>
1839
1915
 
1840
1916
 
1841
1917
  <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>
1842
1918
 
1843
1919
 
1844
- <h2 id="anchor114">31.2 &nbsp; Acknowledgment</h2>
1920
+ <h2 id="anchor119">32.2 &nbsp; Acknowledgment</h2>
1845
1921
 
1846
1922
 
1847
1923
  <ul>
@@ -1849,7 +1925,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1849
1925
  </ul>
1850
1926
 
1851
1927
 
1852
- <h2 id="anchor115">31.3 &nbsp; Notice</h2>
1928
+ <h2 id="anchor120">32.3 &nbsp; Notice</h2>
1853
1929
 
1854
1930
 
1855
1931
  <ul>
@@ -1857,7 +1933,7 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1857
1933
  </ul>
1858
1934
 
1859
1935
 
1860
- <h2 id="anchor116">31.4 &nbsp; Details</h2>
1936
+ <h2 id="anchor121">32.4 &nbsp; Details</h2>
1861
1937
 
1862
1938
 
1863
1939
  <ul>
@@ -1885,10 +1961,10 @@ We <em>strictly</em> follow the RubyGems project&#8217;s <a href="http://www.rub
1885
1961
  </ul>
1886
1962
 
1887
1963
 
1888
- <h1 id="1.0.0">32 &nbsp; Version 1.0.0 (2006-02-26)</h1>
1964
+ <h1 id="1.0.0">33 &nbsp; Version 1.0.0 (2006-02-26)</h1>
1889
1965
 
1890
1966
 
1891
- <h2 id="anchor117">32.1 &nbsp; Summary</h2>
1967
+ <h2 id="anchor122">33.1 &nbsp; Summary</h2>
1892
1968
 
1893
1969
 
1894
1970
  This release adds enough Verilog <span class="caps">VPI</span> functionality to make Ruby-VPI usable for simple test benches:
@@ -1899,7 +1975,7 @@ This release adds enough Verilog <span class="caps">VPI</span> functionality to
1899
1975
  </ul>
1900
1976
 
1901
1977
 
1902
- <h2 id="anchor118">32.2 &nbsp; Acknowledgment</h2>
1978
+ <h2 id="anchor123">33.2 &nbsp; Acknowledgment</h2>
1903
1979
 
1904
1980
 
1905
1981
  <ul>
@@ -1912,7 +1988,7 @@ This release adds enough Verilog <span class="caps">VPI</span> functionality to
1912
1988
  </ul>
1913
1989
 
1914
1990
 
1915
- <h2 id="anchor119">32.3 &nbsp; Details</h2>
1991
+ <h2 id="anchor124">33.3 &nbsp; Details</h2>
1916
1992
 
1917
1993
 
1918
1994
  <ul>
@@ -1963,16 +2039,16 @@ This release adds enough Verilog <span class="caps">VPI</span> functionality to
1963
2039
  </ul>
1964
2040
 
1965
2041
 
1966
- <h1 id="0.0.0">33 &nbsp; Version 0.0.0 (1999-10-31)</h1>
2042
+ <h1 id="0.0.0">34 &nbsp; Version 0.0.0 (1999-10-31)</h1>
1967
2043
 
1968
2044
 
1969
- <h2 id="anchor120">33.1 &nbsp; Summary</h2>
2045
+ <h2 id="anchor125">34.1 &nbsp; Summary</h2>
1970
2046
 
1971
2047
 
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>
2048
+ <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>
1973
2049
 
1974
2050
 
1975
- <h2 id="anchor121">33.2 &nbsp; Details</h2>
2051
+ <h2 id="anchor126">34.2 &nbsp; Details</h2>
1976
2052
 
1977
2053
 
1978
2054
  <ul>