ruby-vpi 18.0.1 → 18.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. data/doc/history.html +64 -41
  2. data/doc/history.inc +7 -1
  3. data/doc/history.yaml +14 -0
  4. data/doc/manual.html +129 -129
  5. data/doc/memo.html +4 -4
  6. data/doc/readme.html +11 -11
  7. data/doc/rss.erb +1 -2
  8. data/doc/rss.xml +7 -252
  9. data/lib/ruby-vpi/runner_boot_loader.rb +1 -1
  10. data/ref/c/annotated.html +1 -1
  11. data/ref/c/common_8h.html +1 -1
  12. data/ref/c/files.html +1 -1
  13. data/ref/c/functions.html +1 -1
  14. data/ref/c/functions_vars.html +1 -1
  15. data/ref/c/globals.html +1 -1
  16. data/ref/c/globals_0x63.html +1 -1
  17. data/ref/c/globals_0x65.html +1 -1
  18. data/ref/c/globals_0x66.html +1 -1
  19. data/ref/c/globals_0x6d.html +1 -1
  20. data/ref/c/globals_0x70.html +1 -1
  21. data/ref/c/globals_0x72.html +1 -1
  22. data/ref/c/globals_0x73.html +1 -1
  23. data/ref/c/globals_0x74.html +1 -1
  24. data/ref/c/globals_0x76.html +1 -1
  25. data/ref/c/globals_0x78.html +1 -1
  26. data/ref/c/globals_defs.html +1 -1
  27. data/ref/c/globals_defs_0x65.html +1 -1
  28. data/ref/c/globals_defs_0x70.html +1 -1
  29. data/ref/c/globals_defs_0x76.html +1 -1
  30. data/ref/c/globals_defs_0x78.html +1 -1
  31. data/ref/c/globals_enum.html +1 -1
  32. data/ref/c/globals_eval.html +1 -1
  33. data/ref/c/globals_func.html +1 -1
  34. data/ref/c/globals_type.html +1 -1
  35. data/ref/c/globals_vars.html +1 -1
  36. data/ref/c/index.html +1 -1
  37. data/ref/c/main_8c.html +1 -1
  38. data/ref/c/main_8h.html +1 -1
  39. data/ref/c/relay_8c.html +1 -1
  40. data/ref/c/relay_8h.html +1 -1
  41. data/ref/c/structt__cb__data.html +1 -1
  42. data/ref/c/structt__vpi__delay.html +1 -1
  43. data/ref/c/structt__vpi__error__info.html +1 -1
  44. data/ref/c/structt__vpi__strengthval.html +1 -1
  45. data/ref/c/structt__vpi__systf__data.html +1 -1
  46. data/ref/c/structt__vpi__time.html +1 -1
  47. data/ref/c/structt__vpi__value.html +1 -1
  48. data/ref/c/structt__vpi__vecval.html +1 -1
  49. data/ref/c/structt__vpi__vlog__info.html +1 -1
  50. data/ref/c/verilog_8h.html +1 -1
  51. data/ref/c/vlog_8c.html +1 -1
  52. data/ref/c/vlog_8h.html +1 -1
  53. data/ref/c/vpi__user_8h.html +1 -1
  54. data/ref/ruby/created.rid +1 -1
  55. data/ref/ruby/files/lib/ruby-vpi/runner_boot_loader_rb.html +1 -1
  56. metadata +2 -2
data/doc/history.html CHANGED
@@ -54,11 +54,34 @@
54
54
  </div>
55
55
 
56
56
 
57
+ <hr style="display: none"/>
58
+
59
+ <div id="a18.0.2" class="section">
60
+ <h1 class="title">
61
+ <a href="#a-608128238">2</a>
62
+
63
+ &nbsp;
64
+
65
+ Version 18.0.2 (2007-08-03)
66
+ </h1>
67
+
68
+ This release fixes a bug in error reporting.
69
+
70
+
71
+ <h2>Repairs</h2>
72
+
73
+
74
+ <ul>
75
+ <li>Unhandled Ruby exceptions and errors were not being printed to the screen because Ruby-VPI unconditionally gave control back to the Verilog simulator before it exited.</li>
76
+ </ul>
77
+
78
+ </div>
79
+
57
80
  <hr style="display: none"/>
58
81
 
59
82
  <div id="a18.0.1" class="section">
60
83
  <h1 class="title">
61
- <a href="#a-607237158">2</a>
84
+ <a href="#a-608130628">3</a>
62
85
 
63
86
  &nbsp;
64
87
 
@@ -94,7 +117,7 @@
94
117
 
95
118
  <div id="a18.0.0" class="section">
96
119
  <h1 class="title">
97
- <a href="#a-607240328">3</a>
120
+ <a href="#a-608133798">4</a>
98
121
 
99
122
  &nbsp;
100
123
 
@@ -196,7 +219,7 @@ advance_time <span style="color:#888"># let the Verilog DUT modify your_wire</sp
196
219
 
197
220
  <div id="a17.0.0" class="section">
198
221
  <h1 class="title">
199
- <a href="#a-607243678">4</a>
222
+ <a href="#a-608137468">5</a>
200
223
 
201
224
  &nbsp;
202
225
 
@@ -338,7 +361,7 @@ advance_time <span style="color:#888"># let the Verilog DUT modify your_wire</sp
338
361
 
339
362
  <div id="a16.0.1" class="section">
340
363
  <h1 class="title">
341
- <a href="#a-607245988">5</a>
364
+ <a href="#a-608139778">6</a>
342
365
 
343
366
  &nbsp;
344
367
 
@@ -369,7 +392,7 @@ advance_time <span style="color:#888"># let the Verilog DUT modify your_wire</sp
369
392
 
370
393
  <div id="a16.0.0" class="section">
371
394
  <h1 class="title">
372
- <a href="#a-607248938">6</a>
395
+ <a href="#a-608142738">7</a>
373
396
 
374
397
  &nbsp;
375
398
 
@@ -445,7 +468,7 @@ puts <span style="background-color:#fff0f0"><span style="color:#710">&quot;</spa
445
468
 
446
469
  <div id="a15.0.2" class="section">
447
470
  <h1 class="title">
448
- <a href="#a-607251228">7</a>
471
+ <a href="#a-608145028">8</a>
449
472
 
450
473
  &nbsp;
451
474
 
@@ -473,7 +496,7 @@ puts <span style="background-color:#fff0f0"><span style="color:#710">&quot;</spa
473
496
 
474
497
  <div id="a15.0.1" class="section">
475
498
  <h1 class="title">
476
- <a href="#a-607253658">8</a>
499
+ <a href="#a-608147468">9</a>
477
500
 
478
501
  &nbsp;
479
502
 
@@ -514,7 +537,7 @@ puts <span style="background-color:#fff0f0"><span style="color:#710">&quot;</spa
514
537
 
515
538
  <div id="a15.0.0" class="section">
516
539
  <h1 class="title">
517
- <a href="#a-607256428">9</a>
540
+ <a href="#a-608150248">10</a>
518
541
 
519
542
  &nbsp;
520
543
 
@@ -586,7 +609,7 @@ puts <span style="background-color:#fff0f0"><span style="color:#710">&quot;</spa
586
609
 
587
610
  <div id="a14.0.0" class="section">
588
611
  <h1 class="title">
589
- <a href="#a-607259278">10</a>
612
+ <a href="#a-608153098">11</a>
590
613
 
591
614
  &nbsp;
592
615
 
@@ -668,7 +691,7 @@ puts <span style="background-color:#fff0f0"><span style="color:#710">&quot;</spa
668
691
 
669
692
  <div id="a13.0.0" class="section">
670
693
  <h1 class="title">
671
- <a href="#a-607261888">11</a>
694
+ <a href="#a-608155708">12</a>
672
695
 
673
696
  &nbsp;
674
697
 
@@ -727,7 +750,7 @@ puts <span style="background-color:#fff0f0"><span style="color:#710">&quot;</spa
727
750
 
728
751
  <div id="a12.1.0" class="section">
729
752
  <h1 class="title">
730
- <a href="#a-607264538">12</a>
753
+ <a href="#a-608158358">13</a>
731
754
 
732
755
  &nbsp;
733
756
 
@@ -794,7 +817,7 @@ puts <span style="background-color:#fff0f0"><span style="color:#710">&quot;</spa
794
817
 
795
818
  <div id="a12.0.2" class="section">
796
819
  <h1 class="title">
797
- <a href="#a-607266688">13</a>
820
+ <a href="#a-608160518">14</a>
798
821
 
799
822
  &nbsp;
800
823
 
@@ -809,7 +832,7 @@ puts <span style="background-color:#fff0f0"><span style="color:#710">&quot;</spa
809
832
 
810
833
  <div id="a12.0.1" class="section">
811
834
  <h1 class="title">
812
- <a href="#a-607269078">14</a>
835
+ <a href="#a-608162918">15</a>
813
836
 
814
837
  &nbsp;
815
838
 
@@ -841,7 +864,7 @@ puts <span style="background-color:#fff0f0"><span style="color:#710">&quot;</spa
841
864
 
842
865
  <div id="a12.0.0" class="section">
843
866
  <h1 class="title">
844
- <a href="#a-607272108">15</a>
867
+ <a href="#a-608165958">16</a>
845
868
 
846
869
  &nbsp;
847
870
 
@@ -948,7 +971,7 @@ puts <span style="background-color:#fff0f0"><span style="color:#710">&quot;</spa
948
971
 
949
972
  <div id="a11.1.1" class="section">
950
973
  <h1 class="title">
951
- <a href="#a-607274598">16</a>
974
+ <a href="#a-608168448">17</a>
952
975
 
953
976
  &nbsp;
954
977
 
@@ -992,7 +1015,7 @@ puts <span style="background-color:#fff0f0"><span style="color:#710">&quot;</spa
992
1015
 
993
1016
  <div id="a11.1.0" class="section">
994
1017
  <h1 class="title">
995
- <a href="#a-607277388">17</a>
1018
+ <a href="#a-608171248">18</a>
996
1019
 
997
1020
  &nbsp;
998
1021
 
@@ -1074,7 +1097,7 @@ puts <span style="background-color:#fff0f0"><span style="color:#710">&quot;</spa
1074
1097
 
1075
1098
  <div id="a11.0.0" class="section">
1076
1099
  <h1 class="title">
1077
- <a href="#a-607280038">18</a>
1100
+ <a href="#a-608173898">19</a>
1078
1101
 
1079
1102
  &nbsp;
1080
1103
 
@@ -1134,7 +1157,7 @@ do_stuff
1134
1157
 
1135
1158
  <div id="a10.0.0" class="section">
1136
1159
  <h1 class="title">
1137
- <a href="#a-607282948">19</a>
1160
+ <a href="#a-608176818">20</a>
1138
1161
 
1139
1162
  &nbsp;
1140
1163
 
@@ -1222,7 +1245,7 @@ do_stuff
1222
1245
 
1223
1246
  <div id="a9.0.0" class="section">
1224
1247
  <h1 class="title">
1225
- <a href="#a-607285738">20</a>
1248
+ <a href="#a-608179618">21</a>
1226
1249
 
1227
1250
  &nbsp;
1228
1251
 
@@ -1296,7 +1319,7 @@ do_stuff
1296
1319
 
1297
1320
  <div id="a8.2.0" class="section">
1298
1321
  <h1 class="title">
1299
- <a href="#a-607288228">21</a>
1322
+ <a href="#a-608182128">22</a>
1300
1323
 
1301
1324
  &nbsp;
1302
1325
 
@@ -1337,7 +1360,7 @@ do_stuff
1337
1360
 
1338
1361
  <div id="a8.1.0" class="section">
1339
1362
  <h1 class="title">
1340
- <a href="#a-607290718">22</a>
1363
+ <a href="#a-608184478">23</a>
1341
1364
 
1342
1365
  &nbsp;
1343
1366
 
@@ -1368,7 +1391,7 @@ do_stuff
1368
1391
 
1369
1392
  <div id="a8.0.0" class="section">
1370
1393
  <h1 class="title">
1371
- <a href="#a-607295308">23</a>
1394
+ <a href="#a-608187068">24</a>
1372
1395
 
1373
1396
  &nbsp;
1374
1397
 
@@ -1430,7 +1453,7 @@ do_stuff
1430
1453
 
1431
1454
  <div id="a7.3.0" class="section">
1432
1455
  <h1 class="title">
1433
- <a href="#a-607299818">24</a>
1456
+ <a href="#a-608189578">25</a>
1434
1457
 
1435
1458
  &nbsp;
1436
1459
 
@@ -1478,7 +1501,7 @@ do_stuff
1478
1501
 
1479
1502
  <div id="a7.2.0" class="section">
1480
1503
  <h1 class="title">
1481
- <a href="#a-607303808">25</a>
1504
+ <a href="#a-608191998">26</a>
1482
1505
 
1483
1506
  &nbsp;
1484
1507
 
@@ -1517,7 +1540,7 @@ do_stuff
1517
1540
 
1518
1541
  <div id="a7.1.0" class="section">
1519
1542
  <h1 class="title">
1520
- <a href="#a-607312478">26</a>
1543
+ <a href="#a-608194408">27</a>
1521
1544
 
1522
1545
  &nbsp;
1523
1546
 
@@ -1560,7 +1583,7 @@ do_stuff
1560
1583
 
1561
1584
  <div id="a7.0.0" class="section">
1562
1585
  <h1 class="title">
1563
- <a href="#a-607319578">27</a>
1586
+ <a href="#a-608197098">28</a>
1564
1587
 
1565
1588
  &nbsp;
1566
1589
 
@@ -1633,7 +1656,7 @@ do_stuff
1633
1656
 
1634
1657
  <div id="a6.3.0" class="section">
1635
1658
  <h1 class="title">
1636
- <a href="#a-607322658">28</a>
1659
+ <a href="#a-608199878">29</a>
1637
1660
 
1638
1661
  &nbsp;
1639
1662
 
@@ -1754,7 +1777,7 @@ do_stuff
1754
1777
 
1755
1778
  <div id="a6.2.0" class="section">
1756
1779
  <h1 class="title">
1757
- <a href="#a-607325288">29</a>
1780
+ <a href="#a-608202388">30</a>
1758
1781
 
1759
1782
  &nbsp;
1760
1783
 
@@ -1805,7 +1828,7 @@ do_stuff
1805
1828
 
1806
1829
  <div id="a6.1.0" class="section">
1807
1830
  <h1 class="title">
1808
- <a href="#a-607328218">30</a>
1831
+ <a href="#a-607221908">31</a>
1809
1832
 
1810
1833
  &nbsp;
1811
1834
 
@@ -1837,7 +1860,7 @@ do_stuff
1837
1860
 
1838
1861
  <div id="a6.0.0" class="section">
1839
1862
  <h1 class="title">
1840
- <a href="#a-607334798">31</a>
1863
+ <a href="#a-607224458">32</a>
1841
1864
 
1842
1865
  &nbsp;
1843
1866
 
@@ -1890,7 +1913,7 @@ do_stuff
1890
1913
 
1891
1914
  <div id="a5.1.1" class="section">
1892
1915
  <h1 class="title">
1893
- <a href="#a-607345218">32</a>
1916
+ <a href="#a-607226848">33</a>
1894
1917
 
1895
1918
  &nbsp;
1896
1919
 
@@ -1926,7 +1949,7 @@ do_stuff
1926
1949
 
1927
1950
  <div id="a5.1.0" class="section">
1928
1951
  <h1 class="title">
1929
- <a href="#a-607350258">33</a>
1952
+ <a href="#a-607229598">34</a>
1930
1953
 
1931
1954
  &nbsp;
1932
1955
 
@@ -2001,7 +2024,7 @@ do_stuff
2001
2024
 
2002
2025
  <div id="a5.0.0" class="section">
2003
2026
  <h1 class="title">
2004
- <a href="#a-607356608">34</a>
2027
+ <a href="#a-607232248">35</a>
2005
2028
 
2006
2029
  &nbsp;
2007
2030
 
@@ -2064,7 +2087,7 @@ do_stuff
2064
2087
 
2065
2088
  <div id="a4.0.0" class="section">
2066
2089
  <h1 class="title">
2067
- <a href="#a-607363718">35</a>
2090
+ <a href="#a-607234878">36</a>
2068
2091
 
2069
2092
  &nbsp;
2070
2093
 
@@ -2125,7 +2148,7 @@ do_stuff
2125
2148
 
2126
2149
  <div id="a3.2.0" class="section">
2127
2150
  <h1 class="title">
2128
- <a href="#a-607368318">36</a>
2151
+ <a href="#a-607237388">37</a>
2129
2152
 
2130
2153
  &nbsp;
2131
2154
 
@@ -2175,7 +2198,7 @@ do_stuff
2175
2198
 
2176
2199
  <div id="a3.1.0" class="section">
2177
2200
  <h1 class="title">
2178
- <a href="#a-607376438">37</a>
2201
+ <a href="#a-607239978">38</a>
2179
2202
 
2180
2203
  &nbsp;
2181
2204
 
@@ -2235,7 +2258,7 @@ do_stuff
2235
2258
 
2236
2259
  <div id="a3.0.0" class="section">
2237
2260
  <h1 class="title">
2238
- <a href="#a-607382298">38</a>
2261
+ <a href="#a-607242728">39</a>
2239
2262
 
2240
2263
  &nbsp;
2241
2264
 
@@ -2308,7 +2331,7 @@ do_stuff
2308
2331
 
2309
2332
  <div id="a2.0.0" class="section">
2310
2333
  <h1 class="title">
2311
- <a href="#a-607391298">39</a>
2334
+ <a href="#a-607245378">40</a>
2312
2335
 
2313
2336
  &nbsp;
2314
2337
 
@@ -2367,7 +2390,7 @@ do_stuff
2367
2390
 
2368
2391
  <div id="a1.0.0" class="section">
2369
2392
  <h1 class="title">
2370
- <a href="#a-607395838">40</a>
2393
+ <a href="#a-607248268">41</a>
2371
2394
 
2372
2395
  &nbsp;
2373
2396
 
@@ -2451,7 +2474,7 @@ do_stuff
2451
2474
 
2452
2475
  <div id="a0.0.0" class="section">
2453
2476
  <h1 class="title">
2454
- <a href="#a-607398178">41</a>
2477
+ <a href="#a-607250568">42</a>
2455
2478
 
2456
2479
  &nbsp;
2457
2480
 
@@ -2479,7 +2502,7 @@ do_stuff
2479
2502
  <hr style="display: none"/>
2480
2503
  <div id="toc">
2481
2504
  <h1 id="toc:contents">Contents</h1>
2482
- <ul><li><span class="hide">1 </span><a id="a-607234728" href="#Release_history">Release history</a><ul><li><span class="hide">1.1 </span><a id="a-607231828" href="#Version_numbering_system">Version numbering system</a></li></ul></li><li><span class="hide">2 </span><a id="a-607237158" href="#a18.0.1">Version 18.0.1 (2007-08-02)</a></li><li><span class="hide">3 </span><a id="a-607240328" href="#a18.0.0">Version 18.0.0 (2007-07-31)</a></li><li><span class="hide">4 </span><a id="a-607243678" href="#a17.0.0">Version 17.0.0 (2007-07-22)</a></li><li><span class="hide">5 </span><a id="a-607245988" href="#a16.0.1">Version 16.0.1 (2007-05-27)</a></li><li><span class="hide">6 </span><a id="a-607248938" href="#a16.0.0">Version 16.0.0 (2007-05-02)</a></li><li><span class="hide">7 </span><a id="a-607251228" href="#a15.0.2">Version 15.0.2 (2007-01-22)</a></li><li><span class="hide">8 </span><a id="a-607253658" href="#a15.0.1">Version 15.0.1 (2007-01-15)</a></li><li><span class="hide">9 </span><a id="a-607256428" href="#a15.0.0">Version 15.0.0 (2007-01-13)</a></li><li><span class="hide">10 </span><a id="a-607259278" href="#a14.0.0">Version 14.0.0 (2006-12-30)</a></li><li><span class="hide">11 </span><a id="a-607261888" href="#a13.0.0">Version 13.0.0 (2006-12-27)</a></li><li><span class="hide">12 </span><a id="a-607264538" href="#a12.1.0">Version 12.1.0 (2006-12-22)</a></li><li><span class="hide">13 </span><a id="a-607266688" href="#a12.0.2">Version 12.0.2 (2006-12-18)</a></li><li><span class="hide">14 </span><a id="a-607269078" href="#a12.0.1">Version 12.0.1 (2006-12-18)</a></li><li><span class="hide">15 </span><a id="a-607272108" href="#a12.0.0">Version 12.0.0 (2006-12-07)</a></li><li><span class="hide">16 </span><a id="a-607274598" href="#a11.1.1">Version 11.1.1 (2006-11-15)</a></li><li><span class="hide">17 </span><a id="a-607277388" href="#a11.1.0">Version 11.1.0 (2006-11-08)</a></li><li><span class="hide">18 </span><a id="a-607280038" href="#a11.0.0">Version 11.0.0 (2006-11-05)</a></li><li><span class="hide">19 </span><a id="a-607282948" href="#a10.0.0">Version 10.0.0 (2006-11-05)</a></li><li><span class="hide">20 </span><a id="a-607285738" href="#a9.0.0">Version 9.0.0 (2006-10-28)</a></li><li><span class="hide">21 </span><a id="a-607288228" href="#a8.2.0">Version 8.2.0 (2006-10-24)</a></li><li><span class="hide">22 </span><a id="a-607290718" href="#a8.1.0">Version 8.1.0 (2006-10-21)</a></li><li><span class="hide">23 </span><a id="a-607295308" href="#a8.0.0">Version 8.0.0 (2006-10-13)</a></li><li><span class="hide">24 </span><a id="a-607299818" href="#a7.3.0">Version 7.3.0 (2006-09-30)</a></li><li><span class="hide">25 </span><a id="a-607303808" href="#a7.2.0">Version 7.2.0 (2006-09-15)</a></li><li><span class="hide">26 </span><a id="a-607312478" href="#a7.1.0">Version 7.1.0 (2006-08-29)</a></li><li><span class="hide">27 </span><a id="a-607319578" href="#a7.0.0">Version 7.0.0 (2006-08-29)</a></li><li><span class="hide">28 </span><a id="a-607322658" href="#a6.3.0">Version 6.3.0 (2006-08-27)</a></li><li><span class="hide">29 </span><a id="a-607325288" href="#a6.2.0">Version 6.2.0 (2006-08-26)</a></li><li><span class="hide">30 </span><a id="a-607328218" href="#a6.1.0">Version 6.1.0 (2006-08-09)</a></li><li><span class="hide">31 </span><a id="a-607334798" href="#a6.0.0">Version 6.0.0 (2006-08-07)</a></li><li><span class="hide">32 </span><a id="a-607345218" href="#a5.1.1">Version 5.1.1 (2006-08-04)</a></li><li><span class="hide">33 </span><a id="a-607350258" href="#a5.1.0">Version 5.1.0 (2006-07-29)</a></li><li><span class="hide">34 </span><a id="a-607356608" href="#a5.0.0">Version 5.0.0 (2006-07-22)</a></li><li><span class="hide">35 </span><a id="a-607363718" href="#a4.0.0">Version 4.0.0 (2006-05-25)</a></li><li><span class="hide">36 </span><a id="a-607368318" href="#a3.2.0">Version 3.2.0 (2006-05-13)</a></li><li><span class="hide">37 </span><a id="a-607376438" href="#a3.1.0">Version 3.1.0 (2006-04-28)</a></li><li><span class="hide">38 </span><a id="a-607382298" href="#a3.0.0">Version 3.0.0 (2006-04-23)</a></li><li><span class="hide">39 </span><a id="a-607391298" href="#a2.0.0">Version 2.0.0 (2006-04-17)</a></li><li><span class="hide">40 </span><a id="a-607395838" href="#a1.0.0">Version 1.0.0 (2006-02-26)</a></li><li><span class="hide">41 </span><a id="a-607398178" href="#a0.0.0">Version 0.0.0 (1999-10-31)</a></li></ul>
2505
+ <ul><li><span class="hide">1 </span><a id="a-608125968" href="#Release_history">Release history</a><ul><li><span class="hide">1.1 </span><a id="a-608123068" href="#Version_numbering_system">Version numbering system</a></li></ul></li><li><span class="hide">2 </span><a id="a-608128238" href="#a18.0.2">Version 18.0.2 (2007-08-03)</a></li><li><span class="hide">3 </span><a id="a-608130628" href="#a18.0.1">Version 18.0.1 (2007-08-02)</a></li><li><span class="hide">4 </span><a id="a-608133798" href="#a18.0.0">Version 18.0.0 (2007-07-31)</a></li><li><span class="hide">5 </span><a id="a-608137468" href="#a17.0.0">Version 17.0.0 (2007-07-22)</a></li><li><span class="hide">6 </span><a id="a-608139778" href="#a16.0.1">Version 16.0.1 (2007-05-27)</a></li><li><span class="hide">7 </span><a id="a-608142738" href="#a16.0.0">Version 16.0.0 (2007-05-02)</a></li><li><span class="hide">8 </span><a id="a-608145028" href="#a15.0.2">Version 15.0.2 (2007-01-22)</a></li><li><span class="hide">9 </span><a id="a-608147468" href="#a15.0.1">Version 15.0.1 (2007-01-15)</a></li><li><span class="hide">10 </span><a id="a-608150248" href="#a15.0.0">Version 15.0.0 (2007-01-13)</a></li><li><span class="hide">11 </span><a id="a-608153098" href="#a14.0.0">Version 14.0.0 (2006-12-30)</a></li><li><span class="hide">12 </span><a id="a-608155708" href="#a13.0.0">Version 13.0.0 (2006-12-27)</a></li><li><span class="hide">13 </span><a id="a-608158358" href="#a12.1.0">Version 12.1.0 (2006-12-22)</a></li><li><span class="hide">14 </span><a id="a-608160518" href="#a12.0.2">Version 12.0.2 (2006-12-18)</a></li><li><span class="hide">15 </span><a id="a-608162918" href="#a12.0.1">Version 12.0.1 (2006-12-18)</a></li><li><span class="hide">16 </span><a id="a-608165958" href="#a12.0.0">Version 12.0.0 (2006-12-07)</a></li><li><span class="hide">17 </span><a id="a-608168448" href="#a11.1.1">Version 11.1.1 (2006-11-15)</a></li><li><span class="hide">18 </span><a id="a-608171248" href="#a11.1.0">Version 11.1.0 (2006-11-08)</a></li><li><span class="hide">19 </span><a id="a-608173898" href="#a11.0.0">Version 11.0.0 (2006-11-05)</a></li><li><span class="hide">20 </span><a id="a-608176818" href="#a10.0.0">Version 10.0.0 (2006-11-05)</a></li><li><span class="hide">21 </span><a id="a-608179618" href="#a9.0.0">Version 9.0.0 (2006-10-28)</a></li><li><span class="hide">22 </span><a id="a-608182128" href="#a8.2.0">Version 8.2.0 (2006-10-24)</a></li><li><span class="hide">23 </span><a id="a-608184478" href="#a8.1.0">Version 8.1.0 (2006-10-21)</a></li><li><span class="hide">24 </span><a id="a-608187068" href="#a8.0.0">Version 8.0.0 (2006-10-13)</a></li><li><span class="hide">25 </span><a id="a-608189578" href="#a7.3.0">Version 7.3.0 (2006-09-30)</a></li><li><span class="hide">26 </span><a id="a-608191998" href="#a7.2.0">Version 7.2.0 (2006-09-15)</a></li><li><span class="hide">27 </span><a id="a-608194408" href="#a7.1.0">Version 7.1.0 (2006-08-29)</a></li><li><span class="hide">28 </span><a id="a-608197098" href="#a7.0.0">Version 7.0.0 (2006-08-29)</a></li><li><span class="hide">29 </span><a id="a-608199878" href="#a6.3.0">Version 6.3.0 (2006-08-27)</a></li><li><span class="hide">30 </span><a id="a-608202388" href="#a6.2.0">Version 6.2.0 (2006-08-26)</a></li><li><span class="hide">31 </span><a id="a-607221908" href="#a6.1.0">Version 6.1.0 (2006-08-09)</a></li><li><span class="hide">32 </span><a id="a-607224458" href="#a6.0.0">Version 6.0.0 (2006-08-07)</a></li><li><span class="hide">33 </span><a id="a-607226848" href="#a5.1.1">Version 5.1.1 (2006-08-04)</a></li><li><span class="hide">34 </span><a id="a-607229598" href="#a5.1.0">Version 5.1.0 (2006-07-29)</a></li><li><span class="hide">35 </span><a id="a-607232248" href="#a5.0.0">Version 5.0.0 (2006-07-22)</a></li><li><span class="hide">36 </span><a id="a-607234878" href="#a4.0.0">Version 4.0.0 (2006-05-25)</a></li><li><span class="hide">37 </span><a id="a-607237388" href="#a3.2.0">Version 3.2.0 (2006-05-13)</a></li><li><span class="hide">38 </span><a id="a-607239978" href="#a3.1.0">Version 3.1.0 (2006-04-28)</a></li><li><span class="hide">39 </span><a id="a-607242728" href="#a3.0.0">Version 3.0.0 (2006-04-23)</a></li><li><span class="hide">40 </span><a id="a-607245378" href="#a2.0.0">Version 2.0.0 (2006-04-17)</a></li><li><span class="hide">41 </span><a id="a-607248268" href="#a1.0.0">Version 1.0.0 (2006-02-26)</a></li><li><span class="hide">42 </span><a id="a-607250568" href="#a0.0.0">Version 0.0.0 (1999-10-31)</a></li></ul>
2483
2506
 
2484
2507
  </div>
2485
2508
  </body>
data/doc/history.inc CHANGED
@@ -1,4 +1,10 @@
1
- <% section "Version 18.0.1 (2007-08-02)", "18.0.1" do %>This release fixes some bugs regarding simulation time and control.
1
+ <% section "Version 18.0.2 (2007-08-03)", "18.0.2" do %>This release fixes a bug in error reporting.
2
+
3
+
4
+ h2. Repairs
5
+
6
+ * Unhandled Ruby exceptions and errors were not being printed to the screen because Ruby-VPI unconditionally gave control back to the Verilog simulator before it exited.
7
+ <% end %><% section "Version 18.0.1 (2007-08-02)", "18.0.1" do %>This release fixes some bugs regarding simulation time and control.
2
8
 
3
9
 
4
10
  h2. Thanks
data/doc/history.yaml CHANGED
@@ -1,3 +1,17 @@
1
+ -
2
+ Version: 18.0.2
3
+
4
+ Date: 2007-08-03
5
+
6
+ Record: |
7
+ This release fixes a bug in error reporting.
8
+
9
+
10
+ h2. Repairs
11
+
12
+ * Unhandled Ruby exceptions and errors were not being printed to the screen because Ruby-VPI unconditionally gave control back to the Verilog simulator before it exited.
13
+
14
+
1
15
  -
2
16
  Version: 18.0.1
3
17