ruby-vpi 7.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (364) hide show
  1. data/HISTORY +398 -0
  2. data/LICENSE +340 -0
  3. data/MEMO +38 -0
  4. data/README +9 -0
  5. data/Rakefile +271 -0
  6. data/bin/generate_test.rb +258 -0
  7. data/bin/generate_test_tpl/bench.rb +31 -0
  8. data/bin/generate_test_tpl/bench.v +54 -0
  9. data/bin/generate_test_tpl/design.rb +26 -0
  10. data/bin/generate_test_tpl/proto.rb +8 -0
  11. data/bin/generate_test_tpl/runner.rake +28 -0
  12. data/bin/generate_test_tpl/spec.rb +46 -0
  13. data/bin/header_to_ruby.rb +70 -0
  14. data/doc/Rakefile +55 -0
  15. data/doc/src/LICENSE +397 -0
  16. data/doc/src/figures/organization.png +0 -0
  17. data/doc/src/figures/organization_detailed.png +0 -0
  18. data/doc/src/figures/ruby_init.png +0 -0
  19. data/doc/src/figures/ruby_relay.png +0 -0
  20. data/doc/src/figures.dia +0 -0
  21. data/doc/src/images/COPYING +67 -0
  22. data/doc/src/images/ChangeLog +27 -0
  23. data/doc/src/images/blank.png +0 -0
  24. data/doc/src/images/callouts/1.png +0 -0
  25. data/doc/src/images/callouts/10.png +0 -0
  26. data/doc/src/images/callouts/11.png +0 -0
  27. data/doc/src/images/callouts/12.png +0 -0
  28. data/doc/src/images/callouts/13.png +0 -0
  29. data/doc/src/images/callouts/14.png +0 -0
  30. data/doc/src/images/callouts/15.png +0 -0
  31. data/doc/src/images/callouts/2.png +0 -0
  32. data/doc/src/images/callouts/3.png +0 -0
  33. data/doc/src/images/callouts/4.png +0 -0
  34. data/doc/src/images/callouts/5.png +0 -0
  35. data/doc/src/images/callouts/6.png +0 -0
  36. data/doc/src/images/callouts/7.png +0 -0
  37. data/doc/src/images/callouts/8.png +0 -0
  38. data/doc/src/images/callouts/9.png +0 -0
  39. data/doc/src/images/callouts/ChangeLog +15 -0
  40. data/doc/src/images/caution.png +0 -0
  41. data/doc/src/images/caution.svg +290 -0
  42. data/doc/src/images/copyright +55 -0
  43. data/doc/src/images/draft.png +0 -0
  44. data/doc/src/images/home.png +0 -0
  45. data/doc/src/images/home.svg +386 -0
  46. data/doc/src/images/important.png +0 -0
  47. data/doc/src/images/important.svg +163 -0
  48. data/doc/src/images/next.png +0 -0
  49. data/doc/src/images/next.svg +191 -0
  50. data/doc/src/images/note.png +0 -0
  51. data/doc/src/images/note.svg +483 -0
  52. data/doc/src/images/prev.png +0 -0
  53. data/doc/src/images/prev.svg +852 -0
  54. data/doc/src/images/tip.png +0 -0
  55. data/doc/src/images/tip.svg +1145 -0
  56. data/doc/src/images/toc-blank.png +0 -0
  57. data/doc/src/images/toc-minus.png +0 -0
  58. data/doc/src/images/toc-plus.png +0 -0
  59. data/doc/src/images/up.png +0 -0
  60. data/doc/src/images/up.svg +195 -0
  61. data/doc/src/images/warning.png +0 -0
  62. data/doc/src/images/warning.svg +334 -0
  63. data/doc/src/license.xml +446 -0
  64. data/doc/src/manual.xml +1582 -0
  65. data/doc/src/manual.xsl +23 -0
  66. data/doc/src/shared.dtd +63 -0
  67. data/doc/src/styles/manual.css +87 -0
  68. data/doc/txt/manual.txt +1657 -0
  69. data/doc/xhtml/background.html +3 -0
  70. data/doc/xhtml/background.methodology.html +3 -0
  71. data/doc/xhtml/background.organization.html +10 -0
  72. data/doc/xhtml/background.running-tests.html +3 -0
  73. data/doc/xhtml/background.terminology.html +3 -0
  74. data/doc/xhtml/figures/organization.png +0 -0
  75. data/doc/xhtml/figures/organization_detailed.png +0 -0
  76. data/doc/xhtml/figures/ruby_init.png +0 -0
  77. data/doc/xhtml/figures/ruby_relay.png +0 -0
  78. data/doc/xhtml/gfdl-0.html +18 -0
  79. data/doc/xhtml/gfdl-1.html +70 -0
  80. data/doc/xhtml/gfdl-10.html +15 -0
  81. data/doc/xhtml/gfdl-2.html +13 -0
  82. data/doc/xhtml/gfdl-3.html +31 -0
  83. data/doc/xhtml/gfdl-4.html +75 -0
  84. data/doc/xhtml/gfdl-5.html +20 -0
  85. data/doc/xhtml/gfdl-6.html +12 -0
  86. data/doc/xhtml/gfdl-7.html +16 -0
  87. data/doc/xhtml/gfdl-8.html +17 -0
  88. data/doc/xhtml/gfdl-9.html +9 -0
  89. data/doc/xhtml/gfdl-addendum.html +25 -0
  90. data/doc/xhtml/gfdl.html +11 -0
  91. data/doc/xhtml/glossary.html +3 -0
  92. data/doc/xhtml/images/COPYING +67 -0
  93. data/doc/xhtml/images/ChangeLog +27 -0
  94. data/doc/xhtml/images/blank.png +0 -0
  95. data/doc/xhtml/images/callouts/1.png +0 -0
  96. data/doc/xhtml/images/callouts/10.png +0 -0
  97. data/doc/xhtml/images/callouts/11.png +0 -0
  98. data/doc/xhtml/images/callouts/12.png +0 -0
  99. data/doc/xhtml/images/callouts/13.png +0 -0
  100. data/doc/xhtml/images/callouts/14.png +0 -0
  101. data/doc/xhtml/images/callouts/15.png +0 -0
  102. data/doc/xhtml/images/callouts/2.png +0 -0
  103. data/doc/xhtml/images/callouts/3.png +0 -0
  104. data/doc/xhtml/images/callouts/4.png +0 -0
  105. data/doc/xhtml/images/callouts/5.png +0 -0
  106. data/doc/xhtml/images/callouts/6.png +0 -0
  107. data/doc/xhtml/images/callouts/7.png +0 -0
  108. data/doc/xhtml/images/callouts/8.png +0 -0
  109. data/doc/xhtml/images/callouts/9.png +0 -0
  110. data/doc/xhtml/images/callouts/ChangeLog +15 -0
  111. data/doc/xhtml/images/caution.png +0 -0
  112. data/doc/xhtml/images/caution.svg +290 -0
  113. data/doc/xhtml/images/copyright +55 -0
  114. data/doc/xhtml/images/draft.png +0 -0
  115. data/doc/xhtml/images/home.png +0 -0
  116. data/doc/xhtml/images/home.svg +386 -0
  117. data/doc/xhtml/images/important.png +0 -0
  118. data/doc/xhtml/images/important.svg +163 -0
  119. data/doc/xhtml/images/next.png +0 -0
  120. data/doc/xhtml/images/next.svg +191 -0
  121. data/doc/xhtml/images/note.png +0 -0
  122. data/doc/xhtml/images/note.svg +483 -0
  123. data/doc/xhtml/images/prev.png +0 -0
  124. data/doc/xhtml/images/prev.svg +852 -0
  125. data/doc/xhtml/images/tip.png +0 -0
  126. data/doc/xhtml/images/tip.svg +1145 -0
  127. data/doc/xhtml/images/toc-blank.png +0 -0
  128. data/doc/xhtml/images/toc-minus.png +0 -0
  129. data/doc/xhtml/images/toc-plus.png +0 -0
  130. data/doc/xhtml/images/up.png +0 -0
  131. data/doc/xhtml/images/up.svg +195 -0
  132. data/doc/xhtml/images/warning.png +0 -0
  133. data/doc/xhtml/images/warning.svg +334 -0
  134. data/doc/xhtml/index.html +4 -0
  135. data/doc/xhtml/introduction.html +3 -0
  136. data/doc/xhtml/introduction.license.html +3 -0
  137. data/doc/xhtml/introduction.manifest.html +3 -0
  138. data/doc/xhtml/introduction.related-works.html +3 -0
  139. data/doc/xhtml/introduction.resources.html +3 -0
  140. data/doc/xhtml/problem.ivl.html +18 -0
  141. data/doc/xhtml/problems.html +3 -0
  142. data/doc/xhtml/problems.ruby.html +3 -0
  143. data/doc/xhtml/problems.vsim.html +3 -0
  144. data/doc/xhtml/styles/manual.css +87 -0
  145. data/doc/xhtml/usage.examples.html +3 -0
  146. data/doc/xhtml/usage.html +3 -0
  147. data/doc/xhtml/usage.installation.html +3 -0
  148. data/doc/xhtml/usage.requirements.html +3 -0
  149. data/doc/xhtml/usage.tools.html +3 -0
  150. data/doc/xhtml/usage.tutorial.html +199 -0
  151. data/ext/Doxyfile +272 -0
  152. data/ext/README +124 -0
  153. data/ext/Rakefile +65 -0
  154. data/ext/common.h +56 -0
  155. data/ext/extconf.rb +4 -0
  156. data/ext/relay.cin +146 -0
  157. data/ext/relay.hin +48 -0
  158. data/ext/ruby-vpi.c +36 -0
  159. data/ext/swig.cin +38 -0
  160. data/ext/swig.hin +39 -0
  161. data/ext/swig_vpi.h +924 -0
  162. data/ext/swig_vpi.i +8 -0
  163. data/ext/swig_wrap.cin +4613 -0
  164. data/ext/verilog.h +59 -0
  165. data/ext/vlog.cin +92 -0
  166. data/ext/vlog.hin +57 -0
  167. data/ext/vpi_user.h +924 -0
  168. data/gem_extconf.rb +8 -0
  169. data/history.html +809 -0
  170. data/lib/ruby-vpi/erb.rb +41 -0
  171. data/lib/ruby-vpi/rake.rb +35 -0
  172. data/lib/ruby-vpi/rdoc.rb +51 -0
  173. data/lib/ruby-vpi/rspec.rb +32 -0
  174. data/lib/ruby-vpi/runner.rb +22 -0
  175. data/lib/ruby-vpi/vpi_util.rb +310 -0
  176. data/lib/ruby-vpi.rb +58 -0
  177. data/memo.html +86 -0
  178. data/readme.html +19 -0
  179. data/ref/c/annotated.html +36 -0
  180. data/ref/c/common_8h.html +178 -0
  181. data/ref/c/doxygen.css +310 -0
  182. data/ref/c/doxygen.png +0 -0
  183. data/ref/c/files.html +35 -0
  184. data/ref/c/functions.html +135 -0
  185. data/ref/c/functions_vars.html +135 -0
  186. data/ref/c/globals.html +55 -0
  187. data/ref/c/globals_0x63.html +86 -0
  188. data/ref/c/globals_0x65.html +55 -0
  189. data/ref/c/globals_0x66.html +55 -0
  190. data/ref/c/globals_0x70.html +71 -0
  191. data/ref/c/globals_0x72.html +62 -0
  192. data/ref/c/globals_0x73.html +65 -0
  193. data/ref/c/globals_0x74.html +55 -0
  194. data/ref/c/globals_0x76.html +472 -0
  195. data/ref/c/globals_0x78.html +55 -0
  196. data/ref/c/globals_defs.html +81 -0
  197. data/ref/c/globals_defs_0x65.html +50 -0
  198. data/ref/c/globals_defs_0x70.html +51 -0
  199. data/ref/c/globals_defs_0x76.html +463 -0
  200. data/ref/c/globals_defs_0x78.html +50 -0
  201. data/ref/c/globals_enum.html +39 -0
  202. data/ref/c/globals_eval.html +40 -0
  203. data/ref/c/globals_func.html +49 -0
  204. data/ref/c/globals_type.html +63 -0
  205. data/ref/c/globals_vars.html +42 -0
  206. data/ref/c/hierarchy.html +36 -0
  207. data/ref/c/index.html +20 -0
  208. data/ref/c/relay_8cin.html +268 -0
  209. data/ref/c/relay_8hin.html +161 -0
  210. data/ref/c/ruby-vpi_8c.html +34 -0
  211. data/ref/c/structrelay____RubyOptions____def.html +84 -0
  212. data/ref/c/structt__cb__data.html +208 -0
  213. data/ref/c/structt__vpi__delay.html +183 -0
  214. data/ref/c/structt__vpi__error__info.html +208 -0
  215. data/ref/c/structt__vpi__strengthval.html +108 -0
  216. data/ref/c/structt__vpi__systf__data.html +208 -0
  217. data/ref/c/structt__vpi__time.html +133 -0
  218. data/ref/c/structt__vpi__value.html +285 -0
  219. data/ref/c/structt__vpi__vecval.html +83 -0
  220. data/ref/c/structt__vpi__vlog__info.html +133 -0
  221. data/ref/c/swig_8cin.html +91 -0
  222. data/ref/c/swig_8hin.html +99 -0
  223. data/ref/c/tab_b.gif +0 -0
  224. data/ref/c/tab_l.gif +0 -0
  225. data/ref/c/tab_r.gif +0 -0
  226. data/ref/c/tabs.css +102 -0
  227. data/ref/c/verilog_8h.html +149 -0
  228. data/ref/c/vlog_8cin.html +199 -0
  229. data/ref/c/vlog_8hin.html +152 -0
  230. data/ref/c/vpi__user_8h.html +12747 -0
  231. data/ref/ruby/classes/Counter.html +258 -0
  232. data/ref/ruby/classes/Counter.src/M000037.html +20 -0
  233. data/ref/ruby/classes/Counter.src/M000038.html +22 -0
  234. data/ref/ruby/classes/Counter.src/M000039.html +20 -0
  235. data/ref/ruby/classes/Counter.src/M000040.html +22 -0
  236. data/ref/ruby/classes/CounterProto.html +164 -0
  237. data/ref/ruby/classes/CounterProto.src/M000004.html +22 -0
  238. data/ref/ruby/classes/CounterProto.src/M000005.html +22 -0
  239. data/ref/ruby/classes/ERB.html +158 -0
  240. data/ref/ruby/classes/ERB.src/M000034.html +29 -0
  241. data/ref/ruby/classes/FileUtils.html +165 -0
  242. data/ref/ruby/classes/FileUtils.src/M000047.html +18 -0
  243. data/ref/ruby/classes/FileUtils.src/M000048.html +18 -0
  244. data/ref/ruby/classes/Hw5UnitModel/Operation.html +216 -0
  245. data/ref/ruby/classes/Hw5UnitModel/Operation.src/M000011.html +25 -0
  246. data/ref/ruby/classes/Hw5UnitModel/Operation.src/M000012.html +33 -0
  247. data/ref/ruby/classes/Hw5UnitModel/Operation.src/M000013.html +18 -0
  248. data/ref/ruby/classes/Hw5UnitModel.html +256 -0
  249. data/ref/ruby/classes/Hw5UnitModel.src/M000006.html +24 -0
  250. data/ref/ruby/classes/Hw5UnitModel.src/M000008.html +20 -0
  251. data/ref/ruby/classes/Hw5UnitModel.src/M000009.html +38 -0
  252. data/ref/ruby/classes/Hw5UnitModel.src/M000010.html +22 -0
  253. data/ref/ruby/classes/Hw5_unit.html +196 -0
  254. data/ref/ruby/classes/Hw5_unit.src/M000003.html +27 -0
  255. data/ref/ruby/classes/Hw5_unit_spec.html +237 -0
  256. data/ref/ruby/classes/Hw5_unit_spec.src/M000023.html +21 -0
  257. data/ref/ruby/classes/Hw5_unit_spec.src/M000024.html +21 -0
  258. data/ref/ruby/classes/Hw5_unit_spec.src/M000025.html +67 -0
  259. data/ref/ruby/classes/InputGenerator.html +260 -0
  260. data/ref/ruby/classes/InputGenerator.src/M000027.html +18 -0
  261. data/ref/ruby/classes/InputGenerator.src/M000028.html +18 -0
  262. data/ref/ruby/classes/InputGenerator.src/M000029.html +19 -0
  263. data/ref/ruby/classes/InputGenerator.src/M000030.html +38 -0
  264. data/ref/ruby/classes/InputGenerator.src/M000031.html +19 -0
  265. data/ref/ruby/classes/InputGenerator.src/M000032.html +19 -0
  266. data/ref/ruby/classes/MaximumCounterValue.html +159 -0
  267. data/ref/ruby/classes/MaximumCounterValue.src/M000035.html +23 -0
  268. data/ref/ruby/classes/MaximumCounterValue.src/M000036.html +21 -0
  269. data/ref/ruby/classes/ModuleInfo.html +199 -0
  270. data/ref/ruby/classes/ModuleInfo.src/M000018.html +44 -0
  271. data/ref/ruby/classes/ModuleInfo.src/M000019.html +26 -0
  272. data/ref/ruby/classes/OutputInfo.html +304 -0
  273. data/ref/ruby/classes/OutputInfo.src/M000017.html +51 -0
  274. data/ref/ruby/classes/RDoc.html +135 -0
  275. data/ref/ruby/classes/RDoc.src/M000051.html +40 -0
  276. data/ref/ruby/classes/ResettedCounterValue.html +174 -0
  277. data/ref/ruby/classes/ResettedCounterValue.src/M000014.html +19 -0
  278. data/ref/ruby/classes/ResettedCounterValue.src/M000015.html +18 -0
  279. data/ref/ruby/classes/ResettedCounterValue.src/M000016.html +23 -0
  280. data/ref/ruby/classes/RubyVPI.html +186 -0
  281. data/ref/ruby/classes/RubyVPI.src/M000049.html +18 -0
  282. data/ref/ruby/classes/RubyVPI.src/M000050.html +39 -0
  283. data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.html +370 -0
  284. data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000041.html +22 -0
  285. data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000042.html +44 -0
  286. data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000043.html +82 -0
  287. data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000044.html +127 -0
  288. data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000045.html +26 -0
  289. data/ref/ruby/classes/SWIG/TYPE_p_unsigned_int.src/M000046.html +18 -0
  290. data/ref/ruby/classes/SWIG.html +111 -0
  291. data/ref/ruby/classes/String.html +140 -0
  292. data/ref/ruby/classes/String.src/M000033.html +37 -0
  293. data/ref/ruby/classes/Template.html +158 -0
  294. data/ref/ruby/classes/Template.src/M000026.html +18 -0
  295. data/ref/ruby/classes/TestHw5UnitModel.html +180 -0
  296. data/ref/ruby/classes/TestHw5UnitModel.src/M000020.html +19 -0
  297. data/ref/ruby/classes/TestHw5UnitModel.src/M000021.html +19 -0
  298. data/ref/ruby/classes/TestHw5UnitModel.src/M000022.html +64 -0
  299. data/ref/ruby/created.rid +1 -0
  300. data/ref/ruby/files/bin/generate_test_rb.html +236 -0
  301. data/ref/ruby/files/bin/generate_test_rb.src/M000001.html +29 -0
  302. data/ref/ruby/files/bin/generate_test_tpl/bench_rb.html +115 -0
  303. data/ref/ruby/files/bin/generate_test_tpl/design_rb.html +107 -0
  304. data/ref/ruby/files/bin/generate_test_tpl/proto_rb.html +107 -0
  305. data/ref/ruby/files/bin/generate_test_tpl/spec_rb.html +140 -0
  306. data/ref/ruby/files/bin/generate_test_tpl/spec_rb.src/M000002.html +22 -0
  307. data/ref/ruby/files/bin/header_to_ruby_rb.html +116 -0
  308. data/ref/ruby/files/ext/extconf_rb.html +108 -0
  309. data/ref/ruby/files/gem_extconf_rb.html +114 -0
  310. data/ref/ruby/files/lib/ruby-vpi/erb_rb.html +108 -0
  311. data/ref/ruby/files/lib/ruby-vpi/rake_rb.html +108 -0
  312. data/ref/ruby/files/lib/ruby-vpi/rdoc_rb.html +108 -0
  313. data/ref/ruby/files/lib/ruby-vpi/rspec_rb.html +115 -0
  314. data/ref/ruby/files/lib/ruby-vpi/runner_rb.html +108 -0
  315. data/ref/ruby/files/lib/ruby-vpi/vpi_util_rb.html +108 -0
  316. data/ref/ruby/files/lib/ruby-vpi_rb.html +108 -0
  317. data/ref/ruby/files/samp/counter/counter_rspecTest_bench_rb.html +115 -0
  318. data/ref/ruby/files/samp/counter/counter_rspecTest_design_rb.html +107 -0
  319. data/ref/ruby/files/samp/counter/counter_rspecTest_proto_rb.html +107 -0
  320. data/ref/ruby/files/samp/counter/counter_rspecTest_spec_rb.html +142 -0
  321. data/ref/ruby/files/samp/counter/counter_unitTest_bench_rb.html +115 -0
  322. data/ref/ruby/files/samp/counter/counter_unitTest_design_rb.html +107 -0
  323. data/ref/ruby/files/samp/counter/counter_unitTest_proto_rb.html +107 -0
  324. data/ref/ruby/files/samp/counter/counter_unitTest_spec_rb.html +135 -0
  325. data/ref/ruby/files/samp/pipelined_alu/Hw5UnitModel_rb.html +101 -0
  326. data/ref/ruby/files/samp/pipelined_alu/InputGenerator_rb.html +101 -0
  327. data/ref/ruby/files/samp/pipelined_alu/TestHw5UnitModel_rb.html +111 -0
  328. data/ref/ruby/files/samp/pipelined_alu/hw5_unit_bench_rb.html +108 -0
  329. data/ref/ruby/files/samp/pipelined_alu/hw5_unit_design_rb.html +107 -0
  330. data/ref/ruby/files/samp/pipelined_alu/hw5_unit_spec_rb.html +112 -0
  331. data/ref/ruby/fr_class_index.html +46 -0
  332. data/ref/ruby/fr_file_index.html +55 -0
  333. data/ref/ruby/fr_method_index.html +77 -0
  334. data/ref/ruby/index.html +24 -0
  335. data/ref/ruby/rdoc-style.css +208 -0
  336. data/samp/counter/Rakefile +1 -0
  337. data/samp/counter/counter.v +20 -0
  338. data/samp/counter/counter_rspecTest_bench.rb +9 -0
  339. data/samp/counter/counter_rspecTest_bench.v +28 -0
  340. data/samp/counter/counter_rspecTest_design.rb +22 -0
  341. data/samp/counter/counter_rspecTest_proto.rb +10 -0
  342. data/samp/counter/counter_rspecTest_runner.rake +28 -0
  343. data/samp/counter/counter_rspecTest_spec.rb +47 -0
  344. data/samp/counter/counter_unitTest_bench.rb +9 -0
  345. data/samp/counter/counter_unitTest_bench.v +28 -0
  346. data/samp/counter/counter_unitTest_design.rb +22 -0
  347. data/samp/counter/counter_unitTest_proto.rb +10 -0
  348. data/samp/counter/counter_unitTest_runner.rake +28 -0
  349. data/samp/counter/counter_unitTest_spec.rb +49 -0
  350. data/samp/pipelined_alu/Hw5UnitModel.rb +134 -0
  351. data/samp/pipelined_alu/InputGenerator.rb +94 -0
  352. data/samp/pipelined_alu/README +127 -0
  353. data/samp/pipelined_alu/Rakefile +1 -0
  354. data/samp/pipelined_alu/TestHw5UnitModel.rb +88 -0
  355. data/samp/pipelined_alu/hw5_unit.v +186 -0
  356. data/samp/pipelined_alu/hw5_unit_bench.rb +8 -0
  357. data/samp/pipelined_alu/hw5_unit_bench.v +45 -0
  358. data/samp/pipelined_alu/hw5_unit_design.rb +18 -0
  359. data/samp/pipelined_alu/hw5_unit_runner.rake +10 -0
  360. data/samp/pipelined_alu/hw5_unit_spec.rb +123 -0
  361. data/tpl/launcher.rake +30 -0
  362. data/tpl/runner.rake +96 -0
  363. data/tpl/synopsys_vcs.tab +2 -0
  364. metadata +484 -0
@@ -0,0 +1,36 @@
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: Data Structures</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&nbsp;Page</span></a></li>
11
+ <li id="current"><a href="annotated.html"><span>Data&nbsp;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 id="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
17
+ <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
18
+ <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
19
+ </ul></div>
20
+ <h1>Ruby-VPI Data Structures</h1>Here are the data structures with brief descriptions:<table>
21
+ <tr><td class="indexkey"><a class="el" href="structrelay____RubyOptions____def.html">relay__RubyOptions__def</a></td><td class="indexvalue"></td></tr>
22
+ <tr><td class="indexkey"><a class="el" href="structt__cb__data.html">t_cb_data</a></td><td class="indexvalue"></td></tr>
23
+ <tr><td class="indexkey"><a class="el" href="structt__vpi__delay.html">t_vpi_delay</a></td><td class="indexvalue"></td></tr>
24
+ <tr><td class="indexkey"><a class="el" href="structt__vpi__error__info.html">t_vpi_error_info</a></td><td class="indexvalue"></td></tr>
25
+ <tr><td class="indexkey"><a class="el" href="structt__vpi__strengthval.html">t_vpi_strengthval</a></td><td class="indexvalue"></td></tr>
26
+ <tr><td class="indexkey"><a class="el" href="structt__vpi__systf__data.html">t_vpi_systf_data</a></td><td class="indexvalue"></td></tr>
27
+ <tr><td class="indexkey"><a class="el" href="structt__vpi__time.html">t_vpi_time</a></td><td class="indexvalue"></td></tr>
28
+ <tr><td class="indexkey"><a class="el" href="structt__vpi__value.html">t_vpi_value</a></td><td class="indexvalue"></td></tr>
29
+ <tr><td class="indexkey"><a class="el" href="structt__vpi__vecval.html">t_vpi_vecval</a></td><td class="indexvalue"></td></tr>
30
+ <tr><td class="indexkey"><a class="el" href="structt__vpi__vlog__info.html">t_vpi_vlog_info</a></td><td class="indexvalue"></td></tr>
31
+ </table>
32
+ <hr size="1"><address style="align: right;"><small>Generated on Tue Aug 29 11:48:55 2006 for Ruby-VPI by&nbsp;
33
+ <a href="http://www.doxygen.org/index.html">
34
+ <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
35
+ </body>
36
+ </html>
@@ -0,0 +1,178 @@
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: common.h 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&nbsp;Page</span></a></li>
11
+ <li><a href="annotated.html"><span>Data&nbsp;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&nbsp;List</span></a></li>
17
+ <li><a href="globals.html"><span>Globals</span></a></li>
18
+ </ul></div>
19
+ <h1>common.h File Reference</h1>Things common to all Ruby-VPI code. <a href="#_details">More...</a>
20
+ <p>
21
+ <code>#include &quot;<a class="el" href="verilog_8h.html">verilog.h</a>&quot;</code><br>
22
+ <table border="0" cellpadding="0" cellspacing="0">
23
+ <tr><td></td></tr>
24
+ <tr><td colspan="2"><br><h2>Defines</h2></td></tr>
25
+ <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="common_8h.html#88235e5f8aab82571d68045e9f73fe81">common_printf</a>()&nbsp;&nbsp;&nbsp;vpi_printf(&quot;Ruby-VPI: &quot;); vpi_printf(__VA_ARGS__); vpi_printf(&quot;\n&quot;);</td></tr>
26
+
27
+ <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A wrapper for vpi_printf() which marks the given message as being emitted from Ruby-VPI and ends the message with a new line. <a href="#88235e5f8aab82571d68045e9f73fe81"></a><br></td></tr>
28
+ <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="common_8h.html#fcdad79cb06a5c61737b2f434218dc95">common_debug</a>()</td></tr>
29
+
30
+ <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A wrapper for <a class="el" href="common_8h.html#88235e5f8aab82571d68045e9f73fe81">common_printf()</a> which marks the given message as being debugging output. <a href="#fcdad79cb06a5c61737b2f434218dc95"></a><br></td></tr>
31
+ <tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="common_8h.html#f30d3fc89fbb3ed2aab2f5904ab76815">common_boolToStr</a>(aBoolExpr)&nbsp;&nbsp;&nbsp;( (aBoolExpr) ? &quot;true&quot; : &quot;false&quot; )</td></tr>
32
+
33
+ <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns the string "true" if the given boolean expression is true. <a href="#f30d3fc89fbb3ed2aab2f5904ab76815"></a><br></td></tr>
34
+ <tr><td colspan="2"><br><h2>Enumerations</h2></td></tr>
35
+ <tr><td class="memItemLeft" nowrap align="right" valign="top">enum &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b1">bool</a> { <a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b1e9de385ef6fe9bf3360d1038396b884c">false</a> = 0,
36
+ <a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b108f175a5505a10b9ed657defeb050e4b">true</a> = 1
37
+ }</td></tr>
38
+
39
+ <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A boolean variable with two possible values: true and false. <a href="common_8h.html#f6a258d8f3ee5206d682d799316314b1">More...</a><br></td></tr>
40
+ </table>
41
+ <hr><a name="_details"></a><h2>Detailed Description</h2>
42
+ Things common to all Ruby-VPI code.
43
+ <p>
44
+ <hr><h2>Define Documentation</h2>
45
+ <a class="anchor" name="f30d3fc89fbb3ed2aab2f5904ab76815"></a><!-- doxytag: member="common.h::common_boolToStr" ref="f30d3fc89fbb3ed2aab2f5904ab76815" args="(aBoolExpr)" --><p>
46
+ <table class="mdTable" cellpadding="2" cellspacing="0">
47
+ <tr>
48
+ <td class="mdRow">
49
+ <table cellpadding="0" cellspacing="0" border="0">
50
+ <tr>
51
+ <td class="md" nowrap valign="top">#define common_boolToStr </td>
52
+ <td class="md" valign="top">(&nbsp;</td>
53
+ <td class="md" nowrap valign="top">aBoolExpr&nbsp;</td>
54
+ <td class="mdname1" valign="top" nowrap> </td>
55
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
56
+ <td class="md" nowrap>&nbsp;&nbsp;&nbsp;( (aBoolExpr) ? &quot;true&quot; : &quot;false&quot; )</td>
57
+ </tr>
58
+ </table>
59
+ </td>
60
+ </tr>
61
+ </table>
62
+ <table cellspacing="5" cellpadding="0" border="0">
63
+ <tr>
64
+ <td>
65
+ &nbsp;
66
+ </td>
67
+ <td>
68
+
69
+ <p>
70
+ Returns the string "true" if the given boolean expression is true.
71
+ <p>
72
+ Otherwise returns the string "false". </td>
73
+ </tr>
74
+ </table>
75
+ <a class="anchor" name="fcdad79cb06a5c61737b2f434218dc95"></a><!-- doxytag: member="common.h::common_debug" ref="fcdad79cb06a5c61737b2f434218dc95" args="()" --><p>
76
+ <table class="mdTable" cellpadding="2" cellspacing="0">
77
+ <tr>
78
+ <td class="mdRow">
79
+ <table cellpadding="0" cellspacing="0" border="0">
80
+ <tr>
81
+ <td class="md" nowrap valign="top">#define common_debug </td>
82
+ <td class="md" valign="top">(&nbsp;</td>
83
+ &nbsp;</td>
84
+ <td class="mdname1" valign="top" nowrap> </td>
85
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
86
+ <td class="md" nowrap></td>
87
+ </tr>
88
+ </table>
89
+ </td>
90
+ </tr>
91
+ </table>
92
+ <table cellspacing="5" cellpadding="0" border="0">
93
+ <tr>
94
+ <td>
95
+ &nbsp;
96
+ </td>
97
+ <td>
98
+
99
+ <p>
100
+ A wrapper for <a class="el" href="common_8h.html#88235e5f8aab82571d68045e9f73fe81">common_printf()</a> which marks the given message as being debugging output.
101
+ <p>
102
+ </td>
103
+ </tr>
104
+ </table>
105
+ <a class="anchor" name="88235e5f8aab82571d68045e9f73fe81"></a><!-- doxytag: member="common.h::common_printf" ref="88235e5f8aab82571d68045e9f73fe81" args="()" --><p>
106
+ <table class="mdTable" cellpadding="2" cellspacing="0">
107
+ <tr>
108
+ <td class="mdRow">
109
+ <table cellpadding="0" cellspacing="0" border="0">
110
+ <tr>
111
+ <td class="md" nowrap valign="top">#define common_printf </td>
112
+ <td class="md" valign="top">(&nbsp;</td>
113
+ &nbsp;</td>
114
+ <td class="mdname1" valign="top" nowrap> </td>
115
+ <td class="md" valign="top">&nbsp;)&nbsp;</td>
116
+ <td class="md" nowrap>&nbsp;&nbsp;&nbsp;vpi_printf(&quot;Ruby-VPI: &quot;); vpi_printf(__VA_ARGS__); vpi_printf(&quot;\n&quot;);</td>
117
+ </tr>
118
+ </table>
119
+ </td>
120
+ </tr>
121
+ </table>
122
+ <table cellspacing="5" cellpadding="0" border="0">
123
+ <tr>
124
+ <td>
125
+ &nbsp;
126
+ </td>
127
+ <td>
128
+
129
+ <p>
130
+ A wrapper for vpi_printf() which marks the given message as being emitted from Ruby-VPI and ends the message with a new line.
131
+ <p>
132
+ <dl compact><dt><b>Parameters:</b></dt><dd>
133
+ <table border="0" cellspacing="2" cellpadding="0">
134
+ <tr><td valign="top"></td><td valign="top"><em>...</em>&nbsp;</td><td>Arguments to vpi_printf() </td></tr>
135
+ </table>
136
+ </dl>
137
+ </td>
138
+ </tr>
139
+ </table>
140
+ <hr><h2>Enumeration Type Documentation</h2>
141
+ <a class="anchor" name="f6a258d8f3ee5206d682d799316314b1"></a><!-- doxytag: member="common.h::bool" ref="f6a258d8f3ee5206d682d799316314b1" 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">enum <a class="el" href="common_8h.html#f6a258d8f3ee5206d682d799316314b1">bool</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
+ &nbsp;
157
+ </td>
158
+ <td>
159
+
160
+ <p>
161
+ A boolean variable with two possible values: true and false.
162
+ <p>
163
+ Pass aroung this value instead of zero and non-zero integers. <dl compact><dt><b>Enumerator: </b></dt><dd>
164
+ <table border="0" cellspacing="2" cellpadding="0">
165
+ <tr><td valign="top"><em><a class="anchor" name="f6a258d8f3ee5206d682d799316314b1e9de385ef6fe9bf3360d1038396b884c"></a><!-- doxytag: member="false" ref="f6a258d8f3ee5206d682d799316314b1e9de385ef6fe9bf3360d1038396b884c" args="" -->false</em>&nbsp;</td><td>
166
+ </td></tr>
167
+ <tr><td valign="top"><em><a class="anchor" name="f6a258d8f3ee5206d682d799316314b108f175a5505a10b9ed657defeb050e4b"></a><!-- doxytag: member="true" ref="f6a258d8f3ee5206d682d799316314b108f175a5505a10b9ed657defeb050e4b" args="" -->true</em>&nbsp;</td><td>
168
+ </td></tr>
169
+ </table>
170
+ </dl>
171
+ </td>
172
+ </tr>
173
+ </table>
174
+ <hr size="1"><address style="align: right;"><small>Generated on Tue Aug 29 11:48:55 2006 for Ruby-VPI by&nbsp;
175
+ <a href="http://www.doxygen.org/index.html">
176
+ <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
177
+ </body>
178
+ </html>
data/ref/c/doxygen.css ADDED
@@ -0,0 +1,310 @@
1
+ BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
2
+ font-family: Geneva, Arial, Helvetica, sans-serif;
3
+ }
4
+ BODY,TD {
5
+ font-size: 90%;
6
+ }
7
+ H1 {
8
+ text-align: center;
9
+ font-size: 160%;
10
+ }
11
+ H2 {
12
+ font-size: 120%;
13
+ }
14
+ H3 {
15
+ font-size: 100%;
16
+ }
17
+ CAPTION { font-weight: bold }
18
+ DIV.qindex {
19
+ width: 100%;
20
+ background-color: #e8eef2;
21
+ border: 1px solid #84b0c7;
22
+ text-align: center;
23
+ margin: 2px;
24
+ padding: 2px;
25
+ line-height: 140%;
26
+ }
27
+ DIV.nav {
28
+ width: 100%;
29
+ background-color: #e8eef2;
30
+ border: 1px solid #84b0c7;
31
+ text-align: center;
32
+ margin: 2px;
33
+ padding: 2px;
34
+ line-height: 140%;
35
+ }
36
+ DIV.navtab {
37
+ background-color: #e8eef2;
38
+ border: 1px solid #84b0c7;
39
+ text-align: center;
40
+ margin: 2px;
41
+ margin-right: 15px;
42
+ padding: 2px;
43
+ }
44
+ TD.navtab {
45
+ font-size: 70%;
46
+ }
47
+ A.qindex {
48
+ text-decoration: none;
49
+ font-weight: bold;
50
+ color: #1A419D;
51
+ }
52
+ A.qindex:visited {
53
+ text-decoration: none;
54
+ font-weight: bold;
55
+ color: #1A419D
56
+ }
57
+ A.qindex:hover {
58
+ text-decoration: none;
59
+ background-color: #ddddff;
60
+ }
61
+ A.qindexHL {
62
+ text-decoration: none;
63
+ font-weight: bold;
64
+ background-color: #6666cc;
65
+ color: #ffffff;
66
+ border: 1px double #9295C2;
67
+ }
68
+ A.qindexHL:hover {
69
+ text-decoration: none;
70
+ background-color: #6666cc;
71
+ color: #ffffff;
72
+ }
73
+ A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff }
74
+ A.el { text-decoration: none; font-weight: bold }
75
+ A.elRef { font-weight: bold }
76
+ A.code:link { text-decoration: none; font-weight: normal; color: #0000FF}
77
+ A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF}
78
+ A.codeRef:link { font-weight: normal; color: #0000FF}
79
+ A.codeRef:visited { font-weight: normal; color: #0000FF}
80
+ A:hover { text-decoration: none; background-color: #f2f2ff }
81
+ DL.el { margin-left: -1cm }
82
+ .fragment {
83
+ font-family: Fixed, monospace;
84
+ font-size: 95%;
85
+ }
86
+ PRE.fragment {
87
+ border: 1px solid #CCCCCC;
88
+ background-color: #f5f5f5;
89
+ margin-top: 4px;
90
+ margin-bottom: 4px;
91
+ margin-left: 2px;
92
+ margin-right: 8px;
93
+ padding-left: 6px;
94
+ padding-right: 6px;
95
+ padding-top: 4px;
96
+ padding-bottom: 4px;
97
+ }
98
+ DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
99
+ TD.md { background-color: #F4F4FB; font-weight: bold; }
100
+ TD.mdPrefix {
101
+ background-color: #F4F4FB;
102
+ color: #606060;
103
+ font-size: 80%;
104
+ }
105
+ TD.mdname1 { background-color: #F4F4FB; font-weight: bold; color: #602020; }
106
+ TD.mdname { background-color: #F4F4FB; font-weight: bold; color: #602020; width: 600px; }
107
+ DIV.groupHeader {
108
+ margin-left: 16px;
109
+ margin-top: 12px;
110
+ margin-bottom: 6px;
111
+ font-weight: bold;
112
+ }
113
+ DIV.groupText { margin-left: 16px; font-style: italic; font-size: 90% }
114
+ BODY {
115
+ background: white;
116
+ color: black;
117
+ margin-right: 20px;
118
+ margin-left: 20px;
119
+ }
120
+ TD.indexkey {
121
+ background-color: #e8eef2;
122
+ font-weight: bold;
123
+ padding-right : 10px;
124
+ padding-top : 2px;
125
+ padding-left : 10px;
126
+ padding-bottom : 2px;
127
+ margin-left : 0px;
128
+ margin-right : 0px;
129
+ margin-top : 2px;
130
+ margin-bottom : 2px;
131
+ border: 1px solid #CCCCCC;
132
+ }
133
+ TD.indexvalue {
134
+ background-color: #e8eef2;
135
+ font-style: italic;
136
+ padding-right : 10px;
137
+ padding-top : 2px;
138
+ padding-left : 10px;
139
+ padding-bottom : 2px;
140
+ margin-left : 0px;
141
+ margin-right : 0px;
142
+ margin-top : 2px;
143
+ margin-bottom : 2px;
144
+ border: 1px solid #CCCCCC;
145
+ }
146
+ TR.memlist {
147
+ background-color: #f0f0f0;
148
+ }
149
+ P.formulaDsp { text-align: center; }
150
+ IMG.formulaDsp { }
151
+ IMG.formulaInl { vertical-align: middle; }
152
+ SPAN.keyword { color: #008000 }
153
+ SPAN.keywordtype { color: #604020 }
154
+ SPAN.keywordflow { color: #e08000 }
155
+ SPAN.comment { color: #800000 }
156
+ SPAN.preprocessor { color: #806020 }
157
+ SPAN.stringliteral { color: #002080 }
158
+ SPAN.charliteral { color: #008080 }
159
+ .mdTable {
160
+ border: 1px solid #868686;
161
+ background-color: #F4F4FB;
162
+ }
163
+ .mdRow {
164
+ padding: 8px 10px;
165
+ }
166
+ .mdescLeft {
167
+ padding: 0px 8px 4px 8px;
168
+ font-size: 80%;
169
+ font-style: italic;
170
+ background-color: #FAFAFA;
171
+ border-top: 1px none #E0E0E0;
172
+ border-right: 1px none #E0E0E0;
173
+ border-bottom: 1px none #E0E0E0;
174
+ border-left: 1px none #E0E0E0;
175
+ margin: 0px;
176
+ }
177
+ .mdescRight {
178
+ padding: 0px 8px 4px 8px;
179
+ font-size: 80%;
180
+ font-style: italic;
181
+ background-color: #FAFAFA;
182
+ border-top: 1px none #E0E0E0;
183
+ border-right: 1px none #E0E0E0;
184
+ border-bottom: 1px none #E0E0E0;
185
+ border-left: 1px none #E0E0E0;
186
+ margin: 0px;
187
+ }
188
+ .memItemLeft {
189
+ padding: 1px 0px 0px 8px;
190
+ margin: 4px;
191
+ border-top-width: 1px;
192
+ border-right-width: 1px;
193
+ border-bottom-width: 1px;
194
+ border-left-width: 1px;
195
+ border-top-color: #E0E0E0;
196
+ border-right-color: #E0E0E0;
197
+ border-bottom-color: #E0E0E0;
198
+ border-left-color: #E0E0E0;
199
+ border-top-style: solid;
200
+ border-right-style: none;
201
+ border-bottom-style: none;
202
+ border-left-style: none;
203
+ background-color: #FAFAFA;
204
+ font-size: 80%;
205
+ }
206
+ .memItemRight {
207
+ padding: 1px 8px 0px 8px;
208
+ margin: 4px;
209
+ border-top-width: 1px;
210
+ border-right-width: 1px;
211
+ border-bottom-width: 1px;
212
+ border-left-width: 1px;
213
+ border-top-color: #E0E0E0;
214
+ border-right-color: #E0E0E0;
215
+ border-bottom-color: #E0E0E0;
216
+ border-left-color: #E0E0E0;
217
+ border-top-style: solid;
218
+ border-right-style: none;
219
+ border-bottom-style: none;
220
+ border-left-style: none;
221
+ background-color: #FAFAFA;
222
+ font-size: 80%;
223
+ }
224
+ .memTemplItemLeft {
225
+ padding: 1px 0px 0px 8px;
226
+ margin: 4px;
227
+ border-top-width: 1px;
228
+ border-right-width: 1px;
229
+ border-bottom-width: 1px;
230
+ border-left-width: 1px;
231
+ border-top-color: #E0E0E0;
232
+ border-right-color: #E0E0E0;
233
+ border-bottom-color: #E0E0E0;
234
+ border-left-color: #E0E0E0;
235
+ border-top-style: none;
236
+ border-right-style: none;
237
+ border-bottom-style: none;
238
+ border-left-style: none;
239
+ background-color: #FAFAFA;
240
+ font-size: 80%;
241
+ }
242
+ .memTemplItemRight {
243
+ padding: 1px 8px 0px 8px;
244
+ margin: 4px;
245
+ border-top-width: 1px;
246
+ border-right-width: 1px;
247
+ border-bottom-width: 1px;
248
+ border-left-width: 1px;
249
+ border-top-color: #E0E0E0;
250
+ border-right-color: #E0E0E0;
251
+ border-bottom-color: #E0E0E0;
252
+ border-left-color: #E0E0E0;
253
+ border-top-style: none;
254
+ border-right-style: none;
255
+ border-bottom-style: none;
256
+ border-left-style: none;
257
+ background-color: #FAFAFA;
258
+ font-size: 80%;
259
+ }
260
+ .memTemplParams {
261
+ padding: 1px 0px 0px 8px;
262
+ margin: 4px;
263
+ border-top-width: 1px;
264
+ border-right-width: 1px;
265
+ border-bottom-width: 1px;
266
+ border-left-width: 1px;
267
+ border-top-color: #E0E0E0;
268
+ border-right-color: #E0E0E0;
269
+ border-bottom-color: #E0E0E0;
270
+ border-left-color: #E0E0E0;
271
+ border-top-style: solid;
272
+ border-right-style: none;
273
+ border-bottom-style: none;
274
+ border-left-style: none;
275
+ color: #606060;
276
+ background-color: #FAFAFA;
277
+ font-size: 80%;
278
+ }
279
+ .search { color: #003399;
280
+ font-weight: bold;
281
+ }
282
+ FORM.search {
283
+ margin-bottom: 0px;
284
+ margin-top: 0px;
285
+ }
286
+ INPUT.search { font-size: 75%;
287
+ color: #000080;
288
+ font-weight: normal;
289
+ background-color: #e8eef2;
290
+ }
291
+ TD.tiny { font-size: 75%;
292
+ }
293
+ a {
294
+ color: #1A41A8;
295
+ }
296
+ a:visited {
297
+ color: #2A3798;
298
+ }
299
+ .dirtab { padding: 4px;
300
+ border-collapse: collapse;
301
+ border: 1px solid #84b0c7;
302
+ }
303
+ TH.dirtab { background: #e8eef2;
304
+ font-weight: bold;
305
+ }
306
+ HR { height: 1px;
307
+ border: none;
308
+ border-top: 1px solid black;
309
+ }
310
+
data/ref/c/doxygen.png ADDED
Binary file
data/ref/c/files.html ADDED
@@ -0,0 +1,35 @@
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: File Index</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&nbsp;Page</span></a></li>
11
+ <li><a href="annotated.html"><span>Data&nbsp;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 id="current"><a href="files.html"><span>File&nbsp;List</span></a></li>
17
+ <li><a href="globals.html"><span>Globals</span></a></li>
18
+ </ul></div>
19
+ <h1>Ruby-VPI File List</h1>Here is a list of all files with brief descriptions:<table>
20
+ <tr><td class="indexkey"><a class="el" href="common_8h.html">common.h</a></td><td class="indexvalue">Things common to all Ruby-VPI code </td></tr>
21
+ <tr><td class="indexkey"><a class="el" href="relay_8cin.html">relay.cin</a></td><td class="indexvalue"></td></tr>
22
+ <tr><td class="indexkey"><a class="el" href="relay_8hin.html">relay.hin</a></td><td class="indexvalue">Logic for transferring control between Ruby and Verilog </td></tr>
23
+ <tr><td class="indexkey"><a class="el" href="ruby-vpi_8c.html">ruby-vpi.c</a></td><td class="indexvalue">The Ruby-VPI extension, in a nutshell </td></tr>
24
+ <tr><td class="indexkey"><a class="el" href="swig_8cin.html">swig.cin</a></td><td class="indexvalue"></td></tr>
25
+ <tr><td class="indexkey"><a class="el" href="swig_8hin.html">swig.hin</a></td><td class="indexvalue">C interface to the SWIG-generated VPI interface </td></tr>
26
+ <tr><td class="indexkey"><a class="el" href="verilog_8h.html">verilog.h</a></td><td class="indexvalue">A proxy for all Verilog headers of interest to us </td></tr>
27
+ <tr><td class="indexkey"><a class="el" href="vlog_8cin.html">vlog.cin</a></td><td class="indexvalue"></td></tr>
28
+ <tr><td class="indexkey"><a class="el" href="vlog_8hin.html">vlog.hin</a></td><td class="indexvalue">Interface between C and Verilog code </td></tr>
29
+ <tr><td class="indexkey"><a class="el" href="vpi__user_8h.html">vpi_user.h</a></td><td class="indexvalue"></td></tr>
30
+ </table>
31
+ <hr size="1"><address style="align: right;"><small>Generated on Tue Aug 29 11:48:55 2006 for Ruby-VPI by&nbsp;
32
+ <a href="http://www.doxygen.org/index.html">
33
+ <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
34
+ </body>
35
+ </html>