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,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_vpi_systf_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_vpi_systf_data Struct Reference</h1><!-- doxytag: class="t_vpi_systf_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__vpi__systf__data.html#5df2daeca876723293cfee5198a9d956">type</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__vpi__systf__data.html#e4e4c4b90e5556e6612fac5b8a534f9d">sysfunctype</a></td></tr>
|
28
|
+
|
29
|
+
<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__vpi__systf__data.html#d8979812197b4961fe4a1311d0d7a0ab">tfname</a></td></tr>
|
30
|
+
|
31
|
+
<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__vpi__systf__data.html#56dd77c5f4a9a7900dde0e7e4ecb5f77">calltf</a> )(<a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</a> *)</td></tr>
|
32
|
+
|
33
|
+
<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__vpi__systf__data.html#d726a318f0c892d99536ec4a31121f3b">compiletf</a> )(<a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</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__vpi__systf__data.html#1c37ca2de1af69a8dd0b3e1961d695cc">sizetf</a> )(<a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</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__vpi__systf__data.html#6824876f8267080265aea4025e800ee3">user_data</a></td></tr>
|
38
|
+
|
39
|
+
</table>
|
40
|
+
<hr><h2>Field Documentation</h2>
|
41
|
+
<a class="anchor" name="56dd77c5f4a9a7900dde0e7e4ecb5f77"></a><!-- doxytag: member="t_vpi_systf_data::calltf" ref="56dd77c5f4a9a7900dde0e7e4ecb5f77" args=")(PLI_BYTE8 *)" --><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__vpi__systf__data.html#56dd77c5f4a9a7900dde0e7e4ecb5f77">t_vpi_systf_data::calltf</a>)(<a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</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="d726a318f0c892d99536ec4a31121f3b"></a><!-- doxytag: member="t_vpi_systf_data::compiletf" ref="d726a318f0c892d99536ec4a31121f3b" args=")(PLI_BYTE8 *)" --><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__vpi__systf__data.html#d726a318f0c892d99536ec4a31121f3b">t_vpi_systf_data::compiletf</a>)(<a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</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="1c37ca2de1af69a8dd0b3e1961d695cc"></a><!-- doxytag: member="t_vpi_systf_data::sizetf" ref="1c37ca2de1af69a8dd0b3e1961d695cc" args=")(PLI_BYTE8 *)" --><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#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a>(* <a class="el" href="structt__vpi__systf__data.html#1c37ca2de1af69a8dd0b3e1961d695cc">t_vpi_systf_data::sizetf</a>)(<a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</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="e4e4c4b90e5556e6612fac5b8a534f9d"></a><!-- doxytag: member="t_vpi_systf_data::sysfunctype" ref="e4e4c4b90e5556e6612fac5b8a534f9d" 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__vpi__systf__data.html#e4e4c4b90e5556e6612fac5b8a534f9d">t_vpi_systf_data::sysfunctype</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="d8979812197b4961fe4a1311d0d7a0ab"></a><!-- doxytag: member="t_vpi_systf_data::tfname" ref="d8979812197b4961fe4a1311d0d7a0ab" 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="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</a>* <a class="el" href="structt__vpi__systf__data.html#d8979812197b4961fe4a1311d0d7a0ab">t_vpi_systf_data::tfname</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="5df2daeca876723293cfee5198a9d956"></a><!-- doxytag: member="t_vpi_systf_data::type" ref="5df2daeca876723293cfee5198a9d956" 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#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> <a class="el" href="structt__vpi__systf__data.html#5df2daeca876723293cfee5198a9d956">t_vpi_systf_data::type</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="6824876f8267080265aea4025e800ee3"></a><!-- doxytag: member="t_vpi_systf_data::user_data" ref="6824876f8267080265aea4025e800ee3" 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="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</a>* <a class="el" href="structt__vpi__systf__data.html#6824876f8267080265aea4025e800ee3">t_vpi_systf_data::user_data</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>
|
@@ -0,0 +1,133 @@
|
|
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_vpi_time 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_vpi_time Struct Reference</h1><!-- doxytag: class="t_vpi_time" --><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__vpi__time.html#a922d1e805b0a3e7bc3e134ed488bb84">type</a></td></tr>
|
26
|
+
|
27
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="vpi__user_8h.html#b4fa10713b8dd2588754f7172f9be4e0">PLI_UINT32</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structt__vpi__time.html#0999fb5d3c9ebac4878468532aad6a7f">high</a></td></tr>
|
28
|
+
|
29
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="vpi__user_8h.html#b4fa10713b8dd2588754f7172f9be4e0">PLI_UINT32</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structt__vpi__time.html#eedea6437dd76e437818b9fb206b6468">low</a></td></tr>
|
30
|
+
|
31
|
+
<tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="structt__vpi__time.html#e2056f752e51d549670b6ae5c678c5f6">real</a></td></tr>
|
32
|
+
|
33
|
+
</table>
|
34
|
+
<hr><h2>Field Documentation</h2>
|
35
|
+
<a class="anchor" name="0999fb5d3c9ebac4878468532aad6a7f"></a><!-- doxytag: member="t_vpi_time::high" ref="0999fb5d3c9ebac4878468532aad6a7f" args="" --><p>
|
36
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
37
|
+
<tr>
|
38
|
+
<td class="mdRow">
|
39
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
40
|
+
<tr>
|
41
|
+
<td class="md" nowrap valign="top"><a class="el" href="vpi__user_8h.html#b4fa10713b8dd2588754f7172f9be4e0">PLI_UINT32</a> <a class="el" href="structt__vpi__time.html#0999fb5d3c9ebac4878468532aad6a7f">t_vpi_time::high</a> </td>
|
42
|
+
</tr>
|
43
|
+
</table>
|
44
|
+
</td>
|
45
|
+
</tr>
|
46
|
+
</table>
|
47
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
48
|
+
<tr>
|
49
|
+
<td>
|
50
|
+
|
51
|
+
</td>
|
52
|
+
<td>
|
53
|
+
|
54
|
+
<p>
|
55
|
+
</td>
|
56
|
+
</tr>
|
57
|
+
</table>
|
58
|
+
<a class="anchor" name="eedea6437dd76e437818b9fb206b6468"></a><!-- doxytag: member="t_vpi_time::low" ref="eedea6437dd76e437818b9fb206b6468" args="" --><p>
|
59
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
60
|
+
<tr>
|
61
|
+
<td class="mdRow">
|
62
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
63
|
+
<tr>
|
64
|
+
<td class="md" nowrap valign="top"><a class="el" href="vpi__user_8h.html#b4fa10713b8dd2588754f7172f9be4e0">PLI_UINT32</a> <a class="el" href="structt__vpi__time.html#eedea6437dd76e437818b9fb206b6468">t_vpi_time::low</a> </td>
|
65
|
+
</tr>
|
66
|
+
</table>
|
67
|
+
</td>
|
68
|
+
</tr>
|
69
|
+
</table>
|
70
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
71
|
+
<tr>
|
72
|
+
<td>
|
73
|
+
|
74
|
+
</td>
|
75
|
+
<td>
|
76
|
+
|
77
|
+
<p>
|
78
|
+
</td>
|
79
|
+
</tr>
|
80
|
+
</table>
|
81
|
+
<a class="anchor" name="e2056f752e51d549670b6ae5c678c5f6"></a><!-- doxytag: member="t_vpi_time::real" ref="e2056f752e51d549670b6ae5c678c5f6" args="" --><p>
|
82
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
83
|
+
<tr>
|
84
|
+
<td class="mdRow">
|
85
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
86
|
+
<tr>
|
87
|
+
<td class="md" nowrap valign="top">double <a class="el" href="structt__vpi__time.html#e2056f752e51d549670b6ae5c678c5f6">t_vpi_time::real</a> </td>
|
88
|
+
</tr>
|
89
|
+
</table>
|
90
|
+
</td>
|
91
|
+
</tr>
|
92
|
+
</table>
|
93
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
94
|
+
<tr>
|
95
|
+
<td>
|
96
|
+
|
97
|
+
</td>
|
98
|
+
<td>
|
99
|
+
|
100
|
+
<p>
|
101
|
+
</td>
|
102
|
+
</tr>
|
103
|
+
</table>
|
104
|
+
<a class="anchor" name="a922d1e805b0a3e7bc3e134ed488bb84"></a><!-- doxytag: member="t_vpi_time::type" ref="a922d1e805b0a3e7bc3e134ed488bb84" args="" --><p>
|
105
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
106
|
+
<tr>
|
107
|
+
<td class="mdRow">
|
108
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
109
|
+
<tr>
|
110
|
+
<td class="md" nowrap valign="top"><a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> <a class="el" href="structt__vpi__time.html#a922d1e805b0a3e7bc3e134ed488bb84">t_vpi_time::type</a> </td>
|
111
|
+
</tr>
|
112
|
+
</table>
|
113
|
+
</td>
|
114
|
+
</tr>
|
115
|
+
</table>
|
116
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
117
|
+
<tr>
|
118
|
+
<td>
|
119
|
+
|
120
|
+
</td>
|
121
|
+
<td>
|
122
|
+
|
123
|
+
<p>
|
124
|
+
</td>
|
125
|
+
</tr>
|
126
|
+
</table>
|
127
|
+
<hr>The documentation for this struct was generated from the following file:<ul>
|
128
|
+
<li><a class="el" href="vpi__user_8h.html">vpi_user.h</a></ul>
|
129
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Aug 29 11:48:55 2006 for Ruby-VPI by
|
130
|
+
<a href="http://www.doxygen.org/index.html">
|
131
|
+
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
132
|
+
</body>
|
133
|
+
</html>
|
@@ -0,0 +1,285 @@
|
|
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_vpi_value 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_vpi_value Struct Reference</h1><!-- doxytag: class="t_vpi_value" --><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__vpi__value.html#7507842b2b0f9937830bbb460d824d20">format</a></td></tr>
|
26
|
+
|
27
|
+
<tr><td class="memItemLeft" nowrap>union {</td></tr>
|
28
|
+
|
29
|
+
<tr><td class="memItemLeft" nowrap> <a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</a> * <a class="el" href="structt__vpi__value.html#9f3f75549e7fd4017e6f44376d845a78">str</a></td></tr>
|
30
|
+
|
31
|
+
<tr><td class="memItemLeft" nowrap> <a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> <a class="el" href="structt__vpi__value.html#a2840c3965cb2e97a9ae948c5b9a3930">scalar</a></td></tr>
|
32
|
+
|
33
|
+
<tr><td class="memItemLeft" nowrap> <a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> <a class="el" href="structt__vpi__value.html#611104ac09cb8a0a12c7bb2daf98776d">integer</a></td></tr>
|
34
|
+
|
35
|
+
<tr><td class="memItemLeft" nowrap> double <a class="el" href="structt__vpi__value.html#f629e880466d1f9ad4de011e075a3d3d">real</a></td></tr>
|
36
|
+
|
37
|
+
<tr><td class="memItemLeft" nowrap> <a class="el" href="structt__vpi__time.html">t_vpi_time</a> * <a class="el" href="structt__vpi__value.html#bb9ee4540d611b0c7757a06dfda6d746">time</a></td></tr>
|
38
|
+
|
39
|
+
<tr><td class="memItemLeft" nowrap> <a class="el" href="structt__vpi__vecval.html">t_vpi_vecval</a> * <a class="el" href="structt__vpi__value.html#b363de5e581f84f9da4610dade8136df">vector</a></td></tr>
|
40
|
+
|
41
|
+
<tr><td class="memItemLeft" nowrap> <a class="el" href="structt__vpi__strengthval.html">t_vpi_strengthval</a> * <a class="el" href="structt__vpi__value.html#73a0da1e56cd18fcf2a07182d8f58734">strength</a></td></tr>
|
42
|
+
|
43
|
+
<tr><td class="memItemLeft" nowrap> <a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</a> * <a class="el" href="structt__vpi__value.html#1baa416cc0dfd16c0847f9bcbdc6d675">misc</a></td></tr>
|
44
|
+
|
45
|
+
<tr><td class="memItemLeft" nowrap valign="top">} </td><td class="memItemRight" valign="bottom"><a class="el" href="structt__vpi__value.html#73c4197b95dc5a8f4e8f0754e776d796">value</a></td></tr>
|
46
|
+
|
47
|
+
</table>
|
48
|
+
<hr><h2>Field Documentation</h2>
|
49
|
+
<a class="anchor" name="7507842b2b0f9937830bbb460d824d20"></a><!-- doxytag: member="t_vpi_value::format" ref="7507842b2b0f9937830bbb460d824d20" args="" --><p>
|
50
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
51
|
+
<tr>
|
52
|
+
<td class="mdRow">
|
53
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
54
|
+
<tr>
|
55
|
+
<td class="md" nowrap valign="top"><a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> <a class="el" href="structt__vpi__value.html#7507842b2b0f9937830bbb460d824d20">t_vpi_value::format</a> </td>
|
56
|
+
</tr>
|
57
|
+
</table>
|
58
|
+
</td>
|
59
|
+
</tr>
|
60
|
+
</table>
|
61
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
62
|
+
<tr>
|
63
|
+
<td>
|
64
|
+
|
65
|
+
</td>
|
66
|
+
<td>
|
67
|
+
|
68
|
+
<p>
|
69
|
+
</td>
|
70
|
+
</tr>
|
71
|
+
</table>
|
72
|
+
<a class="anchor" name="611104ac09cb8a0a12c7bb2daf98776d"></a><!-- doxytag: member="t_vpi_value::integer" ref="611104ac09cb8a0a12c7bb2daf98776d" args="" --><p>
|
73
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
74
|
+
<tr>
|
75
|
+
<td class="mdRow">
|
76
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
77
|
+
<tr>
|
78
|
+
<td class="md" nowrap valign="top"><a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> <a class="el" href="structt__vpi__value.html#611104ac09cb8a0a12c7bb2daf98776d">t_vpi_value::integer</a> </td>
|
79
|
+
</tr>
|
80
|
+
</table>
|
81
|
+
</td>
|
82
|
+
</tr>
|
83
|
+
</table>
|
84
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
85
|
+
<tr>
|
86
|
+
<td>
|
87
|
+
|
88
|
+
</td>
|
89
|
+
<td>
|
90
|
+
|
91
|
+
<p>
|
92
|
+
</td>
|
93
|
+
</tr>
|
94
|
+
</table>
|
95
|
+
<a class="anchor" name="1baa416cc0dfd16c0847f9bcbdc6d675"></a><!-- doxytag: member="t_vpi_value::misc" ref="1baa416cc0dfd16c0847f9bcbdc6d675" args="" --><p>
|
96
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
97
|
+
<tr>
|
98
|
+
<td class="mdRow">
|
99
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
100
|
+
<tr>
|
101
|
+
<td class="md" nowrap valign="top"><a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</a>* <a class="el" href="structt__vpi__value.html#1baa416cc0dfd16c0847f9bcbdc6d675">t_vpi_value::misc</a> </td>
|
102
|
+
</tr>
|
103
|
+
</table>
|
104
|
+
</td>
|
105
|
+
</tr>
|
106
|
+
</table>
|
107
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
108
|
+
<tr>
|
109
|
+
<td>
|
110
|
+
|
111
|
+
</td>
|
112
|
+
<td>
|
113
|
+
|
114
|
+
<p>
|
115
|
+
</td>
|
116
|
+
</tr>
|
117
|
+
</table>
|
118
|
+
<a class="anchor" name="f629e880466d1f9ad4de011e075a3d3d"></a><!-- doxytag: member="t_vpi_value::real" ref="f629e880466d1f9ad4de011e075a3d3d" args="" --><p>
|
119
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
120
|
+
<tr>
|
121
|
+
<td class="mdRow">
|
122
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
123
|
+
<tr>
|
124
|
+
<td class="md" nowrap valign="top">double <a class="el" href="structt__vpi__value.html#f629e880466d1f9ad4de011e075a3d3d">t_vpi_value::real</a> </td>
|
125
|
+
</tr>
|
126
|
+
</table>
|
127
|
+
</td>
|
128
|
+
</tr>
|
129
|
+
</table>
|
130
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
131
|
+
<tr>
|
132
|
+
<td>
|
133
|
+
|
134
|
+
</td>
|
135
|
+
<td>
|
136
|
+
|
137
|
+
<p>
|
138
|
+
</td>
|
139
|
+
</tr>
|
140
|
+
</table>
|
141
|
+
<a class="anchor" name="a2840c3965cb2e97a9ae948c5b9a3930"></a><!-- doxytag: member="t_vpi_value::scalar" ref="a2840c3965cb2e97a9ae948c5b9a3930" args="" --><p>
|
142
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
143
|
+
<tr>
|
144
|
+
<td class="mdRow">
|
145
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
146
|
+
<tr>
|
147
|
+
<td class="md" nowrap valign="top"><a class="el" href="vpi__user_8h.html#4a478dfb1ea580b36c39dcec9fc8d53c">PLI_INT32</a> <a class="el" href="structt__vpi__value.html#a2840c3965cb2e97a9ae948c5b9a3930">t_vpi_value::scalar</a> </td>
|
148
|
+
</tr>
|
149
|
+
</table>
|
150
|
+
</td>
|
151
|
+
</tr>
|
152
|
+
</table>
|
153
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
154
|
+
<tr>
|
155
|
+
<td>
|
156
|
+
|
157
|
+
</td>
|
158
|
+
<td>
|
159
|
+
|
160
|
+
<p>
|
161
|
+
</td>
|
162
|
+
</tr>
|
163
|
+
</table>
|
164
|
+
<a class="anchor" name="9f3f75549e7fd4017e6f44376d845a78"></a><!-- doxytag: member="t_vpi_value::str" ref="9f3f75549e7fd4017e6f44376d845a78" args="" --><p>
|
165
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
166
|
+
<tr>
|
167
|
+
<td class="mdRow">
|
168
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
169
|
+
<tr>
|
170
|
+
<td class="md" nowrap valign="top"><a class="el" href="vpi__user_8h.html#c32f73779a5a02871976ab2d1b2fbedb">PLI_BYTE8</a>* <a class="el" href="structt__vpi__value.html#9f3f75549e7fd4017e6f44376d845a78">t_vpi_value::str</a> </td>
|
171
|
+
</tr>
|
172
|
+
</table>
|
173
|
+
</td>
|
174
|
+
</tr>
|
175
|
+
</table>
|
176
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
177
|
+
<tr>
|
178
|
+
<td>
|
179
|
+
|
180
|
+
</td>
|
181
|
+
<td>
|
182
|
+
|
183
|
+
<p>
|
184
|
+
</td>
|
185
|
+
</tr>
|
186
|
+
</table>
|
187
|
+
<a class="anchor" name="73a0da1e56cd18fcf2a07182d8f58734"></a><!-- doxytag: member="t_vpi_value::strength" ref="73a0da1e56cd18fcf2a07182d8f58734" args="" --><p>
|
188
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
189
|
+
<tr>
|
190
|
+
<td class="mdRow">
|
191
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
192
|
+
<tr>
|
193
|
+
<td class="md" nowrap valign="top">struct <a class="el" href="structt__vpi__strengthval.html">t_vpi_strengthval</a>* <a class="el" href="structt__vpi__value.html#73a0da1e56cd18fcf2a07182d8f58734">t_vpi_value::strength</a> </td>
|
194
|
+
</tr>
|
195
|
+
</table>
|
196
|
+
</td>
|
197
|
+
</tr>
|
198
|
+
</table>
|
199
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
200
|
+
<tr>
|
201
|
+
<td>
|
202
|
+
|
203
|
+
</td>
|
204
|
+
<td>
|
205
|
+
|
206
|
+
<p>
|
207
|
+
</td>
|
208
|
+
</tr>
|
209
|
+
</table>
|
210
|
+
<a class="anchor" name="bb9ee4540d611b0c7757a06dfda6d746"></a><!-- doxytag: member="t_vpi_value::time" ref="bb9ee4540d611b0c7757a06dfda6d746" args="" --><p>
|
211
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
212
|
+
<tr>
|
213
|
+
<td class="mdRow">
|
214
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
215
|
+
<tr>
|
216
|
+
<td class="md" nowrap valign="top">struct <a class="el" href="structt__vpi__time.html">t_vpi_time</a>* <a class="el" href="structt__vpi__value.html#bb9ee4540d611b0c7757a06dfda6d746">t_vpi_value::time</a> </td>
|
217
|
+
</tr>
|
218
|
+
</table>
|
219
|
+
</td>
|
220
|
+
</tr>
|
221
|
+
</table>
|
222
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
223
|
+
<tr>
|
224
|
+
<td>
|
225
|
+
|
226
|
+
</td>
|
227
|
+
<td>
|
228
|
+
|
229
|
+
<p>
|
230
|
+
</td>
|
231
|
+
</tr>
|
232
|
+
</table>
|
233
|
+
<a class="anchor" name="73c4197b95dc5a8f4e8f0754e776d796"></a><!-- doxytag: member="t_vpi_value::value" ref="73c4197b95dc5a8f4e8f0754e776d796" args="" --><p>
|
234
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
235
|
+
<tr>
|
236
|
+
<td class="mdRow">
|
237
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
238
|
+
<tr>
|
239
|
+
<td class="md" nowrap valign="top">union { ... } <a class="el" href="structt__vpi__value.html#73c4197b95dc5a8f4e8f0754e776d796">t_vpi_value::value</a> </td>
|
240
|
+
</tr>
|
241
|
+
</table>
|
242
|
+
</td>
|
243
|
+
</tr>
|
244
|
+
</table>
|
245
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
246
|
+
<tr>
|
247
|
+
<td>
|
248
|
+
|
249
|
+
</td>
|
250
|
+
<td>
|
251
|
+
|
252
|
+
<p>
|
253
|
+
</td>
|
254
|
+
</tr>
|
255
|
+
</table>
|
256
|
+
<a class="anchor" name="b363de5e581f84f9da4610dade8136df"></a><!-- doxytag: member="t_vpi_value::vector" ref="b363de5e581f84f9da4610dade8136df" args="" --><p>
|
257
|
+
<table class="mdTable" cellpadding="2" cellspacing="0">
|
258
|
+
<tr>
|
259
|
+
<td class="mdRow">
|
260
|
+
<table cellpadding="0" cellspacing="0" border="0">
|
261
|
+
<tr>
|
262
|
+
<td class="md" nowrap valign="top">struct <a class="el" href="structt__vpi__vecval.html">t_vpi_vecval</a>* <a class="el" href="structt__vpi__value.html#b363de5e581f84f9da4610dade8136df">t_vpi_value::vector</a> </td>
|
263
|
+
</tr>
|
264
|
+
</table>
|
265
|
+
</td>
|
266
|
+
</tr>
|
267
|
+
</table>
|
268
|
+
<table cellspacing="5" cellpadding="0" border="0">
|
269
|
+
<tr>
|
270
|
+
<td>
|
271
|
+
|
272
|
+
</td>
|
273
|
+
<td>
|
274
|
+
|
275
|
+
<p>
|
276
|
+
</td>
|
277
|
+
</tr>
|
278
|
+
</table>
|
279
|
+
<hr>The documentation for this struct was generated from the following file:<ul>
|
280
|
+
<li><a class="el" href="vpi__user_8h.html">vpi_user.h</a></ul>
|
281
|
+
<hr size="1"><address style="align: right;"><small>Generated on Tue Aug 29 11:48:55 2006 for Ruby-VPI by
|
282
|
+
<a href="http://www.doxygen.org/index.html">
|
283
|
+
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
|
284
|
+
</body>
|
285
|
+
</html>
|