ruby-vpi 12.0.0 → 12.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 +16 -0
- data/doc/Rakefile +34 -8
- data/doc/common.css +8 -3
- data/doc/common.tpl +1 -0
- data/doc/{history.erb → history.doc} +0 -0
- data/doc/history.html +281 -277
- data/doc/history.rb +4 -1
- data/doc/history.yml +18 -1
- data/doc/images/feed-icon.LICENSE +2 -0
- data/doc/images/feed-icon.png +0 -0
- data/doc/images/feed-icon.svg +18 -0
- data/doc/intro.inc +1 -1
- data/doc/lib/doc_format.rb +44 -10
- data/doc/lib/doc_proxy.rb +18 -17
- data/doc/{manual.erb → manual.doc} +3 -3
- data/doc/manual.html +35 -105
- data/doc/{memo.erb → memo.doc} +2 -2
- data/doc/memo.html +22 -49
- data/doc/{readme.erb → readme.doc} +2 -0
- data/doc/readme.html +5 -5
- data/doc/rss.erb +30 -0
- data/doc/rss.xml +209 -0
- data/lib/ruby-vpi.rb +16 -15
- data/ref/c/annotated.html +6 -1
- data/ref/c/common_8h.html +1 -1
- data/ref/c/files.html +3 -1
- data/ref/c/functions.html +44 -24
- data/ref/c/functions_vars.html +44 -24
- data/ref/c/globals.html +211 -5
- data/ref/c/globals_0x62.html +62 -0
- data/ref/c/globals_0x63.html +49 -32
- data/ref/c/globals_0x65.html +10 -3
- data/ref/c/globals_0x66.html +20 -3
- data/ref/c/globals_0x67.html +64 -0
- data/ref/c/globals_0x69.html +62 -0
- data/ref/c/globals_0x6c.html +64 -0
- data/ref/c/globals_0x6d.html +62 -0
- data/ref/c/globals_0x6e.html +63 -0
- data/ref/c/globals_0x70.html +26 -19
- data/ref/c/globals_0x72.html +15 -4
- data/ref/c/globals_0x73.html +199 -13
- data/ref/c/globals_0x74.html +9 -2
- data/ref/c/globals_0x75.html +63 -0
- data/ref/c/globals_0x76.html +426 -415
- data/ref/c/globals_0x78.html +10 -3
- data/ref/c/globals_defs.html +35 -30
- data/ref/c/globals_defs_0x65.html +7 -2
- data/ref/c/globals_defs_0x6c.html +57 -0
- data/ref/c/globals_defs_0x6e.html +56 -0
- data/ref/c/globals_defs_0x70.html +8 -3
- data/ref/c/globals_defs_0x72.html +57 -0
- data/ref/c/globals_defs_0x73.html +164 -0
- data/ref/c/globals_defs_0x75.html +56 -0
- data/ref/c/globals_defs_0x76.html +420 -413
- data/ref/c/globals_defs_0x78.html +7 -2
- data/ref/c/globals_enum.html +1 -1
- data/ref/c/globals_eval.html +1 -1
- data/ref/c/globals_func.html +173 -14
- data/ref/c/globals_func_0x66.html +62 -0
- data/ref/c/globals_func_0x67.html +55 -0
- data/ref/c/globals_func_0x69.html +53 -0
- data/ref/c/globals_func_0x70.html +53 -0
- data/ref/c/globals_func_0x72.html +57 -0
- data/ref/c/globals_func_0x73.html +114 -0
- data/ref/c/globals_func_0x76.html +57 -0
- data/ref/c/globals_type.html +29 -26
- data/ref/c/globals_vars.html +88 -4
- data/ref/c/index.html +1 -1
- data/ref/c/relay_8c.html +1 -1
- data/ref/c/relay_8h.html +1 -1
- data/ref/c/structrelay____RubyOptions____def.html +1 -1
- data/ref/c/structswig__cast__info.html +98 -0
- data/ref/c/structswig__class.html +115 -0
- data/ref/c/structswig__module__info.html +132 -0
- data/ref/c/structswig__type__info.html +132 -0
- 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_8c.html +2 -2
- data/ref/c/swig_8h.html +1 -1
- data/ref/c/swig__vpi_8h.html +8739 -0
- data/ref/c/swig__wrap_8cin.html +11556 -0
- data/ref/c/unions__vpi__value__value.html +166 -0
- 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/classes/RubyVpi.src/M000085.html +27 -27
- data/ref/ruby/classes/RubyVpi/Config.html +6 -1
- data/ref/ruby/classes/String.html +19 -19
- data/ref/ruby/classes/String.src/M000033.html +23 -28
- data/ref/ruby/classes/String.src/M000034.html +28 -5
- data/ref/ruby/classes/String.src/M000035.html +5 -23
- data/ref/ruby/created.rid +1 -1
- data/ref/ruby/files/bin/generate_test_rb.html +1 -1
- 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/rspec_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/xx_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi_rb.html +2 -2
- data/ref/ruby/fr_method_index.html +3 -3
- data/ref/ruby/index.html +2 -2
- metadata +116 -86
|
@@ -5,37 +5,32 @@
|
|
|
5
5
|
|
|
6
6
|
<html>
|
|
7
7
|
<head>
|
|
8
|
-
<title>
|
|
8
|
+
<title>to_f (String)</title>
|
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
10
10
|
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
|
11
11
|
</head>
|
|
12
12
|
<body class="standalone-code">
|
|
13
|
-
<pre>
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
129: <span class="ruby-comment cmt"># ranges</span>
|
|
36
|
-
130: <span class="ruby-identifier">content</span>.<span class="ruby-identifier">gsub!</span> <span class="ruby-regexp re">%r{(\S)\s*:\s*(\S)}</span>, <span class="ruby-value str">'\1..\2'</span>
|
|
37
|
-
131:
|
|
38
|
-
132: <span class="ruby-identifier">content</span>
|
|
39
|
-
133: <span class="ruby-keyword kw">end</span></pre>
|
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/float.rb, line 23</span>
|
|
14
|
+
23: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_f</span> <span class="ruby-identifier">aRadix</span> = <span class="ruby-value">10</span>
|
|
15
|
+
24: <span class="ruby-identifier">whole</span>, <span class="ruby-identifier">frac</span> = <span class="ruby-identifier">split</span>(<span class="ruby-value str">'.'</span>, <span class="ruby-value">2</span>)
|
|
16
|
+
25: <span class="ruby-identifier">whole</span> = <span class="ruby-identifier">whole</span>.<span class="ruby-identifier">to_i</span>(<span class="ruby-identifier">aRadix</span>).<span class="ruby-identifier">to_f</span>
|
|
17
|
+
26:
|
|
18
|
+
27: <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">frac</span>
|
|
19
|
+
28: <span class="ruby-identifier">f</span> = <span class="ruby-value">0</span><span class="ruby-value">.0</span>
|
|
20
|
+
29:
|
|
21
|
+
30: <span class="ruby-identifier">frac</span>.<span class="ruby-identifier">length</span>.<span class="ruby-identifier">times</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">i</span><span class="ruby-operator">|</span>
|
|
22
|
+
31: <span class="ruby-identifier">power</span> = <span class="ruby-identifier">i</span>.<span class="ruby-identifier">next</span>
|
|
23
|
+
32: <span class="ruby-identifier">weight</span> = <span class="ruby-identifier">aRadix</span> <span class="ruby-operator">**</span> <span class="ruby-operator">-</span><span class="ruby-identifier">power</span>
|
|
24
|
+
33: <span class="ruby-identifier">digit</span> = <span class="ruby-identifier">frac</span>[<span class="ruby-identifier">i</span>, <span class="ruby-value">1</span>].<span class="ruby-identifier">to_i</span>(<span class="ruby-identifier">aRadix</span>)
|
|
25
|
+
34:
|
|
26
|
+
35: <span class="ruby-identifier">f</span> <span class="ruby-operator">+=</span> <span class="ruby-identifier">digit</span> <span class="ruby-operator">*</span> <span class="ruby-identifier">weight</span>
|
|
27
|
+
36: <span class="ruby-keyword kw">end</span>
|
|
28
|
+
37:
|
|
29
|
+
38: <span class="ruby-identifier">f</span> = <span class="ruby-operator">-</span><span class="ruby-identifier">f</span> <span class="ruby-keyword kw">if</span> <span class="ruby-keyword kw">self</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp re">/^-/</span>
|
|
30
|
+
39: <span class="ruby-identifier">whole</span> <span class="ruby-operator">+=</span> <span class="ruby-identifier">f</span>
|
|
31
|
+
40: <span class="ruby-keyword kw">end</span>
|
|
32
|
+
41:
|
|
33
|
+
42: <span class="ruby-identifier">whole</span>
|
|
34
|
+
43: <span class="ruby-keyword kw">end</span></pre>
|
|
40
35
|
</body>
|
|
41
36
|
</html>
|
|
@@ -5,14 +5,37 @@
|
|
|
5
5
|
|
|
6
6
|
<html>
|
|
7
7
|
<head>
|
|
8
|
-
<title>
|
|
8
|
+
<title>verilog_to_ruby (String)</title>
|
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
10
10
|
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
|
11
11
|
</head>
|
|
12
12
|
<body class="standalone-code">
|
|
13
|
-
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/verilog_parser.rb, line
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/verilog_parser.rb, line 108</span>
|
|
14
|
+
108: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">verilog_to_ruby</span>
|
|
15
|
+
109: <span class="ruby-identifier">content</span> = <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">dup</span>
|
|
16
|
+
110:
|
|
17
|
+
111: <span class="ruby-comment cmt"># single-line comments</span>
|
|
18
|
+
112: <span class="ruby-identifier">content</span>.<span class="ruby-identifier">gsub!</span> <span class="ruby-regexp re">%r{//(.*)$}</span>, <span class="ruby-value str">'#\1'</span>
|
|
19
|
+
113:
|
|
20
|
+
114: <span class="ruby-comment cmt"># multi-line comments</span>
|
|
21
|
+
115: <span class="ruby-identifier">content</span>.<span class="ruby-identifier">gsub!</span> <span class="ruby-regexp re">%r{/\*.*?\*/}</span><span class="ruby-identifier">m</span>, <span class="ruby-value str">"\n=begin\n\\0\n=end\n"</span>
|
|
22
|
+
116:
|
|
23
|
+
117: <span class="ruby-comment cmt"># preprocessor directives</span>
|
|
24
|
+
118: <span class="ruby-identifier">content</span>.<span class="ruby-identifier">gsub!</span> <span class="ruby-regexp re">%r{`include}</span>, <span class="ruby-value str">'#\0'</span>
|
|
25
|
+
119:
|
|
26
|
+
120: <span class="ruby-identifier">content</span>.<span class="ruby-identifier">gsub!</span> <span class="ruby-regexp re">%r{`define\s+(\w+)\s+(.+)}</span> <span class="ruby-keyword kw">do</span>
|
|
27
|
+
121: <span class="ruby-node">"#{$1.to_ruby_const_name} = #{$2}"</span>
|
|
28
|
+
122: <span class="ruby-keyword kw">end</span>
|
|
29
|
+
123:
|
|
30
|
+
124: <span class="ruby-identifier">content</span>.<span class="ruby-identifier">gsub!</span> <span class="ruby-regexp re">%r{`+}</span>, <span class="ruby-value str">''</span>
|
|
31
|
+
125:
|
|
32
|
+
126: <span class="ruby-comment cmt"># numbers</span>
|
|
33
|
+
127: <span class="ruby-identifier">content</span>.<span class="ruby-identifier">gsub!</span> <span class="ruby-regexp re">%r{\d*\'([dohb]\w+)}</span>, <span class="ruby-value str">'0\1'</span>
|
|
34
|
+
128:
|
|
35
|
+
129: <span class="ruby-comment cmt"># ranges</span>
|
|
36
|
+
130: <span class="ruby-identifier">content</span>.<span class="ruby-identifier">gsub!</span> <span class="ruby-regexp re">%r{(\S)\s*:\s*(\S)}</span>, <span class="ruby-value str">'\1..\2'</span>
|
|
37
|
+
131:
|
|
38
|
+
132: <span class="ruby-identifier">content</span>
|
|
39
|
+
133: <span class="ruby-keyword kw">end</span></pre>
|
|
17
40
|
</body>
|
|
18
41
|
</html>
|
|
@@ -5,32 +5,14 @@
|
|
|
5
5
|
|
|
6
6
|
<html>
|
|
7
7
|
<head>
|
|
8
|
-
<title>
|
|
8
|
+
<title>to_ruby_const_name (String)</title>
|
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
10
10
|
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
|
11
11
|
</head>
|
|
12
12
|
<body class="standalone-code">
|
|
13
|
-
<pre>
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
26:
|
|
18
|
-
27: <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">frac</span>
|
|
19
|
-
28: <span class="ruby-identifier">f</span> = <span class="ruby-value">0</span><span class="ruby-value">.0</span>
|
|
20
|
-
29:
|
|
21
|
-
30: <span class="ruby-identifier">frac</span>.<span class="ruby-identifier">length</span>.<span class="ruby-identifier">times</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">i</span><span class="ruby-operator">|</span>
|
|
22
|
-
31: <span class="ruby-identifier">power</span> = <span class="ruby-identifier">i</span>.<span class="ruby-identifier">next</span>
|
|
23
|
-
32: <span class="ruby-identifier">weight</span> = <span class="ruby-identifier">aRadix</span> <span class="ruby-operator">**</span> <span class="ruby-operator">-</span><span class="ruby-identifier">power</span>
|
|
24
|
-
33: <span class="ruby-identifier">digit</span> = <span class="ruby-identifier">frac</span>[<span class="ruby-identifier">i</span>, <span class="ruby-value">1</span>].<span class="ruby-identifier">to_i</span>(<span class="ruby-identifier">aRadix</span>)
|
|
25
|
-
34:
|
|
26
|
-
35: <span class="ruby-identifier">f</span> <span class="ruby-operator">+=</span> <span class="ruby-identifier">digit</span> <span class="ruby-operator">*</span> <span class="ruby-identifier">weight</span>
|
|
27
|
-
36: <span class="ruby-keyword kw">end</span>
|
|
28
|
-
37:
|
|
29
|
-
38: <span class="ruby-identifier">f</span> = <span class="ruby-operator">-</span><span class="ruby-identifier">f</span> <span class="ruby-keyword kw">if</span> <span class="ruby-keyword kw">self</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp re">/^-/</span>
|
|
30
|
-
39: <span class="ruby-identifier">whole</span> <span class="ruby-operator">+=</span> <span class="ruby-identifier">f</span>
|
|
31
|
-
40: <span class="ruby-keyword kw">end</span>
|
|
32
|
-
41:
|
|
33
|
-
42: <span class="ruby-identifier">whole</span>
|
|
34
|
-
43: <span class="ruby-keyword kw">end</span></pre>
|
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/verilog_parser.rb, line 136</span>
|
|
14
|
+
136: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_ruby_const_name</span>
|
|
15
|
+
137: <span class="ruby-keyword kw">self</span>[<span class="ruby-value">0</span>, <span class="ruby-value">1</span>].<span class="ruby-identifier">upcase</span> <span class="ruby-operator"><<</span> <span class="ruby-keyword kw">self</span>[<span class="ruby-value">1</span><span class="ruby-operator">..</span><span class="ruby-value">-1</span>]
|
|
16
|
+
138: <span class="ruby-keyword kw">end</span></pre>
|
|
35
17
|
</body>
|
|
36
18
|
</html>
|
data/ref/ruby/created.rid
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Mon Dec 18 12:07:20 PST 2006
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
</tr>
|
|
57
57
|
<tr class="top-aligned-row">
|
|
58
58
|
<td><strong>Last Update:</strong></td>
|
|
59
|
-
<td>
|
|
59
|
+
<td>Mon Dec 18 11:02:55 PST 2006</td>
|
|
60
60
|
</tr>
|
|
61
61
|
</table>
|
|
62
62
|
</div>
|
|
@@ -74,10 +74,10 @@
|
|
|
74
74
|
|
|
75
75
|
<div class="name-list">
|
|
76
76
|
ruby-vpi/vpi
|
|
77
|
+
ruby-vpi/rcov
|
|
77
78
|
test/unit
|
|
78
79
|
ruby-vpi/rspec
|
|
79
80
|
test/spec
|
|
80
|
-
ruby-vpi/rcov
|
|
81
81
|
</div>
|
|
82
82
|
</div>
|
|
83
83
|
|
|
@@ -66,12 +66,12 @@
|
|
|
66
66
|
<a href="classes/Vpi/Handle/Property.html#M000098">resolve (Vpi::Handle::Property)</a><br />
|
|
67
67
|
<a href="classes/FileUtils.html#M000083">sh (FileUtils)</a><br />
|
|
68
68
|
<a href="classes/Integer.html#M000025">split (Integer)</a><br />
|
|
69
|
-
<a href="classes/String.html#
|
|
69
|
+
<a href="classes/String.html#M000033">to_f (String)</a><br />
|
|
70
70
|
<a href="classes/Table.html#M000028">to_html4 (Table)</a><br />
|
|
71
71
|
<a href="classes/Integer.html#M000015">to_limit (Integer)</a><br />
|
|
72
72
|
<a href="classes/Integer.html#M000017">to_mask (Integer)</a><br />
|
|
73
73
|
<a href="classes/Integer.html#M000019">to_max (Integer)</a><br />
|
|
74
|
-
<a href="classes/String.html#
|
|
74
|
+
<a href="classes/String.html#M000035">to_ruby_const_name (String)</a><br />
|
|
75
75
|
<a href="classes/Vpi/Handle.html#M000096">to_s (Vpi::Handle)</a><br />
|
|
76
76
|
<a href="classes/XX/Document.html#M000079">to_str (XX::Document)</a><br />
|
|
77
77
|
<a href="classes/Table.html#M000027">to_xhtml (Table)</a><br />
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
<a href="classes/XX/Document.html#M000078">tracking_additions (XX::Document)</a><br />
|
|
81
81
|
<a href="classes/Integer.html#M000023">unpack (Integer)</a><br />
|
|
82
82
|
<a href="classes/RDoc.html#M000099">usage_from_file (RDoc)</a><br />
|
|
83
|
-
<a href="classes/String.html#
|
|
83
|
+
<a href="classes/String.html#M000034">verilog_to_ruby (String)</a><br />
|
|
84
84
|
<a href="classes/RubyVpi.html#M000086">with_coverage_analysis (RubyVpi)</a><br />
|
|
85
85
|
<a href="files/bin/generate_test_rb.html#M000002">write_file (bin/generate_test.rb)</a><br />
|
|
86
86
|
<a href="classes/Vpi/Handle.html#M000088">x! (Vpi::Handle)</a><br />
|
data/ref/ruby/index.html
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
<!--
|
|
7
7
|
|
|
8
|
-
Ruby-VPI: Ruby interface to Verilog VPI
|
|
8
|
+
Ruby-VPI: Ruby interface to IEEE 1364-2005 Verilog VPI
|
|
9
9
|
|
|
10
10
|
-->
|
|
11
11
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
12
12
|
<head>
|
|
13
|
-
<title>Ruby-VPI: Ruby interface to Verilog VPI
|
|
13
|
+
<title>Ruby-VPI: Ruby interface to IEEE 1364-2005 Verilog VPI</title>
|
|
14
14
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
15
15
|
</head>
|
|
16
16
|
<frameset rows="20%, 80%">
|
metadata
CHANGED
|
@@ -3,15 +3,15 @@ rubygems_version: 0.9.0
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: ruby-vpi
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 12.0.
|
|
7
|
-
date: 2006-12-
|
|
8
|
-
summary: Ruby interface to Verilog VPI
|
|
6
|
+
version: 12.0.1
|
|
7
|
+
date: 2006-12-18 00:00:00 -08:00
|
|
8
|
+
summary: Ruby interface to IEEE 1364-2005 Verilog VPI
|
|
9
9
|
require_paths:
|
|
10
10
|
- lib
|
|
11
11
|
email:
|
|
12
12
|
homepage: http://ruby-vpi.rubyforge.org
|
|
13
13
|
rubyforge_project: ruby-vpi
|
|
14
|
-
description: Ruby-VPI is a Ruby interface to Verilog VPI
|
|
14
|
+
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.
|
|
15
15
|
autorequire: ruby-vpi
|
|
16
16
|
default_executable:
|
|
17
17
|
bindir: bin
|
|
@@ -30,15 +30,15 @@ authors: []
|
|
|
30
30
|
|
|
31
31
|
files:
|
|
32
32
|
- LICENSE
|
|
33
|
-
- Rakefile
|
|
34
33
|
- ext
|
|
35
34
|
- bin
|
|
36
35
|
- lib
|
|
37
|
-
-
|
|
36
|
+
- Rakefile
|
|
38
37
|
- doc
|
|
39
|
-
- samp
|
|
40
38
|
- index.html
|
|
39
|
+
- samp
|
|
41
40
|
- gem_extconf.rb
|
|
41
|
+
- ref
|
|
42
42
|
- ext/swig_vpi.i
|
|
43
43
|
- ext/vlog.c
|
|
44
44
|
- ext/Rakefile
|
|
@@ -72,11 +72,90 @@ files:
|
|
|
72
72
|
- lib/ruby-vpi/integer.rb
|
|
73
73
|
- lib/ruby-vpi/rdoc.rb
|
|
74
74
|
- lib/ruby-vpi/runner_proxy.rb
|
|
75
|
+
- lib/ruby-vpi/float.rb
|
|
75
76
|
- lib/ruby-vpi/rcov.rb
|
|
76
77
|
- lib/ruby-vpi/xx.rb
|
|
77
78
|
- lib/ruby-vpi/vpi.rb
|
|
78
79
|
- lib/ruby-vpi/verilog_parser.rb
|
|
79
|
-
-
|
|
80
|
+
- doc/history.yml
|
|
81
|
+
- doc/Rakefile
|
|
82
|
+
- doc/figures
|
|
83
|
+
- doc/images
|
|
84
|
+
- doc/rss.erb
|
|
85
|
+
- doc/LICENSE
|
|
86
|
+
- doc/memo.doc
|
|
87
|
+
- doc/manual.doc
|
|
88
|
+
- doc/history.doc
|
|
89
|
+
- doc/common.css
|
|
90
|
+
- doc/readme.doc
|
|
91
|
+
- doc/common.tpl
|
|
92
|
+
- doc/history.rb
|
|
93
|
+
- doc/intro.inc
|
|
94
|
+
- doc/lib
|
|
95
|
+
- doc/memo.html
|
|
96
|
+
- doc/manual.html
|
|
97
|
+
- doc/history.html
|
|
98
|
+
- doc/readme.html
|
|
99
|
+
- doc/rss.xml
|
|
100
|
+
- doc/figures/figures.dia
|
|
101
|
+
- doc/figures/ruby_init.png
|
|
102
|
+
- doc/figures/ruby_relay.png
|
|
103
|
+
- doc/figures/organization.png
|
|
104
|
+
- doc/figures/organization_detailed.png
|
|
105
|
+
- doc/images/LICENSE
|
|
106
|
+
- doc/images/feed-icon.LICENSE
|
|
107
|
+
- doc/images/feed-icon.png
|
|
108
|
+
- doc/images/caution.png
|
|
109
|
+
- doc/images/caution.svg
|
|
110
|
+
- doc/images/feed-icon.svg
|
|
111
|
+
- doc/images/home.png
|
|
112
|
+
- doc/images/home.svg
|
|
113
|
+
- doc/images/important.png
|
|
114
|
+
- doc/images/important.svg
|
|
115
|
+
- doc/images/next.png
|
|
116
|
+
- doc/images/next.svg
|
|
117
|
+
- doc/images/note.png
|
|
118
|
+
- doc/images/note.svg
|
|
119
|
+
- doc/images/prev.png
|
|
120
|
+
- doc/images/prev.svg
|
|
121
|
+
- doc/images/tip.png
|
|
122
|
+
- doc/images/tip.svg
|
|
123
|
+
- doc/images/up.png
|
|
124
|
+
- doc/images/up.svg
|
|
125
|
+
- doc/images/warning.png
|
|
126
|
+
- doc/images/warning.svg
|
|
127
|
+
- doc/lib/doc_format.rb
|
|
128
|
+
- doc/lib/doc_proxy.rb
|
|
129
|
+
- doc/lib/erb_content.rb
|
|
130
|
+
- doc/lib/erb_proxy.rb
|
|
131
|
+
- samp/pipelined_alu
|
|
132
|
+
- samp/counter
|
|
133
|
+
- samp/pipelined_alu/TestHw5UnitModel.rb
|
|
134
|
+
- samp/pipelined_alu/Hw5UnitModel.rb
|
|
135
|
+
- samp/pipelined_alu/README
|
|
136
|
+
- samp/pipelined_alu/int_gen.rb
|
|
137
|
+
- samp/pipelined_alu/hw5_unit.v
|
|
138
|
+
- samp/pipelined_alu/Rakefile
|
|
139
|
+
- samp/pipelined_alu/hw5_unit_test_spec.rb
|
|
140
|
+
- samp/pipelined_alu/hw5_unit_test_bench.v
|
|
141
|
+
- samp/pipelined_alu/hw5_unit_test_runner.rake
|
|
142
|
+
- samp/pipelined_alu/hw5_unit_test_bench.rb
|
|
143
|
+
- samp/pipelined_alu/hw5_unit_test_design.rb
|
|
144
|
+
- samp/pipelined_alu/hw5_unit_test_proto.rb
|
|
145
|
+
- samp/counter/counter.v
|
|
146
|
+
- samp/counter/counter_rspec_bench.rb
|
|
147
|
+
- samp/counter/counter_rspec_bench.v
|
|
148
|
+
- samp/counter/Rakefile
|
|
149
|
+
- samp/counter/counter_rspec_spec.rb
|
|
150
|
+
- samp/counter/counter_rspec_design.rb
|
|
151
|
+
- samp/counter/counter_xunit_bench.rb
|
|
152
|
+
- samp/counter/counter_xunit_bench.v
|
|
153
|
+
- samp/counter/counter_rspec_proto.rb
|
|
154
|
+
- samp/counter/counter_rspec_runner.rake
|
|
155
|
+
- samp/counter/counter_xunit_design.rb
|
|
156
|
+
- samp/counter/counter_xunit_proto.rb
|
|
157
|
+
- samp/counter/counter_xunit_runner.rake
|
|
158
|
+
- samp/counter/counter_xunit_spec.rb
|
|
80
159
|
- ref/c
|
|
81
160
|
- ref/ruby
|
|
82
161
|
- ref/c/doxygen.png
|
|
@@ -91,6 +170,8 @@ files:
|
|
|
91
170
|
- ref/c/relay_8h.html
|
|
92
171
|
- ref/c/swig_8c.html
|
|
93
172
|
- ref/c/swig_8h.html
|
|
173
|
+
- ref/c/swig__vpi_8h.html
|
|
174
|
+
- ref/c/swig__wrap_8cin.html
|
|
94
175
|
- ref/c/verilog_8h.html
|
|
95
176
|
- ref/c/vlog_8c.html
|
|
96
177
|
- ref/c/vlog_8h.html
|
|
@@ -99,6 +180,11 @@ files:
|
|
|
99
180
|
- ref/c/functions.html
|
|
100
181
|
- ref/c/functions_vars.html
|
|
101
182
|
- ref/c/structrelay____RubyOptions____def.html
|
|
183
|
+
- ref/c/unions__vpi__value__value.html
|
|
184
|
+
- ref/c/structswig__cast__info.html
|
|
185
|
+
- ref/c/structswig__class.html
|
|
186
|
+
- ref/c/structswig__module__info.html
|
|
187
|
+
- ref/c/structswig__type__info.html
|
|
102
188
|
- ref/c/structt__cb__data.html
|
|
103
189
|
- ref/c/structt__vpi__delay.html
|
|
104
190
|
- ref/c/structt__vpi__error__info.html
|
|
@@ -110,23 +196,42 @@ files:
|
|
|
110
196
|
- ref/c/structt__vpi__vlog__info.html
|
|
111
197
|
- ref/c/files.html
|
|
112
198
|
- ref/c/globals.html
|
|
199
|
+
- ref/c/globals_0x62.html
|
|
113
200
|
- ref/c/globals_0x63.html
|
|
114
201
|
- ref/c/globals_0x65.html
|
|
115
202
|
- ref/c/globals_0x66.html
|
|
203
|
+
- ref/c/globals_0x67.html
|
|
204
|
+
- ref/c/globals_0x69.html
|
|
205
|
+
- ref/c/globals_0x6c.html
|
|
206
|
+
- ref/c/globals_0x6d.html
|
|
207
|
+
- ref/c/globals_0x6e.html
|
|
116
208
|
- ref/c/globals_0x70.html
|
|
117
209
|
- ref/c/globals_0x72.html
|
|
118
210
|
- ref/c/globals_0x73.html
|
|
119
211
|
- ref/c/globals_0x74.html
|
|
212
|
+
- ref/c/globals_0x75.html
|
|
120
213
|
- ref/c/globals_0x76.html
|
|
121
214
|
- ref/c/globals_0x78.html
|
|
122
215
|
- ref/c/globals_func.html
|
|
216
|
+
- ref/c/globals_func_0x66.html
|
|
217
|
+
- ref/c/globals_func_0x67.html
|
|
218
|
+
- ref/c/globals_func_0x69.html
|
|
219
|
+
- ref/c/globals_func_0x70.html
|
|
220
|
+
- ref/c/globals_func_0x72.html
|
|
221
|
+
- ref/c/globals_func_0x73.html
|
|
222
|
+
- ref/c/globals_func_0x76.html
|
|
123
223
|
- ref/c/globals_vars.html
|
|
124
224
|
- ref/c/globals_type.html
|
|
125
225
|
- ref/c/globals_enum.html
|
|
126
226
|
- ref/c/globals_eval.html
|
|
127
227
|
- ref/c/globals_defs.html
|
|
128
228
|
- ref/c/globals_defs_0x65.html
|
|
229
|
+
- ref/c/globals_defs_0x6c.html
|
|
230
|
+
- ref/c/globals_defs_0x6e.html
|
|
129
231
|
- ref/c/globals_defs_0x70.html
|
|
232
|
+
- ref/c/globals_defs_0x72.html
|
|
233
|
+
- ref/c/globals_defs_0x73.html
|
|
234
|
+
- ref/c/globals_defs_0x75.html
|
|
130
235
|
- ref/c/globals_defs_0x76.html
|
|
131
236
|
- ref/c/globals_defs_0x78.html
|
|
132
237
|
- ref/ruby/created.rid
|
|
@@ -154,11 +259,11 @@ files:
|
|
|
154
259
|
- ref/ruby/files/lib/ruby-vpi/integer_rb.html
|
|
155
260
|
- ref/ruby/files/lib/ruby-vpi/rdoc_rb.html
|
|
156
261
|
- ref/ruby/files/lib/ruby-vpi/runner_proxy_rb.html
|
|
262
|
+
- ref/ruby/files/lib/ruby-vpi/float_rb.html
|
|
157
263
|
- ref/ruby/files/lib/ruby-vpi/rcov_rb.html
|
|
158
264
|
- ref/ruby/files/lib/ruby-vpi/xx_rb.html
|
|
159
265
|
- ref/ruby/files/lib/ruby-vpi/vpi_rb.html
|
|
160
266
|
- ref/ruby/files/lib/ruby-vpi/verilog_parser_rb.html
|
|
161
|
-
- ref/ruby/files/lib/ruby-vpi/float_rb.html
|
|
162
267
|
- ref/ruby/files/lib/ruby-vpi/runner_rb.src/M000003.html
|
|
163
268
|
- ref/ruby/files/lib/ruby-vpi/runner_rb.src/M000004.html
|
|
164
269
|
- ref/ruby/classes/VerilogParser.src
|
|
@@ -322,89 +427,14 @@ files:
|
|
|
322
427
|
- ref/ruby/classes/Vpi/Handle/Property.src/M000098.html
|
|
323
428
|
- ref/ruby/classes/RDoc.src/M000099.html
|
|
324
429
|
- ref/ruby/classes/RubyVpi/Config.html
|
|
325
|
-
- doc/Rakefile
|
|
326
|
-
- doc/figures
|
|
327
|
-
- doc/images
|
|
328
|
-
- doc/manual.html
|
|
329
|
-
- doc/LICENSE
|
|
330
|
-
- doc/manual.erb
|
|
331
|
-
- doc/history.erb
|
|
332
|
-
- doc/history.yml
|
|
333
|
-
- doc/memo.erb
|
|
334
|
-
- doc/readme.erb
|
|
335
|
-
- doc/common.css
|
|
336
|
-
- doc/history.html
|
|
337
|
-
- doc/common.tpl
|
|
338
|
-
- doc/history.rb
|
|
339
|
-
- doc/intro.inc
|
|
340
|
-
- doc/lib
|
|
341
|
-
- doc/memo.html
|
|
342
|
-
- doc/readme.html
|
|
343
|
-
- doc/figures/ruby_init.png
|
|
344
|
-
- doc/figures/ruby_relay.png
|
|
345
|
-
- doc/figures/organization.png
|
|
346
|
-
- doc/figures/organization_detailed.png
|
|
347
|
-
- doc/figures/figures.dia
|
|
348
|
-
- doc/images/LICENSE
|
|
349
|
-
- doc/images/caution.png
|
|
350
|
-
- doc/images/caution.svg
|
|
351
|
-
- doc/images/home.png
|
|
352
|
-
- doc/images/home.svg
|
|
353
|
-
- doc/images/important.png
|
|
354
|
-
- doc/images/important.svg
|
|
355
|
-
- doc/images/next.png
|
|
356
|
-
- doc/images/next.svg
|
|
357
|
-
- doc/images/note.png
|
|
358
|
-
- doc/images/note.svg
|
|
359
|
-
- doc/images/prev.png
|
|
360
|
-
- doc/images/prev.svg
|
|
361
|
-
- doc/images/tip.png
|
|
362
|
-
- doc/images/tip.svg
|
|
363
|
-
- doc/images/up.png
|
|
364
|
-
- doc/images/up.svg
|
|
365
|
-
- doc/images/warning.png
|
|
366
|
-
- doc/images/warning.svg
|
|
367
|
-
- doc/lib/doc_format.rb
|
|
368
|
-
- doc/lib/doc_proxy.rb
|
|
369
|
-
- doc/lib/erb_content.rb
|
|
370
|
-
- doc/lib/erb_proxy.rb
|
|
371
|
-
- samp/pipelined_alu
|
|
372
|
-
- samp/counter
|
|
373
|
-
- samp/pipelined_alu/TestHw5UnitModel.rb
|
|
374
|
-
- samp/pipelined_alu/Hw5UnitModel.rb
|
|
375
|
-
- samp/pipelined_alu/README
|
|
376
|
-
- samp/pipelined_alu/hw5_unit.v
|
|
377
|
-
- samp/pipelined_alu/Rakefile
|
|
378
|
-
- samp/pipelined_alu/hw5_unit_test_spec.rb
|
|
379
|
-
- samp/pipelined_alu/hw5_unit_test_bench.v
|
|
380
|
-
- samp/pipelined_alu/hw5_unit_test_runner.rake
|
|
381
|
-
- samp/pipelined_alu/hw5_unit_test_bench.rb
|
|
382
|
-
- samp/pipelined_alu/hw5_unit_test_design.rb
|
|
383
|
-
- samp/pipelined_alu/hw5_unit_test_proto.rb
|
|
384
|
-
- samp/pipelined_alu/int_gen.rb
|
|
385
|
-
- samp/counter/counter.v
|
|
386
|
-
- samp/counter/Rakefile
|
|
387
|
-
- samp/counter/counter_xunit_bench.v
|
|
388
|
-
- samp/counter/counter_xunit_design.rb
|
|
389
|
-
- samp/counter/counter_rspec_proto.rb
|
|
390
|
-
- samp/counter/counter_rspec_spec.rb
|
|
391
|
-
- samp/counter/counter_xunit_bench.rb
|
|
392
|
-
- samp/counter/counter_xunit_runner.rake
|
|
393
|
-
- samp/counter/counter_rspec_bench.rb
|
|
394
|
-
- samp/counter/counter_xunit_proto.rb
|
|
395
|
-
- samp/counter/counter_rspec_bench.v
|
|
396
|
-
- samp/counter/counter_rspec_design.rb
|
|
397
|
-
- samp/counter/counter_xunit_spec.rb
|
|
398
|
-
- samp/counter/counter_rspec_runner.rake
|
|
399
430
|
test_files: []
|
|
400
431
|
|
|
401
432
|
rdoc_options: []
|
|
402
433
|
|
|
403
434
|
extra_rdoc_files: []
|
|
404
435
|
|
|
405
|
-
executables:
|
|
406
|
-
|
|
407
|
-
- header_to_ruby.rb
|
|
436
|
+
executables: []
|
|
437
|
+
|
|
408
438
|
extensions:
|
|
409
439
|
- gem_extconf.rb
|
|
410
440
|
requirements:
|