ruby-vpi 15.0.0 → 15.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 -2
- data/doc/common.css +10 -18
- data/doc/common.tpl +28 -15
- data/doc/history.doc +4 -6
- data/doc/history.html +327 -286
- data/doc/history.yml +19 -0
- data/doc/intro.inc +47 -2
- data/doc/lib/doc_proxy.rb +16 -0
- data/doc/lib/erb_proxy.rb +5 -0
- data/doc/manual.doc +35 -26
- data/doc/manual.html +152 -100
- data/doc/memo.doc +16 -10
- data/doc/memo.html +29 -18
- data/doc/print.css +10 -0
- data/doc/readme.doc +2 -43
- data/doc/readme.html +42 -49
- data/doc/rss.xml +37 -0
- data/ext/Rakefile +10 -1
- data/ext/swig_vpi.h +924 -0
- data/ext/swig_vpi.i +2 -3
- data/ext/swig_wrap.cin +20 -37
- data/ref/c/annotated.html +1 -1
- data/ref/c/common_8h.html +1 -1
- data/ref/c/files.html +2 -1
- data/ref/c/functions.html +17 -17
- data/ref/c/functions_vars.html +17 -17
- data/ref/c/globals.html +3 -5
- data/ref/c/globals_0x62.html +1 -1
- data/ref/c/globals_0x63.html +30 -30
- data/ref/c/globals_0x65.html +2 -2
- data/ref/c/globals_0x66.html +1 -1
- data/ref/c/globals_0x67.html +1 -1
- data/ref/c/globals_0x69.html +1 -1
- data/ref/c/globals_0x6c.html +1 -1
- data/ref/c/globals_0x6d.html +1 -1
- data/ref/c/globals_0x6e.html +1 -1
- data/ref/c/globals_0x70.html +18 -18
- data/ref/c/globals_0x72.html +1 -1
- data/ref/c/globals_0x73.html +12 -13
- data/ref/c/globals_0x74.html +1 -1
- data/ref/c/globals_0x75.html +1 -1
- data/ref/c/globals_0x76.html +413 -413
- data/ref/c/globals_0x78.html +2 -2
- data/ref/c/globals_defs.html +30 -30
- data/ref/c/globals_defs_0x65.html +2 -2
- data/ref/c/globals_defs_0x6c.html +1 -1
- data/ref/c/globals_defs_0x6e.html +1 -1
- data/ref/c/globals_defs_0x70.html +3 -3
- data/ref/c/globals_defs_0x72.html +1 -1
- data/ref/c/globals_defs_0x73.html +2 -3
- data/ref/c/globals_defs_0x75.html +1 -1
- data/ref/c/globals_defs_0x76.html +411 -411
- data/ref/c/globals_defs_0x78.html +2 -2
- 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_func_0x66.html +1 -1
- data/ref/c/globals_func_0x67.html +1 -1
- data/ref/c/globals_func_0x69.html +1 -1
- data/ref/c/globals_func_0x6d.html +1 -1
- data/ref/c/globals_func_0x70.html +2 -2
- data/ref/c/globals_func_0x72.html +1 -1
- data/ref/c/globals_func_0x73.html +1 -1
- data/ref/c/globals_func_0x76.html +1 -1
- data/ref/c/globals_type.html +26 -26
- data/ref/c/globals_vars.html +5 -7
- 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/structswig__cast__info.html +1 -1
- data/ref/c/structswig__class.html +1 -1
- data/ref/c/structswig__module__info.html +1 -1
- data/ref/c/structswig__type__info.html +1 -1
- data/ref/c/structt__cb__data.html +23 -6
- data/ref/c/structt__vpi__delay.html +20 -3
- data/ref/c/structt__vpi__error__info.html +71 -3
- data/ref/c/structt__vpi__strengthval.html +3 -3
- data/ref/c/structt__vpi__systf__data.html +46 -12
- data/ref/c/structt__vpi__time.html +3 -3
- data/ref/c/structt__vpi__value.html +113 -3
- data/ref/c/structt__vpi__vecval.html +3 -3
- data/ref/c/structt__vpi__vlog__info.html +54 -3
- data/ref/c/swig__vpi_8h.html +8739 -0
- data/ref/c/swig__wrap_8cin.html +49 -102
- data/ref/c/unions__vpi__value__value.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 +16 -16
- data/ref/ruby/created.rid +1 -1
- metadata +5 -2
data/doc/readme.html
CHANGED
@@ -2,88 +2,81 @@
|
|
2
2
|
<html>
|
3
3
|
<head>
|
4
4
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
|
5
|
-
<link rel="stylesheet" type="text/css" href="common.css" />
|
5
|
+
<link rel="stylesheet" type="text/css" href="common.css" media="screen" />
|
6
|
+
<link rel="stylesheet" type="text/css" href="print.css" media="print" />
|
6
7
|
<link rel="alternate" type="application/rss+xml" href="http://ruby-vpi.rubyforge.org/doc/rss.xml" title="RSS feed for this project." />
|
7
8
|
<title>Welcome to Ruby-VPI</title>
|
8
9
|
</head>
|
9
10
|
<body>
|
10
|
-
<div id="navigation">
|
11
11
|
|
12
|
-
|
12
|
+
<h1 style="margin-top: 0;" id="anchor130">1 Welcome to Ruby-VPI</h1>
|
13
13
|
|
14
14
|
|
15
|
-
<
|
16
|
-
<li><a href="manual.html#usage.tutorial">Tutorial</a>
|
17
|
-
– learn how to use Ruby-VPI quickly.</li>
|
18
|
-
</ul>
|
15
|
+
<p>Ruby-VPI is a <a href="http://www.ruby-lang.org">Ruby</a> interface to <a href="http://ieeexplore.ieee.org/xpl/standardstoc.jsp?isnumber=33945"><span class="caps">IEEE 1364</span>-2005 Verilog <span class="caps">VPI</span></a>. It lets you create complex Verilog test benches easily and wholly in Ruby.</p>
|
19
16
|
|
20
17
|
|
21
|
-
<
|
22
|
-
<li><a href="manual.html">Manual</a>
|
23
|
-
– complete documentation for users. <em>Start here!</em></li>
|
24
|
-
</ul>
|
18
|
+
<p class="title">Documentation</p>
|
25
19
|
|
26
20
|
|
27
21
|
<ul>
|
28
|
-
<li><a href="
|
22
|
+
<li><a href="manual.html#usage.tutorial">Tutorial</a>
|
23
|
+
– learn how to use Ruby-VPI quickly.</li>
|
24
|
+
<li><a href="manual.html">Manual</a>
|
25
|
+
– complete documentation for users. <em>Start here!</em></li>
|
26
|
+
<li><a href="../ref/">Reference</a>
|
29
27
|
– <span class="caps">API</span> documentation for Ruby libraries and C extension.</li>
|
30
28
|
</ul>
|
31
29
|
|
32
30
|
|
33
|
-
<
|
34
|
-
<li><a href="http://rubyforge.org/projects/ruby-vpi">Facilities</a>
|
35
|
-
<ul>
|
36
|
-
<li><a href="http://rubyforge.org/frs/?group_id=1339">Downloads</a></li>
|
37
|
-
<li><a href="http://rubyforge.org/tracker/?group_id=1339">Bugs</a></li>
|
38
|
-
<li><a href="http://rubyforge.org/tracker/?group_id=1339">Patches</a></li>
|
39
|
-
<li><a href="http://rubyforge.org/tracker/?group_id=1339">Requests</a></li>
|
40
|
-
<li><a href="http://rubyforge.org/forum/?group_id=1339">Forums</a></li>
|
41
|
-
</ul></li>
|
42
|
-
</ul>
|
31
|
+
<p class="title">Records</p>
|
43
32
|
|
44
33
|
|
45
34
|
<ul>
|
46
|
-
<li><a href="http://ruby-vpi.rubyforge.org/src/
|
47
|
-
–
|
35
|
+
<li><a type="application/rss+xml" href="http://ruby-vpi.rubyforge.org/doc/rss.xml"><img src="images/feed-icon.png" title="RSS feed icon" alt="RSS feed icon" /> RSS feed</a>
|
36
|
+
– keep track of new releases at your leisure.</li>
|
37
|
+
<li><a href="history.html">Release history</a>
|
38
|
+
– record of all release notes.</li>
|
39
|
+
<li><a href="memo.html">Memorandum</a>
|
40
|
+
– pending tasks for future releases.</li>
|
48
41
|
</ul>
|
49
42
|
|
50
43
|
|
51
|
-
<
|
52
|
-
<li><a href="http://ruby-vpi.rubyforge.org/news">News</a>
|
53
|
-
– see what’s cooking for the next release.</li>
|
54
|
-
</ul>
|
44
|
+
<p class="title">Facilities</p>
|
55
45
|
|
56
46
|
|
57
47
|
<ul>
|
58
|
-
<li><a href="http://
|
59
|
-
–
|
48
|
+
<li><a href="http://rubyforge.org/projects/ruby-vpi">Project portal</a>
|
49
|
+
– hosted generously by <a href="http://rubyforge.org">RubyForge</a>.</li>
|
50
|
+
<li><a href="http://ruby-vpi.rubyforge.org/src/ruby-vpi">Source code</a>
|
51
|
+
– browse online or obtain through <a href="http://abridgegame.org/darcs/">Darcs</a>.</li>
|
52
|
+
<li><a href="http://rubyforge.org/frs/?group_id=1339">Downloads</a>
|
53
|
+
– obtain release packages.</li>
|
54
|
+
<li><a href="http://rubyforge.org/tracker/?group_id=1339">Bugs</a>
|
55
|
+
– report defects in the software.</li>
|
56
|
+
<li><a href="http://rubyforge.org/tracker/?group_id=1339">Patches</a>
|
57
|
+
– submit patches to source code.</li>
|
58
|
+
<li><a href="http://rubyforge.org/tracker/?group_id=1339">Requests</a>
|
59
|
+
– request new features or get support.</li>
|
60
|
+
<li><a href="http://rubyforge.org/forum/?group_id=1339">Forums</a>
|
61
|
+
– discuss things and ask questions.</li>
|
60
62
|
</ul>
|
61
63
|
|
62
64
|
|
63
|
-
<
|
64
|
-
<li><a href="memo.html">Memo</a>
|
65
|
-
– pending tasks for future releases.</li>
|
66
|
-
</ul>
|
65
|
+
<p class="title">Outreach</p>
|
67
66
|
|
68
67
|
|
69
68
|
<ul>
|
70
|
-
<li><a href="
|
71
|
-
–
|
69
|
+
<li><a href="http://ruby-vpi.rubyforge.org/news">News</a>
|
70
|
+
– see what’s cooking for the next release.</li>
|
71
|
+
<li><a href="http://ruby-vpi.rubyforge.org/talks">Talks</a>
|
72
|
+
– materials from presentations and seminars.</li>
|
72
73
|
</ul>
|
73
74
|
|
74
75
|
|
75
|
-
</
|
76
|
-
|
77
|
-
<h1 id="anchor127">1 Welcome to Ruby-VPI</h1>
|
78
|
-
|
79
|
-
|
80
|
-
<p>Ruby-VPI is a <a href="http://www.ruby-lang.org">Ruby</a> interface to <a href="http://ieeexplore.ieee.org/xpl/standardstoc.jsp?isnumber=33945"><span class="caps">IEEE 1364</span>-2005 Verilog <span class="caps">VPI</span></a>. It lets you create complex Verilog test benches easily and wholly in Ruby.</p>
|
81
|
-
|
82
|
-
|
83
|
-
<h2 id="intro.features">1.1 Features</h2>
|
76
|
+
<h2 id="intro.features">1.1 Prominent features</h2>
|
84
77
|
|
85
78
|
|
86
|
-
<h3 id="
|
79
|
+
<h3 id="anchor131">1.1.1 Portable</h3>
|
87
80
|
|
88
81
|
|
89
82
|
<ul>
|
@@ -99,7 +92,7 @@
|
|
99
92
|
</ul>
|
100
93
|
|
101
94
|
|
102
|
-
<h3 id="
|
95
|
+
<h3 id="anchor132">1.1.2 Agile</h3>
|
103
96
|
|
104
97
|
|
105
98
|
<ul>
|
@@ -122,7 +115,7 @@
|
|
122
115
|
</ul>
|
123
116
|
|
124
117
|
|
125
|
-
<h3 id="
|
118
|
+
<h3 id="anchor133">1.1.3 Powerful</h3>
|
126
119
|
|
127
120
|
|
128
121
|
<ul>
|
@@ -143,7 +136,7 @@
|
|
143
136
|
</ul>
|
144
137
|
|
145
138
|
|
146
|
-
<h3 id="
|
139
|
+
<h3 id="anchor134">1.1.4 Free</h3>
|
147
140
|
|
148
141
|
|
149
142
|
<ul>
|
data/doc/rss.xml
CHANGED
@@ -4,6 +4,43 @@
|
|
4
4
|
<title>Ruby-VPI</title>
|
5
5
|
<link>http://ruby-vpi.rubyforge.org</link>
|
6
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>
|
7
|
+
<item>
|
8
|
+
<title>Version 15.0.1 released</title>
|
9
|
+
<link>http://ruby-vpi.rubyforge.org/doc/history.html#15.0.1</link>
|
10
|
+
<guid>http://ruby-vpi.rubyforge.org/doc/history.html#15.0.1</guid>
|
11
|
+
<description><h1 id="15.0.1">Version 15.0.1 (2007-01-15)</h1>
|
12
|
+
|
13
|
+
|
14
|
+
<h2>Summary</h2>
|
15
|
+
|
16
|
+
|
17
|
+
<p>This release fixes a problem with compilation of the C extension and improves the user documentation&#8217;s appearance.</p>
|
18
|
+
|
19
|
+
|
20
|
+
<h2>Acknowledgment</h2>
|
21
|
+
|
22
|
+
|
23
|
+
<p>Thanks to Derek Graham for reporting the problem.</p>
|
24
|
+
|
25
|
+
|
26
|
+
<h2>Details</h2>
|
27
|
+
|
28
|
+
|
29
|
+
<ul>
|
30
|
+
<li>Restored the monkey patch, which was removed in release 14.0.0, for the <span class="caps">SWIG</span> <code class="code">va_list</code> problem.</li>
|
31
|
+
</ul>
|
32
|
+
|
33
|
+
|
34
|
+
<ul>
|
35
|
+
<li>Made table of contents in-line with the content in user documentation.</li>
|
36
|
+
</ul>
|
37
|
+
|
38
|
+
|
39
|
+
<ul>
|
40
|
+
<li>Added printer-friendly stylesheet for user documentation.</li>
|
41
|
+
</ul></description>
|
42
|
+
<pubDate>Mon, 15 Jan 2007 00:00:00 PST</pubDate>
|
43
|
+
</item>
|
7
44
|
<item>
|
8
45
|
<title>Version 15.0.0 released</title>
|
9
46
|
<link>http://ruby-vpi.rubyforge.org/doc/history.html#15.0.0</link>
|
data/ext/Rakefile
CHANGED
@@ -50,7 +50,16 @@ file 'swig_wrap.cin' => 'swig_vpi.i' do |t|
|
|
50
50
|
sh %w{swig -ruby -o}, t.name, t.prerequisites[0]
|
51
51
|
end
|
52
52
|
|
53
|
-
file 'swig_vpi.i' => '
|
53
|
+
file 'swig_vpi.i' => 'swig_vpi.h'
|
54
|
+
|
55
|
+
# avoid compilation problems due to va_list, which is used in the SWIG-generated wrapper for VPI vprintf functions
|
56
|
+
file 'swig_vpi.h' => 'vpi_user.h' do |t|
|
57
|
+
src, dst = t.prerequisites[0], t.name
|
58
|
+
|
59
|
+
File.open(dst, 'w') do |f|
|
60
|
+
f << File.read(src).gsub(/\bva_list\b/, 'int')
|
61
|
+
end
|
62
|
+
end
|
54
63
|
|
55
64
|
# NOTE: since SWIG is not a requirement for users, we should not clobber these generated files
|
56
65
|
#CLOBBER.include 'swig_wrap.cin', 'swig_vpi.h'
|