ruby-vpi 7.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/HISTORY +398 -0
- data/LICENSE +340 -0
- data/MEMO +38 -0
- data/README +9 -0
- data/Rakefile +271 -0
- data/bin/generate_test.rb +258 -0
- data/bin/generate_test_tpl/bench.rb +31 -0
- data/bin/generate_test_tpl/bench.v +54 -0
- data/bin/generate_test_tpl/design.rb +26 -0
- data/bin/generate_test_tpl/proto.rb +8 -0
- data/bin/generate_test_tpl/runner.rake +28 -0
- data/bin/generate_test_tpl/spec.rb +46 -0
- data/bin/header_to_ruby.rb +70 -0
- data/doc/Rakefile +55 -0
- data/doc/src/LICENSE +397 -0
- data/doc/src/figures/organization.png +0 -0
- data/doc/src/figures/organization_detailed.png +0 -0
- data/doc/src/figures/ruby_init.png +0 -0
- data/doc/src/figures/ruby_relay.png +0 -0
- data/doc/src/figures.dia +0 -0
- data/doc/src/images/COPYING +67 -0
- data/doc/src/images/ChangeLog +27 -0
- data/doc/src/images/blank.png +0 -0
- data/doc/src/images/callouts/1.png +0 -0
- data/doc/src/images/callouts/10.png +0 -0
- data/doc/src/images/callouts/11.png +0 -0
- data/doc/src/images/callouts/12.png +0 -0
- data/doc/src/images/callouts/13.png +0 -0
- data/doc/src/images/callouts/14.png +0 -0
- data/doc/src/images/callouts/15.png +0 -0
- data/doc/src/images/callouts/2.png +0 -0
- data/doc/src/images/callouts/3.png +0 -0
- data/doc/src/images/callouts/4.png +0 -0
- data/doc/src/images/callouts/5.png +0 -0
- data/doc/src/images/callouts/6.png +0 -0
- data/doc/src/images/callouts/7.png +0 -0
- data/doc/src/images/callouts/8.png +0 -0
- data/doc/src/images/callouts/9.png +0 -0
- data/doc/src/images/callouts/ChangeLog +15 -0
- data/doc/src/images/caution.png +0 -0
- data/doc/src/images/caution.svg +290 -0
- data/doc/src/images/copyright +55 -0
- data/doc/src/images/draft.png +0 -0
- data/doc/src/images/home.png +0 -0
- data/doc/src/images/home.svg +386 -0
- data/doc/src/images/important.png +0 -0
- data/doc/src/images/important.svg +163 -0
- data/doc/src/images/next.png +0 -0
- data/doc/src/images/next.svg +191 -0
- data/doc/src/images/note.png +0 -0
- data/doc/src/images/note.svg +483 -0
- data/doc/src/images/prev.png +0 -0
- data/doc/src/images/prev.svg +852 -0
- data/doc/src/images/tip.png +0 -0
- data/doc/src/images/tip.svg +1145 -0
- data/doc/src/images/toc-blank.png +0 -0
- data/doc/src/images/toc-minus.png +0 -0
- data/doc/src/images/toc-plus.png +0 -0
- data/doc/src/images/up.png +0 -0
- data/doc/src/images/up.svg +195 -0
- data/doc/src/images/warning.png +0 -0
- data/doc/src/images/warning.svg +334 -0
- data/doc/src/license.xml +446 -0
- data/doc/src/manual.xml +1582 -0
- data/doc/src/manual.xsl +23 -0
- data/doc/src/shared.dtd +63 -0
- data/doc/src/styles/manual.css +87 -0
- data/doc/txt/manual.txt +1657 -0
- data/doc/xhtml/background.html +3 -0
- data/doc/xhtml/background.methodology.html +3 -0
- data/doc/xhtml/background.organization.html +10 -0
- data/doc/xhtml/background.running-tests.html +3 -0
- data/doc/xhtml/background.terminology.html +3 -0
- data/doc/xhtml/figures/organization.png +0 -0
- data/doc/xhtml/figures/organization_detailed.png +0 -0
- data/doc/xhtml/figures/ruby_init.png +0 -0
- data/doc/xhtml/figures/ruby_relay.png +0 -0
- data/doc/xhtml/gfdl-0.html +18 -0
- data/doc/xhtml/gfdl-1.html +70 -0
- data/doc/xhtml/gfdl-10.html +15 -0
- data/doc/xhtml/gfdl-2.html +13 -0
- data/doc/xhtml/gfdl-3.html +31 -0
- data/doc/xhtml/gfdl-4.html +75 -0
- data/doc/xhtml/gfdl-5.html +20 -0
- data/doc/xhtml/gfdl-6.html +12 -0
- data/doc/xhtml/gfdl-7.html +16 -0
- data/doc/xhtml/gfdl-8.html +17 -0
- data/doc/xhtml/gfdl-9.html +9 -0
- data/doc/xhtml/gfdl-addendum.html +25 -0
- data/doc/xhtml/gfdl.html +11 -0
- data/doc/xhtml/glossary.html +3 -0
- data/doc/xhtml/images/COPYING +67 -0
- data/doc/xhtml/images/ChangeLog +27 -0
- data/doc/xhtml/images/blank.png +0 -0
- data/doc/xhtml/images/callouts/1.png +0 -0
- data/doc/xhtml/images/callouts/10.png +0 -0
- data/doc/xhtml/images/callouts/11.png +0 -0
- data/doc/xhtml/images/callouts/12.png +0 -0
- data/doc/xhtml/images/callouts/13.png +0 -0
- data/doc/xhtml/images/callouts/14.png +0 -0
- data/doc/xhtml/images/callouts/15.png +0 -0
- data/doc/xhtml/images/callouts/2.png +0 -0
- data/doc/xhtml/images/callouts/3.png +0 -0
- data/doc/xhtml/images/callouts/4.png +0 -0
- data/doc/xhtml/images/callouts/5.png +0 -0
- data/doc/xhtml/images/callouts/6.png +0 -0
- data/doc/xhtml/images/callouts/7.png +0 -0
- data/doc/xhtml/images/callouts/8.png +0 -0
- data/doc/xhtml/images/callouts/9.png +0 -0
- data/doc/xhtml/images/callouts/ChangeLog +15 -0
- data/doc/xhtml/images/caution.png +0 -0
- data/doc/xhtml/images/caution.svg +290 -0
- data/doc/xhtml/images/copyright +55 -0
- data/doc/xhtml/images/draft.png +0 -0
- data/doc/xhtml/images/home.png +0 -0
- data/doc/xhtml/images/home.svg +386 -0
- data/doc/xhtml/images/important.png +0 -0
- data/doc/xhtml/images/important.svg +163 -0
- data/doc/xhtml/images/next.png +0 -0
- data/doc/xhtml/images/next.svg +191 -0
- data/doc/xhtml/images/note.png +0 -0
- data/doc/xhtml/images/note.svg +483 -0
- data/doc/xhtml/images/prev.png +0 -0
- data/doc/xhtml/images/prev.svg +852 -0
- data/doc/xhtml/images/tip.png +0 -0
- data/doc/xhtml/images/tip.svg +1145 -0
- data/doc/xhtml/images/toc-blank.png +0 -0
- data/doc/xhtml/images/toc-minus.png +0 -0
- data/doc/xhtml/images/toc-plus.png +0 -0
- data/doc/xhtml/images/up.png +0 -0
- data/doc/xhtml/images/up.svg +195 -0
- data/doc/xhtml/images/warning.png +0 -0
- data/doc/xhtml/images/warning.svg +334 -0
- data/doc/xhtml/index.html +4 -0
- data/doc/xhtml/introduction.html +3 -0
- data/doc/xhtml/introduction.license.html +3 -0
- data/doc/xhtml/introduction.manifest.html +3 -0
- data/doc/xhtml/introduction.related-works.html +3 -0
- data/doc/xhtml/introduction.resources.html +3 -0
- data/doc/xhtml/problem.ivl.html +18 -0
- data/doc/xhtml/problems.html +3 -0
- data/doc/xhtml/problems.ruby.html +3 -0
- data/doc/xhtml/problems.vsim.html +3 -0
- data/doc/xhtml/styles/manual.css +87 -0
- data/doc/xhtml/usage.examples.html +3 -0
- data/doc/xhtml/usage.html +3 -0
- data/doc/xhtml/usage.installation.html +3 -0
- data/doc/xhtml/usage.requirements.html +3 -0
- data/doc/xhtml/usage.tools.html +3 -0
- data/doc/xhtml/usage.tutorial.html +199 -0
- data/ext/Doxyfile +272 -0
- data/ext/README +124 -0
- data/ext/Rakefile +65 -0
- data/ext/common.h +56 -0
- data/ext/extconf.rb +4 -0
- data/ext/relay.cin +146 -0
- data/ext/relay.hin +48 -0
- data/ext/ruby-vpi.c +36 -0
- data/ext/swig.cin +38 -0
- data/ext/swig.hin +39 -0
- data/ext/swig_vpi.h +924 -0
- data/ext/swig_vpi.i +8 -0
- data/ext/swig_wrap.cin +4613 -0
- data/ext/verilog.h +59 -0
- data/ext/vlog.cin +92 -0
- data/ext/vlog.hin +57 -0
- data/ext/vpi_user.h +924 -0
- data/gem_extconf.rb +8 -0
- data/history.html +809 -0
- data/lib/ruby-vpi/erb.rb +41 -0
- data/lib/ruby-vpi/rake.rb +35 -0
- data/lib/ruby-vpi/rdoc.rb +51 -0
- data/lib/ruby-vpi/rspec.rb +32 -0
- data/lib/ruby-vpi/runner.rb +22 -0
- data/lib/ruby-vpi/vpi_util.rb +310 -0
- data/lib/ruby-vpi.rb +58 -0
- data/memo.html +86 -0
- data/readme.html +19 -0
- data/ref/c/annotated.html +36 -0
- data/ref/c/common_8h.html +178 -0
- data/ref/c/doxygen.css +310 -0
- data/ref/c/doxygen.png +0 -0
- data/ref/c/files.html +35 -0
- data/ref/c/functions.html +135 -0
- data/ref/c/functions_vars.html +135 -0
- data/ref/c/globals.html +55 -0
- data/ref/c/globals_0x63.html +86 -0
- data/ref/c/globals_0x65.html +55 -0
- data/ref/c/globals_0x66.html +55 -0
- data/ref/c/globals_0x70.html +71 -0
- data/ref/c/globals_0x72.html +62 -0
- data/ref/c/globals_0x73.html +65 -0
- data/ref/c/globals_0x74.html +55 -0
- data/ref/c/globals_0x76.html +472 -0
- data/ref/c/globals_0x78.html +55 -0
- data/ref/c/globals_defs.html +81 -0
- data/ref/c/globals_defs_0x65.html +50 -0
- data/ref/c/globals_defs_0x70.html +51 -0
- data/ref/c/globals_defs_0x76.html +463 -0
- data/ref/c/globals_defs_0x78.html +50 -0
- data/ref/c/globals_enum.html +39 -0
- data/ref/c/globals_eval.html +40 -0
- data/ref/c/globals_func.html +49 -0
- data/ref/c/globals_type.html +63 -0
- data/ref/c/globals_vars.html +42 -0
- data/ref/c/hierarchy.html +36 -0
- data/ref/c/index.html +20 -0
- data/ref/c/relay_8cin.html +268 -0
- data/ref/c/relay_8hin.html +161 -0
- data/ref/c/ruby-vpi_8c.html +34 -0
- data/ref/c/structrelay____RubyOptions____def.html +84 -0
- data/ref/c/structt__cb__data.html +208 -0
- data/ref/c/structt__vpi__delay.html +183 -0
- data/ref/c/structt__vpi__error__info.html +208 -0
- data/ref/c/structt__vpi__strengthval.html +108 -0
- data/ref/c/structt__vpi__systf__data.html +208 -0
- data/ref/c/structt__vpi__time.html +133 -0
- data/ref/c/structt__vpi__value.html +285 -0
- data/ref/c/structt__vpi__vecval.html +83 -0
- data/ref/c/structt__vpi__vlog__info.html +133 -0
- data/ref/c/swig_8cin.html +91 -0
- data/ref/c/swig_8hin.html +99 -0
- data/ref/c/tab_b.gif +0 -0
- data/ref/c/tab_l.gif +0 -0
- data/ref/c/tab_r.gif +0 -0
- data/ref/c/tabs.css +102 -0
- data/ref/c/verilog_8h.html +149 -0
- data/ref/c/vlog_8cin.html +199 -0
- data/ref/c/vlog_8hin.html +152 -0
- data/ref/c/vpi__user_8h.html +12747 -0
- data/ref/ruby/classes/Counter.html +258 -0
- data/ref/ruby/classes/Counter.src/M000037.html +20 -0
- data/ref/ruby/classes/Counter.src/M000038.html +22 -0
- data/ref/ruby/classes/Counter.src/M000039.html +20 -0
- data/ref/ruby/classes/Counter.src/M000040.html +22 -0
- data/ref/ruby/classes/CounterProto.html +164 -0
- data/ref/ruby/classes/CounterProto.src/M000004.html +22 -0
- data/ref/ruby/classes/CounterProto.src/M000005.html +22 -0
- data/ref/ruby/classes/ERB.html +158 -0
- data/ref/ruby/classes/ERB.src/M000034.html +29 -0
- data/ref/ruby/classes/FileUtils.html +165 -0
- data/ref/ruby/classes/FileUtils.src/M000047.html +18 -0
- data/ref/ruby/classes/FileUtils.src/M000048.html +18 -0
- data/ref/ruby/classes/Hw5UnitModel/Operation.html +216 -0
- data/ref/ruby/classes/Hw5UnitModel/Operation.src/M000011.html +25 -0
- data/ref/ruby/classes/Hw5UnitModel/Operation.src/M000012.html +33 -0
- data/ref/ruby/classes/Hw5UnitModel/Operation.src/M000013.html +18 -0
- data/ref/ruby/classes/Hw5UnitModel.html +256 -0
- data/ref/ruby/classes/Hw5UnitModel.src/M000006.html +24 -0
- data/ref/ruby/classes/Hw5UnitModel.src/M000008.html +20 -0
- data/ref/ruby/classes/Hw5UnitModel.src/M000009.html +38 -0
- data/ref/ruby/classes/Hw5UnitModel.src/M000010.html +22 -0
- data/ref/ruby/classes/Hw5_unit.html +196 -0
- data/ref/ruby/classes/Hw5_unit.src/M000003.html +27 -0
- data/ref/ruby/classes/Hw5_unit_spec.html +237 -0
- data/ref/ruby/classes/Hw5_unit_spec.src/M000023.html +21 -0
- data/ref/ruby/classes/Hw5_unit_spec.src/M000024.html +21 -0
- data/ref/ruby/classes/Hw5_unit_spec.src/M000025.html +67 -0
- data/ref/ruby/classes/InputGenerator.html +260 -0
- data/ref/ruby/classes/InputGenerator.src/M000027.html +18 -0
- data/ref/ruby/classes/InputGenerator.src/M000028.html +18 -0
- data/ref/ruby/classes/InputGenerator.src/M000029.html +19 -0
- data/ref/ruby/classes/InputGenerator.src/M000030.html +38 -0
- data/ref/ruby/classes/InputGenerator.src/M000031.html +19 -0
- data/ref/ruby/classes/InputGenerator.src/M000032.html +19 -0
- data/ref/ruby/classes/MaximumCounterValue.html +159 -0
- data/ref/ruby/classes/MaximumCounterValue.src/M000035.html +23 -0
- data/ref/ruby/classes/MaximumCounterValue.src/M000036.html +21 -0
- data/ref/ruby/classes/ModuleInfo.html +199 -0
- data/ref/ruby/classes/ModuleInfo.src/M000018.html +44 -0
- data/ref/ruby/classes/ModuleInfo.src/M000019.html +26 -0
- data/ref/ruby/classes/OutputInfo.html +304 -0
- data/ref/ruby/classes/OutputInfo.src/M000017.html +51 -0
- data/ref/ruby/classes/RDoc.html +135 -0
- data/ref/ruby/classes/RDoc.src/M000051.html +40 -0
- data/ref/ruby/classes/ResettedCounterValue.html +174 -0
- data/ref/ruby/classes/ResettedCounterValue.src/M000014.html +19 -0
- data/ref/ruby/classes/ResettedCounterValue.src/M000015.html +18 -0
- data/ref/ruby/classes/ResettedCounterValue.src/M000016.html +23 -0
- data/ref/ruby/classes/RubyVPI.html +186 -0
- data/ref/ruby/classes/RubyVPI.src/M000049.html +18 -0
- data/ref/ruby/classes/RubyVPI.src/M000050.html +39 -0
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.html +370 -0
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000041.html +22 -0
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000042.html +44 -0
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000043.html +82 -0
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000044.html +127 -0
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000045.html +26 -0
- data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000046.html +18 -0
- data/ref/ruby/classes/SWIG.html +111 -0
- data/ref/ruby/classes/String.html +140 -0
- data/ref/ruby/classes/String.src/M000033.html +37 -0
- data/ref/ruby/classes/Template.html +158 -0
- data/ref/ruby/classes/Template.src/M000026.html +18 -0
- data/ref/ruby/classes/TestHw5UnitModel.html +180 -0
- data/ref/ruby/classes/TestHw5UnitModel.src/M000020.html +19 -0
- data/ref/ruby/classes/TestHw5UnitModel.src/M000021.html +19 -0
- data/ref/ruby/classes/TestHw5UnitModel.src/M000022.html +64 -0
- data/ref/ruby/created.rid +1 -0
- data/ref/ruby/files/bin/generate_test_rb.html +236 -0
- data/ref/ruby/files/bin/generate_test_rb.src/M000001.html +29 -0
- data/ref/ruby/files/bin/generate_test_tpl/bench_rb.html +115 -0
- data/ref/ruby/files/bin/generate_test_tpl/design_rb.html +107 -0
- data/ref/ruby/files/bin/generate_test_tpl/proto_rb.html +107 -0
- data/ref/ruby/files/bin/generate_test_tpl/spec_rb.html +140 -0
- data/ref/ruby/files/bin/generate_test_tpl/spec_rb.src/M000002.html +22 -0
- data/ref/ruby/files/bin/header_to_ruby_rb.html +116 -0
- data/ref/ruby/files/ext/extconf_rb.html +108 -0
- data/ref/ruby/files/gem_extconf_rb.html +114 -0
- data/ref/ruby/files/lib/ruby-vpi/erb_rb.html +108 -0
- data/ref/ruby/files/lib/ruby-vpi/rake_rb.html +108 -0
- data/ref/ruby/files/lib/ruby-vpi/rdoc_rb.html +108 -0
- data/ref/ruby/files/lib/ruby-vpi/rspec_rb.html +115 -0
- data/ref/ruby/files/lib/ruby-vpi/runner_rb.html +108 -0
- data/ref/ruby/files/lib/ruby-vpi/vpi_util_rb.html +108 -0
- data/ref/ruby/files/lib/ruby-vpi_rb.html +108 -0
- data/ref/ruby/files/samp/counter/counter_rspecTest_bench_rb.html +115 -0
- data/ref/ruby/files/samp/counter/counter_rspecTest_design_rb.html +107 -0
- data/ref/ruby/files/samp/counter/counter_rspecTest_proto_rb.html +107 -0
- data/ref/ruby/files/samp/counter/counter_rspecTest_spec_rb.html +142 -0
- data/ref/ruby/files/samp/counter/counter_unitTest_bench_rb.html +115 -0
- data/ref/ruby/files/samp/counter/counter_unitTest_design_rb.html +107 -0
- data/ref/ruby/files/samp/counter/counter_unitTest_proto_rb.html +107 -0
- data/ref/ruby/files/samp/counter/counter_unitTest_spec_rb.html +135 -0
- data/ref/ruby/files/samp/pipelined_alu/Hw5UnitModel_rb.html +101 -0
- data/ref/ruby/files/samp/pipelined_alu/InputGenerator_rb.html +101 -0
- data/ref/ruby/files/samp/pipelined_alu/TestHw5UnitModel_rb.html +111 -0
- data/ref/ruby/files/samp/pipelined_alu/hw5_unit_bench_rb.html +108 -0
- data/ref/ruby/files/samp/pipelined_alu/hw5_unit_design_rb.html +107 -0
- data/ref/ruby/files/samp/pipelined_alu/hw5_unit_spec_rb.html +112 -0
- data/ref/ruby/fr_class_index.html +46 -0
- data/ref/ruby/fr_file_index.html +55 -0
- data/ref/ruby/fr_method_index.html +77 -0
- data/ref/ruby/index.html +24 -0
- data/ref/ruby/rdoc-style.css +208 -0
- data/samp/counter/Rakefile +1 -0
- data/samp/counter/counter.v +20 -0
- data/samp/counter/counter_rspecTest_bench.rb +9 -0
- data/samp/counter/counter_rspecTest_bench.v +28 -0
- data/samp/counter/counter_rspecTest_design.rb +22 -0
- data/samp/counter/counter_rspecTest_proto.rb +10 -0
- data/samp/counter/counter_rspecTest_runner.rake +28 -0
- data/samp/counter/counter_rspecTest_spec.rb +47 -0
- data/samp/counter/counter_unitTest_bench.rb +9 -0
- data/samp/counter/counter_unitTest_bench.v +28 -0
- data/samp/counter/counter_unitTest_design.rb +22 -0
- data/samp/counter/counter_unitTest_proto.rb +10 -0
- data/samp/counter/counter_unitTest_runner.rake +28 -0
- data/samp/counter/counter_unitTest_spec.rb +49 -0
- data/samp/pipelined_alu/Hw5UnitModel.rb +134 -0
- data/samp/pipelined_alu/InputGenerator.rb +94 -0
- data/samp/pipelined_alu/README +127 -0
- data/samp/pipelined_alu/Rakefile +1 -0
- data/samp/pipelined_alu/TestHw5UnitModel.rb +88 -0
- data/samp/pipelined_alu/hw5_unit.v +186 -0
- data/samp/pipelined_alu/hw5_unit_bench.rb +8 -0
- data/samp/pipelined_alu/hw5_unit_bench.v +45 -0
- data/samp/pipelined_alu/hw5_unit_design.rb +18 -0
- data/samp/pipelined_alu/hw5_unit_runner.rake +10 -0
- data/samp/pipelined_alu/hw5_unit_spec.rb +123 -0
- data/tpl/launcher.rake +30 -0
- data/tpl/runner.rake +96 -0
- data/tpl/synopsys_vcs.tab +2 -0
- metadata +484 -0
@@ -0,0 +1,161 @@
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
3
|
+
<title>Ruby-VPI: relay.hin File Reference</title>
|
4
|
+
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
|
+
<link href="tabs.css" rel="stylesheet" type="text/css">
|
6
|
+
</head><body>
|
7
|
+
<!-- Generated by Doxygen 1.4.6 -->
|
8
|
+
<div class="tabs">
|
9
|
+
<ul>
|
10
|
+
<li><a href="index.html"><span>Main Page</span></a></li>
|
11
|
+
<li><a href="annotated.html"><span>Data Structures</span></a></li>
|
12
|
+
<li id="current"><a href="files.html"><span>Files</span></a></li>
|
13
|
+
</ul></div>
|
14
|
+
<div class="tabs">
|
15
|
+
<ul>
|
16
|
+
<li><a href="files.html"><span>File List</span></a></li>
|
17
|
+
<li><a href="globals.html"><span>Globals</span></a></li>
|
18
|
+
</ul></div>
|
19
|
+
<h1>relay.hin File Reference</h1>Logic for transferring control between Ruby and Verilog. <a href="#_details">More...</a>
|
20
|
+
<p>
|
21
|
+
<table border="0" cellpadding="0" cellspacing="0">
|
22
|
+
<tr><td></td></tr>
|
23
|
+
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
|
24
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="relay_8hin.html#3200e521b223bc6f09430c60ddebb8be">relay_init</a> ()</td></tr>
|
25
|
+
|
26
|
+
<tr><td class="mdescLeft"> </td><td class="mdescRight">Initialize the relay mechanism, which enables Verilog code to transfer control to Ruby code and vice versa. <a href="#3200e521b223bc6f09430c60ddebb8be"></a><br></td></tr>
|
27
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="relay_8hin.html#2780928864223802e61d338188f95a60">relay_ruby</a> ()</td></tr>
|
28
|
+
|
29
|
+
<tr><td class="mdescLeft"> </td><td class="mdescRight">Transfers control to Ruby code. <a href="#2780928864223802e61d338188f95a60"></a><br></td></tr>
|
30
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="relay_8hin.html#f7fcb35f079ab7f3f568adf6f7bb9c2f">relay_verilog</a> ()</td></tr>
|
31
|
+
|
32
|
+
<tr><td class="mdescLeft"> </td><td class="mdescRight">Transfers control to Verilog code. <a href="#f7fcb35f079ab7f3f568adf6f7bb9c2f"></a><br></td></tr>
|
33
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="relay_8hin.html#84bc77ed3fd41c02a85a338390abdc7a">relay_ruby_run</a> ()</td></tr>
|
34
|
+
|
35
|
+
<tr><td class="mdescLeft"> </td><td class="mdescRight">Starts the Ruby interpreter. <a href="#84bc77ed3fd41c02a85a338390abdc7a"></a><br></td></tr>
|
36
|
+
</table>
|
37
|
+
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
38
|
+
Logic for transferring control between Ruby and Verilog.
|
39
|
+
<p>
|
40
|
+
<hr><h2>Function Documentation</h2>
|
41
|
+
<a class="anchor" name="3200e521b223bc6f09430c60ddebb8be"></a><!-- doxytag: member="relay.hin::relay_init" ref="3200e521b223bc6f09430c60ddebb8be" args="()" --><p>
|
42
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
43
|
+
<tr>
|
44
|
+
<td class="mdRow">
|
45
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
46
|
+
<tr>
|
47
|
+
<td class="md" nowrap valign="top">static void relay_init </td>
|
48
|
+
<td class="md" valign="top">( </td>
|
49
|
+
<td class="mdname1" valign="top" nowrap> </td>
|
50
|
+
<td class="md" valign="top"> ) </td>
|
51
|
+
<td class="md" nowrap><code> [static]</code></td>
|
52
|
+
</tr>
|
53
|
+
</table>
|
54
|
+
</td>
|
55
|
+
</tr>
|
56
|
+
</table>
|
57
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
58
|
+
<tr>
|
59
|
+
<td>
|
60
|
+
|
61
|
+
</td>
|
62
|
+
<td>
|
63
|
+
|
64
|
+
<p>
|
65
|
+
Initialize the relay mechanism, which enables Verilog code to transfer control to Ruby code and vice versa.
|
66
|
+
<p>
|
67
|
+
</td>
|
68
|
+
</tr>
|
69
|
+
</table>
|
70
|
+
<a class="anchor" name="2780928864223802e61d338188f95a60"></a><!-- doxytag: member="relay.hin::relay_ruby" ref="2780928864223802e61d338188f95a60" args="()" --><p>
|
71
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
72
|
+
<tr>
|
73
|
+
<td class="mdRow">
|
74
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
75
|
+
<tr>
|
76
|
+
<td class="md" nowrap valign="top">static void relay_ruby </td>
|
77
|
+
<td class="md" valign="top">( </td>
|
78
|
+
<td class="mdname1" valign="top" nowrap> </td>
|
79
|
+
<td class="md" valign="top"> ) </td>
|
80
|
+
<td class="md" nowrap><code> [static]</code></td>
|
81
|
+
</tr>
|
82
|
+
</table>
|
83
|
+
</td>
|
84
|
+
</tr>
|
85
|
+
</table>
|
86
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
87
|
+
<tr>
|
88
|
+
<td>
|
89
|
+
|
90
|
+
</td>
|
91
|
+
<td>
|
92
|
+
|
93
|
+
<p>
|
94
|
+
Transfers control to Ruby code.
|
95
|
+
<p>
|
96
|
+
</td>
|
97
|
+
</tr>
|
98
|
+
</table>
|
99
|
+
<a class="anchor" name="84bc77ed3fd41c02a85a338390abdc7a"></a><!-- doxytag: member="relay.hin::relay_ruby_run" ref="84bc77ed3fd41c02a85a338390abdc7a" args="()" --><p>
|
100
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
101
|
+
<tr>
|
102
|
+
<td class="mdRow">
|
103
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
104
|
+
<tr>
|
105
|
+
<td class="md" nowrap valign="top">static void relay_ruby_run </td>
|
106
|
+
<td class="md" valign="top">( </td>
|
107
|
+
<td class="mdname1" valign="top" nowrap> </td>
|
108
|
+
<td class="md" valign="top"> ) </td>
|
109
|
+
<td class="md" nowrap><code> [inline, static]</code></td>
|
110
|
+
</tr>
|
111
|
+
</table>
|
112
|
+
</td>
|
113
|
+
</tr>
|
114
|
+
</table>
|
115
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
116
|
+
<tr>
|
117
|
+
<td>
|
118
|
+
|
119
|
+
</td>
|
120
|
+
<td>
|
121
|
+
|
122
|
+
<p>
|
123
|
+
Starts the Ruby interpreter.
|
124
|
+
<p>
|
125
|
+
</td>
|
126
|
+
</tr>
|
127
|
+
</table>
|
128
|
+
<a class="anchor" name="f7fcb35f079ab7f3f568adf6f7bb9c2f"></a><!-- doxytag: member="relay.hin::relay_verilog" ref="f7fcb35f079ab7f3f568adf6f7bb9c2f" args="()" --><p>
|
129
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
130
|
+
<tr>
|
131
|
+
<td class="mdRow">
|
132
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
133
|
+
<tr>
|
134
|
+
<td class="md" nowrap valign="top">static void relay_verilog </td>
|
135
|
+
<td class="md" valign="top">( </td>
|
136
|
+
<td class="mdname1" valign="top" nowrap> </td>
|
137
|
+
<td class="md" valign="top"> ) </td>
|
138
|
+
<td class="md" nowrap><code> [static]</code></td>
|
139
|
+
</tr>
|
140
|
+
</table>
|
141
|
+
</td>
|
142
|
+
</tr>
|
143
|
+
</table>
|
144
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
145
|
+
<tr>
|
146
|
+
<td>
|
147
|
+
|
148
|
+
</td>
|
149
|
+
<td>
|
150
|
+
|
151
|
+
<p>
|
152
|
+
Transfers control to Verilog code.
|
153
|
+
<p>
|
154
|
+
</td>
|
155
|
+
</tr>
|
156
|
+
</table>
|
157
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Aug 29 11:48:55 2006 for Ruby-VPI by
|
158
|
+
<a href="http://www.doxygen.org/index.html">
|
159
|
+
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
160
|
+
</body>
|
161
|
+
</html>
|
@@ -0,0 +1,34 @@
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
3
|
+
<title>Ruby-VPI: ruby-vpi.c File Reference</title>
|
4
|
+
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
|
+
<link href="tabs.css" rel="stylesheet" type="text/css">
|
6
|
+
</head><body>
|
7
|
+
<!-- Generated by Doxygen 1.4.6 -->
|
8
|
+
<div class="tabs">
|
9
|
+
<ul>
|
10
|
+
<li><a href="index.html"><span>Main Page</span></a></li>
|
11
|
+
<li><a href="annotated.html"><span>Data Structures</span></a></li>
|
12
|
+
<li id="current"><a href="files.html"><span>Files</span></a></li>
|
13
|
+
</ul></div>
|
14
|
+
<div class="tabs">
|
15
|
+
<ul>
|
16
|
+
<li><a href="files.html"><span>File List</span></a></li>
|
17
|
+
<li><a href="globals.html"><span>Globals</span></a></li>
|
18
|
+
</ul></div>
|
19
|
+
<h1>ruby-vpi.c File Reference</h1>The Ruby-VPI extension, in a nutshell. <a href="#_details">More...</a>
|
20
|
+
<p>
|
21
|
+
<code>#include "<a class="el" href="swig_8cin.html">swig.cin</a>"</code><br>
|
22
|
+
<code>#include "<a class="el" href="vlog_8cin.html">vlog.cin</a>"</code><br>
|
23
|
+
<code>#include "<a class="el" href="relay_8cin.html">relay.cin</a>"</code><br>
|
24
|
+
<table border="0" cellpadding="0" cellspacing="0">
|
25
|
+
<tr><td></td></tr>
|
26
|
+
</table>
|
27
|
+
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
28
|
+
The Ruby-VPI extension, in a nutshell.
|
29
|
+
<p>
|
30
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Aug 29 11:48:55 2006 for Ruby-VPI by
|
31
|
+
<a href="http://www.doxygen.org/index.html">
|
32
|
+
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
33
|
+
</body>
|
34
|
+
</html>
|
@@ -0,0 +1,84 @@
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
3
|
+
<title>Ruby-VPI: relay__RubyOptions__def Struct Reference</title>
|
4
|
+
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
|
+
<link href="tabs.css" rel="stylesheet" type="text/css">
|
6
|
+
</head><body>
|
7
|
+
<!-- Generated by Doxygen 1.4.6 -->
|
8
|
+
<div class="tabs">
|
9
|
+
<ul>
|
10
|
+
<li><a href="index.html"><span>Main Page</span></a></li>
|
11
|
+
<li id="current"><a href="annotated.html"><span>Data Structures</span></a></li>
|
12
|
+
<li><a href="files.html"><span>Files</span></a></li>
|
13
|
+
</ul></div>
|
14
|
+
<div class="tabs">
|
15
|
+
<ul>
|
16
|
+
<li><a href="annotated.html"><span>Data Structures</span></a></li>
|
17
|
+
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
|
18
|
+
<li><a href="functions.html"><span>Data Fields</span></a></li>
|
19
|
+
</ul></div>
|
20
|
+
<h1>relay__RubyOptions__def Struct Reference</h1><!-- doxytag: class="relay__RubyOptions__def" --><table border="0" cellpadding="0" cellspacing="0">
|
21
|
+
<tr><td></td></tr>
|
22
|
+
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
|
23
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</a> ** </td><td class="memItemRight" valign="bottom"><a class="el" href="structrelay____RubyOptions____def.html#2d622fe378089ce840530cb8866f304f">mArgs</a></td></tr>
|
24
|
+
|
25
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top">uint </td><td class="memItemRight" valign="bottom"><a class="el" href="structrelay____RubyOptions____def.html#df7985a4649a5b12ae4de3e902c0f5ea">mCount</a></td></tr>
|
26
|
+
|
27
|
+
<tr><td class="mdescLeft"> </td><td class="mdescRight">Array of command-line arguments. <a href="#df7985a4649a5b12ae4de3e902c0f5ea"></a><br></td></tr>
|
28
|
+
</table>
|
29
|
+
<hr><h2>Field Documentation</h2>
|
30
|
+
<a class="anchor" name="2d622fe378089ce840530cb8866f304f"></a><!-- doxytag: member="relay__RubyOptions__def::mArgs" ref="2d622fe378089ce840530cb8866f304f" args="" --><p>
|
31
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
32
|
+
<tr>
|
33
|
+
<td class="mdRow">
|
34
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
35
|
+
<tr>
|
36
|
+
<td class="md" nowrap valign="top"><a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</a>** <a class="el" href="structrelay____RubyOptions____def.html#2d622fe378089ce840530cb8866f304f">relay__RubyOptions__def::mArgs</a> </td>
|
37
|
+
</tr>
|
38
|
+
</table>
|
39
|
+
</td>
|
40
|
+
</tr>
|
41
|
+
</table>
|
42
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
43
|
+
<tr>
|
44
|
+
<td>
|
45
|
+
|
46
|
+
</td>
|
47
|
+
<td>
|
48
|
+
|
49
|
+
<p>
|
50
|
+
</td>
|
51
|
+
</tr>
|
52
|
+
</table>
|
53
|
+
<a class="anchor" name="df7985a4649a5b12ae4de3e902c0f5ea"></a><!-- doxytag: member="relay__RubyOptions__def::mCount" ref="df7985a4649a5b12ae4de3e902c0f5ea" args="" --><p>
|
54
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
55
|
+
<tr>
|
56
|
+
<td class="mdRow">
|
57
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
58
|
+
<tr>
|
59
|
+
<td class="md" nowrap valign="top">uint <a class="el" href="structrelay____RubyOptions____def.html#df7985a4649a5b12ae4de3e902c0f5ea">relay__RubyOptions__def::mCount</a> </td>
|
60
|
+
</tr>
|
61
|
+
</table>
|
62
|
+
</td>
|
63
|
+
</tr>
|
64
|
+
</table>
|
65
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
66
|
+
<tr>
|
67
|
+
<td>
|
68
|
+
|
69
|
+
</td>
|
70
|
+
<td>
|
71
|
+
|
72
|
+
<p>
|
73
|
+
Array of command-line arguments.
|
74
|
+
<p>
|
75
|
+
</td>
|
76
|
+
</tr>
|
77
|
+
</table>
|
78
|
+
<hr>The documentation for this struct was generated from the following file:<ul>
|
79
|
+
<li><a class="el" href="relay_8cin.html">relay.cin</a></ul>
|
80
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Aug 29 11:48:55 2006 for Ruby-VPI by
|
81
|
+
<a href="http://www.doxygen.org/index.html">
|
82
|
+
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
83
|
+
</body>
|
84
|
+
</html>
|
@@ -0,0 +1,208 @@
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
3
|
+
<title>Ruby-VPI: t_cb_data Struct Reference</title>
|
4
|
+
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
|
+
<link href="tabs.css" rel="stylesheet" type="text/css">
|
6
|
+
</head><body>
|
7
|
+
<!-- Generated by Doxygen 1.4.6 -->
|
8
|
+
<div class="tabs">
|
9
|
+
<ul>
|
10
|
+
<li><a href="index.html"><span>Main Page</span></a></li>
|
11
|
+
<li id="current"><a href="annotated.html"><span>Data Structures</span></a></li>
|
12
|
+
<li><a href="files.html"><span>Files</span></a></li>
|
13
|
+
</ul></div>
|
14
|
+
<div class="tabs">
|
15
|
+
<ul>
|
16
|
+
<li><a href="annotated.html"><span>Data Structures</span></a></li>
|
17
|
+
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
|
18
|
+
<li><a href="functions.html"><span>Data Fields</span></a></li>
|
19
|
+
</ul></div>
|
20
|
+
<h1>t_cb_data Struct Reference</h1><!-- doxytag: class="t_cb_data" --><code>#include <vpi_user.h></code>
|
21
|
+
<p>
|
22
|
+
<table border="0" cellpadding="0" cellspacing="0">
|
23
|
+
<tr><td></td></tr>
|
24
|
+
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
|
25
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structt__cb__data.html#df80a9245626ee021fe6fea443672aff">reason</a></td></tr>
|
26
|
+
|
27
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a>(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structt__cb__data.html#94cc0aa75ed2ff930f217a603136b278">cb_rtn</a> )(struct <a class="el" href="structt__cb__data.html">t_cb_data</a> *)</td></tr>
|
28
|
+
|
29
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="vpi__user_8h.html#7f57325d105c33e9bbac40b5ddd04d05">vpiHandle</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structt__cb__data.html#4c1292889ff4617c8a9772c7639efe66">obj</a></td></tr>
|
30
|
+
|
31
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structt__vpi__time.html">p_vpi_time</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structt__cb__data.html#1cb47915f676a358615d46b09235eee1">time</a></td></tr>
|
32
|
+
|
33
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structt__vpi__value.html">p_vpi_value</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structt__cb__data.html#5039bb34ac75410ff93cbe44515b3543">value</a></td></tr>
|
34
|
+
|
35
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structt__cb__data.html#05eec951fe6d0c09aea8659604136e42">index</a></td></tr>
|
36
|
+
|
37
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structt__cb__data.html#4e189560f9336a7986aa04c27cca00a9">user_data</a></td></tr>
|
38
|
+
|
39
|
+
</table>
|
40
|
+
<hr><h2>Field Documentation</h2>
|
41
|
+
<a class="anchor" name="94cc0aa75ed2ff930f217a603136b278"></a><!-- doxytag: member="t_cb_data::cb_rtn" ref="94cc0aa75ed2ff930f217a603136b278" args=")(struct t_cb_data *)" --><p>
|
42
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
43
|
+
<tr>
|
44
|
+
<td class="mdRow">
|
45
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
46
|
+
<tr>
|
47
|
+
<td class="md" nowrap valign="top"><a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a>(* <a class="el" href="structt__cb__data.html#94cc0aa75ed2ff930f217a603136b278">t_cb_data::cb_rtn</a>)(struct <a class="el" href="structt__cb__data.html">t_cb_data</a> *) </td>
|
48
|
+
</tr>
|
49
|
+
</table>
|
50
|
+
</td>
|
51
|
+
</tr>
|
52
|
+
</table>
|
53
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
54
|
+
<tr>
|
55
|
+
<td>
|
56
|
+
|
57
|
+
</td>
|
58
|
+
<td>
|
59
|
+
|
60
|
+
<p>
|
61
|
+
</td>
|
62
|
+
</tr>
|
63
|
+
</table>
|
64
|
+
<a class="anchor" name="05eec951fe6d0c09aea8659604136e42"></a><!-- doxytag: member="t_cb_data::index" ref="05eec951fe6d0c09aea8659604136e42" args="" --><p>
|
65
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
66
|
+
<tr>
|
67
|
+
<td class="mdRow">
|
68
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
69
|
+
<tr>
|
70
|
+
<td class="md" nowrap valign="top"><a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> <a class="el" href="structt__cb__data.html#05eec951fe6d0c09aea8659604136e42">t_cb_data::index</a> </td>
|
71
|
+
</tr>
|
72
|
+
</table>
|
73
|
+
</td>
|
74
|
+
</tr>
|
75
|
+
</table>
|
76
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
77
|
+
<tr>
|
78
|
+
<td>
|
79
|
+
|
80
|
+
</td>
|
81
|
+
<td>
|
82
|
+
|
83
|
+
<p>
|
84
|
+
</td>
|
85
|
+
</tr>
|
86
|
+
</table>
|
87
|
+
<a class="anchor" name="4c1292889ff4617c8a9772c7639efe66"></a><!-- doxytag: member="t_cb_data::obj" ref="4c1292889ff4617c8a9772c7639efe66" args="" --><p>
|
88
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
89
|
+
<tr>
|
90
|
+
<td class="mdRow">
|
91
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
92
|
+
<tr>
|
93
|
+
<td class="md" nowrap valign="top"><a class="el" href="vpi__user_8h.html#7f57325d105c33e9bbac40b5ddd04d05">vpiHandle</a> <a class="el" href="structt__cb__data.html#4c1292889ff4617c8a9772c7639efe66">t_cb_data::obj</a> </td>
|
94
|
+
</tr>
|
95
|
+
</table>
|
96
|
+
</td>
|
97
|
+
</tr>
|
98
|
+
</table>
|
99
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
100
|
+
<tr>
|
101
|
+
<td>
|
102
|
+
|
103
|
+
</td>
|
104
|
+
<td>
|
105
|
+
|
106
|
+
<p>
|
107
|
+
</td>
|
108
|
+
</tr>
|
109
|
+
</table>
|
110
|
+
<a class="anchor" name="df80a9245626ee021fe6fea443672aff"></a><!-- doxytag: member="t_cb_data::reason" ref="df80a9245626ee021fe6fea443672aff" args="" --><p>
|
111
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
112
|
+
<tr>
|
113
|
+
<td class="mdRow">
|
114
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
115
|
+
<tr>
|
116
|
+
<td class="md" nowrap valign="top"><a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> <a class="el" href="structt__cb__data.html#df80a9245626ee021fe6fea443672aff">t_cb_data::reason</a> </td>
|
117
|
+
</tr>
|
118
|
+
</table>
|
119
|
+
</td>
|
120
|
+
</tr>
|
121
|
+
</table>
|
122
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
123
|
+
<tr>
|
124
|
+
<td>
|
125
|
+
|
126
|
+
</td>
|
127
|
+
<td>
|
128
|
+
|
129
|
+
<p>
|
130
|
+
</td>
|
131
|
+
</tr>
|
132
|
+
</table>
|
133
|
+
<a class="anchor" name="1cb47915f676a358615d46b09235eee1"></a><!-- doxytag: member="t_cb_data::time" ref="1cb47915f676a358615d46b09235eee1" args="" --><p>
|
134
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
135
|
+
<tr>
|
136
|
+
<td class="mdRow">
|
137
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
138
|
+
<tr>
|
139
|
+
<td class="md" nowrap valign="top"><a class="el" href="structt__vpi__time.html">p_vpi_time</a> <a class="el" href="structt__cb__data.html#1cb47915f676a358615d46b09235eee1">t_cb_data::time</a> </td>
|
140
|
+
</tr>
|
141
|
+
</table>
|
142
|
+
</td>
|
143
|
+
</tr>
|
144
|
+
</table>
|
145
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
146
|
+
<tr>
|
147
|
+
<td>
|
148
|
+
|
149
|
+
</td>
|
150
|
+
<td>
|
151
|
+
|
152
|
+
<p>
|
153
|
+
</td>
|
154
|
+
</tr>
|
155
|
+
</table>
|
156
|
+
<a class="anchor" name="4e189560f9336a7986aa04c27cca00a9"></a><!-- doxytag: member="t_cb_data::user_data" ref="4e189560f9336a7986aa04c27cca00a9" args="" --><p>
|
157
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
158
|
+
<tr>
|
159
|
+
<td class="mdRow">
|
160
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
161
|
+
<tr>
|
162
|
+
<td class="md" nowrap valign="top"><a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</a>* <a class="el" href="structt__cb__data.html#4e189560f9336a7986aa04c27cca00a9">t_cb_data::user_data</a> </td>
|
163
|
+
</tr>
|
164
|
+
</table>
|
165
|
+
</td>
|
166
|
+
</tr>
|
167
|
+
</table>
|
168
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
169
|
+
<tr>
|
170
|
+
<td>
|
171
|
+
|
172
|
+
</td>
|
173
|
+
<td>
|
174
|
+
|
175
|
+
<p>
|
176
|
+
</td>
|
177
|
+
</tr>
|
178
|
+
</table>
|
179
|
+
<a class="anchor" name="5039bb34ac75410ff93cbe44515b3543"></a><!-- doxytag: member="t_cb_data::value" ref="5039bb34ac75410ff93cbe44515b3543" args="" --><p>
|
180
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
181
|
+
<tr>
|
182
|
+
<td class="mdRow">
|
183
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
184
|
+
<tr>
|
185
|
+
<td class="md" nowrap valign="top"><a class="el" href="structt__vpi__value.html">p_vpi_value</a> <a class="el" href="structt__cb__data.html#5039bb34ac75410ff93cbe44515b3543">t_cb_data::value</a> </td>
|
186
|
+
</tr>
|
187
|
+
</table>
|
188
|
+
</td>
|
189
|
+
</tr>
|
190
|
+
</table>
|
191
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
192
|
+
<tr>
|
193
|
+
<td>
|
194
|
+
|
195
|
+
</td>
|
196
|
+
<td>
|
197
|
+
|
198
|
+
<p>
|
199
|
+
</td>
|
200
|
+
</tr>
|
201
|
+
</table>
|
202
|
+
<hr>The documentation for this struct was generated from the following file:<ul>
|
203
|
+
<li><a class="el" href="vpi__user_8h.html">vpi_user.h</a></ul>
|
204
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Aug 29 11:48:55 2006 for Ruby-VPI by
|
205
|
+
<a href="http://www.doxygen.org/index.html">
|
206
|
+
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
207
|
+
</body>
|
208
|
+
</html>
|