ruby-vpi 14.0.0 → 15.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/generate_test_tpl/proto.rb +8 -6
- data/doc/common.css +1 -0
- data/doc/history.html +357 -281
- data/doc/history.yml +35 -1
- data/doc/intro.inc +1 -1
- data/doc/manual.doc +38 -29
- data/doc/manual.html +109 -63
- data/doc/readme.html +6 -6
- data/doc/rss.xml +69 -1
- data/ext/Rakefile +1 -5
- data/ext/extconf.rb +0 -5
- data/ext/relay.c +1 -1
- data/ext/vlog.c +1 -1
- data/lib/ruby-vpi/vpi.rb +50 -4
- data/lib/ruby-vpi.rb +7 -7
- data/ref/c/annotated.html +6 -1
- data/ref/c/common_8h.html +1 -1
- data/ref/c/files.html +2 -1
- data/ref/c/functions.html +40 -20
- data/ref/c/functions_vars.html +40 -20
- data/ref/c/globals.html +212 -5
- data/ref/c/globals_0x62.html +62 -0
- data/ref/c/globals_0x63.html +19 -3
- data/ref/c/globals_0x65.html +8 -2
- data/ref/c/globals_0x66.html +19 -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 +10 -3
- data/ref/c/globals_0x6e.html +63 -0
- data/ref/c/globals_0x70.html +8 -2
- data/ref/c/globals_0x72.html +14 -4
- data/ref/c/globals_0x73.html +189 -3
- data/ref/c/globals_0x74.html +8 -2
- data/ref/c/globals_0x75.html +63 -0
- data/ref/c/globals_0x76.html +14 -4
- data/ref/c/globals_0x78.html +8 -2
- data/ref/c/globals_defs.html +6 -1
- data/ref/c/globals_defs_0x65.html +6 -1
- 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 +6 -1
- data/ref/c/globals_defs_0x72.html +57 -0
- data/ref/c/globals_defs_0x73.html +165 -0
- data/ref/c/globals_defs_0x75.html +56 -0
- data/ref/c/globals_defs_0x76.html +10 -3
- data/ref/c/globals_defs_0x78.html +6 -1
- data/ref/c/globals_enum.html +1 -1
- data/ref/c/globals_eval.html +1 -1
- data/ref/c/globals_func.html +174 -14
- data/ref/c/globals_func_0x66.html +63 -0
- data/ref/c/globals_func_0x67.html +56 -0
- data/ref/c/globals_func_0x69.html +54 -0
- data/ref/c/globals_func_0x6d.html +56 -0
- data/ref/c/globals_func_0x70.html +54 -0
- data/ref/c/globals_func_0x72.html +57 -0
- data/ref/c/globals_func_0x73.html +113 -0
- data/ref/c/globals_func_0x76.html +58 -0
- data/ref/c/globals_type.html +6 -3
- data/ref/c/globals_vars.html +89 -3
- data/ref/c/index.html +1 -1
- data/ref/c/main_8c.html +2 -2
- 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 +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 +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/swig__wrap_8cin.html +11610 -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 +3 -3
- data/ref/c/vlog_8h.html +1 -1
- data/ref/c/vpi__user_8h.html +1 -1
- data/ref/ruby/classes/RDoc.html +5 -5
- data/ref/ruby/classes/RDoc.src/{M000045.html → M000053.html} +0 -0
- data/ref/ruby/classes/RubyVpi.src/M000029.html +27 -27
- data/ref/ruby/classes/Vpi/Handle.html +93 -57
- data/ref/ruby/classes/Vpi/Handle.src/M000037.html +5 -5
- data/ref/ruby/classes/Vpi/Handle.src/M000038.html +5 -9
- data/ref/ruby/classes/Vpi/Handle.src/M000039.html +5 -31
- data/ref/ruby/classes/Vpi/Handle.src/M000040.html +5 -74
- data/ref/ruby/classes/Vpi/Handle.src/M000041.html +8 -17
- data/ref/ruby/classes/Vpi/Handle.src/M000042.html +8 -11
- data/ref/ruby/classes/Vpi/Handle.src/M000043.html +22 -0
- data/ref/ruby/classes/Vpi/Handle.src/M000044.html +31 -55
- data/ref/ruby/classes/Vpi/Handle.src/M000045.html +87 -0
- data/ref/ruby/classes/Vpi/Handle.src/M000046.html +30 -0
- data/ref/ruby/classes/Vpi/Handle.src/M000047.html +24 -0
- data/ref/ruby/classes/Vpi/Handle.src/M000049.html +68 -0
- data/ref/ruby/classes/Vpi/S_vpi_time.html +186 -0
- data/ref/ruby/classes/Vpi/S_vpi_time.src/M000050.html +18 -0
- data/ref/ruby/classes/Vpi/S_vpi_time.src/M000051.html +19 -0
- data/ref/ruby/classes/Vpi/S_vpi_value.html +167 -0
- data/ref/ruby/classes/Vpi/S_vpi_value.src/M000034.html +18 -0
- data/ref/ruby/classes/Vpi/S_vpi_value.src/M000035.html +18 -0
- data/ref/ruby/classes/Vpi/S_vpi_value.src/M000036.html +18 -0
- data/ref/ruby/classes/Vpi.html +3 -1
- data/ref/ruby/classes/Vpi.src/M000030.html +14 -14
- data/ref/ruby/classes/Vpi.src/M000031.html +4 -4
- data/ref/ruby/classes/Vpi.src/M000032.html +24 -25
- data/ref/ruby/classes/Vpi.src/M000033.html +8 -8
- data/ref/ruby/created.rid +1 -1
- data/ref/ruby/files/lib/ruby-vpi/vpi_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi_rb.html +1 -1
- data/ref/ruby/fr_class_index.html +2 -0
- data/ref/ruby/fr_method_index.html +22 -14
- data/samp/counter/counter_rspec_proto.rb +8 -6
- data/samp/counter/counter_xunit_proto.rb +8 -6
- data/samp/pipelined_alu/hw5_unit_test_proto.rb +2 -2
- metadata +42 -6
- data/ref/ruby/classes/Vpi/Handle.src/M000034.html +0 -18
- data/ref/ruby/classes/Vpi/Handle.src/M000035.html +0 -18
- data/ref/ruby/classes/Vpi/Handle.src/M000036.html +0 -18
|
@@ -10,30 +10,29 @@
|
|
|
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/vpi.rb, line
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
458: <span class="ruby-keyword kw">end</span></pre>
|
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/vpi.rb, line 451</span>
|
|
14
|
+
451: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">advance_time</span> <span class="ruby-identifier">aNumSteps</span> = <span class="ruby-value">1</span>
|
|
15
|
+
452: <span class="ruby-comment cmt"># schedule wake-up callback from verilog</span>
|
|
16
|
+
453: <span class="ruby-identifier">time</span> = <span class="ruby-constant">S_vpi_time</span>.<span class="ruby-identifier">new</span>
|
|
17
|
+
454: <span class="ruby-identifier">time</span>.<span class="ruby-identifier">integer</span> = <span class="ruby-identifier">aNumSteps</span>
|
|
18
|
+
455: <span class="ruby-identifier">time</span>.<span class="ruby-identifier">type</span> = <span class="ruby-constant">VpiSimTime</span>
|
|
19
|
+
456:
|
|
20
|
+
457: <span class="ruby-identifier">value</span> = <span class="ruby-constant">S_vpi_value</span>.<span class="ruby-identifier">new</span>
|
|
21
|
+
458: <span class="ruby-identifier">value</span>.<span class="ruby-identifier">format</span> = <span class="ruby-constant">VpiSuppressVal</span>
|
|
22
|
+
459:
|
|
23
|
+
460: <span class="ruby-identifier">alarm</span> = <span class="ruby-constant">S_cb_data</span>.<span class="ruby-identifier">new</span>
|
|
24
|
+
461: <span class="ruby-identifier">alarm</span>.<span class="ruby-identifier">reason</span> = <span class="ruby-constant">CbAfterDelay</span>
|
|
25
|
+
462: <span class="ruby-identifier">alarm</span>.<span class="ruby-identifier">cb_rtn</span> = <span class="ruby-constant">Vlog_relay_ruby</span>
|
|
26
|
+
463: <span class="ruby-identifier">alarm</span>.<span class="ruby-identifier">obj</span> = <span class="ruby-keyword kw">nil</span>
|
|
27
|
+
464: <span class="ruby-identifier">alarm</span>.<span class="ruby-identifier">time</span> = <span class="ruby-identifier">time</span>
|
|
28
|
+
465: <span class="ruby-identifier">alarm</span>.<span class="ruby-identifier">value</span> = <span class="ruby-identifier">value</span>
|
|
29
|
+
466: <span class="ruby-identifier">alarm</span>.<span class="ruby-identifier">index</span> = <span class="ruby-value">0</span>
|
|
30
|
+
467: <span class="ruby-identifier">alarm</span>.<span class="ruby-identifier">user_data</span> = <span class="ruby-keyword kw">nil</span>
|
|
31
|
+
468:
|
|
32
|
+
469: <span class="ruby-identifier">vpi_free_object</span>(<span class="ruby-identifier">vpi_register_cb_old</span>(<span class="ruby-identifier">alarm</span>))
|
|
33
|
+
470:
|
|
34
|
+
471: <span class="ruby-comment cmt"># relay to verilog</span>
|
|
35
|
+
472: <span class="ruby-identifier">relay_verilog_proxy</span>
|
|
36
|
+
473: <span class="ruby-keyword kw">end</span></pre>
|
|
38
37
|
</body>
|
|
39
38
|
</html>
|
|
@@ -10,13 +10,13 @@
|
|
|
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/vpi.rb, line
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
13
|
+
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/vpi.rb, line 479</span>
|
|
14
|
+
479: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">simulation_time</span>
|
|
15
|
+
480: <span class="ruby-identifier">t</span> = <span class="ruby-constant">S_vpi_time</span>.<span class="ruby-identifier">new</span>
|
|
16
|
+
481: <span class="ruby-identifier">t</span>.<span class="ruby-identifier">type</span> = <span class="ruby-constant">VpiSimTime</span>
|
|
17
|
+
482:
|
|
18
|
+
483: <span class="ruby-identifier">vpi_get_time</span> <span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">t</span>
|
|
19
|
+
484: <span class="ruby-identifier">t</span>.<span class="ruby-identifier">to_i</span>
|
|
20
|
+
485: <span class="ruby-keyword kw">end</span></pre>
|
|
21
21
|
</body>
|
|
22
22
|
</html>
|
data/ref/ruby/created.rid
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Sat
|
|
1
|
+
Sat Jan 13 16:42:16 PST 2007
|
|
@@ -34,6 +34,8 @@
|
|
|
34
34
|
<a href="classes/VerilogParser/Module/Port.html">VerilogParser::Module::Port</a><br />
|
|
35
35
|
<a href="classes/Vpi.html">Vpi</a><br />
|
|
36
36
|
<a href="classes/Vpi/Handle.html">Vpi::Handle</a><br />
|
|
37
|
+
<a href="classes/Vpi/S_vpi_time.html">Vpi::S_vpi_time</a><br />
|
|
38
|
+
<a href="classes/Vpi/S_vpi_value.html">Vpi::S_vpi_value</a><br />
|
|
37
39
|
</div>
|
|
38
40
|
</div>
|
|
39
41
|
</body>
|
|
@@ -20,51 +20,59 @@
|
|
|
20
20
|
<div id="index">
|
|
21
21
|
<h1 class="section-bar">Methods</h1>
|
|
22
22
|
<div id="index-entries">
|
|
23
|
-
<a href="classes/Vpi/Handle.html#
|
|
23
|
+
<a href="classes/Vpi/Handle.html#M000046">[] (Vpi::Handle)</a><br />
|
|
24
24
|
<a href="classes/Vpi.html#M000032">advance_time (Vpi)</a><br />
|
|
25
25
|
<a href="classes/FileUtils.html#M000028">collect_args (FileUtils)</a><br />
|
|
26
26
|
<a href="classes/Integer.html#M000017">ensure_max (Integer)</a><br />
|
|
27
27
|
<a href="classes/Integer.html#M000016">ensure_min (Integer)</a><br />
|
|
28
28
|
<a href="classes/Integer.html#M000020">extend_sign (Integer)</a><br />
|
|
29
|
-
<a href="classes/Vpi/Handle.html#
|
|
30
|
-
<a href="classes/Vpi/Handle.html#
|
|
29
|
+
<a href="classes/Vpi/Handle.html#M000044">get_value (Vpi::Handle)</a><br />
|
|
30
|
+
<a href="classes/Vpi/Handle.html#M000043">get_value_wrapper (Vpi::Handle)</a><br />
|
|
31
31
|
<a href="classes/RubyVpi.html#M000029">init_bench (RubyVpi)</a><br />
|
|
32
32
|
<a href="classes/VerilogParser/Module/Port.html#M000004">input? (VerilogParser::Module::Port)</a><br />
|
|
33
|
-
<a href="classes/Vpi/Handle.html#
|
|
33
|
+
<a href="classes/Vpi/Handle.html#M000047">inspect (Vpi::Handle)</a><br />
|
|
34
|
+
<a href="classes/Vpi/S_vpi_time.html#M000050">integer (Vpi::S_vpi_time)</a><br />
|
|
35
|
+
<a href="classes/Vpi/S_vpi_time.html#M000051">integer= (Vpi::S_vpi_time)</a><br />
|
|
34
36
|
<a href="classes/Integer.html#M000009">length (Integer)</a><br />
|
|
35
37
|
<a href="classes/Integer.html#M000010">limit (Integer)</a><br />
|
|
36
38
|
<a href="classes/Integer.html#M000008">log2 (Integer)</a><br />
|
|
37
39
|
<a href="classes/Float.html#M000022">mantissa (Float)</a><br />
|
|
38
40
|
<a href="classes/Integer.html#M000012">mask (Integer)</a><br />
|
|
39
41
|
<a href="classes/Integer.html#M000014">max (Integer)</a><br />
|
|
40
|
-
<a href="classes/Vpi/Handle.html#
|
|
42
|
+
<a href="classes/Vpi/Handle.html#M000049">method_missing (Vpi::Handle)</a><br />
|
|
43
|
+
<a href="classes/Vpi/Handle.html#M000042">negedge? (Vpi::Handle)</a><br />
|
|
41
44
|
<a href="classes/VerilogParser.html#M000001">new (VerilogParser)</a><br />
|
|
42
|
-
<a href="classes/
|
|
45
|
+
<a href="classes/VerilogParser/Module/Port.html#M000003">new (VerilogParser::Module::Port)</a><br />
|
|
43
46
|
<a href="classes/VerilogParser/Module.html#M000002">new (VerilogParser::Module)</a><br />
|
|
44
47
|
<a href="classes/VerilogParser/Module/Parameter.html#M000007">new (VerilogParser::Module::Parameter)</a><br />
|
|
45
|
-
<a href="classes/
|
|
48
|
+
<a href="classes/ERB.html#M000026">new (ERB)</a><br />
|
|
46
49
|
<a href="classes/VerilogParser/Module/Port.html#M000005">output? (VerilogParser::Module::Port)</a><br />
|
|
47
50
|
<a href="classes/Integer.html#M000018">pack (Integer)</a><br />
|
|
48
|
-
<a href="classes/Vpi/Handle.html#
|
|
51
|
+
<a href="classes/Vpi/Handle.html#M000041">posedge? (Vpi::Handle)</a><br />
|
|
52
|
+
<a href="classes/Vpi/Handle.html#M000045">put_value (Vpi::Handle)</a><br />
|
|
49
53
|
<a href="classes/VerilogParser/Module/Port.html#M000006">reg? (VerilogParser::Module::Port)</a><br />
|
|
50
54
|
<a href="classes/FileUtils.html#M000027">sh (FileUtils)</a><br />
|
|
51
55
|
<a href="classes/Vpi.html#M000031">simulate (Vpi)</a><br />
|
|
52
56
|
<a href="classes/Vpi.html#M000033">simulation_time (Vpi)</a><br />
|
|
53
57
|
<a href="classes/Integer.html#M000021">split (Integer)</a><br />
|
|
58
|
+
<a href="classes/Vpi/S_vpi_value.html#M000035">to_f (Vpi::S_vpi_value)</a><br />
|
|
54
59
|
<a href="classes/String.html#M000023">to_f (String)</a><br />
|
|
60
|
+
<a href="classes/Vpi/S_vpi_time.html#M000052">to_i (Vpi::S_vpi_time)</a><br />
|
|
61
|
+
<a href="classes/Vpi/S_vpi_value.html#M000034">to_i (Vpi::S_vpi_value)</a><br />
|
|
55
62
|
<a href="classes/Integer.html#M000011">to_limit (Integer)</a><br />
|
|
56
63
|
<a href="classes/Integer.html#M000013">to_mask (Integer)</a><br />
|
|
57
64
|
<a href="classes/Integer.html#M000015">to_max (Integer)</a><br />
|
|
58
65
|
<a href="classes/String.html#M000025">to_ruby_const_name (String)</a><br />
|
|
59
|
-
<a href="classes/Vpi/Handle.html#
|
|
66
|
+
<a href="classes/Vpi/Handle.html#M000048">to_s (Vpi::Handle)</a><br />
|
|
67
|
+
<a href="classes/Vpi/S_vpi_value.html#M000036">to_s (Vpi::S_vpi_value)</a><br />
|
|
60
68
|
<a href="classes/Integer.html#M000019">unpack (Integer)</a><br />
|
|
61
|
-
<a href="classes/RDoc.html#
|
|
69
|
+
<a href="classes/RDoc.html#M000053">usage_from_file (RDoc)</a><br />
|
|
62
70
|
<a href="classes/String.html#M000024">verilog_to_ruby (String)</a><br />
|
|
63
71
|
<a href="classes/Vpi.html#M000030">vpi_register_cb (Vpi)</a><br />
|
|
64
|
-
<a href="classes/Vpi/Handle.html#
|
|
65
|
-
<a href="classes/Vpi/Handle.html#
|
|
66
|
-
<a href="classes/Vpi/Handle.html#
|
|
67
|
-
<a href="classes/Vpi/Handle.html#
|
|
72
|
+
<a href="classes/Vpi/Handle.html#M000038">x! (Vpi::Handle)</a><br />
|
|
73
|
+
<a href="classes/Vpi/Handle.html#M000037">x? (Vpi::Handle)</a><br />
|
|
74
|
+
<a href="classes/Vpi/Handle.html#M000040">z! (Vpi::Handle)</a><br />
|
|
75
|
+
<a href="classes/Vpi/Handle.html#M000039">z? (Vpi::Handle)</a><br />
|
|
68
76
|
</div>
|
|
69
77
|
</div>
|
|
70
78
|
</body>
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
# This is a prototype of the design under test.
|
|
2
2
|
|
|
3
|
-
# When prototyping is enabled, Vpi::
|
|
4
|
-
# instead of transferring control to the Verilog simulator.
|
|
3
|
+
# When prototyping is enabled, Vpi::advance_time invokes this
|
|
4
|
+
# method instead of transferring control to the Verilog simulator.
|
|
5
5
|
def Counter.simulate!
|
|
6
|
-
if
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
if clock.posedge?
|
|
7
|
+
if reset.intVal == 1
|
|
8
|
+
count.intVal = 0
|
|
9
|
+
else
|
|
10
|
+
count.intVal += 1
|
|
11
|
+
end
|
|
10
12
|
end
|
|
11
13
|
end
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
# This is a prototype of the design under test.
|
|
2
2
|
|
|
3
|
-
# When prototyping is enabled, Vpi::
|
|
4
|
-
# instead of transferring control to the Verilog simulator.
|
|
3
|
+
# When prototyping is enabled, Vpi::advance_time invokes this
|
|
4
|
+
# method instead of transferring control to the Verilog simulator.
|
|
5
5
|
def Counter.simulate!
|
|
6
|
-
if
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
if clock.posedge?
|
|
7
|
+
if reset.intVal == 1
|
|
8
|
+
count.intVal = 0
|
|
9
|
+
else
|
|
10
|
+
count.intVal += 1
|
|
11
|
+
end
|
|
10
12
|
end
|
|
11
13
|
end
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# This is a prototype of the design under test.
|
|
2
2
|
|
|
3
|
-
# When prototyping is enabled, Vpi::
|
|
4
|
-
# instead of transferring control to the Verilog simulator.
|
|
3
|
+
# When prototyping is enabled, Vpi::advance_time invokes this
|
|
4
|
+
# method instead of transferring control to the Verilog simulator.
|
|
5
5
|
def Hw5_unit.simulate!
|
|
6
6
|
raise NotImplementedError, "Prototype is not yet implemented."
|
|
7
7
|
end
|
metadata
CHANGED
|
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: ruby-vpi
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version:
|
|
7
|
-
date:
|
|
6
|
+
version: 15.0.0
|
|
7
|
+
date: 2007-01-13 00:00:00 -08:00
|
|
8
8
|
summary: Ruby interface to IEEE 1364-2005 Verilog VPI
|
|
9
9
|
require_paths:
|
|
10
10
|
- lib
|
|
@@ -167,6 +167,7 @@ files:
|
|
|
167
167
|
- ref/c/main_8h.html
|
|
168
168
|
- ref/c/relay_8c.html
|
|
169
169
|
- ref/c/relay_8h.html
|
|
170
|
+
- ref/c/swig__wrap_8cin.html
|
|
170
171
|
- ref/c/verilog_8h.html
|
|
171
172
|
- ref/c/vlog_8c.html
|
|
172
173
|
- ref/c/vlog_8h.html
|
|
@@ -174,6 +175,11 @@ files:
|
|
|
174
175
|
- ref/c/annotated.html
|
|
175
176
|
- ref/c/functions.html
|
|
176
177
|
- ref/c/functions_vars.html
|
|
178
|
+
- ref/c/unions__vpi__value__value.html
|
|
179
|
+
- ref/c/structswig__cast__info.html
|
|
180
|
+
- ref/c/structswig__class.html
|
|
181
|
+
- ref/c/structswig__module__info.html
|
|
182
|
+
- ref/c/structswig__type__info.html
|
|
177
183
|
- ref/c/structt__cb__data.html
|
|
178
184
|
- ref/c/structt__vpi__delay.html
|
|
179
185
|
- ref/c/structt__vpi__error__info.html
|
|
@@ -185,24 +191,43 @@ files:
|
|
|
185
191
|
- ref/c/structt__vpi__vlog__info.html
|
|
186
192
|
- ref/c/files.html
|
|
187
193
|
- ref/c/globals.html
|
|
194
|
+
- ref/c/globals_0x62.html
|
|
188
195
|
- ref/c/globals_0x63.html
|
|
189
196
|
- ref/c/globals_0x65.html
|
|
190
197
|
- ref/c/globals_0x66.html
|
|
198
|
+
- ref/c/globals_0x67.html
|
|
199
|
+
- ref/c/globals_0x69.html
|
|
200
|
+
- ref/c/globals_0x6c.html
|
|
191
201
|
- ref/c/globals_0x6d.html
|
|
202
|
+
- ref/c/globals_0x6e.html
|
|
192
203
|
- ref/c/globals_0x70.html
|
|
193
204
|
- ref/c/globals_0x72.html
|
|
194
205
|
- ref/c/globals_0x73.html
|
|
195
206
|
- ref/c/globals_0x74.html
|
|
207
|
+
- ref/c/globals_0x75.html
|
|
196
208
|
- ref/c/globals_0x76.html
|
|
197
209
|
- ref/c/globals_0x78.html
|
|
198
210
|
- ref/c/globals_func.html
|
|
211
|
+
- ref/c/globals_func_0x66.html
|
|
212
|
+
- ref/c/globals_func_0x67.html
|
|
213
|
+
- ref/c/globals_func_0x69.html
|
|
214
|
+
- ref/c/globals_func_0x6d.html
|
|
215
|
+
- ref/c/globals_func_0x70.html
|
|
216
|
+
- ref/c/globals_func_0x72.html
|
|
217
|
+
- ref/c/globals_func_0x73.html
|
|
218
|
+
- ref/c/globals_func_0x76.html
|
|
199
219
|
- ref/c/globals_vars.html
|
|
200
220
|
- ref/c/globals_type.html
|
|
201
221
|
- ref/c/globals_enum.html
|
|
202
222
|
- ref/c/globals_eval.html
|
|
203
223
|
- ref/c/globals_defs.html
|
|
204
224
|
- ref/c/globals_defs_0x65.html
|
|
225
|
+
- ref/c/globals_defs_0x6c.html
|
|
226
|
+
- ref/c/globals_defs_0x6e.html
|
|
205
227
|
- ref/c/globals_defs_0x70.html
|
|
228
|
+
- ref/c/globals_defs_0x72.html
|
|
229
|
+
- ref/c/globals_defs_0x73.html
|
|
230
|
+
- ref/c/globals_defs_0x75.html
|
|
206
231
|
- ref/c/globals_defs_0x76.html
|
|
207
232
|
- ref/c/globals_defs_0x78.html
|
|
208
233
|
- ref/ruby/created.rid
|
|
@@ -288,19 +313,30 @@ files:
|
|
|
288
313
|
- ref/ruby/classes/Vpi.src/M000031.html
|
|
289
314
|
- ref/ruby/classes/Vpi.src/M000032.html
|
|
290
315
|
- ref/ruby/classes/Vpi.src/M000033.html
|
|
316
|
+
- ref/ruby/classes/Vpi/S_vpi_value.src
|
|
291
317
|
- ref/ruby/classes/Vpi/Handle.src
|
|
318
|
+
- ref/ruby/classes/Vpi/S_vpi_time.src
|
|
319
|
+
- ref/ruby/classes/Vpi/S_vpi_value.html
|
|
292
320
|
- ref/ruby/classes/Vpi/Handle.html
|
|
293
|
-
- ref/ruby/classes/Vpi/
|
|
294
|
-
- ref/ruby/classes/Vpi/
|
|
295
|
-
- ref/ruby/classes/Vpi/
|
|
321
|
+
- ref/ruby/classes/Vpi/S_vpi_time.html
|
|
322
|
+
- ref/ruby/classes/Vpi/S_vpi_value.src/M000034.html
|
|
323
|
+
- ref/ruby/classes/Vpi/S_vpi_value.src/M000035.html
|
|
324
|
+
- ref/ruby/classes/Vpi/S_vpi_value.src/M000036.html
|
|
296
325
|
- ref/ruby/classes/Vpi/Handle.src/M000037.html
|
|
297
326
|
- ref/ruby/classes/Vpi/Handle.src/M000038.html
|
|
298
327
|
- ref/ruby/classes/Vpi/Handle.src/M000039.html
|
|
299
328
|
- ref/ruby/classes/Vpi/Handle.src/M000040.html
|
|
300
329
|
- ref/ruby/classes/Vpi/Handle.src/M000041.html
|
|
301
330
|
- ref/ruby/classes/Vpi/Handle.src/M000042.html
|
|
331
|
+
- ref/ruby/classes/Vpi/Handle.src/M000043.html
|
|
302
332
|
- ref/ruby/classes/Vpi/Handle.src/M000044.html
|
|
303
|
-
- ref/ruby/classes/
|
|
333
|
+
- ref/ruby/classes/Vpi/Handle.src/M000045.html
|
|
334
|
+
- ref/ruby/classes/Vpi/Handle.src/M000046.html
|
|
335
|
+
- ref/ruby/classes/Vpi/Handle.src/M000047.html
|
|
336
|
+
- ref/ruby/classes/Vpi/Handle.src/M000049.html
|
|
337
|
+
- ref/ruby/classes/Vpi/S_vpi_time.src/M000050.html
|
|
338
|
+
- ref/ruby/classes/Vpi/S_vpi_time.src/M000051.html
|
|
339
|
+
- ref/ruby/classes/RDoc.src/M000053.html
|
|
304
340
|
- ref/ruby/classes/RubyVpi/Config.html
|
|
305
341
|
test_files: []
|
|
306
342
|
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!DOCTYPE html
|
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
-
|
|
6
|
-
<html>
|
|
7
|
-
<head>
|
|
8
|
-
<title>x? (Vpi::Handle)</title>
|
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
10
|
-
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
|
11
|
-
</head>
|
|
12
|
-
<body class="standalone-code">
|
|
13
|
-
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/vpi.rb, line 65</span>
|
|
14
|
-
65: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">x?</span>
|
|
15
|
-
66: <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">hexStrVal</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp re">/x/i</span>
|
|
16
|
-
67: <span class="ruby-keyword kw">end</span></pre>
|
|
17
|
-
</body>
|
|
18
|
-
</html>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!DOCTYPE html
|
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
-
|
|
6
|
-
<html>
|
|
7
|
-
<head>
|
|
8
|
-
<title>x! (Vpi::Handle)</title>
|
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
10
|
-
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
|
11
|
-
</head>
|
|
12
|
-
<body class="standalone-code">
|
|
13
|
-
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/vpi.rb, line 70</span>
|
|
14
|
-
70: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">x!</span>
|
|
15
|
-
71: <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">hexStrVal</span> = <span class="ruby-value str">'x'</span>
|
|
16
|
-
72: <span class="ruby-keyword kw">end</span></pre>
|
|
17
|
-
</body>
|
|
18
|
-
</html>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!DOCTYPE html
|
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
-
|
|
6
|
-
<html>
|
|
7
|
-
<head>
|
|
8
|
-
<title>z? (Vpi::Handle)</title>
|
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
10
|
-
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
|
|
11
|
-
</head>
|
|
12
|
-
<body class="standalone-code">
|
|
13
|
-
<pre> <span class="ruby-comment cmt"># File lib/ruby-vpi/vpi.rb, line 75</span>
|
|
14
|
-
75: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">z?</span>
|
|
15
|
-
76: <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">hexStrVal</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp re">/z/i</span>
|
|
16
|
-
77: <span class="ruby-keyword kw">end</span></pre>
|
|
17
|
-
</body>
|
|
18
|
-
</html>
|