ruby-vpi 16.0.0 → 16.0.1
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.
- data/Rakefile +2 -4
- data/doc/history.html +147 -126
- data/doc/history.yaml +17 -0
- data/doc/manual.html +76 -76
- data/doc/memo.html +4 -4
- data/doc/readme.html +9 -9
- data/doc/rss.xml +25 -0
- data/ext/Rakefile +1 -1
- data/ext/swig_wrap.cin +198 -220
- data/lib/ruby-vpi/rake.rb +1 -1
- data/lib/ruby-vpi/runner.rb +1 -1
- data/ref/c/annotated.html +3 -3
- data/ref/c/common_8h.html +12 -12
- data/ref/c/doxygen.css +1 -1
- data/ref/c/files.html +3 -3
- data/ref/c/functions.html +97 -47
- data/ref/c/functions_vars.html +97 -47
- data/ref/c/globals.html +5 -4
- data/ref/c/globals_0x63.html +67 -35
- data/ref/c/globals_0x65.html +5 -4
- data/ref/c/globals_0x66.html +5 -4
- data/ref/c/globals_0x6d.html +12 -6
- data/ref/c/globals_0x70.html +37 -20
- data/ref/c/globals_0x72.html +20 -10
- data/ref/c/globals_0x73.html +21 -12
- data/ref/c/globals_0x74.html +5 -4
- data/ref/c/globals_0x76.html +851 -425
- data/ref/c/globals_0x78.html +5 -4
- data/ref/c/globals_defs.html +67 -35
- data/ref/c/globals_defs_0x65.html +5 -4
- data/ref/c/globals_defs_0x70.html +7 -5
- data/ref/c/globals_defs_0x76.html +837 -420
- data/ref/c/globals_defs_0x78.html +5 -4
- data/ref/c/globals_enum.html +5 -4
- data/ref/c/globals_eval.html +7 -5
- data/ref/c/globals_func.html +50 -15
- data/ref/c/globals_type.html +53 -28
- data/ref/c/globals_vars.html +14 -8
- data/ref/c/index.html +3 -3
- data/ref/c/main_8c.html +3 -3
- data/ref/c/main_8h.html +3 -3
- data/ref/c/relay_8c.html +3 -3
- data/ref/c/relay_8h.html +3 -3
- data/ref/c/structt__cb__data.html +15 -15
- data/ref/c/structt__vpi__delay.html +15 -15
- data/ref/c/structt__vpi__error__info.html +17 -17
- data/ref/c/structt__vpi__strengthval.html +3 -3
- data/ref/c/structt__vpi__systf__data.html +15 -15
- data/ref/c/structt__vpi__time.html +11 -11
- data/ref/c/structt__vpi__value.html +21 -21
- data/ref/c/structt__vpi__vecval.html +3 -3
- data/ref/c/structt__vpi__vlog__info.html +3 -3
- data/ref/c/verilog_8h.html +3 -3
- data/ref/c/vlog_8c.html +3 -3
- data/ref/c/vlog_8h.html +3 -3
- data/ref/c/vpi__user_8h.html +3 -3
- data/ref/ruby/classes/ERB.html +1 -1
- data/ref/ruby/classes/FileUtils.html +3 -2
- data/ref/ruby/classes/FileUtils.src/M000025.html +1 -1
- data/ref/ruby/classes/Float.html +2 -1
- data/ref/ruby/classes/Integer.html +12 -8
- data/ref/ruby/classes/RubyVpi/Config.html +1 -1
- data/ref/ruby/classes/Vpi.html +3 -3
- data/ref/ruby/classes/Vpi/Handle.html +1 -1
- data/ref/ruby/classes/Vpi/S_vpi_time.html +5 -3
- data/ref/ruby/created.rid +1 -1
- data/ref/ruby/files/bin/generate_test_rb.html +3 -3
- data/ref/ruby/files/bin/header_to_ruby_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/erb_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/float_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/integer_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/rake_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/rcov_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/rdoc_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/runner_proxy_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/runner_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/verilog_parser_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/vpi_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi_rb.html +1 -1
- metadata +24 -24
data/Rakefile
CHANGED
@@ -78,10 +78,8 @@ task :default => :build
|
|
78
78
|
|
79
79
|
desc "Builds object files for #{sim.name}."
|
80
80
|
task taskName => ['obj', 'ext'] do
|
81
|
-
src =
|
82
|
-
dst =
|
83
|
-
|
84
|
-
dst = File.expand_path(File.join('obj', dst))
|
81
|
+
src = PROJECT_ID + '.' + Config::CONFIG['DLEXT']
|
82
|
+
dst = File.expand_path(File.join('obj', id.to_s))
|
85
83
|
|
86
84
|
unless File.exist? dst
|
87
85
|
cd 'ext' do
|
data/doc/history.html
CHANGED
@@ -18,16 +18,16 @@
|
|
18
18
|
|
19
19
|
<div id="index">
|
20
20
|
<h1>Contents</h1>
|
21
|
-
<ul><li><a id="a-
|
21
|
+
<ul><li><a id="a-607191348" href="#Release_history">Release history</a><ul><li><a id="a-607192548" href="#Version_numbering_system">Version numbering system</a></li></ul></li><li><a id="a-607193858" href="#a16.0.1">Version 16.0.1 (2007-05-27)</a><ul><li><a id="a-607194788" href="#Thanks">Thanks</a></li><li><a id="a-607195618" href="#Repairs">Repairs</a></li></ul></li><li><a id="a-607196608" href="#a16.0.0">Version 16.0.0 (2007-05-02)</a><ul><li><a id="a-607197528" href="#Caution">Caution</a></li><li><a id="a-607198388" href="#New_features">New features</a></li><li><a id="a-607199328" href="#Details">Details</a></li></ul></li><li><a id="a-607200328" href="#a15.0.2">Version 15.0.2 (2007-01-22)</a><ul><li><a id="a-607201258" href="#Details-607201258">Details</a></li></ul></li><li><a id="a-607202268" href="#a15.0.1">Version 15.0.1 (2007-01-15)</a><ul><li><a id="a-607203198" href="#Thanks-607203198">Thanks</a></li><li><a id="a-607204028" href="#Details-607204028">Details</a></li></ul></li><li><a id="a-607205048" href="#a15.0.0">Version 15.0.0 (2007-01-13)</a><ul><li><a id="a-607205978" href="#Thanks-607205978">Thanks</a></li><li><a id="a-607206808" href="#Caution-607206808">Caution</a><ul><li><a id="a-607207738" href="#New_features-607207738">New features</a></li></ul></li><li><a id="a-607208788" href="#Details-607208788">Details</a></li></ul></li><li><a id="a-607209788" href="#a14.0.0">Version 14.0.0 (2006-12-30)</a><ul><li><a id="a-607210708" href="#Caution-607210708">Caution</a><ul><li><a id="a-607211658" href="#New_features-607211658">New features</a></li></ul></li><li><a id="a-607212698" href="#Details-607212698">Details</a></li></ul></li><li><a id="a-607213708" href="#a13.0.0">Version 13.0.0 (2006-12-27)</a><ul><li><a id="a-607214628" href="#Caution-607214628">Caution</a><ul><li><a id="a-607215558" href="#New_features-607215558">New features</a></li></ul></li><li><a id="a-607216618" href="#Details-607216618">Details</a></li></ul></li><li><a id="a-607217618" href="#a12.1.0">Version 12.1.0 (2006-12-22)</a><ul><li><a id="a-607218548" href="#Caution-607218548">Caution</a><ul><li><a id="a-607219478" href="#New_features-607219478">New features</a></li></ul></li><li><a id="a-607220518" href="#Details-607220518">Details</a></li></ul></li><li><a id="a-607221528" href="#a12.0.2">Version 12.0.2 (2006-12-18)</a></li><li><a id="a-607222458" href="#a12.0.1">Version 12.0.1 (2006-12-18)</a><ul><li><a id="a-607223388" href="#Thanks-607223388">Thanks</a></li><li><a id="a-607224218" href="#Details-607224218">Details</a></li></ul></li><li><a id="a-607225218" href="#a12.0.0">Version 12.0.0 (2006-12-07)</a><ul><li><a id="a-607226148" href="#Caution-607226148">Caution</a></li><li><a id="a-607227008" href="#Details-607227008">Details</a><ul><li><a id="a-607227938" href="#Test_generation">Test generation</a></li></ul></li></ul></li><li><a id="a-607229098" href="#a11.1.1">Version 11.1.1 (2006-11-15)</a><ul><li><a id="a-607230028" href="#Thanks-607230028">Thanks</a></li><li><a id="a-607230858" href="#Caution-607230858">Caution</a></li><li><a id="a-607231728" href="#Details-607231728">Details</a></li></ul></li><li><a id="a-607232728" href="#a11.1.0">Version 11.1.0 (2006-11-08)</a><ul><li><a id="a-607233658" href="#Thanks-607233658">Thanks</a></li><li><a id="a-607234488" href="#Caution-607234488">Caution</a></li><li><a id="a-607235348" href="#Details-607235348">Details</a></li></ul></li><li><a id="a-607236368" href="#a11.0.0">Version 11.0.0 (2006-11-05)</a><ul><li><a id="a-607237288" href="#Caution-607237288">Caution</a></li><li><a id="a-607238148" href="#Details-607238148">Details</a></li></ul></li><li><a id="a-607239158" href="#a10.0.0">Version 10.0.0 (2006-11-05)</a><ul><li><a id="a-607240088" href="#Thanks-607240088">Thanks</a></li><li><a id="a-607240918" href="#Caution-607240918">Caution</a></li><li><a id="a-607241778" href="#Details-607241778">Details</a><ul><li><a id="a-607242708" href="#Automated_test_generator">Automated test generator</a></li><li><a id="a-607243908" href="#User_manual">User manual</a></li></ul></li></ul></li><li><a id="a-607244998" href="#a9.0.0">Version 9.0.0 (2006-10-28)</a><ul><li><a id="a-607245908" href="#Thanks-607245908">Thanks</a></li><li><a id="a-607246738" href="#Caution-607246738">Caution</a></li><li><a id="a-607247598" href="#Details-607247598">Details</a></li></ul></li><li><a id="a-607248608" href="#a8.2.0">Version 8.2.0 (2006-10-24)</a><ul><li><a id="a-607249508" href="#Thanks-607249508">Thanks</a></li><li><a id="a-607250338" href="#Caution-607250338">Caution</a></li><li><a id="a-607251218" href="#Details-607251218">Details</a></li></ul></li><li><a id="a-607252228" href="#a8.1.0">Version 8.1.0 (2006-10-21)</a><ul><li><a id="a-607253118" href="#Caution-607253118">Caution</a></li><li><a id="a-607253988" href="#Details-607253988">Details</a></li></ul></li><li><a id="a-607254998" href="#a8.0.0">Version 8.0.0 (2006-10-13)</a><ul><li><a id="a-607255888" href="#Caution-607255888">Caution</a></li><li><a id="a-607256748" href="#Details-607256748">Details</a></li></ul></li><li><a id="a-607257768" href="#a7.3.0">Version 7.3.0 (2006-09-30)</a><ul><li><a id="a-607258658" href="#Caution-607258658">Caution</a></li><li><a id="a-607259528" href="#Details-607259528">Details</a></li></ul></li><li><a id="a-607260548" href="#a7.2.0">Version 7.2.0 (2006-09-15)</a><ul><li><a id="a-607261448" href="#Thanks-607261448">Thanks</a></li><li><a id="a-607262278" href="#Details-607262278">Details</a></li></ul></li><li><a id="a-607263298" href="#a7.1.0">Version 7.1.0 (2006-08-29)</a><ul><li><a id="a-607264178" href="#Details-607264178">Details</a></li></ul></li><li><a id="a-607265198" href="#a7.0.0">Version 7.0.0 (2006-08-29)</a><ul><li><a id="a-607266088" href="#Caution-607266088">Caution</a></li><li><a id="a-607266948" href="#Details-607266948">Details</a></li></ul></li><li><a id="a-607267958" href="#a6.3.0">Version 6.3.0 (2006-08-27)</a><ul><li><a id="a-607268858" href="#Caution-607268858">Caution</a></li><li><a id="a-607269728" href="#Details-607269728">Details</a></li></ul></li><li><a id="a-607270738" href="#a6.2.0">Version 6.2.0 (2006-08-26)</a><ul><li><a id="a-607271638" href="#Caution-607271638">Caution</a></li><li><a id="a-607272498" href="#Details-607272498">Details</a></li></ul></li><li><a id="a-607273508" href="#a6.1.0">Version 6.1.0 (2006-08-09)</a><ul><li><a id="a-607274398" href="#Details-607274398">Details</a></li></ul></li><li><a id="a-607275418" href="#a6.0.0">Version 6.0.0 (2006-08-07)</a><ul><li><a id="a-607276308" href="#Caution-607276308">Caution</a></li><li><a id="a-607277168" href="#Details-607277168">Details</a></li></ul></li><li><a id="a-607278188" href="#a5.1.1">Version 5.1.1 (2006-08-04)</a><ul><li><a id="a-607279088" href="#Thanks-607279088">Thanks</a></li><li><a id="a-607279908" href="#Details-607279908">Details</a></li></ul></li><li><a id="a-607280928" href="#a5.1.0">Version 5.1.0 (2006-07-29)</a><ul><li><a id="a-607281838" href="#Thanks-607281838">Thanks</a></li><li><a id="a-607282658" href="#Details-607282658">Details</a><ul><li><a id="a-607283568" href="#User_manual-607283568">User manual</a></li><li><a id="a-607284508" href="#Examples">Examples</a></li><li><a id="a-607285388" href="#a_span_class__caps__VPI__span__utility_layer"><span class="caps">VPI</span> utility layer</a></li></ul></li></ul></li><li><a id="a-607287108" href="#a5.0.0">Version 5.0.0 (2006-07-22)</a><ul><li><a id="a-607288008" href="#Thanks-607288008">Thanks</a></li><li><a id="a-607288858" href="#Caution-607288858">Caution</a></li><li><a id="a-607289718" href="#Details-607289718">Details</a></li></ul></li><li><a id="a-607290728" href="#a4.0.0">Version 4.0.0 (2006-05-25)</a><ul><li><a id="a-607291638" href="#Thanks-607291638">Thanks</a></li><li><a id="a-607292468" href="#Caution-607292468">Caution</a></li><li><a id="a-607293338" href="#Details-607293338">Details</a></li></ul></li><li><a id="a-607294368" href="#a3.2.0">Version 3.2.0 (2006-05-13)</a><ul><li><a id="a-607295278" href="#Thanks-607295278">Thanks</a></li><li><a id="a-607296118" href="#Details-607296118">Details</a></li></ul></li><li><a id="a-607297138" href="#a3.1.0">Version 3.1.0 (2006-04-28)</a><ul><li><a id="a-607298038" href="#Caution-607298038">Caution</a></li><li><a id="a-607298918" href="#Details-607298918">Details</a></li></ul></li><li><a id="a-607300288" href="#a3.0.0">Version 3.0.0 (2006-04-23)</a><ul><li><a id="a-607301458" href="#Thanks-607301458">Thanks</a></li><li><a id="a-607304218" href="#Caution-607304218">Caution</a></li><li><a id="a-607307438" href="#Details-607307438">Details</a></li></ul></li><li><a id="a-607308988" href="#a2.0.0">Version 2.0.0 (2006-04-17)</a><ul><li><a id="a-607309908" href="#Thanks-607309908">Thanks</a></li><li><a id="a-607310738" href="#Caution-607310738">Caution</a></li><li><a id="a-607311598" href="#Details-607311598">Details</a></li></ul></li><li><a id="a-607312618" href="#a1.0.0">Version 1.0.0 (2006-02-26)</a><ul><li><a id="a-607313518" href="#Thanks-607313518">Thanks</a></li><li><a id="a-607314348" href="#Details-607314348">Details</a></li></ul></li><li><a id="a-607315358" href="#a0.0.0">Version 0.0.0 (1999-10-31)</a><ul><li><a id="a-607316258" href="#Details-607316258">Details</a></li></ul></li></ul>
|
22
22
|
|
23
23
|
</div>
|
24
|
-
<h1><a id="Release_history" href="#a-
|
24
|
+
<h1><a id="Release_history" href="#a-607191348">1</a> Release history</h1>
|
25
25
|
|
26
26
|
|
27
27
|
<p>This is a record of important changes that have occurred with each release.</p>
|
28
28
|
|
29
29
|
|
30
|
-
<h2><a id="Version_numbering_system" href="#a-
|
30
|
+
<h2><a id="Version_numbering_system" href="#a-607192548">1.1</a> Version numbering system</h2>
|
31
31
|
|
32
32
|
|
33
33
|
<p>Ruby-VPI uses the <a href="http://www.rubygems.org/read/chapter/7">RubyGems rational versioning policy</a> to number its releases. This “major.minor.build” numbering policy <a href="http://ablog.apress.com/?p=738">is summarized</a> as follows.</p>
|
@@ -48,12 +48,33 @@
|
|
48
48
|
</ul>
|
49
49
|
|
50
50
|
|
51
|
-
<h1 ><a id="a16.0.
|
51
|
+
<h1 ><a id="a16.0.1" href="#a-607193858">2</a> Version 16.0.1 (2007-05-27)</h1>
|
52
|
+
|
53
|
+
<p>This release restores support for installation on Mac <span class="caps">OS X</span>.</p>
|
54
|
+
|
55
|
+
|
56
|
+
<h2><a id="Thanks" href="#a-607194788">2.1</a> Thanks</h2>
|
57
|
+
|
58
|
+
|
59
|
+
<ul>
|
60
|
+
<li>Mark Thompson <a href="http://rubyforge.org/tracker/index.php?func=detail&aid=11125&group_id=1339&atid=5281">reported and solved</a> the problem.</li>
|
61
|
+
</ul>
|
62
|
+
|
63
|
+
|
64
|
+
<h2><a id="Repairs" href="#a-607195618">2.2</a> Repairs</h2>
|
65
|
+
|
66
|
+
|
67
|
+
<ul>
|
68
|
+
<li>Shared-object files have a file extension of <tt>.so</tt> in Linux and <tt>.bundle</tt> on Mac <span class="caps">OS X</span>. Previously, only the Linux file extension was supported.</li>
|
69
|
+
</ul>
|
70
|
+
|
71
|
+
|
72
|
+
<h1 ><a id="a16.0.0" href="#a-607196608">3</a> Version 16.0.0 (2007-05-02)</h1>
|
52
73
|
|
53
74
|
<p>This release adds support for the <a href="http://www.cadence.com/products/functional_ver/nc-verilog/">Cadence NC-Sim / NC-Verilog</a> simulator, improves the project website and documentation, simplifies interaction with <span class="caps">VPI</span>, and comes with a more permissive license.</p>
|
54
75
|
|
55
76
|
|
56
|
-
<h2><a id="Caution" href="#a-
|
77
|
+
<h2><a id="Caution" href="#a-607197528">3.1</a> Caution</h2>
|
57
78
|
|
58
79
|
|
59
80
|
<ul>
|
@@ -76,7 +97,7 @@
|
|
76
97
|
</ul>
|
77
98
|
|
78
99
|
|
79
|
-
<h2><a id="New_features" href="#a-
|
100
|
+
<h2><a id="New_features" href="#a-607198388">3.2</a> New features</h2>
|
80
101
|
|
81
102
|
|
82
103
|
<ul>
|
@@ -101,7 +122,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
101
122
|
</ul>
|
102
123
|
|
103
124
|
|
104
|
-
<h2><a id="Details" href="#a-
|
125
|
+
<h2><a id="Details" href="#a-607199328">3.3</a> Details</h2>
|
105
126
|
|
106
127
|
|
107
128
|
<ul>
|
@@ -114,12 +135,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
114
135
|
</ul>
|
115
136
|
|
116
137
|
|
117
|
-
<h1 ><a id="a15.0.2" href="#a-
|
138
|
+
<h1 ><a id="a15.0.2" href="#a-607200328">4</a> Version 15.0.2 (2007-01-22)</h1>
|
118
139
|
|
119
140
|
<p>This release fixes problems with linking of the C extension and installation of the gem.</p>
|
120
141
|
|
121
142
|
|
122
|
-
<h2><a id="Details-
|
143
|
+
<h2><a id="Details-607201258" href="#a-607201258">4.1</a> Details</h2>
|
123
144
|
|
124
145
|
|
125
146
|
<ul>
|
@@ -132,12 +153,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
132
153
|
</ul>
|
133
154
|
|
134
155
|
|
135
|
-
<h1 ><a id="a15.0.1" href="#a-
|
156
|
+
<h1 ><a id="a15.0.1" href="#a-607202268">5</a> Version 15.0.1 (2007-01-15)</h1>
|
136
157
|
|
137
158
|
<p>This release fixes another problem with compilation of the C extension and improves the user documentation’s appearance.</p>
|
138
159
|
|
139
160
|
|
140
|
-
<h2><a id="Thanks" href="#a-
|
161
|
+
<h2><a id="Thanks-607203198" href="#a-607203198">5.1</a> Thanks</h2>
|
141
162
|
|
142
163
|
|
143
164
|
<ul>
|
@@ -145,7 +166,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
145
166
|
</ul>
|
146
167
|
|
147
168
|
|
148
|
-
<h2><a id="Details-
|
169
|
+
<h2><a id="Details-607204028" href="#a-607204028">5.2</a> Details</h2>
|
149
170
|
|
150
171
|
|
151
172
|
<ul>
|
@@ -163,12 +184,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
163
184
|
</ul>
|
164
185
|
|
165
186
|
|
166
|
-
<h1 ><a id="a15.0.0" href="#a-
|
187
|
+
<h1 ><a id="a15.0.0" href="#a-607205048">6</a> Version 15.0.0 (2007-01-13)</h1>
|
167
188
|
|
168
189
|
<p>This release fixes a problem with compilation of the C extension, and makes clock generation code correctly affect Ruby prototypes.</p>
|
169
190
|
|
170
191
|
|
171
|
-
<h2><a id="Thanks-
|
192
|
+
<h2><a id="Thanks-607205978" href="#a-607205978">6.1</a> Thanks</h2>
|
172
193
|
|
173
194
|
|
174
195
|
<ul>
|
@@ -176,7 +197,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
176
197
|
</ul>
|
177
198
|
|
178
199
|
|
179
|
-
<h2><a id="Caution-
|
200
|
+
<h2><a id="Caution-607206808" href="#a-607206808">6.2</a> Caution</h2>
|
180
201
|
|
181
202
|
|
182
203
|
<ul>
|
@@ -189,7 +210,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
189
210
|
</ul>
|
190
211
|
|
191
212
|
|
192
|
-
<h3><a id="New_features-
|
213
|
+
<h3><a id="New_features-607207738" href="#a-607207738">6.2.1</a> New features</h3>
|
193
214
|
|
194
215
|
|
195
216
|
<ul>
|
@@ -207,7 +228,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
207
228
|
</ul>
|
208
229
|
|
209
230
|
|
210
|
-
<h2><a id="Details-
|
231
|
+
<h2><a id="Details-607208788" href="#a-607208788">6.3</a> Details</h2>
|
211
232
|
|
212
233
|
|
213
234
|
<ul>
|
@@ -225,12 +246,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
225
246
|
</ul>
|
226
247
|
|
227
248
|
|
228
|
-
<h1 ><a id="a14.0.0" href="#a-
|
249
|
+
<h1 ><a id="a14.0.0" href="#a-607209788">7</a> Version 14.0.0 (2006-12-30)</h1>
|
229
250
|
|
230
251
|
<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>
|
231
252
|
|
232
253
|
|
233
|
-
<h2><a id="Caution-
|
254
|
+
<h2><a id="Caution-607210708" href="#a-607210708">7.1</a> Caution</h2>
|
234
255
|
|
235
256
|
|
236
257
|
<ul>
|
@@ -247,7 +268,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
247
268
|
</ul>
|
248
269
|
|
249
270
|
|
250
|
-
<h3><a id="New_features-
|
271
|
+
<h3><a id="New_features-607211658" href="#a-607211658">7.1.1</a> New features</h3>
|
251
272
|
|
252
273
|
|
253
274
|
<ul>
|
@@ -270,7 +291,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
270
291
|
</ul>
|
271
292
|
|
272
293
|
|
273
|
-
<h2><a id="Details-
|
294
|
+
<h2><a id="Details-607212698" href="#a-607212698">7.2</a> Details</h2>
|
274
295
|
|
275
296
|
|
276
297
|
<ul>
|
@@ -297,12 +318,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
297
318
|
</ul>
|
298
319
|
|
299
320
|
|
300
|
-
<h1 ><a id="a13.0.0" href="#a-
|
321
|
+
<h1 ><a id="a13.0.0" href="#a-607213708">8</a> Version 13.0.0 (2006-12-27)</h1>
|
301
322
|
|
302
323
|
<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>
|
303
324
|
|
304
325
|
|
305
|
-
<h2><a id="Caution-
|
326
|
+
<h2><a id="Caution-607214628" href="#a-607214628">8.1</a> Caution</h2>
|
306
327
|
|
307
328
|
|
308
329
|
<ul>
|
@@ -313,7 +334,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
313
334
|
</ul>
|
314
335
|
|
315
336
|
|
316
|
-
<h3><a id="New_features-
|
337
|
+
<h3><a id="New_features-607215558" href="#a-607215558">8.1.1</a> New features</h3>
|
317
338
|
|
318
339
|
|
319
340
|
<ul>
|
@@ -321,7 +342,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
321
342
|
</ul>
|
322
343
|
|
323
344
|
|
324
|
-
<h2><a id="Details-
|
345
|
+
<h2><a id="Details-607216618" href="#a-607216618">8.2</a> Details</h2>
|
325
346
|
|
326
347
|
|
327
348
|
<ul>
|
@@ -346,12 +367,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
346
367
|
</ul>
|
347
368
|
|
348
369
|
|
349
|
-
<h1 ><a id="a12.1.0" href="#a-
|
370
|
+
<h1 ><a id="a12.1.0" href="#a-607217618">9</a> Version 12.1.0 (2006-12-22)</h1>
|
350
371
|
|
351
372
|
<p>This release adds interactive debugging support, adds new sections to the user manual, and cleanses some internals.</p>
|
352
373
|
|
353
374
|
|
354
|
-
<h2><a id="Caution-
|
375
|
+
<h2><a id="Caution-607218548" href="#a-607218548">9.1</a> Caution</h2>
|
355
376
|
|
356
377
|
|
357
378
|
<ul>
|
@@ -364,7 +385,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
364
385
|
</ul>
|
365
386
|
|
366
387
|
|
367
|
-
<h3><a id="New_features-
|
388
|
+
<h3><a id="New_features-607219478" href="#a-607219478">9.1.1</a> New features</h3>
|
368
389
|
|
369
390
|
|
370
391
|
<ul>
|
@@ -380,7 +401,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
380
401
|
</ul>
|
381
402
|
|
382
403
|
|
383
|
-
<h2><a id="Details-
|
404
|
+
<h2><a id="Details-607220518" href="#a-607220518">9.2</a> Details</h2>
|
384
405
|
|
385
406
|
|
386
407
|
<ul>
|
@@ -403,17 +424,17 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
403
424
|
</ul>
|
404
425
|
|
405
426
|
|
406
|
-
<h1 ><a id="a12.0.2" href="#a-
|
427
|
+
<h1 ><a id="a12.0.2" href="#a-607221528">10</a> Version 12.0.2 (2006-12-18)</h1>
|
407
428
|
|
408
429
|
<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>
|
409
430
|
|
410
431
|
|
411
|
-
<h1 ><a id="a12.0.1" href="#a-
|
432
|
+
<h1 ><a id="a12.0.1" href="#a-607222458">11</a> Version 12.0.1 (2006-12-18)</h1>
|
412
433
|
|
413
434
|
<p>This release fixes a problem in code coverage analysis.</p>
|
414
435
|
|
415
436
|
|
416
|
-
<h2><a id="Thanks-
|
437
|
+
<h2><a id="Thanks-607223388" href="#a-607223388">11.1</a> Thanks</h2>
|
417
438
|
|
418
439
|
|
419
440
|
<ul>
|
@@ -421,7 +442,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
421
442
|
</ul>
|
422
443
|
|
423
444
|
|
424
|
-
<h2><a id="Details-
|
445
|
+
<h2><a id="Details-607224218" href="#a-607224218">11.2</a> Details</h2>
|
425
446
|
|
426
447
|
|
427
448
|
<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—code coverage reports are now generated <em>after</em> the test has finished running.</p>
|
@@ -430,12 +451,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
430
451
|
<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>
|
431
452
|
|
432
453
|
|
433
|
-
<h1 ><a id="a12.0.0" href="#a-
|
454
|
+
<h1 ><a id="a12.0.0" href="#a-607225218">12</a> Version 12.0.0 (2006-12-07)</h1>
|
434
455
|
|
435
456
|
<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>
|
436
457
|
|
437
458
|
|
438
|
-
<h2><a id="Caution-
|
459
|
+
<h2><a id="Caution-607226148" href="#a-607226148">12.1</a> Caution</h2>
|
439
460
|
|
440
461
|
|
441
462
|
<ul>
|
@@ -472,7 +493,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
472
493
|
</ul>
|
473
494
|
|
474
495
|
|
475
|
-
<h2><a id="Details-
|
496
|
+
<h2><a id="Details-607227008" href="#a-607227008">12.2</a> Details</h2>
|
476
497
|
|
477
498
|
|
478
499
|
<ul>
|
@@ -490,7 +511,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
490
511
|
</ul>
|
491
512
|
|
492
513
|
|
493
|
-
<h3><a id="Test_generation" href="#a-
|
514
|
+
<h3><a id="Test_generation" href="#a-607227938">12.2.1</a> Test generation</h3>
|
494
515
|
|
495
516
|
|
496
517
|
<ul>
|
@@ -527,12 +548,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
527
548
|
</ul>
|
528
549
|
|
529
550
|
|
530
|
-
<h1 ><a id="a11.1.1" href="#a-
|
551
|
+
<h1 ><a id="a11.1.1" href="#a-607229098">13</a> Version 11.1.1 (2006-11-15)</h1>
|
531
552
|
|
532
553
|
<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>
|
533
554
|
|
534
555
|
|
535
|
-
<h2><a id="Thanks-
|
556
|
+
<h2><a id="Thanks-607230028" href="#a-607230028">13.1</a> Thanks</h2>
|
536
557
|
|
537
558
|
|
538
559
|
<ul>
|
@@ -540,7 +561,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
540
561
|
</ul>
|
541
562
|
|
542
563
|
|
543
|
-
<h2><a id="Caution-
|
564
|
+
<h2><a id="Caution-607230858" href="#a-607230858">13.2</a> Caution</h2>
|
544
565
|
|
545
566
|
|
546
567
|
<ul>
|
@@ -548,7 +569,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
548
569
|
</ul>
|
549
570
|
|
550
571
|
|
551
|
-
<h2><a id="Details-
|
572
|
+
<h2><a id="Details-607231728" href="#a-607231728">13.3</a> Details</h2>
|
552
573
|
|
553
574
|
|
554
575
|
<ul>
|
@@ -561,12 +582,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
561
582
|
</ul>
|
562
583
|
|
563
584
|
|
564
|
-
<h1 ><a id="a11.1.0" href="#a-
|
585
|
+
<h1 ><a id="a11.1.0" href="#a-607232728">14</a> Version 11.1.0 (2006-11-08)</h1>
|
565
586
|
|
566
587
|
<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>
|
567
588
|
|
568
589
|
|
569
|
-
<h2><a id="Thanks-
|
590
|
+
<h2><a id="Thanks-607233658" href="#a-607233658">14.1</a> Thanks</h2>
|
570
591
|
|
571
592
|
|
572
593
|
<ul>
|
@@ -574,7 +595,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
574
595
|
</ul>
|
575
596
|
|
576
597
|
|
577
|
-
<h2><a id="Caution-
|
598
|
+
<h2><a id="Caution-607234488" href="#a-607234488">14.2</a> Caution</h2>
|
578
599
|
|
579
600
|
|
580
601
|
<ul>
|
@@ -582,7 +603,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
582
603
|
</ul>
|
583
604
|
|
584
605
|
|
585
|
-
<h2><a id="Details-
|
606
|
+
<h2><a id="Details-607235348" href="#a-607235348">14.3</a> Details</h2>
|
586
607
|
|
587
608
|
|
588
609
|
<ul>
|
@@ -633,12 +654,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
633
654
|
</ul>
|
634
655
|
|
635
656
|
|
636
|
-
<h1 ><a id="a11.0.0" href="#a-
|
657
|
+
<h1 ><a id="a11.0.0" href="#a-607236368">15</a> Version 11.0.0 (2006-11-05)</h1>
|
637
658
|
|
638
659
|
<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>
|
639
660
|
|
640
661
|
|
641
|
-
<h2><a id="Caution-
|
662
|
+
<h2><a id="Caution-607237288" href="#a-607237288">15.1</a> Caution</h2>
|
642
663
|
|
643
664
|
|
644
665
|
<ul>
|
@@ -656,7 +677,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
656
677
|
</ul>
|
657
678
|
|
658
679
|
|
659
|
-
<h2><a id="Details-
|
680
|
+
<h2><a id="Details-607238148" href="#a-607238148">15.2</a> Details</h2>
|
660
681
|
|
661
682
|
|
662
683
|
<ul>
|
@@ -683,12 +704,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
683
704
|
</ul>
|
684
705
|
|
685
706
|
|
686
|
-
<h1 ><a id="a10.0.0" href="#a-
|
707
|
+
<h1 ><a id="a10.0.0" href="#a-607239158">16</a> Version 10.0.0 (2006-11-05)</h1>
|
687
708
|
|
688
709
|
<p>This release adds the ability to access a handle’s children and reduces the amount of code produced by the automated test generator.</p>
|
689
710
|
|
690
711
|
|
691
|
-
<h2><a id="Thanks-
|
712
|
+
<h2><a id="Thanks-607240088" href="#a-607240088">16.1</a> Thanks</h2>
|
692
713
|
|
693
714
|
|
694
715
|
<ul>
|
@@ -696,7 +717,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
696
717
|
</ul>
|
697
718
|
|
698
719
|
|
699
|
-
<h2><a id="Caution-
|
720
|
+
<h2><a id="Caution-607240918" href="#a-607240918">16.2</a> Caution</h2>
|
700
721
|
|
701
722
|
|
702
723
|
<ul>
|
@@ -717,10 +738,10 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
717
738
|
</ul>
|
718
739
|
|
719
740
|
|
720
|
-
<h2><a id="Details-
|
741
|
+
<h2><a id="Details-607241778" href="#a-607241778">16.3</a> Details</h2>
|
721
742
|
|
722
743
|
|
723
|
-
<h3><a id="Automated_test_generator" href="#a-
|
744
|
+
<h3><a id="Automated_test_generator" href="#a-607242708">16.3.1</a> Automated test generator</h3>
|
724
745
|
|
725
746
|
|
726
747
|
<ul>
|
@@ -743,7 +764,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
743
764
|
</ul>
|
744
765
|
|
745
766
|
|
746
|
-
<h3><a id="User_manual" href="#a-
|
767
|
+
<h3><a id="User_manual" href="#a-607243908">16.3.2</a> User manual</h3>
|
747
768
|
|
748
769
|
|
749
770
|
<ul>
|
@@ -761,12 +782,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
761
782
|
</ul>
|
762
783
|
|
763
784
|
|
764
|
-
<h1 ><a id="a9.0.0" href="#a-
|
785
|
+
<h1 ><a id="a9.0.0" href="#a-607244998">17</a> Version 9.0.0 (2006-10-28)</h1>
|
765
786
|
|
766
787
|
<p>This release improves the automated test generator and adds new content to the user manual.</p>
|
767
788
|
|
768
789
|
|
769
|
-
<h2><a id="Thanks-
|
790
|
+
<h2><a id="Thanks-607245908" href="#a-607245908">17.1</a> Thanks</h2>
|
770
791
|
|
771
792
|
|
772
793
|
<ul>
|
@@ -774,7 +795,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
774
795
|
</ul>
|
775
796
|
|
776
797
|
|
777
|
-
<h2><a id="Caution-
|
798
|
+
<h2><a id="Caution-607246738" href="#a-607246738">17.2</a> Caution</h2>
|
778
799
|
|
779
800
|
|
780
801
|
<ul>
|
@@ -782,7 +803,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
782
803
|
</ul>
|
783
804
|
|
784
805
|
|
785
|
-
<h2><a id="Details-
|
806
|
+
<h2><a id="Details-607247598" href="#a-607247598">17.3</a> Details</h2>
|
786
807
|
|
787
808
|
|
788
809
|
<ul>
|
@@ -825,12 +846,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
825
846
|
</ul>
|
826
847
|
|
827
848
|
|
828
|
-
<h1 ><a id="a8.2.0" href="#a-
|
849
|
+
<h1 ><a id="a8.2.0" href="#a-607248608">18</a> Version 8.2.0 (2006-10-24)</h1>
|
829
850
|
|
830
851
|
<p>This release simplifies configuration of generated tests.</p>
|
831
852
|
|
832
853
|
|
833
|
-
<h2><a id="Thanks-
|
854
|
+
<h2><a id="Thanks-607249508" href="#a-607249508">18.1</a> Thanks</h2>
|
834
855
|
|
835
856
|
|
836
857
|
<ul>
|
@@ -838,7 +859,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
838
859
|
</ul>
|
839
860
|
|
840
861
|
|
841
|
-
<h2><a id="Caution-
|
862
|
+
<h2><a id="Caution-607250338" href="#a-607250338">18.2</a> Caution</h2>
|
842
863
|
|
843
864
|
|
844
865
|
<ul>
|
@@ -846,7 +867,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
846
867
|
</ul>
|
847
868
|
|
848
869
|
|
849
|
-
<h2><a id="Details-
|
870
|
+
<h2><a id="Details-607251218" href="#a-607251218">18.3</a> Details</h2>
|
850
871
|
|
851
872
|
|
852
873
|
<ul>
|
@@ -856,12 +877,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
856
877
|
</ul>
|
857
878
|
|
858
879
|
|
859
|
-
<h1 ><a id="a8.1.0" href="#a-
|
880
|
+
<h1 ><a id="a8.1.0" href="#a-607252228">19</a> Version 8.1.0 (2006-10-21)</h1>
|
860
881
|
|
861
882
|
<p>This release adds an integer library and renames the vpi_util library.</p>
|
862
883
|
|
863
884
|
|
864
|
-
<h2><a id="Caution-
|
885
|
+
<h2><a id="Caution-607253118" href="#a-607253118">19.1</a> Caution</h2>
|
865
886
|
|
866
887
|
|
867
888
|
<ul>
|
@@ -869,7 +890,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
869
890
|
</ul>
|
870
891
|
|
871
892
|
|
872
|
-
<h2><a id="Details-
|
893
|
+
<h2><a id="Details-607253988" href="#a-607253988">19.2</a> Details</h2>
|
873
894
|
|
874
895
|
|
875
896
|
<ul>
|
@@ -877,12 +898,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
877
898
|
</ul>
|
878
899
|
|
879
900
|
|
880
|
-
<h1 ><a id="a8.0.0" href="#a-
|
901
|
+
<h1 ><a id="a8.0.0" href="#a-607254998">20</a> Version 8.0.0 (2006-10-13)</h1>
|
881
902
|
|
882
903
|
<p>This release renames some identifiers for consistency, updates the documentation, and improves integration with RubyGems.</p>
|
883
904
|
|
884
905
|
|
885
|
-
<h2><a id="Caution-
|
906
|
+
<h2><a id="Caution-607255888" href="#a-607255888">20.1</a> Caution</h2>
|
886
907
|
|
887
908
|
|
888
909
|
<ul>
|
@@ -898,7 +919,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
898
919
|
</ul>
|
899
920
|
|
900
921
|
|
901
|
-
<h2><a id="Details-
|
922
|
+
<h2><a id="Details-607256748" href="#a-607256748">20.2</a> Details</h2>
|
902
923
|
|
903
924
|
|
904
925
|
<ul>
|
@@ -929,12 +950,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
929
950
|
</ul>
|
930
951
|
|
931
952
|
|
932
|
-
<h1 ><a id="a7.3.0" href="#a-
|
953
|
+
<h1 ><a id="a7.3.0" href="#a-607257768">21</a> Version 7.3.0 (2006-09-30)</h1>
|
933
954
|
|
934
955
|
<p>This release fixes a bug in generated Verilog benches, includes parsed constants in generated tests, and adds new methods to handles.</p>
|
935
956
|
|
936
957
|
|
937
|
-
<h2><a id="Caution-
|
958
|
+
<h2><a id="Caution-607258658" href="#a-607258658">21.1</a> Caution</h2>
|
938
959
|
|
939
960
|
|
940
961
|
<ul>
|
@@ -946,7 +967,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
946
967
|
</ul>
|
947
968
|
|
948
969
|
|
949
|
-
<h2><a id="Details-
|
970
|
+
<h2><a id="Details-607259528" href="#a-607259528">21.2</a> Details</h2>
|
950
971
|
|
951
972
|
|
952
973
|
<ul>
|
@@ -967,12 +988,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
967
988
|
</ul>
|
968
989
|
|
969
990
|
|
970
|
-
<h1 ><a id="a7.2.0" href="#a-
|
991
|
+
<h1 ><a id="a7.2.0" href="#a-607260548">22</a> Version 7.2.0 (2006-09-15)</h1>
|
971
992
|
|
972
993
|
<p>This release adds initial support for code coverage analysis via the <a href="http://eigenclass.org/hiki.rb?rcov">rcov library</a>.</p>
|
973
994
|
|
974
995
|
|
975
|
-
<h2><a id="Thanks-
|
996
|
+
<h2><a id="Thanks-607261448" href="#a-607261448">22.1</a> Thanks</h2>
|
976
997
|
|
977
998
|
|
978
999
|
<ul>
|
@@ -980,7 +1001,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
980
1001
|
</ul>
|
981
1002
|
|
982
1003
|
|
983
|
-
<h2><a id="Details-
|
1004
|
+
<h2><a id="Details-607262278" href="#a-607262278">22.2</a> Details</h2>
|
984
1005
|
|
985
1006
|
|
986
1007
|
<ul>
|
@@ -996,12 +1017,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
996
1017
|
</ul>
|
997
1018
|
|
998
1019
|
|
999
|
-
<h1 ><a id="a7.1.0" href="#a-
|
1020
|
+
<h1 ><a id="a7.1.0" href="#a-607263298">23</a> Version 7.1.0 (2006-08-29)</h1>
|
1000
1021
|
|
1001
1022
|
<p>This release simplifies running of multiple tests, restores compatibility with Synopsys <span class="caps">VCS</span>, and better integrates with RubyGems.</p>
|
1002
1023
|
|
1003
1024
|
|
1004
|
-
<h2><a id="Details-
|
1025
|
+
<h2><a id="Details-607264178" href="#a-607264178">23.1</a> Details</h2>
|
1005
1026
|
|
1006
1027
|
|
1007
1028
|
<ul>
|
@@ -1029,12 +1050,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1029
1050
|
</ul>
|
1030
1051
|
|
1031
1052
|
|
1032
|
-
<h1 ><a id="a7.0.0" href="#a-
|
1053
|
+
<h1 ><a id="a7.0.0" href="#a-607265198">24</a> Version 7.0.0 (2006-08-29)</h1>
|
1033
1054
|
|
1034
1055
|
<p>This release distributes Ruby-VPI as a gem, improves portability of generated tests, and fixes a bug.</p>
|
1035
1056
|
|
1036
1057
|
|
1037
|
-
<h2><a id="Caution-
|
1058
|
+
<h2><a id="Caution-607266088" href="#a-607266088">24.1</a> Caution</h2>
|
1038
1059
|
|
1039
1060
|
|
1040
1061
|
<ul>
|
@@ -1061,7 +1082,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1061
1082
|
</ul>
|
1062
1083
|
|
1063
1084
|
|
1064
|
-
<h2><a id="Details-
|
1085
|
+
<h2><a id="Details-607266948" href="#a-607266948">24.2</a> Details</h2>
|
1065
1086
|
|
1066
1087
|
|
1067
1088
|
<ul>
|
@@ -1092,12 +1113,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1092
1113
|
</ul>
|
1093
1114
|
|
1094
1115
|
|
1095
|
-
<h1 ><a id="a6.3.0" href="#a-
|
1116
|
+
<h1 ><a id="a6.3.0" href="#a-607267958">25</a> Version 6.3.0 (2006-08-27)</h1>
|
1096
1117
|
|
1097
1118
|
<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>
|
1098
1119
|
|
1099
1120
|
|
1100
|
-
<h2><a id="Caution-
|
1121
|
+
<h2><a id="Caution-607268858" href="#a-607268858">25.1</a> Caution</h2>
|
1101
1122
|
|
1102
1123
|
|
1103
1124
|
<ul>
|
@@ -1108,7 +1129,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1108
1129
|
</ul>
|
1109
1130
|
|
1110
1131
|
|
1111
|
-
<h2><a id="Details-
|
1132
|
+
<h2><a id="Details-607269728" href="#a-607269728">25.2</a> Details</h2>
|
1112
1133
|
|
1113
1134
|
|
1114
1135
|
<ul>
|
@@ -1203,12 +1224,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1203
1224
|
</ul>
|
1204
1225
|
|
1205
1226
|
|
1206
|
-
<h1 ><a id="a6.2.0" href="#a-
|
1227
|
+
<h1 ><a id="a6.2.0" href="#a-607270738">26</a> Version 6.2.0 (2006-08-26)</h1>
|
1207
1228
|
|
1208
1229
|
<p>This release beautifies generated tests, adds checks to find signal width bugs, and includes a new tool.</p>
|
1209
1230
|
|
1210
1231
|
|
1211
|
-
<h2><a id="Caution-
|
1232
|
+
<h2><a id="Caution-607271638" href="#a-607271638">26.1</a> Caution</h2>
|
1212
1233
|
|
1213
1234
|
|
1214
1235
|
<ul>
|
@@ -1221,7 +1242,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1221
1242
|
</ul>
|
1222
1243
|
|
1223
1244
|
|
1224
|
-
<h2><a id="Details-
|
1245
|
+
<h2><a id="Details-607272498" href="#a-607272498">26.2</a> Details</h2>
|
1225
1246
|
|
1226
1247
|
|
1227
1248
|
<ul>
|
@@ -1244,12 +1265,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1244
1265
|
</ul>
|
1245
1266
|
|
1246
1267
|
|
1247
|
-
<h1 ><a id="a6.1.0" href="#a-
|
1268
|
+
<h1 ><a id="a6.1.0" href="#a-607273508">27</a> Version 6.1.0 (2006-08-09)</h1>
|
1248
1269
|
|
1249
1270
|
<p>This release simplifies generated tests and fixes a bug.</p>
|
1250
1271
|
|
1251
1272
|
|
1252
|
-
<h2><a id="Details-
|
1273
|
+
<h2><a id="Details-607274398" href="#a-607274398">27.1</a> Details</h2>
|
1253
1274
|
|
1254
1275
|
|
1255
1276
|
<ul>
|
@@ -1266,12 +1287,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1266
1287
|
</ul>
|
1267
1288
|
|
1268
1289
|
|
1269
|
-
<h1 ><a id="a6.0.0" href="#a-
|
1290
|
+
<h1 ><a id="a6.0.0" href="#a-607275418">28</a> Version 6.0.0 (2006-08-07)</h1>
|
1270
1291
|
|
1271
1292
|
<p>This release adds support and documentation for rapid prototyping of Verilog designs in Ruby.</p>
|
1272
1293
|
|
1273
1294
|
|
1274
|
-
<h2><a id="Caution-
|
1295
|
+
<h2><a id="Caution-607276308" href="#a-607276308">28.1</a> Caution</h2>
|
1275
1296
|
|
1276
1297
|
|
1277
1298
|
<ul>
|
@@ -1289,7 +1310,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1289
1310
|
</ul>
|
1290
1311
|
|
1291
1312
|
|
1292
|
-
<h2><a id="Details-
|
1313
|
+
<h2><a id="Details-607277168" href="#a-607277168">28.2</a> Details</h2>
|
1293
1314
|
|
1294
1315
|
|
1295
1316
|
<ul>
|
@@ -1309,12 +1330,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1309
1330
|
</ul>
|
1310
1331
|
|
1311
1332
|
|
1312
|
-
<h1 ><a id="a5.1.1" href="#a-
|
1333
|
+
<h1 ><a id="a5.1.1" href="#a-607278188">29</a> Version 5.1.1 (2006-08-04)</h1>
|
1313
1334
|
|
1314
1335
|
<p>This release fixes unreadable syntax coloring in the user manual.</p>
|
1315
1336
|
|
1316
1337
|
|
1317
|
-
<h2><a id="Thanks-
|
1338
|
+
<h2><a id="Thanks-607279088" href="#a-607279088">29.1</a> Thanks</h2>
|
1318
1339
|
|
1319
1340
|
|
1320
1341
|
<ul>
|
@@ -1322,7 +1343,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1322
1343
|
</ul>
|
1323
1344
|
|
1324
1345
|
|
1325
|
-
<h2><a id="Details-
|
1346
|
+
<h2><a id="Details-607279908" href="#a-607279908">29.2</a> Details</h2>
|
1326
1347
|
|
1327
1348
|
|
1328
1349
|
<ul>
|
@@ -1335,12 +1356,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1335
1356
|
</ul>
|
1336
1357
|
|
1337
1358
|
|
1338
|
-
<h1 ><a id="a5.1.0" href="#a-
|
1359
|
+
<h1 ><a id="a5.1.0" href="#a-607280928">30</a> Version 5.1.0 (2006-07-29)</h1>
|
1339
1360
|
|
1340
1361
|
<p>This release adds a tutorial to the user manual, and improves the tools and examples.</p>
|
1341
1362
|
|
1342
1363
|
|
1343
|
-
<h2><a id="Thanks-
|
1364
|
+
<h2><a id="Thanks-607281838" href="#a-607281838">30.1</a> Thanks</h2>
|
1344
1365
|
|
1345
1366
|
|
1346
1367
|
<ul>
|
@@ -1348,10 +1369,10 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1348
1369
|
</ul>
|
1349
1370
|
|
1350
1371
|
|
1351
|
-
<h2><a id="Details-
|
1372
|
+
<h2><a id="Details-607282658" href="#a-607282658">30.2</a> Details</h2>
|
1352
1373
|
|
1353
1374
|
|
1354
|
-
<h3><a id="User_manual-
|
1375
|
+
<h3><a id="User_manual-607283568" href="#a-607283568">30.2.1</a> User manual</h3>
|
1355
1376
|
|
1356
1377
|
|
1357
1378
|
<ul>
|
@@ -1364,7 +1385,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1364
1385
|
</ul>
|
1365
1386
|
|
1366
1387
|
|
1367
|
-
<h3><a id="Examples" href="#a-
|
1388
|
+
<h3><a id="Examples" href="#a-607284508">30.2.2</a> Examples</h3>
|
1368
1389
|
|
1369
1390
|
|
1370
1391
|
<ul>
|
@@ -1392,7 +1413,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1392
1413
|
</ul>
|
1393
1414
|
|
1394
1415
|
|
1395
|
-
<h3><a id="a_span_class__caps__VPI__span__utility_layer" href="#a-
|
1416
|
+
<h3><a id="a_span_class__caps__VPI__span__utility_layer" href="#a-607285388">30.2.3</a> <span class="caps">VPI</span> utility layer</h3>
|
1396
1417
|
|
1397
1418
|
|
1398
1419
|
<ul>
|
@@ -1400,12 +1421,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1400
1421
|
</ul>
|
1401
1422
|
|
1402
1423
|
|
1403
|
-
<h1 ><a id="a5.0.0" href="#a-
|
1424
|
+
<h1 ><a id="a5.0.0" href="#a-607287108">31</a> Version 5.0.0 (2006-07-22)</h1>
|
1404
1425
|
|
1405
1426
|
<p>This release enhances the <span class="caps">VPI</span> utility layer and adds new content to the user manual.</p>
|
1406
1427
|
|
1407
1428
|
|
1408
|
-
<h2><a id="Thanks-
|
1429
|
+
<h2><a id="Thanks-607288008" href="#a-607288008">31.1</a> Thanks</h2>
|
1409
1430
|
|
1410
1431
|
|
1411
1432
|
<ul>
|
@@ -1413,7 +1434,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1413
1434
|
</ul>
|
1414
1435
|
|
1415
1436
|
|
1416
|
-
<h2><a id="Caution-
|
1437
|
+
<h2><a id="Caution-607288858" href="#a-607288858">31.2</a> Caution</h2>
|
1417
1438
|
|
1418
1439
|
|
1419
1440
|
<ul>
|
@@ -1426,7 +1447,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1426
1447
|
</ul>
|
1427
1448
|
|
1428
1449
|
|
1429
|
-
<h2><a id="Details-
|
1450
|
+
<h2><a id="Details-607289718" href="#a-607289718">31.3</a> Details</h2>
|
1430
1451
|
|
1431
1452
|
|
1432
1453
|
<ul>
|
@@ -1453,12 +1474,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1453
1474
|
</ul>
|
1454
1475
|
|
1455
1476
|
|
1456
|
-
<h1 ><a id="a4.0.0" href="#a-
|
1477
|
+
<h1 ><a id="a4.0.0" href="#a-607290728">32</a> Version 4.0.0 (2006-05-25)</h1>
|
1457
1478
|
|
1458
1479
|
<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>
|
1459
1480
|
|
1460
1481
|
|
1461
|
-
<h2><a id="Thanks-
|
1482
|
+
<h2><a id="Thanks-607291638" href="#a-607291638">32.1</a> Thanks</h2>
|
1462
1483
|
|
1463
1484
|
|
1464
1485
|
<ul>
|
@@ -1466,7 +1487,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1466
1487
|
</ul>
|
1467
1488
|
|
1468
1489
|
|
1469
|
-
<h2><a id="Caution-
|
1490
|
+
<h2><a id="Caution-607292468" href="#a-607292468">32.2</a> Caution</h2>
|
1470
1491
|
|
1471
1492
|
|
1472
1493
|
<ul>
|
@@ -1479,7 +1500,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1479
1500
|
</ul>
|
1480
1501
|
|
1481
1502
|
|
1482
|
-
<h2><a id="Details-
|
1503
|
+
<h2><a id="Details-607293338" href="#a-607293338">32.3</a> Details</h2>
|
1483
1504
|
|
1484
1505
|
|
1485
1506
|
<ul>
|
@@ -1504,12 +1525,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1504
1525
|
</ul>
|
1505
1526
|
|
1506
1527
|
|
1507
|
-
<h1 ><a id="a3.2.0" href="#a-
|
1528
|
+
<h1 ><a id="a3.2.0" href="#a-607294368">33</a> Version 3.2.0 (2006-05-13)</h1>
|
1508
1529
|
|
1509
1530
|
<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>
|
1510
1531
|
|
1511
1532
|
|
1512
|
-
<h2><a id="Thanks-
|
1533
|
+
<h2><a id="Thanks-607295278" href="#a-607295278">33.1</a> Thanks</h2>
|
1513
1534
|
|
1514
1535
|
|
1515
1536
|
<ul>
|
@@ -1517,7 +1538,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1517
1538
|
</ul>
|
1518
1539
|
|
1519
1540
|
|
1520
|
-
<h2><a id="Details-
|
1541
|
+
<h2><a id="Details-607296118" href="#a-607296118">33.2</a> Details</h2>
|
1521
1542
|
|
1522
1543
|
|
1523
1544
|
<ul>
|
@@ -1544,12 +1565,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1544
1565
|
</ul>
|
1545
1566
|
|
1546
1567
|
|
1547
|
-
<h1 ><a id="a3.1.0" href="#a-
|
1568
|
+
<h1 ><a id="a3.1.0" href="#a-607297138">34</a> Version 3.1.0 (2006-04-28)</h1>
|
1548
1569
|
|
1549
1570
|
<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>
|
1550
1571
|
|
1551
1572
|
|
1552
|
-
<h2><a id="Caution-
|
1573
|
+
<h2><a id="Caution-607298038" href="#a-607298038">34.1</a> Caution</h2>
|
1553
1574
|
|
1554
1575
|
|
1555
1576
|
<ul>
|
@@ -1557,7 +1578,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1557
1578
|
</ul>
|
1558
1579
|
|
1559
1580
|
|
1560
|
-
<h2><a id="Details-
|
1581
|
+
<h2><a id="Details-607298918" href="#a-607298918">34.2</a> Details</h2>
|
1561
1582
|
|
1562
1583
|
|
1563
1584
|
<ul>
|
@@ -1594,12 +1615,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1594
1615
|
</ul>
|
1595
1616
|
|
1596
1617
|
|
1597
|
-
<h1 ><a id="a3.0.0" href="#a-
|
1618
|
+
<h1 ><a id="a3.0.0" href="#a-607300288">35</a> Version 3.0.0 (2006-04-23)</h1>
|
1598
1619
|
|
1599
1620
|
<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>
|
1600
1621
|
|
1601
1622
|
|
1602
|
-
<h2><a id="Thanks-
|
1623
|
+
<h2><a id="Thanks-607301458" href="#a-607301458">35.1</a> Thanks</h2>
|
1603
1624
|
|
1604
1625
|
|
1605
1626
|
<ul>
|
@@ -1607,7 +1628,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1607
1628
|
</ul>
|
1608
1629
|
|
1609
1630
|
|
1610
|
-
<h2><a id="Caution-
|
1631
|
+
<h2><a id="Caution-607304218" href="#a-607304218">35.2</a> Caution</h2>
|
1611
1632
|
|
1612
1633
|
|
1613
1634
|
<ul>
|
@@ -1615,7 +1636,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1615
1636
|
</ul>
|
1616
1637
|
|
1617
1638
|
|
1618
|
-
<h2><a id="Details-
|
1639
|
+
<h2><a id="Details-607307438" href="#a-607307438">35.3</a> Details</h2>
|
1619
1640
|
|
1620
1641
|
|
1621
1642
|
<ul>
|
@@ -1657,12 +1678,12 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1657
1678
|
</ul>
|
1658
1679
|
|
1659
1680
|
|
1660
|
-
<h1 ><a id="a2.0.0" href="#a-
|
1681
|
+
<h1 ><a id="a2.0.0" href="#a-607308988">36</a> Version 2.0.0 (2006-04-17)</h1>
|
1661
1682
|
|
1662
1683
|
<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>
|
1663
1684
|
|
1664
1685
|
|
1665
|
-
<h2><a id="Thanks-
|
1686
|
+
<h2><a id="Thanks-607309908" href="#a-607309908">36.1</a> Thanks</h2>
|
1666
1687
|
|
1667
1688
|
|
1668
1689
|
<ul>
|
@@ -1670,7 +1691,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1670
1691
|
</ul>
|
1671
1692
|
|
1672
1693
|
|
1673
|
-
<h2><a id="Caution-
|
1694
|
+
<h2><a id="Caution-607310738" href="#a-607310738">36.2</a> Caution</h2>
|
1674
1695
|
|
1675
1696
|
|
1676
1697
|
<ul>
|
@@ -1678,7 +1699,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1678
1699
|
</ul>
|
1679
1700
|
|
1680
1701
|
|
1681
|
-
<h2><a id="Details-
|
1702
|
+
<h2><a id="Details-607311598" href="#a-607311598">36.3</a> Details</h2>
|
1682
1703
|
|
1683
1704
|
|
1684
1705
|
<ul>
|
@@ -1706,7 +1727,7 @@ time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
1706
1727
|
</ul>
|
1707
1728
|
|
1708
1729
|
|
1709
|
-
<h1 ><a id="a1.0.0" href="#a-
|
1730
|
+
<h1 ><a id="a1.0.0" href="#a-607312618">37</a> Version 1.0.0 (2006-02-26)</h1>
|
1710
1731
|
|
1711
1732
|
This release adds enough Verilog <span class="caps">VPI</span> functionality to make Ruby-VPI usable for simple test benches:
|
1712
1733
|
<ul>
|
@@ -1716,7 +1737,7 @@ This release adds enough Verilog <span class="caps">VPI</span> functionality to
|
|
1716
1737
|
</ul>
|
1717
1738
|
|
1718
1739
|
|
1719
|
-
<h2><a id="Thanks-
|
1740
|
+
<h2><a id="Thanks-607313518" href="#a-607313518">37.1</a> Thanks</h2>
|
1720
1741
|
|
1721
1742
|
|
1722
1743
|
<ul>
|
@@ -1729,7 +1750,7 @@ This release adds enough Verilog <span class="caps">VPI</span> functionality to
|
|
1729
1750
|
</ul>
|
1730
1751
|
|
1731
1752
|
|
1732
|
-
<h2><a id="Details-
|
1753
|
+
<h2><a id="Details-607314348" href="#a-607314348">37.2</a> Details</h2>
|
1733
1754
|
|
1734
1755
|
|
1735
1756
|
<ul>
|
@@ -1780,12 +1801,12 @@ This release adds enough Verilog <span class="caps">VPI</span> functionality to
|
|
1780
1801
|
</ul>
|
1781
1802
|
|
1782
1803
|
|
1783
|
-
<h1 ><a id="a0.0.0" href="#a-
|
1804
|
+
<h1 ><a id="a0.0.0" href="#a-607315358">38</a> Version 0.0.0 (1999-10-31)</h1>
|
1784
1805
|
|
1785
1806
|
<p>This is Kazuhiro <span class="caps">HIWADA</span>’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&release_id=8852">source code</a>.</p>
|
1786
1807
|
|
1787
1808
|
|
1788
|
-
<h2><a id="Details-
|
1809
|
+
<h2><a id="Details-607316258" href="#a-607316258">38.1</a> Details</h2>
|
1789
1810
|
|
1790
1811
|
|
1791
1812
|
<ul>
|