ruby-vpi 15.0.2 → 16.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.
- data/LICENSE +23 -340
- data/Rakefile +169 -192
- data/bin/generate_test.rb +26 -25
- data/bin/generate_test_tpl/runner.rake +4 -10
- data/bin/header_to_ruby.rb +3 -20
- data/doc/README +11 -0
- data/doc/Rakefile +8 -21
- data/doc/common.css +44 -10
- data/doc/common.tpl +5 -10
- data/doc/history.doc +8 -7
- data/doc/history.html +228 -560
- data/doc/history.rb +7 -11
- data/doc/{history.yml → history.yaml} +325 -128
- data/doc/images/{feed-icon.png → feed-icon-28x28.png} +0 -0
- data/doc/images/ruby/LICENSE +15 -0
- data/doc/images/ruby/logo-reflection.png +0 -0
- data/doc/images/ruby/logo-reflection.xcf +0 -0
- data/doc/images/ruby/logo.png +0 -0
- data/doc/images/{LICENSE → tango/LICENSE} +0 -0
- data/doc/images/{caution.png → tango/caution.png} +0 -0
- data/doc/images/{caution.svg → tango/caution.svg} +0 -0
- data/doc/images/{home.png → tango/home.png} +0 -0
- data/doc/images/{home.svg → tango/home.svg} +0 -0
- data/doc/images/{important.png → tango/important.png} +0 -0
- data/doc/images/{important.svg → tango/important.svg} +0 -0
- data/doc/images/{next.png → tango/next.png} +0 -0
- data/doc/images/{next.svg → tango/next.svg} +0 -0
- data/doc/images/{note.png → tango/note.png} +0 -0
- data/doc/images/{note.svg → tango/note.svg} +0 -0
- data/doc/images/{prev.png → tango/prev.png} +0 -0
- data/doc/images/{prev.svg → tango/prev.svg} +0 -0
- data/doc/images/{tip.png → tango/tip.png} +0 -0
- data/doc/images/{tip.svg → tango/tip.svg} +0 -0
- data/doc/images/{up.png → tango/up.png} +0 -0
- data/doc/images/{up.svg → tango/up.svg} +0 -0
- data/doc/images/{warning.png → tango/warning.png} +0 -0
- data/doc/images/{warning.svg → tango/warning.svg} +0 -0
- data/doc/intro.inc +105 -36
- data/doc/lib/doc_format.rb +151 -29
- data/doc/lib/doc_proxy.rb +28 -69
- data/doc/lib/erb_content.rb +10 -22
- data/doc/lib/erb_proxy.rb +13 -24
- data/doc/manual.doc +16 -60
- data/doc/manual.html +257 -340
- data/doc/memo.doc +2 -0
- data/doc/memo.html +11 -11
- data/doc/readme.doc +36 -2
- data/doc/readme.html +214 -51
- data/doc/rss.erb +3 -3
- data/doc/rss.xml +217 -269
- data/ext/Rakefile +7 -22
- data/ext/common.h +10 -21
- data/ext/extconf.rb +5 -0
- data/ext/main.c +2 -18
- data/ext/main.h +1 -16
- data/ext/relay.c +3 -17
- data/ext/relay.h +3 -17
- data/ext/verilog.h +6 -18
- data/ext/vlog.c +3 -21
- data/ext/vlog.h +3 -17
- data/lib/ruby-vpi/erb.rb +7 -20
- data/lib/ruby-vpi/float.rb +6 -20
- data/lib/ruby-vpi/integer.rb +27 -47
- data/lib/ruby-vpi/rake.rb +4 -19
- data/lib/ruby-vpi/rcov.rb +6 -21
- data/lib/ruby-vpi/rdoc.rb +3 -21
- data/lib/ruby-vpi/runner.rb +28 -29
- data/lib/ruby-vpi/runner_proxy.rb +5 -21
- data/lib/ruby-vpi/verilog_parser.rb +5 -20
- data/lib/ruby-vpi/vpi.rb +420 -376
- data/lib/ruby-vpi.rb +26 -32
- data/ref/c/annotated.html +1 -1
- data/ref/c/common_8h.html +1 -1
- data/ref/c/files.html +1 -1
- data/ref/c/functions.html +1 -1
- data/ref/c/functions_vars.html +1 -1
- data/ref/c/globals.html +1 -1
- data/ref/c/globals_0x63.html +1 -1
- data/ref/c/globals_0x65.html +1 -1
- data/ref/c/globals_0x66.html +1 -1
- data/ref/c/globals_0x6d.html +1 -1
- data/ref/c/globals_0x70.html +1 -1
- data/ref/c/globals_0x72.html +1 -1
- data/ref/c/globals_0x73.html +1 -1
- data/ref/c/globals_0x74.html +1 -1
- data/ref/c/globals_0x76.html +1 -1
- data/ref/c/globals_0x78.html +1 -1
- data/ref/c/globals_defs.html +1 -1
- data/ref/c/globals_defs_0x65.html +1 -1
- data/ref/c/globals_defs_0x70.html +1 -1
- data/ref/c/globals_defs_0x76.html +1 -1
- data/ref/c/globals_defs_0x78.html +1 -1
- data/ref/c/globals_enum.html +1 -1
- data/ref/c/globals_eval.html +1 -1
- data/ref/c/globals_func.html +1 -1
- data/ref/c/globals_type.html +1 -1
- data/ref/c/globals_vars.html +1 -1
- data/ref/c/index.html +1 -1
- data/ref/c/main_8c.html +1 -1
- data/ref/c/main_8h.html +1 -1
- data/ref/c/relay_8c.html +1 -1
- data/ref/c/relay_8h.html +1 -1
- data/ref/c/structt__cb__data.html +1 -1
- data/ref/c/structt__vpi__delay.html +1 -1
- data/ref/c/structt__vpi__error__info.html +1 -1
- data/ref/c/structt__vpi__strengthval.html +1 -1
- data/ref/c/structt__vpi__systf__data.html +1 -1
- data/ref/c/structt__vpi__time.html +1 -1
- data/ref/c/structt__vpi__value.html +1 -1
- data/ref/c/structt__vpi__vecval.html +1 -1
- data/ref/c/structt__vpi__vlog__info.html +1 -1
- data/ref/c/verilog_8h.html +1 -1
- data/ref/c/vlog_8c.html +1 -1
- data/ref/c/vlog_8h.html +1 -1
- data/ref/c/vpi__user_8h.html +1 -1
- data/ref/ruby/classes/ERB.html +5 -5
- data/ref/ruby/classes/ERB.src/{M000026.html → M000024.html} +15 -15
- data/ref/ruby/classes/FileUtils.html +10 -10
- data/ref/ruby/classes/FileUtils.src/{M000027.html → M000025.html} +4 -4
- data/ref/ruby/classes/FileUtils.src/{M000028.html → M000026.html} +4 -4
- data/ref/ruby/classes/Float.html +5 -5
- data/ref/ruby/classes/Float.src/{M000022.html → M000020.html} +5 -5
- data/ref/ruby/classes/Integer.html +20 -56
- data/ref/ruby/classes/Integer.src/M000008.html +11 -11
- data/ref/ruby/classes/Integer.src/M000009.html +4 -4
- data/ref/ruby/classes/Integer.src/M000010.html +4 -4
- data/ref/ruby/classes/Integer.src/M000011.html +4 -4
- data/ref/ruby/classes/Integer.src/M000012.html +4 -4
- data/ref/ruby/classes/Integer.src/M000013.html +4 -4
- data/ref/ruby/classes/Integer.src/M000016.html +12 -9
- data/ref/ruby/classes/Integer.src/M000017.html +18 -9
- data/ref/ruby/classes/Integer.src/M000018.html +12 -12
- data/ref/ruby/classes/Integer.src/M000019.html +17 -18
- data/ref/ruby/classes/RDoc.src/M000053.html +25 -25
- data/ref/ruby/classes/RubyVpi/Config.html +3 -3
- data/ref/ruby/classes/RubyVpi.html +11 -5
- data/ref/ruby/classes/RubyVpi.src/{M000029.html → M000027.html} +103 -101
- data/ref/ruby/classes/String.html +21 -15
- data/ref/ruby/classes/String.src/M000021.html +36 -0
- data/ref/ruby/classes/String.src/{M000024.html → M000022.html} +24 -24
- data/ref/ruby/classes/String.src/M000023.html +5 -23
- data/ref/ruby/classes/VerilogParser/Module/Parameter.src/M000007.html +5 -5
- data/ref/ruby/classes/VerilogParser/Module/Port.src/M000003.html +7 -7
- data/ref/ruby/classes/VerilogParser/Module/Port.src/M000004.html +4 -4
- data/ref/ruby/classes/VerilogParser/Module/Port.src/M000005.html +4 -4
- data/ref/ruby/classes/VerilogParser/Module/Port.src/M000006.html +4 -4
- data/ref/ruby/classes/VerilogParser/Module.src/M000002.html +20 -20
- data/ref/ruby/classes/VerilogParser.html +6 -0
- data/ref/ruby/classes/VerilogParser.src/M000001.html +20 -20
- data/ref/ruby/classes/Vpi/Handle.html +89 -88
- data/ref/ruby/classes/Vpi/Handle.src/M000036.html +18 -0
- data/ref/ruby/classes/Vpi/Handle.src/M000037.html +5 -5
- data/ref/ruby/classes/Vpi/Handle.src/M000038.html +5 -5
- data/ref/ruby/classes/Vpi/Handle.src/M000039.html +5 -5
- data/ref/ruby/classes/Vpi/Handle.src/M000040.html +8 -5
- data/ref/ruby/classes/Vpi/Handle.src/M000041.html +8 -8
- data/ref/ruby/classes/Vpi/Handle.src/M000042.html +7 -6
- data/ref/ruby/classes/Vpi/Handle.src/M000043.html +31 -9
- data/ref/ruby/classes/Vpi/Handle.src/M000044.html +74 -31
- data/ref/ruby/classes/Vpi/Handle.src/M000045.html +17 -74
- data/ref/ruby/classes/Vpi/Handle.src/M000046.html +11 -17
- data/ref/ruby/classes/Vpi/Handle.src/M000048.html +31 -0
- data/ref/ruby/classes/Vpi/Handle.src/M000049.html +53 -52
- data/ref/ruby/classes/Vpi/S_vpi_time.src/M000050.html +4 -4
- data/ref/ruby/classes/Vpi/S_vpi_time.src/M000051.html +5 -5
- data/ref/ruby/classes/Vpi/S_vpi_value.html +15 -15
- data/ref/ruby/classes/Vpi/S_vpi_value.src/{M000036.html → M000033.html} +5 -5
- data/ref/ruby/classes/Vpi/S_vpi_value.src/M000034.html +5 -5
- data/ref/ruby/classes/Vpi/S_vpi_value.src/M000035.html +5 -5
- data/ref/ruby/classes/Vpi.html +48 -19
- data/ref/ruby/classes/Vpi.src/M000028.html +28 -0
- data/ref/ruby/classes/Vpi.src/M000029.html +18 -0
- data/ref/ruby/classes/Vpi.src/M000030.html +25 -15
- data/ref/ruby/classes/Vpi.src/M000031.html +9 -5
- data/ref/ruby/classes/Vpi.src/M000032.html +9 -25
- data/ref/ruby/created.rid +1 -1
- data/ref/ruby/files/bin/generate_test_rb.html +2 -1
- data/ref/ruby/files/bin/header_to_ruby_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/erb_rb.html +7 -1
- data/ref/ruby/files/lib/ruby-vpi/float_rb.html +7 -1
- data/ref/ruby/files/lib/ruby-vpi/integer_rb.html +7 -1
- data/ref/ruby/files/lib/ruby-vpi/rake_rb.html +7 -1
- data/ref/ruby/files/lib/ruby-vpi/rcov_rb.html +7 -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 +7 -1
- data/ref/ruby/fr_method_index.html +34 -34
- data/samp/counter/counter_rspec_runner.rake +4 -0
- data/samp/counter/counter_xunit_runner.rake +4 -0
- data/samp/pipelined_alu/Hw5UnitModel.rb +3 -19
- data/samp/pipelined_alu/README +38 -13
- data/samp/pipelined_alu/TestHw5UnitModel.rb +9 -20
- data/samp/pipelined_alu/hw5_unit.v +1 -16
- data/samp/pipelined_alu/hw5_unit_test_runner.rake +4 -0
- data/samp/pipelined_alu/hw5_unit_test_spec.rb +3 -20
- data/samp/pipelined_alu/int_gen.rb +6 -20
- metadata +47 -43
- data/doc/LICENSE +0 -397
- data/doc/images/feed-icon.LICENSE +0 -2
- data/doc/images/feed-icon.svg +0 -18
- data/ref/ruby/classes/Integer.src/M000020.html +0 -25
- data/ref/ruby/classes/Integer.src/M000021.html +0 -30
- data/ref/ruby/classes/String.src/M000025.html +0 -18
- data/ref/ruby/classes/Vpi/Handle.src/M000047.html +0 -24
- data/ref/ruby/classes/Vpi.src/M000033.html +0 -22
data/doc/rss.xml
CHANGED
|
@@ -3,16 +3,82 @@
|
|
|
3
3
|
<channel>
|
|
4
4
|
<title>Ruby-VPI</title>
|
|
5
5
|
<link>http://ruby-vpi.rubyforge.org</link>
|
|
6
|
-
<description>Ruby-VPI is a Ruby interface to IEEE 1364-2005 Verilog VPI. It lets you create complex Verilog test benches easily and wholly in Ruby.</description>
|
|
6
|
+
<description>Ruby-VPI is a Ruby interface to IEEE 1364-2005 Verilog VPI and a platform for unit testing, rapid prototyping, and systems integration of Verilog modules through Ruby. It lets you create complex Verilog test benches easily and wholly in Ruby.</description>
|
|
7
7
|
<item>
|
|
8
|
-
<title>Version
|
|
9
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
10
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
11
|
-
<description><h1 id="
|
|
8
|
+
<title>Version 16.0.0 released</title>
|
|
9
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a16.0.0</link>
|
|
10
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a16.0.0</guid>
|
|
11
|
+
<description><h1 id="16.0.0">Version 16.0.0 (2007-05-02)</h1>
|
|
12
|
+
|
|
13
|
+
<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>
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
<h2>Caution</h2>
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
<ul>
|
|
20
|
+
<li>The <code class="code"><span style="color:#036; font-weight:bold">Integer</span>.ensure_min</code> and <code class="code"><span style="color:#036; font-weight:bold">Integer</span>.ensure_max</code> methods have been removed from the <tt>ruby-vpi/integer.rb</tt> library because Ruby already has idioms for these operations: <pre>
|
|
21
|
+
&gt;&gt; 5.ensure_min 10
|
|
22
|
+
=&gt; 10
|
|
23
|
+
&gt;&gt; [5, 10].max
|
|
24
|
+
=&gt; 10
|
|
25
|
+
|
|
26
|
+
&gt;&gt; 5.ensure_max 10
|
|
27
|
+
=&gt; 5
|
|
28
|
+
&gt;&gt; [5, 10].min
|
|
29
|
+
=&gt; 5
|
|
30
|
+
</pre></li>
|
|
31
|
+
</ul>
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
<ul>
|
|
35
|
+
<li>Ruby-VPI is now developed under a <a href="readme.html#intro.license">more permissive license</a> that better reflects my ethical beliefs than <a href="http://www.gnu.org/copyleft/gpl.html">the previous license</a>.</li>
|
|
36
|
+
</ul>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
<h2>New features</h2>
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
<ul>
|
|
43
|
+
<li>The <a href="http://www.cadence.com/products/functional_ver/nc-verilog/">Cadence NC-Sim / NC-Verilog</a> (ncsim) simulator is now supported.</li>
|
|
44
|
+
</ul>
|
|
12
45
|
|
|
13
46
|
|
|
14
|
-
<
|
|
47
|
+
<ul>
|
|
48
|
+
<li><span class="caps">VPI</span> structures (whose names begin with &#8220;S_&#8221;) now allow initialization of their members through their constructor, in the style of Ruby on Rails. For example, the expression <code class="code">time = <span style="color:#036; font-weight:bold">S_vpi_time</span>.new <span style="color:#A60">:type</span> =&gt; <span style="color:#036; font-weight:bold">VpiSuppressTime</span></code> is equivalent to: <pre class="code">
|
|
49
|
+
time = <span style="color:#036; font-weight:bold">S_vpi_time</span>.new
|
|
50
|
+
time.type = <span style="color:#036; font-weight:bold">VpiSuppressTime</span>
|
|
51
|
+
</pre></li>
|
|
52
|
+
</ul>
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
<ul>
|
|
56
|
+
<li>Added the <code class="code"><span style="color:#036; font-weight:bold">Vpi</span>::<span style="color:#036; font-weight:bold">Handle</span>.cbValueChange</code> method which simplifies the registration of a value-change callback for a particular <span class="caps">VPI</span> handle. For instance, the user manual&#8217;s <a href="manual.html#ex..callback">example of setting up a value-change callback</a> can now be written as follows: <pre class="code">
|
|
57
|
+
<span style="color:#036; font-weight:bold">Counter</span>.count.cbValueChange <span style="color:#080; font-weight:bold">do</span> |s_cb_data|
|
|
58
|
+
puts <span style="background-color:#fff0f0"><span style="color:#710">&quot;</span><span style="color:#D20">hello from callback! time=</span><span style="background: #eee"><span style="font-weight: bold; color: #888">#{</span>s_cb_data.time.to_i<span style="font-weight: bold; color: #888">}</span></span><span style="color:#D20"> count=</span><span style="background: #eee"><span style="font-weight: bold; color: #888">#{</span>s_cb_data.obj.intVal<span style="font-weight: bold; color: #888">}</span></span><span style="color:#710">&quot;</span></span>
|
|
59
|
+
<span style="color:#080; font-weight:bold">end</span>
|
|
60
|
+
</pre></li>
|
|
61
|
+
</ul>
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
<h2>Details</h2>
|
|
65
|
+
|
|
15
66
|
|
|
67
|
+
<ul>
|
|
68
|
+
<li>Revised the project website according to the <a href="http://producingoss.com">Producing <span class="caps">OSS</span></a> guidelines.</li>
|
|
69
|
+
</ul>
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
<ul>
|
|
73
|
+
<li>Added instructions for checking out source code and generating documentation.</li>
|
|
74
|
+
</ul></description>
|
|
75
|
+
<pubDate>Wed, 02 May 2007 00:00:00 PDT</pubDate>
|
|
76
|
+
</item>
|
|
77
|
+
<item>
|
|
78
|
+
<title>Version 15.0.2 released</title>
|
|
79
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a15.0.2</link>
|
|
80
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a15.0.2</guid>
|
|
81
|
+
<description><h1 id="15.0.2">Version 15.0.2 (2007-01-22)</h1>
|
|
16
82
|
|
|
17
83
|
<p>This release fixes problems with linking of the C extension and installation of the gem.</p>
|
|
18
84
|
|
|
@@ -32,21 +98,19 @@
|
|
|
32
98
|
</item>
|
|
33
99
|
<item>
|
|
34
100
|
<title>Version 15.0.1 released</title>
|
|
35
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
36
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
101
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a15.0.1</link>
|
|
102
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a15.0.1</guid>
|
|
37
103
|
<description><h1 id="15.0.1">Version 15.0.1 (2007-01-15)</h1>
|
|
38
104
|
|
|
105
|
+
<p>This release fixes another problem with compilation of the C extension and improves the user documentation&#8217;s appearance.</p>
|
|
39
106
|
|
|
40
|
-
<h2>Summary</h2>
|
|
41
107
|
|
|
108
|
+
<h2>Thanks</h2>
|
|
42
109
|
|
|
43
|
-
<p>This release fixes a problem with compilation of the C extension and improves the user documentation&#8217;s appearance.</p>
|
|
44
110
|
|
|
45
|
-
|
|
46
|
-
<
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
<p>Thanks to Derek Graham for reporting the problem.</p>
|
|
111
|
+
<ul>
|
|
112
|
+
<li>Derek Graham reported the problem with compilation of the C extension.</li>
|
|
113
|
+
</ul>
|
|
50
114
|
|
|
51
115
|
|
|
52
116
|
<h2>Details</h2>
|
|
@@ -69,24 +133,22 @@
|
|
|
69
133
|
</item>
|
|
70
134
|
<item>
|
|
71
135
|
<title>Version 15.0.0 released</title>
|
|
72
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
73
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
136
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a15.0.0</link>
|
|
137
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a15.0.0</guid>
|
|
74
138
|
<description><h1 id="15.0.0">Version 15.0.0 (2007-01-13)</h1>
|
|
75
139
|
|
|
76
|
-
|
|
77
|
-
<h2>Summary</h2>
|
|
78
|
-
|
|
79
|
-
|
|
80
140
|
<p>This release fixes a problem with compilation of the C extension, and makes clock generation code correctly affect Ruby prototypes.</p>
|
|
81
141
|
|
|
82
142
|
|
|
83
|
-
<h2>
|
|
143
|
+
<h2>Thanks</h2>
|
|
84
144
|
|
|
85
145
|
|
|
86
|
-
<
|
|
146
|
+
<ul>
|
|
147
|
+
<li>Derek Graham reported the problem with compilation of the C extension.</li>
|
|
148
|
+
</ul>
|
|
87
149
|
|
|
88
150
|
|
|
89
|
-
<h2>
|
|
151
|
+
<h2>Caution</h2>
|
|
90
152
|
|
|
91
153
|
|
|
92
154
|
<ul>
|
|
@@ -137,18 +199,14 @@
|
|
|
137
199
|
</item>
|
|
138
200
|
<item>
|
|
139
201
|
<title>Version 14.0.0 released</title>
|
|
140
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
141
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
202
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a14.0.0</link>
|
|
203
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a14.0.0</guid>
|
|
142
204
|
<description><h1 id="14.0.0">Version 14.0.0 (2006-12-30)</h1>
|
|
143
205
|
|
|
144
|
-
|
|
145
|
-
<h2>Summary</h2>
|
|
146
|
-
|
|
147
|
-
|
|
148
206
|
<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>
|
|
149
207
|
|
|
150
208
|
|
|
151
|
-
<h2>
|
|
209
|
+
<h2>Caution</h2>
|
|
152
210
|
|
|
153
211
|
|
|
154
212
|
<ul>
|
|
@@ -217,18 +275,14 @@
|
|
|
217
275
|
</item>
|
|
218
276
|
<item>
|
|
219
277
|
<title>Version 13.0.0 released</title>
|
|
220
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
221
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
278
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a13.0.0</link>
|
|
279
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a13.0.0</guid>
|
|
222
280
|
<description><h1 id="13.0.0">Version 13.0.0 (2006-12-27)</h1>
|
|
223
281
|
|
|
224
|
-
|
|
225
|
-
<h2>Summary</h2>
|
|
226
|
-
|
|
227
|
-
|
|
228
282
|
<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>
|
|
229
283
|
|
|
230
284
|
|
|
231
|
-
<h2>
|
|
285
|
+
<h2>Caution</h2>
|
|
232
286
|
|
|
233
287
|
|
|
234
288
|
<ul>
|
|
@@ -274,18 +328,14 @@
|
|
|
274
328
|
</item>
|
|
275
329
|
<item>
|
|
276
330
|
<title>Version 12.1.0 released</title>
|
|
277
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
278
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
331
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a12.1.0</link>
|
|
332
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a12.1.0</guid>
|
|
279
333
|
<description><h1 id="12.1.0">Version 12.1.0 (2006-12-22)</h1>
|
|
280
334
|
|
|
281
|
-
|
|
282
|
-
<h2>Summary</h2>
|
|
283
|
-
|
|
284
|
-
|
|
285
335
|
<p>This release adds interactive debugging support, adds new sections to the user manual, and cleanses some internals.</p>
|
|
286
336
|
|
|
287
337
|
|
|
288
|
-
<h2>
|
|
338
|
+
<h2>Caution</h2>
|
|
289
339
|
|
|
290
340
|
|
|
291
341
|
<ul>
|
|
@@ -339,34 +389,28 @@
|
|
|
339
389
|
</item>
|
|
340
390
|
<item>
|
|
341
391
|
<title>Version 12.0.2 released</title>
|
|
342
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
343
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
392
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a12.0.2</link>
|
|
393
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a12.0.2</guid>
|
|
344
394
|
<description><h1 id="12.0.2">Version 12.0.2 (2006-12-18)</h1>
|
|
345
395
|
|
|
346
|
-
|
|
347
|
-
<h2>Summary</h2>
|
|
348
|
-
|
|
349
|
-
|
|
350
396
|
<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></description>
|
|
351
397
|
<pubDate>Mon, 18 Dec 2006 00:00:00 PST</pubDate>
|
|
352
398
|
</item>
|
|
353
399
|
<item>
|
|
354
400
|
<title>Version 12.0.1 released</title>
|
|
355
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
356
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
401
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a12.0.1</link>
|
|
402
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a12.0.1</guid>
|
|
357
403
|
<description><h1 id="12.0.1">Version 12.0.1 (2006-12-18)</h1>
|
|
358
404
|
|
|
359
|
-
|
|
360
|
-
<h2>Summary</h2>
|
|
361
|
-
|
|
362
|
-
|
|
363
405
|
<p>This release fixes a problem in code coverage analysis.</p>
|
|
364
406
|
|
|
365
407
|
|
|
366
|
-
<h2>
|
|
408
|
+
<h2>Thanks</h2>
|
|
367
409
|
|
|
368
410
|
|
|
369
|
-
<
|
|
411
|
+
<ul>
|
|
412
|
+
<li>Mauricio Fernandez helped me solve the problem with code coverage analysis.</li>
|
|
413
|
+
</ul>
|
|
370
414
|
|
|
371
415
|
|
|
372
416
|
<h2>Details</h2>
|
|
@@ -380,18 +424,14 @@
|
|
|
380
424
|
</item>
|
|
381
425
|
<item>
|
|
382
426
|
<title>Version 12.0.0 released</title>
|
|
383
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
384
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
427
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a12.0.0</link>
|
|
428
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a12.0.0</guid>
|
|
385
429
|
<description><h1 id="12.0.0">Version 12.0.0 (2006-12-07)</h1>
|
|
386
430
|
|
|
387
|
-
|
|
388
|
-
<h2>Summary</h2>
|
|
389
|
-
|
|
390
|
-
|
|
391
431
|
<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>
|
|
392
432
|
|
|
393
433
|
|
|
394
|
-
<h2>
|
|
434
|
+
<h2>Caution</h2>
|
|
395
435
|
|
|
396
436
|
|
|
397
437
|
<ul>
|
|
@@ -485,24 +525,22 @@
|
|
|
485
525
|
</item>
|
|
486
526
|
<item>
|
|
487
527
|
<title>Version 11.1.1 released</title>
|
|
488
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
489
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
528
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a11.1.1</link>
|
|
529
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a11.1.1</guid>
|
|
490
530
|
<description><h1 id="11.1.1">Version 11.1.1 (2006-11-15)</h1>
|
|
491
531
|
|
|
492
|
-
|
|
493
|
-
<h2>Summary</h2>
|
|
494
|
-
|
|
495
|
-
|
|
496
532
|
<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>
|
|
497
533
|
|
|
498
534
|
|
|
499
|
-
<h2>
|
|
535
|
+
<h2>Thanks</h2>
|
|
500
536
|
|
|
501
537
|
|
|
502
|
-
<
|
|
538
|
+
<ul>
|
|
539
|
+
<li>John Burr found the bug in the automated test generator.</li>
|
|
540
|
+
</ul>
|
|
503
541
|
|
|
504
542
|
|
|
505
|
-
<h2>
|
|
543
|
+
<h2>Caution</h2>
|
|
506
544
|
|
|
507
545
|
|
|
508
546
|
<ul>
|
|
@@ -525,24 +563,22 @@
|
|
|
525
563
|
</item>
|
|
526
564
|
<item>
|
|
527
565
|
<title>Version 11.1.0 released</title>
|
|
528
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
529
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
566
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a11.1.0</link>
|
|
567
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a11.1.0</guid>
|
|
530
568
|
<description><h1 id="11.1.0">Version 11.1.0 (2006-11-08)</h1>
|
|
531
569
|
|
|
532
|
-
|
|
533
|
-
<h2>Summary</h2>
|
|
534
|
-
|
|
535
|
-
|
|
536
570
|
<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>
|
|
537
571
|
|
|
538
572
|
|
|
539
|
-
<h2>
|
|
573
|
+
<h2>Thanks</h2>
|
|
540
574
|
|
|
541
575
|
|
|
542
|
-
<
|
|
576
|
+
<ul>
|
|
577
|
+
<li>Matt Fischler found the bug in generated benches (see below).</li>
|
|
578
|
+
</ul>
|
|
543
579
|
|
|
544
580
|
|
|
545
|
-
<h2>
|
|
581
|
+
<h2>Caution</h2>
|
|
546
582
|
|
|
547
583
|
|
|
548
584
|
<ul>
|
|
@@ -603,18 +639,14 @@
|
|
|
603
639
|
</item>
|
|
604
640
|
<item>
|
|
605
641
|
<title>Version 11.0.0 released</title>
|
|
606
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
607
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
642
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a11.0.0</link>
|
|
643
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a11.0.0</guid>
|
|
608
644
|
<description><h1 id="11.0.0">Version 11.0.0 (2006-11-05)</h1>
|
|
609
645
|
|
|
610
|
-
|
|
611
|
-
<h2>Summary</h2>
|
|
612
|
-
|
|
613
|
-
|
|
614
646
|
<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>
|
|
615
647
|
|
|
616
648
|
|
|
617
|
-
<h2>
|
|
649
|
+
<h2>Caution</h2>
|
|
618
650
|
|
|
619
651
|
|
|
620
652
|
<ul>
|
|
@@ -661,24 +693,22 @@
|
|
|
661
693
|
</item>
|
|
662
694
|
<item>
|
|
663
695
|
<title>Version 10.0.0 released</title>
|
|
664
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
665
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
696
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a10.0.0</link>
|
|
697
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a10.0.0</guid>
|
|
666
698
|
<description><h1 id="10.0.0">Version 10.0.0 (2006-11-05)</h1>
|
|
667
699
|
|
|
668
|
-
|
|
669
|
-
<h2>Summary</h2>
|
|
670
|
-
|
|
671
|
-
|
|
672
700
|
<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>
|
|
673
701
|
|
|
674
702
|
|
|
675
|
-
<h2>
|
|
703
|
+
<h2>Thanks</h2>
|
|
676
704
|
|
|
677
705
|
|
|
678
|
-
<
|
|
706
|
+
<ul>
|
|
707
|
+
<li>Matt Fischler found the problem of misdirected compilation errors in Verilog benches.</li>
|
|
708
|
+
</ul>
|
|
679
709
|
|
|
680
710
|
|
|
681
|
-
<h2>
|
|
711
|
+
<h2>Caution</h2>
|
|
682
712
|
|
|
683
713
|
|
|
684
714
|
<ul>
|
|
@@ -745,24 +775,22 @@
|
|
|
745
775
|
</item>
|
|
746
776
|
<item>
|
|
747
777
|
<title>Version 9.0.0 released</title>
|
|
748
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
749
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
778
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a9.0.0</link>
|
|
779
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a9.0.0</guid>
|
|
750
780
|
<description><h1 id="9.0.0">Version 9.0.0 (2006-10-28)</h1>
|
|
751
781
|
|
|
752
|
-
|
|
753
|
-
<h2>Summary</h2>
|
|
754
|
-
|
|
755
|
-
|
|
756
782
|
<p>This release improves the automated test generator and adds new content to the user manual.</p>
|
|
757
783
|
|
|
758
784
|
|
|
759
|
-
<h2>
|
|
785
|
+
<h2>Thanks</h2>
|
|
760
786
|
|
|
761
787
|
|
|
762
|
-
<
|
|
788
|
+
<ul>
|
|
789
|
+
<li>Matt Fischler helped test and debug the installation of Ruby-VPI on Windows.</li>
|
|
790
|
+
</ul>
|
|
763
791
|
|
|
764
792
|
|
|
765
|
-
<h2>
|
|
793
|
+
<h2>Caution</h2>
|
|
766
794
|
|
|
767
795
|
|
|
768
796
|
<ul>
|
|
@@ -815,24 +843,22 @@
|
|
|
815
843
|
</item>
|
|
816
844
|
<item>
|
|
817
845
|
<title>Version 8.2.0 released</title>
|
|
818
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
819
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
846
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a8.2.0</link>
|
|
847
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a8.2.0</guid>
|
|
820
848
|
<description><h1 id="8.2.0">Version 8.2.0 (2006-10-24)</h1>
|
|
821
849
|
|
|
822
|
-
|
|
823
|
-
<h2>Summary</h2>
|
|
824
|
-
|
|
825
|
-
|
|
826
850
|
<p>This release simplifies configuration of generated tests.</p>
|
|
827
851
|
|
|
828
852
|
|
|
829
|
-
<h2>
|
|
853
|
+
<h2>Thanks</h2>
|
|
830
854
|
|
|
831
855
|
|
|
832
|
-
<
|
|
856
|
+
<ul>
|
|
857
|
+
<li><a href="http://www.soe.ucsc.edu/classes/cmpe126/Fall06/">Students in the <span class="caps">CMPE</span>-126 class</a> for their comments and criticisms.</li>
|
|
858
|
+
</ul>
|
|
833
859
|
|
|
834
860
|
|
|
835
|
-
<h2>
|
|
861
|
+
<h2>Caution</h2>
|
|
836
862
|
|
|
837
863
|
|
|
838
864
|
<ul>
|
|
@@ -852,18 +878,14 @@
|
|
|
852
878
|
</item>
|
|
853
879
|
<item>
|
|
854
880
|
<title>Version 8.1.0 released</title>
|
|
855
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
856
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
881
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a8.1.0</link>
|
|
882
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a8.1.0</guid>
|
|
857
883
|
<description><h1 id="8.1.0">Version 8.1.0 (2006-10-21)</h1>
|
|
858
884
|
|
|
859
|
-
|
|
860
|
-
<h2>Summary</h2>
|
|
861
|
-
|
|
862
|
-
|
|
863
885
|
<p>This release adds an integer library and renames the vpi_util library.</p>
|
|
864
886
|
|
|
865
887
|
|
|
866
|
-
<h2>
|
|
888
|
+
<h2>Caution</h2>
|
|
867
889
|
|
|
868
890
|
|
|
869
891
|
<ul>
|
|
@@ -881,18 +903,14 @@
|
|
|
881
903
|
</item>
|
|
882
904
|
<item>
|
|
883
905
|
<title>Version 8.0.0 released</title>
|
|
884
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
885
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
906
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a8.0.0</link>
|
|
907
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a8.0.0</guid>
|
|
886
908
|
<description><h1 id="8.0.0">Version 8.0.0 (2006-10-13)</h1>
|
|
887
909
|
|
|
888
|
-
|
|
889
|
-
<h2>Summary</h2>
|
|
890
|
-
|
|
891
|
-
|
|
892
910
|
<p>This release renames some identifiers for consistency, updates the documentation, and improves integration with RubyGems.</p>
|
|
893
911
|
|
|
894
912
|
|
|
895
|
-
<h2>
|
|
913
|
+
<h2>Caution</h2>
|
|
896
914
|
|
|
897
915
|
|
|
898
916
|
<ul>
|
|
@@ -941,18 +959,14 @@
|
|
|
941
959
|
</item>
|
|
942
960
|
<item>
|
|
943
961
|
<title>Version 7.3.0 released</title>
|
|
944
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
945
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
962
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a7.3.0</link>
|
|
963
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a7.3.0</guid>
|
|
946
964
|
<description><h1 id="7.3.0">Version 7.3.0 (2006-09-30)</h1>
|
|
947
965
|
|
|
948
|
-
|
|
949
|
-
<h2>Summary</h2>
|
|
950
|
-
|
|
951
|
-
|
|
952
966
|
<p>This release fixes a bug in generated Verilog benches, includes parsed constants in generated tests, and adds new methods to handles.</p>
|
|
953
967
|
|
|
954
968
|
|
|
955
|
-
<h2>
|
|
969
|
+
<h2>Caution</h2>
|
|
956
970
|
|
|
957
971
|
|
|
958
972
|
<ul>
|
|
@@ -987,21 +1001,19 @@
|
|
|
987
1001
|
</item>
|
|
988
1002
|
<item>
|
|
989
1003
|
<title>Version 7.2.0 released</title>
|
|
990
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
991
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1004
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a7.2.0</link>
|
|
1005
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a7.2.0</guid>
|
|
992
1006
|
<description><h1 id="7.2.0">Version 7.2.0 (2006-09-15)</h1>
|
|
993
1007
|
|
|
994
|
-
|
|
995
|
-
<h2>Summary</h2>
|
|
996
|
-
|
|
997
|
-
|
|
998
1008
|
<p>This release adds initial support for code coverage analysis via the <a href="http://eigenclass.org/hiki.rb?rcov">rcov library</a>.</p>
|
|
999
1009
|
|
|
1000
1010
|
|
|
1001
|
-
<h2>
|
|
1011
|
+
<h2>Thanks</h2>
|
|
1002
1012
|
|
|
1003
1013
|
|
|
1004
|
-
<
|
|
1014
|
+
<ul>
|
|
1015
|
+
<li>Mauricio Fernandez helped me use rcov without its runner.</li>
|
|
1016
|
+
</ul>
|
|
1005
1017
|
|
|
1006
1018
|
|
|
1007
1019
|
<h2>Details</h2>
|
|
@@ -1022,14 +1034,10 @@
|
|
|
1022
1034
|
</item>
|
|
1023
1035
|
<item>
|
|
1024
1036
|
<title>Version 7.1.0 released</title>
|
|
1025
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1026
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1037
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a7.1.0</link>
|
|
1038
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a7.1.0</guid>
|
|
1027
1039
|
<description><h1 id="7.1.0">Version 7.1.0 (2006-08-29)</h1>
|
|
1028
1040
|
|
|
1029
|
-
|
|
1030
|
-
<h2>Summary</h2>
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
1041
|
<p>This release simplifies running of multiple tests, restores compatibility with Synopsys <span class="caps">VCS</span>, and better integrates with RubyGems.</p>
|
|
1034
1042
|
|
|
1035
1043
|
|
|
@@ -1063,18 +1071,14 @@
|
|
|
1063
1071
|
</item>
|
|
1064
1072
|
<item>
|
|
1065
1073
|
<title>Version 7.0.0 released</title>
|
|
1066
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1067
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1074
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a7.0.0</link>
|
|
1075
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a7.0.0</guid>
|
|
1068
1076
|
<description><h1 id="7.0.0">Version 7.0.0 (2006-08-29)</h1>
|
|
1069
1077
|
|
|
1070
|
-
|
|
1071
|
-
<h2>Summary</h2>
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
1078
|
<p>This release distributes Ruby-VPI as a gem, improves portability of generated tests, and fixes a bug.</p>
|
|
1075
1079
|
|
|
1076
1080
|
|
|
1077
|
-
<h2>
|
|
1081
|
+
<h2>Caution</h2>
|
|
1078
1082
|
|
|
1079
1083
|
|
|
1080
1084
|
<ul>
|
|
@@ -1134,18 +1138,14 @@
|
|
|
1134
1138
|
</item>
|
|
1135
1139
|
<item>
|
|
1136
1140
|
<title>Version 6.3.0 released</title>
|
|
1137
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1138
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1141
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a6.3.0</link>
|
|
1142
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a6.3.0</guid>
|
|
1139
1143
|
<description><h1 id="6.3.0">Version 6.3.0 (2006-08-27)</h1>
|
|
1140
1144
|
|
|
1141
|
-
|
|
1142
|
-
<h2>Summary</h2>
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
1145
|
<p>This release adds support for the <span class="caps">GPL</span> Cver simulator, provides both binary and source packages, and explicitly defines the version numbering system.</p>
|
|
1146
1146
|
|
|
1147
1147
|
|
|
1148
|
-
<h2>
|
|
1148
|
+
<h2>Caution</h2>
|
|
1149
1149
|
|
|
1150
1150
|
|
|
1151
1151
|
<ul>
|
|
@@ -1253,18 +1253,14 @@
|
|
|
1253
1253
|
</item>
|
|
1254
1254
|
<item>
|
|
1255
1255
|
<title>Version 6.2.0 released</title>
|
|
1256
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1257
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1256
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a6.2.0</link>
|
|
1257
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a6.2.0</guid>
|
|
1258
1258
|
<description><h1 id="6.2.0">Version 6.2.0 (2006-08-26)</h1>
|
|
1259
1259
|
|
|
1260
|
-
|
|
1261
|
-
<h2>Summary</h2>
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
1260
|
<p>This release beautifies generated tests, adds checks to find signal width bugs, and includes a new tool.</p>
|
|
1265
1261
|
|
|
1266
1262
|
|
|
1267
|
-
<h2>
|
|
1263
|
+
<h2>Caution</h2>
|
|
1268
1264
|
|
|
1269
1265
|
|
|
1270
1266
|
<ul>
|
|
@@ -1302,14 +1298,10 @@
|
|
|
1302
1298
|
</item>
|
|
1303
1299
|
<item>
|
|
1304
1300
|
<title>Version 6.1.0 released</title>
|
|
1305
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1306
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1301
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a6.1.0</link>
|
|
1302
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a6.1.0</guid>
|
|
1307
1303
|
<description><h1 id="6.1.0">Version 6.1.0 (2006-08-09)</h1>
|
|
1308
1304
|
|
|
1309
|
-
|
|
1310
|
-
<h2>Summary</h2>
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
1305
|
<p>This release simplifies generated tests and fixes a bug.</p>
|
|
1314
1306
|
|
|
1315
1307
|
|
|
@@ -1332,18 +1324,14 @@
|
|
|
1332
1324
|
</item>
|
|
1333
1325
|
<item>
|
|
1334
1326
|
<title>Version 6.0.0 released</title>
|
|
1335
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1336
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1327
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a6.0.0</link>
|
|
1328
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a6.0.0</guid>
|
|
1337
1329
|
<description><h1 id="6.0.0">Version 6.0.0 (2006-08-07)</h1>
|
|
1338
1330
|
|
|
1339
|
-
|
|
1340
|
-
<h2>Summary</h2>
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
1331
|
<p>This release adds support and documentation for rapid prototyping of Verilog designs in Ruby.</p>
|
|
1344
1332
|
|
|
1345
1333
|
|
|
1346
|
-
<h2>
|
|
1334
|
+
<h2>Caution</h2>
|
|
1347
1335
|
|
|
1348
1336
|
|
|
1349
1337
|
<ul>
|
|
@@ -1383,22 +1371,18 @@
|
|
|
1383
1371
|
</item>
|
|
1384
1372
|
<item>
|
|
1385
1373
|
<title>Version 5.1.1 released</title>
|
|
1386
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1387
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1374
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a5.1.1</link>
|
|
1375
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a5.1.1</guid>
|
|
1388
1376
|
<description><h1 id="5.1.1">Version 5.1.1 (2006-08-04)</h1>
|
|
1389
1377
|
|
|
1390
|
-
|
|
1391
|
-
<h2>Summary</h2>
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
1378
|
<p>This release fixes unreadable syntax coloring in the user manual.</p>
|
|
1395
1379
|
|
|
1396
1380
|
|
|
1397
|
-
<h2>
|
|
1381
|
+
<h2>Thanks</h2>
|
|
1398
1382
|
|
|
1399
1383
|
|
|
1400
1384
|
<ul>
|
|
1401
|
-
<li>
|
|
1385
|
+
<li>Todd Nagengast and Matt Fischler notified me about unreadable text in the user manual.</li>
|
|
1402
1386
|
</ul>
|
|
1403
1387
|
|
|
1404
1388
|
|
|
@@ -1417,22 +1401,18 @@
|
|
|
1417
1401
|
</item>
|
|
1418
1402
|
<item>
|
|
1419
1403
|
<title>Version 5.1.0 released</title>
|
|
1420
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1421
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1404
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a5.1.0</link>
|
|
1405
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a5.1.0</guid>
|
|
1422
1406
|
<description><h1 id="5.1.0">Version 5.1.0 (2006-07-29)</h1>
|
|
1423
1407
|
|
|
1424
|
-
|
|
1425
|
-
<h2>Summary</h2>
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
1408
|
<p>This release adds a tutorial to the user manual, and improves the tools and examples.</p>
|
|
1429
1409
|
|
|
1430
1410
|
|
|
1431
|
-
<h2>
|
|
1411
|
+
<h2>Thanks</h2>
|
|
1432
1412
|
|
|
1433
1413
|
|
|
1434
1414
|
<ul>
|
|
1435
|
-
<li>
|
|
1415
|
+
<li>Phil Tomson corrected the <span class="caps">URL</span> of the <span class="caps">RHDL</span> website in the user manual.</li>
|
|
1436
1416
|
</ul>
|
|
1437
1417
|
|
|
1438
1418
|
|
|
@@ -1490,26 +1470,22 @@
|
|
|
1490
1470
|
</item>
|
|
1491
1471
|
<item>
|
|
1492
1472
|
<title>Version 5.0.0 released</title>
|
|
1493
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1494
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1473
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a5.0.0</link>
|
|
1474
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a5.0.0</guid>
|
|
1495
1475
|
<description><h1 id="5.0.0">Version 5.0.0 (2006-07-22)</h1>
|
|
1496
1476
|
|
|
1497
|
-
|
|
1498
|
-
<h2>Summary</h2>
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
1477
|
<p>This release enhances the <span class="caps">VPI</span> utility layer and adds new content to the user manual.</p>
|
|
1502
1478
|
|
|
1503
1479
|
|
|
1504
|
-
<h2>
|
|
1480
|
+
<h2>Thanks</h2>
|
|
1505
1481
|
|
|
1506
1482
|
|
|
1507
1483
|
<ul>
|
|
1508
|
-
<li>
|
|
1484
|
+
<li>Jan Decaluwe corrected the description of MyHDL in the user manual.</li>
|
|
1509
1485
|
</ul>
|
|
1510
1486
|
|
|
1511
1487
|
|
|
1512
|
-
<h2>
|
|
1488
|
+
<h2>Caution</h2>
|
|
1513
1489
|
|
|
1514
1490
|
|
|
1515
1491
|
<ul>
|
|
@@ -1551,26 +1527,22 @@
|
|
|
1551
1527
|
</item>
|
|
1552
1528
|
<item>
|
|
1553
1529
|
<title>Version 4.0.0 released</title>
|
|
1554
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1555
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1530
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a4.0.0</link>
|
|
1531
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a4.0.0</guid>
|
|
1556
1532
|
<description><h1 id="4.0.0">Version 4.0.0 (2006-05-25)</h1>
|
|
1557
1533
|
|
|
1558
|
-
|
|
1559
|
-
<h2>Summary</h2>
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
1534
|
<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>
|
|
1563
1535
|
|
|
1564
1536
|
|
|
1565
|
-
<h2>
|
|
1537
|
+
<h2>Thanks</h2>
|
|
1566
1538
|
|
|
1567
1539
|
|
|
1568
1540
|
<ul>
|
|
1569
|
-
<li>
|
|
1541
|
+
<li>Jose Renau solved the problem of strange delays that occurred whenever a design was reset.</li>
|
|
1570
1542
|
</ul>
|
|
1571
1543
|
|
|
1572
1544
|
|
|
1573
|
-
<h2>
|
|
1545
|
+
<h2>Caution</h2>
|
|
1574
1546
|
|
|
1575
1547
|
|
|
1576
1548
|
<ul>
|
|
@@ -1610,22 +1582,18 @@
|
|
|
1610
1582
|
</item>
|
|
1611
1583
|
<item>
|
|
1612
1584
|
<title>Version 3.2.0 released</title>
|
|
1613
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1614
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1585
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a3.2.0</link>
|
|
1586
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a3.2.0</guid>
|
|
1615
1587
|
<description><h1 id="3.2.0">Version 3.2.0 (2006-05-13)</h1>
|
|
1616
1588
|
|
|
1617
|
-
|
|
1618
|
-
<h2>Summary</h2>
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
1589
|
<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>
|
|
1622
1590
|
|
|
1623
1591
|
|
|
1624
|
-
<h2>
|
|
1592
|
+
<h2>Thanks</h2>
|
|
1625
1593
|
|
|
1626
1594
|
|
|
1627
1595
|
<ul>
|
|
1628
|
-
<li>
|
|
1596
|
+
<li>Scott L Holmes helped me <a href="http://article.gmane.org/gmane.comp.lang.ruby.general/150087">use the RSpec library without its runner</a> program.</li>
|
|
1629
1597
|
</ul>
|
|
1630
1598
|
|
|
1631
1599
|
|
|
@@ -1658,18 +1626,14 @@
|
|
|
1658
1626
|
</item>
|
|
1659
1627
|
<item>
|
|
1660
1628
|
<title>Version 3.1.0 released</title>
|
|
1661
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1662
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1629
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a3.1.0</link>
|
|
1630
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a3.1.0</guid>
|
|
1663
1631
|
<description><h1 id="3.1.0">Version 3.1.0 (2006-04-28)</h1>
|
|
1664
1632
|
|
|
1665
|
-
|
|
1666
|
-
<h2>Summary</h2>
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
1633
|
<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>
|
|
1670
1634
|
|
|
1671
1635
|
|
|
1672
|
-
<h2>
|
|
1636
|
+
<h2>Caution</h2>
|
|
1673
1637
|
|
|
1674
1638
|
|
|
1675
1639
|
<ul>
|
|
@@ -1716,26 +1680,22 @@
|
|
|
1716
1680
|
</item>
|
|
1717
1681
|
<item>
|
|
1718
1682
|
<title>Version 3.0.0 released</title>
|
|
1719
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1720
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1683
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a3.0.0</link>
|
|
1684
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a3.0.0</guid>
|
|
1721
1685
|
<description><h1 id="3.0.0">Version 3.0.0 (2006-04-23)</h1>
|
|
1722
1686
|
|
|
1723
|
-
|
|
1724
|
-
<h2>Summary</h2>
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
1687
|
<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>
|
|
1728
1688
|
|
|
1729
1689
|
|
|
1730
|
-
<h2>
|
|
1690
|
+
<h2>Thanks</h2>
|
|
1731
1691
|
|
|
1732
1692
|
|
|
1733
1693
|
<ul>
|
|
1734
|
-
<li>
|
|
1694
|
+
<li>The <a href="http://www.swig.org/guilty.html"><span class="caps">SWIG</span> developers</a> made this project <em>much</em> easier! ;-)</li>
|
|
1735
1695
|
</ul>
|
|
1736
1696
|
|
|
1737
1697
|
|
|
1738
|
-
<h2>
|
|
1698
|
+
<h2>Caution</h2>
|
|
1739
1699
|
|
|
1740
1700
|
|
|
1741
1701
|
<ul>
|
|
@@ -1787,26 +1747,22 @@
|
|
|
1787
1747
|
</item>
|
|
1788
1748
|
<item>
|
|
1789
1749
|
<title>Version 2.0.0 released</title>
|
|
1790
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1791
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1750
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a2.0.0</link>
|
|
1751
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a2.0.0</guid>
|
|
1792
1752
|
<description><h1 id="2.0.0">Version 2.0.0 (2006-04-17)</h1>
|
|
1793
1753
|
|
|
1794
|
-
|
|
1795
|
-
<h2>Summary</h2>
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
1754
|
<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>
|
|
1799
1755
|
|
|
1800
1756
|
|
|
1801
|
-
<h2>
|
|
1757
|
+
<h2>Thanks</h2>
|
|
1802
1758
|
|
|
1803
1759
|
|
|
1804
1760
|
<ul>
|
|
1805
|
-
<li>
|
|
1761
|
+
<li>Nobu Nakada explained the <a href="http://article.gmane.org/gmane.comp.lang.ruby.general/146653">cross-thread violation on rb_gc()</a> error.</li>
|
|
1806
1762
|
</ul>
|
|
1807
1763
|
|
|
1808
1764
|
|
|
1809
|
-
<h2>
|
|
1765
|
+
<h2>Caution</h2>
|
|
1810
1766
|
|
|
1811
1767
|
|
|
1812
1768
|
<ul>
|
|
@@ -1844,14 +1800,10 @@
|
|
|
1844
1800
|
</item>
|
|
1845
1801
|
<item>
|
|
1846
1802
|
<title>Version 1.0.0 released</title>
|
|
1847
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1848
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1803
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a1.0.0</link>
|
|
1804
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a1.0.0</guid>
|
|
1849
1805
|
<description><h1 id="1.0.0">Version 1.0.0 (2006-02-26)</h1>
|
|
1850
1806
|
|
|
1851
|
-
|
|
1852
|
-
<h2>Summary</h2>
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
1807
|
This release adds enough Verilog <span class="caps">VPI</span> functionality to make Ruby-VPI usable for simple test benches:
|
|
1856
1808
|
<ul>
|
|
1857
1809
|
<li>access Verilog objects through <span class="caps">VPI</span> handles</li>
|
|
@@ -1860,16 +1812,16 @@ This release adds enough Verilog <span class="caps">VPI</span
|
|
|
1860
1812
|
</ul>
|
|
1861
1813
|
|
|
1862
1814
|
|
|
1863
|
-
<h2>
|
|
1815
|
+
<h2>Thanks</h2>
|
|
1864
1816
|
|
|
1865
1817
|
|
|
1866
1818
|
<ul>
|
|
1867
|
-
<li>
|
|
1819
|
+
<li>Jose Renau helped me debug how Synopsys <span class="caps">VCS</span> works with Verilog <span class="caps">VPI</span>. The problem was that <span class="caps">VCS</span> required calltf signatures to be <code class="code">void (*)(void)</code>, whereas the Verilog standard defines a calltf signature as <code class="code"><span style="color:#036; font-weight:bold">PLI_INT32</span> (*)(<span style="color:#036; font-weight:bold">PLI_BYTE8</span>*)</code>.</li>
|
|
1868
1820
|
</ul>
|
|
1869
1821
|
|
|
1870
1822
|
|
|
1871
1823
|
<ul>
|
|
1872
|
-
<li>
|
|
1824
|
+
<li>Ross Bamford, Eric Hodel, and Yukihiro Matsumoto <a href="http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/180662">helped me discover</a> why the <code class="code"><span style="color:#036; font-weight:bold">SystemStackError</span></code> was happening.</li>
|
|
1873
1825
|
</ul>
|
|
1874
1826
|
|
|
1875
1827
|
|
|
@@ -1926,14 +1878,10 @@ This release adds enough Verilog <span class="caps">VPI</span
|
|
|
1926
1878
|
</item>
|
|
1927
1879
|
<item>
|
|
1928
1880
|
<title>Version 0.0.0 released</title>
|
|
1929
|
-
<link>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1930
|
-
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#
|
|
1881
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#a0.0.0</link>
|
|
1882
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#a0.0.0</guid>
|
|
1931
1883
|
<description><h1 id="0.0.0">Version 0.0.0 (1999-10-31)</h1>
|
|
1932
1884
|
|
|
1933
|
-
|
|
1934
|
-
<h2>Summary</h2>
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
1885
|
<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>
|
|
1938
1886
|
|
|
1939
1887
|
|