ruby-vpi 18.0.0 → 18.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/generate.rb +1 -1
- data/doc/common.inc +7 -6
- data/doc/history.html +76 -40
- data/doc/history.inc +14 -1
- data/doc/history.yaml +21 -0
- data/doc/intro.inc +11 -1
- data/doc/lib/doc_format.rb +1 -1
- data/doc/manual.html +181 -147
- data/doc/memo.html +4 -4
- data/doc/readme.html +61 -27
- data/doc/rss.xml +30 -25
- data/ext/extconf.rb +1 -1
- data/lib/ruby-vpi/erb.rb +1 -1
- data/lib/ruby-vpi/float.rb +1 -1
- data/lib/ruby-vpi/integer.rb +1 -1
- data/lib/ruby-vpi/rake.rb +1 -1
- data/lib/ruby-vpi/rcov.rb +1 -1
- data/lib/ruby-vpi/runner.rb +5 -4
- data/lib/ruby-vpi/runner_boot_loader.rb +9 -1
- data/lib/ruby-vpi/runner_proxy.rb +1 -1
- data/lib/ruby-vpi/util.rb +9 -3
- data/lib/ruby-vpi/verilog_parser.rb +1 -1
- data/lib/ruby-vpi/vpi.rb +4 -4
- data/lib/ruby-vpi.rb +1 -1
- data/ref/c/annotated.html +1 -1
- data/ref/c/common_8h.html +1 -1
- data/ref/c/files.html +1 -1
- data/ref/c/functions.html +1 -1
- data/ref/c/functions_vars.html +1 -1
- data/ref/c/globals.html +1 -1
- data/ref/c/globals_0x63.html +1 -1
- data/ref/c/globals_0x65.html +1 -1
- data/ref/c/globals_0x66.html +1 -1
- data/ref/c/globals_0x6d.html +1 -1
- data/ref/c/globals_0x70.html +1 -1
- data/ref/c/globals_0x72.html +1 -1
- data/ref/c/globals_0x73.html +1 -1
- data/ref/c/globals_0x74.html +1 -1
- data/ref/c/globals_0x76.html +1 -1
- data/ref/c/globals_0x78.html +1 -1
- data/ref/c/globals_defs.html +1 -1
- data/ref/c/globals_defs_0x65.html +1 -1
- data/ref/c/globals_defs_0x70.html +1 -1
- data/ref/c/globals_defs_0x76.html +1 -1
- data/ref/c/globals_defs_0x78.html +1 -1
- data/ref/c/globals_enum.html +1 -1
- data/ref/c/globals_eval.html +1 -1
- data/ref/c/globals_func.html +1 -1
- data/ref/c/globals_type.html +1 -1
- data/ref/c/globals_vars.html +1 -1
- data/ref/c/index.html +1 -1
- data/ref/c/main_8c.html +1 -1
- data/ref/c/main_8h.html +1 -1
- data/ref/c/relay_8c.html +1 -1
- data/ref/c/relay_8h.html +1 -1
- data/ref/c/structt__cb__data.html +1 -1
- data/ref/c/structt__vpi__delay.html +1 -1
- data/ref/c/structt__vpi__error__info.html +1 -1
- data/ref/c/structt__vpi__strengthval.html +1 -1
- data/ref/c/structt__vpi__systf__data.html +1 -1
- data/ref/c/structt__vpi__time.html +1 -1
- data/ref/c/structt__vpi__value.html +1 -1
- data/ref/c/structt__vpi__vecval.html +1 -1
- data/ref/c/structt__vpi__vlog__info.html +1 -1
- data/ref/c/verilog_8h.html +1 -1
- data/ref/c/vlog_8c.html +1 -1
- data/ref/c/vlog_8h.html +1 -1
- data/ref/c/vpi__user_8h.html +1 -1
- data/ref/ruby/classes/String.html +5 -2
- data/ref/ruby/classes/String.src/M000024.html +4 -4
- data/ref/ruby/classes/String.src/M000025.html +4 -4
- data/ref/ruby/classes/Vpi/Handle.src/M000047.html +2 -2
- data/ref/ruby/classes/Vpi.src/M000030.html +1 -1
- data/ref/ruby/created.rid +1 -1
- data/ref/ruby/files/bin/generate_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/erb_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/float_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/integer_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/rake_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/rcov_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/runner_boot_loader_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/runner_boot_loader_rb.src/M000001.html +3 -3
- data/ref/ruby/files/lib/ruby-vpi/runner_boot_loader_rb.src/M000002.html +4 -4
- data/ref/ruby/files/lib/ruby-vpi/runner_proxy_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/runner_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/util_rb.html +7 -1
- data/ref/ruby/files/lib/ruby-vpi/verilog_parser_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi/vpi_rb.html +1 -1
- data/ref/ruby/files/lib/ruby-vpi_rb.html +1 -1
- data/samp/pipelined_alu/Hw5UnitModel.rb +0 -4
- data/samp/pipelined_alu/TestHw5UnitModel.rb +0 -4
- data/samp/pipelined_alu/hw5_unit.v +0 -5
- metadata +4 -4
data/bin/generate.rb
CHANGED
data/doc/common.inc
CHANGED
|
@@ -4,10 +4,11 @@
|
|
|
4
4
|
history = YAML.load_file('history.yaml')
|
|
5
5
|
version = history.first['Version']
|
|
6
6
|
|
|
7
|
-
downloadURL = 'http://rubyforge.org/frs/?group_id=1339'
|
|
8
|
-
forumURL = 'http://rubyforge.org/forum/?group_id=1339'
|
|
9
|
-
trackerURL = 'http://rubyforge.org/tracker/?group_id=1339'
|
|
10
|
-
portalURL = 'http://rubyforge.org/projects/ruby-vpi/'
|
|
11
|
-
codeURL = 'http://ruby-vpi.rubyforge.org/src/ruby-vpi/'
|
|
12
7
|
projectURL = 'http://ruby-vpi.rubyforge.org/'
|
|
13
|
-
|
|
8
|
+
downloadURL = projectURL + 'download/'
|
|
9
|
+
forumURL = projectURL + 'forum/'
|
|
10
|
+
mailListURL = projectURL + 'mail/'
|
|
11
|
+
trackerURL = projectURL + 'tracker/'
|
|
12
|
+
portalURL = projectURL + 'portal/'
|
|
13
|
+
codeURL = projectURL + 'code/'
|
|
14
|
+
%>
|
data/doc/history.html
CHANGED
|
@@ -54,11 +54,47 @@
|
|
|
54
54
|
</div>
|
|
55
55
|
|
|
56
56
|
|
|
57
|
+
<hr style="display: none"/>
|
|
58
|
+
|
|
59
|
+
<div id="a18.0.1" class="section">
|
|
60
|
+
<h1 class="title">
|
|
61
|
+
<a href="#a-607237158">2</a>
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
Version 18.0.1 (2007-08-02)
|
|
66
|
+
</h1>
|
|
67
|
+
|
|
68
|
+
This release fixes some bugs regarding simulation time and control.
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
<h2>Thanks</h2>
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
<ul>
|
|
75
|
+
<li>Calvin Wong reported the bugs listed in the Repairs section.</li>
|
|
76
|
+
</ul>
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
<h2>Repairs</h2>
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
<ul>
|
|
83
|
+
<li>VCS does not acknowledge passage of time when cbReadWriteSynch callback is used, so I reverted back to using the cbAfterDelay callback (as was done in version 17.0.0).</li>
|
|
84
|
+
</ul>
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
<ul>
|
|
88
|
+
<li>Ruby-VPI did not give control back to the Verilog simulator before it exited. As a result, the Verilog simulator did not have a chance to do any clean up or finish any pending tasks that remained in the simulation.</li>
|
|
89
|
+
</ul>
|
|
90
|
+
|
|
91
|
+
</div>
|
|
92
|
+
|
|
57
93
|
<hr style="display: none"/>
|
|
58
94
|
|
|
59
95
|
<div id="a18.0.0" class="section">
|
|
60
96
|
<h1 class="title">
|
|
61
|
-
<a href="#a-
|
|
97
|
+
<a href="#a-607240328">3</a>
|
|
62
98
|
|
|
63
99
|
|
|
64
100
|
|
|
@@ -160,7 +196,7 @@ advance_time <span style="color:#888"># let the Verilog DUT modify your_wire</sp
|
|
|
160
196
|
|
|
161
197
|
<div id="a17.0.0" class="section">
|
|
162
198
|
<h1 class="title">
|
|
163
|
-
<a href="#a-
|
|
199
|
+
<a href="#a-607243678">4</a>
|
|
164
200
|
|
|
165
201
|
|
|
166
202
|
|
|
@@ -302,7 +338,7 @@ advance_time <span style="color:#888"># let the Verilog DUT modify your_wire</sp
|
|
|
302
338
|
|
|
303
339
|
<div id="a16.0.1" class="section">
|
|
304
340
|
<h1 class="title">
|
|
305
|
-
<a href="#a-
|
|
341
|
+
<a href="#a-607245988">5</a>
|
|
306
342
|
|
|
307
343
|
|
|
308
344
|
|
|
@@ -333,7 +369,7 @@ advance_time <span style="color:#888"># let the Verilog DUT modify your_wire</sp
|
|
|
333
369
|
|
|
334
370
|
<div id="a16.0.0" class="section">
|
|
335
371
|
<h1 class="title">
|
|
336
|
-
<a href="#a-
|
|
372
|
+
<a href="#a-607248938">6</a>
|
|
337
373
|
|
|
338
374
|
|
|
339
375
|
|
|
@@ -409,7 +445,7 @@ puts <span style="background-color:#fff0f0"><span style="color:#710">"</spa
|
|
|
409
445
|
|
|
410
446
|
<div id="a15.0.2" class="section">
|
|
411
447
|
<h1 class="title">
|
|
412
|
-
<a href="#a-
|
|
448
|
+
<a href="#a-607251228">7</a>
|
|
413
449
|
|
|
414
450
|
|
|
415
451
|
|
|
@@ -437,7 +473,7 @@ puts <span style="background-color:#fff0f0"><span style="color:#710">"</spa
|
|
|
437
473
|
|
|
438
474
|
<div id="a15.0.1" class="section">
|
|
439
475
|
<h1 class="title">
|
|
440
|
-
<a href="#a-
|
|
476
|
+
<a href="#a-607253658">8</a>
|
|
441
477
|
|
|
442
478
|
|
|
443
479
|
|
|
@@ -478,7 +514,7 @@ puts <span style="background-color:#fff0f0"><span style="color:#710">"</spa
|
|
|
478
514
|
|
|
479
515
|
<div id="a15.0.0" class="section">
|
|
480
516
|
<h1 class="title">
|
|
481
|
-
<a href="#a-
|
|
517
|
+
<a href="#a-607256428">9</a>
|
|
482
518
|
|
|
483
519
|
|
|
484
520
|
|
|
@@ -550,7 +586,7 @@ puts <span style="background-color:#fff0f0"><span style="color:#710">"</spa
|
|
|
550
586
|
|
|
551
587
|
<div id="a14.0.0" class="section">
|
|
552
588
|
<h1 class="title">
|
|
553
|
-
<a href="#a-
|
|
589
|
+
<a href="#a-607259278">10</a>
|
|
554
590
|
|
|
555
591
|
|
|
556
592
|
|
|
@@ -632,7 +668,7 @@ puts <span style="background-color:#fff0f0"><span style="color:#710">"</spa
|
|
|
632
668
|
|
|
633
669
|
<div id="a13.0.0" class="section">
|
|
634
670
|
<h1 class="title">
|
|
635
|
-
<a href="#a-
|
|
671
|
+
<a href="#a-607261888">11</a>
|
|
636
672
|
|
|
637
673
|
|
|
638
674
|
|
|
@@ -691,7 +727,7 @@ puts <span style="background-color:#fff0f0"><span style="color:#710">"</spa
|
|
|
691
727
|
|
|
692
728
|
<div id="a12.1.0" class="section">
|
|
693
729
|
<h1 class="title">
|
|
694
|
-
<a href="#a-
|
|
730
|
+
<a href="#a-607264538">12</a>
|
|
695
731
|
|
|
696
732
|
|
|
697
733
|
|
|
@@ -758,7 +794,7 @@ puts <span style="background-color:#fff0f0"><span style="color:#710">"</spa
|
|
|
758
794
|
|
|
759
795
|
<div id="a12.0.2" class="section">
|
|
760
796
|
<h1 class="title">
|
|
761
|
-
<a href="#a-
|
|
797
|
+
<a href="#a-607266688">13</a>
|
|
762
798
|
|
|
763
799
|
|
|
764
800
|
|
|
@@ -773,7 +809,7 @@ puts <span style="background-color:#fff0f0"><span style="color:#710">"</spa
|
|
|
773
809
|
|
|
774
810
|
<div id="a12.0.1" class="section">
|
|
775
811
|
<h1 class="title">
|
|
776
|
-
<a href="#a-
|
|
812
|
+
<a href="#a-607269078">14</a>
|
|
777
813
|
|
|
778
814
|
|
|
779
815
|
|
|
@@ -805,7 +841,7 @@ puts <span style="background-color:#fff0f0"><span style="color:#710">"</spa
|
|
|
805
841
|
|
|
806
842
|
<div id="a12.0.0" class="section">
|
|
807
843
|
<h1 class="title">
|
|
808
|
-
<a href="#a-
|
|
844
|
+
<a href="#a-607272108">15</a>
|
|
809
845
|
|
|
810
846
|
|
|
811
847
|
|
|
@@ -912,7 +948,7 @@ puts <span style="background-color:#fff0f0"><span style="color:#710">"</spa
|
|
|
912
948
|
|
|
913
949
|
<div id="a11.1.1" class="section">
|
|
914
950
|
<h1 class="title">
|
|
915
|
-
<a href="#a-
|
|
951
|
+
<a href="#a-607274598">16</a>
|
|
916
952
|
|
|
917
953
|
|
|
918
954
|
|
|
@@ -956,7 +992,7 @@ puts <span style="background-color:#fff0f0"><span style="color:#710">"</spa
|
|
|
956
992
|
|
|
957
993
|
<div id="a11.1.0" class="section">
|
|
958
994
|
<h1 class="title">
|
|
959
|
-
<a href="#a-
|
|
995
|
+
<a href="#a-607277388">17</a>
|
|
960
996
|
|
|
961
997
|
|
|
962
998
|
|
|
@@ -1038,7 +1074,7 @@ puts <span style="background-color:#fff0f0"><span style="color:#710">"</spa
|
|
|
1038
1074
|
|
|
1039
1075
|
<div id="a11.0.0" class="section">
|
|
1040
1076
|
<h1 class="title">
|
|
1041
|
-
<a href="#a-
|
|
1077
|
+
<a href="#a-607280038">18</a>
|
|
1042
1078
|
|
|
1043
1079
|
|
|
1044
1080
|
|
|
@@ -1098,7 +1134,7 @@ do_stuff
|
|
|
1098
1134
|
|
|
1099
1135
|
<div id="a10.0.0" class="section">
|
|
1100
1136
|
<h1 class="title">
|
|
1101
|
-
<a href="#a-
|
|
1137
|
+
<a href="#a-607282948">19</a>
|
|
1102
1138
|
|
|
1103
1139
|
|
|
1104
1140
|
|
|
@@ -1186,7 +1222,7 @@ do_stuff
|
|
|
1186
1222
|
|
|
1187
1223
|
<div id="a9.0.0" class="section">
|
|
1188
1224
|
<h1 class="title">
|
|
1189
|
-
<a href="#a-
|
|
1225
|
+
<a href="#a-607285738">20</a>
|
|
1190
1226
|
|
|
1191
1227
|
|
|
1192
1228
|
|
|
@@ -1260,7 +1296,7 @@ do_stuff
|
|
|
1260
1296
|
|
|
1261
1297
|
<div id="a8.2.0" class="section">
|
|
1262
1298
|
<h1 class="title">
|
|
1263
|
-
<a href="#a-
|
|
1299
|
+
<a href="#a-607288228">21</a>
|
|
1264
1300
|
|
|
1265
1301
|
|
|
1266
1302
|
|
|
@@ -1301,7 +1337,7 @@ do_stuff
|
|
|
1301
1337
|
|
|
1302
1338
|
<div id="a8.1.0" class="section">
|
|
1303
1339
|
<h1 class="title">
|
|
1304
|
-
<a href="#a-
|
|
1340
|
+
<a href="#a-607290718">22</a>
|
|
1305
1341
|
|
|
1306
1342
|
|
|
1307
1343
|
|
|
@@ -1332,7 +1368,7 @@ do_stuff
|
|
|
1332
1368
|
|
|
1333
1369
|
<div id="a8.0.0" class="section">
|
|
1334
1370
|
<h1 class="title">
|
|
1335
|
-
<a href="#a-
|
|
1371
|
+
<a href="#a-607295308">23</a>
|
|
1336
1372
|
|
|
1337
1373
|
|
|
1338
1374
|
|
|
@@ -1394,7 +1430,7 @@ do_stuff
|
|
|
1394
1430
|
|
|
1395
1431
|
<div id="a7.3.0" class="section">
|
|
1396
1432
|
<h1 class="title">
|
|
1397
|
-
<a href="#a-
|
|
1433
|
+
<a href="#a-607299818">24</a>
|
|
1398
1434
|
|
|
1399
1435
|
|
|
1400
1436
|
|
|
@@ -1442,7 +1478,7 @@ do_stuff
|
|
|
1442
1478
|
|
|
1443
1479
|
<div id="a7.2.0" class="section">
|
|
1444
1480
|
<h1 class="title">
|
|
1445
|
-
<a href="#a-
|
|
1481
|
+
<a href="#a-607303808">25</a>
|
|
1446
1482
|
|
|
1447
1483
|
|
|
1448
1484
|
|
|
@@ -1481,7 +1517,7 @@ do_stuff
|
|
|
1481
1517
|
|
|
1482
1518
|
<div id="a7.1.0" class="section">
|
|
1483
1519
|
<h1 class="title">
|
|
1484
|
-
<a href="#a-
|
|
1520
|
+
<a href="#a-607312478">26</a>
|
|
1485
1521
|
|
|
1486
1522
|
|
|
1487
1523
|
|
|
@@ -1524,7 +1560,7 @@ do_stuff
|
|
|
1524
1560
|
|
|
1525
1561
|
<div id="a7.0.0" class="section">
|
|
1526
1562
|
<h1 class="title">
|
|
1527
|
-
<a href="#a-
|
|
1563
|
+
<a href="#a-607319578">27</a>
|
|
1528
1564
|
|
|
1529
1565
|
|
|
1530
1566
|
|
|
@@ -1597,7 +1633,7 @@ do_stuff
|
|
|
1597
1633
|
|
|
1598
1634
|
<div id="a6.3.0" class="section">
|
|
1599
1635
|
<h1 class="title">
|
|
1600
|
-
<a href="#a-
|
|
1636
|
+
<a href="#a-607322658">28</a>
|
|
1601
1637
|
|
|
1602
1638
|
|
|
1603
1639
|
|
|
@@ -1718,7 +1754,7 @@ do_stuff
|
|
|
1718
1754
|
|
|
1719
1755
|
<div id="a6.2.0" class="section">
|
|
1720
1756
|
<h1 class="title">
|
|
1721
|
-
<a href="#a-
|
|
1757
|
+
<a href="#a-607325288">29</a>
|
|
1722
1758
|
|
|
1723
1759
|
|
|
1724
1760
|
|
|
@@ -1769,7 +1805,7 @@ do_stuff
|
|
|
1769
1805
|
|
|
1770
1806
|
<div id="a6.1.0" class="section">
|
|
1771
1807
|
<h1 class="title">
|
|
1772
|
-
<a href="#a-
|
|
1808
|
+
<a href="#a-607328218">30</a>
|
|
1773
1809
|
|
|
1774
1810
|
|
|
1775
1811
|
|
|
@@ -1801,7 +1837,7 @@ do_stuff
|
|
|
1801
1837
|
|
|
1802
1838
|
<div id="a6.0.0" class="section">
|
|
1803
1839
|
<h1 class="title">
|
|
1804
|
-
<a href="#a-
|
|
1840
|
+
<a href="#a-607334798">31</a>
|
|
1805
1841
|
|
|
1806
1842
|
|
|
1807
1843
|
|
|
@@ -1854,7 +1890,7 @@ do_stuff
|
|
|
1854
1890
|
|
|
1855
1891
|
<div id="a5.1.1" class="section">
|
|
1856
1892
|
<h1 class="title">
|
|
1857
|
-
<a href="#a-
|
|
1893
|
+
<a href="#a-607345218">32</a>
|
|
1858
1894
|
|
|
1859
1895
|
|
|
1860
1896
|
|
|
@@ -1890,7 +1926,7 @@ do_stuff
|
|
|
1890
1926
|
|
|
1891
1927
|
<div id="a5.1.0" class="section">
|
|
1892
1928
|
<h1 class="title">
|
|
1893
|
-
<a href="#a-
|
|
1929
|
+
<a href="#a-607350258">33</a>
|
|
1894
1930
|
|
|
1895
1931
|
|
|
1896
1932
|
|
|
@@ -1965,7 +2001,7 @@ do_stuff
|
|
|
1965
2001
|
|
|
1966
2002
|
<div id="a5.0.0" class="section">
|
|
1967
2003
|
<h1 class="title">
|
|
1968
|
-
<a href="#a-
|
|
2004
|
+
<a href="#a-607356608">34</a>
|
|
1969
2005
|
|
|
1970
2006
|
|
|
1971
2007
|
|
|
@@ -2028,7 +2064,7 @@ do_stuff
|
|
|
2028
2064
|
|
|
2029
2065
|
<div id="a4.0.0" class="section">
|
|
2030
2066
|
<h1 class="title">
|
|
2031
|
-
<a href="#a-
|
|
2067
|
+
<a href="#a-607363718">35</a>
|
|
2032
2068
|
|
|
2033
2069
|
|
|
2034
2070
|
|
|
@@ -2089,7 +2125,7 @@ do_stuff
|
|
|
2089
2125
|
|
|
2090
2126
|
<div id="a3.2.0" class="section">
|
|
2091
2127
|
<h1 class="title">
|
|
2092
|
-
<a href="#a-
|
|
2128
|
+
<a href="#a-607368318">36</a>
|
|
2093
2129
|
|
|
2094
2130
|
|
|
2095
2131
|
|
|
@@ -2139,7 +2175,7 @@ do_stuff
|
|
|
2139
2175
|
|
|
2140
2176
|
<div id="a3.1.0" class="section">
|
|
2141
2177
|
<h1 class="title">
|
|
2142
|
-
<a href="#a-
|
|
2178
|
+
<a href="#a-607376438">37</a>
|
|
2143
2179
|
|
|
2144
2180
|
|
|
2145
2181
|
|
|
@@ -2199,7 +2235,7 @@ do_stuff
|
|
|
2199
2235
|
|
|
2200
2236
|
<div id="a3.0.0" class="section">
|
|
2201
2237
|
<h1 class="title">
|
|
2202
|
-
<a href="#a-
|
|
2238
|
+
<a href="#a-607382298">38</a>
|
|
2203
2239
|
|
|
2204
2240
|
|
|
2205
2241
|
|
|
@@ -2272,7 +2308,7 @@ do_stuff
|
|
|
2272
2308
|
|
|
2273
2309
|
<div id="a2.0.0" class="section">
|
|
2274
2310
|
<h1 class="title">
|
|
2275
|
-
<a href="#a-
|
|
2311
|
+
<a href="#a-607391298">39</a>
|
|
2276
2312
|
|
|
2277
2313
|
|
|
2278
2314
|
|
|
@@ -2331,7 +2367,7 @@ do_stuff
|
|
|
2331
2367
|
|
|
2332
2368
|
<div id="a1.0.0" class="section">
|
|
2333
2369
|
<h1 class="title">
|
|
2334
|
-
<a href="#a-
|
|
2370
|
+
<a href="#a-607395838">40</a>
|
|
2335
2371
|
|
|
2336
2372
|
|
|
2337
2373
|
|
|
@@ -2415,7 +2451,7 @@ do_stuff
|
|
|
2415
2451
|
|
|
2416
2452
|
<div id="a0.0.0" class="section">
|
|
2417
2453
|
<h1 class="title">
|
|
2418
|
-
<a href="#a-
|
|
2454
|
+
<a href="#a-607398178">41</a>
|
|
2419
2455
|
|
|
2420
2456
|
|
|
2421
2457
|
|
|
@@ -2443,7 +2479,7 @@ do_stuff
|
|
|
2443
2479
|
<hr style="display: none"/>
|
|
2444
2480
|
<div id="toc">
|
|
2445
2481
|
<h1 id="toc:contents">Contents</h1>
|
|
2446
|
-
<ul><li><span class="hide">1 </span><a id="a-
|
|
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>
|
|
2447
2483
|
|
|
2448
2484
|
</div>
|
|
2449
2485
|
</body>
|
data/doc/history.inc
CHANGED
|
@@ -1,4 +1,17 @@
|
|
|
1
|
-
<% section "Version 18.0.
|
|
1
|
+
<% section "Version 18.0.1 (2007-08-02)", "18.0.1" do %>This release fixes some bugs regarding simulation time and control.
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
h2. Thanks
|
|
5
|
+
|
|
6
|
+
* Calvin Wong reported the bugs listed in the Repairs section.
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
h2. Repairs
|
|
10
|
+
|
|
11
|
+
* VCS does not acknowledge passage of time when cbReadWriteSynch callback is used, so I reverted back to using the cbAfterDelay callback (as was done in version 17.0.0).
|
|
12
|
+
|
|
13
|
+
* Ruby-VPI did not give control back to the Verilog simulator before it exited. As a result, the Verilog simulator did not have a chance to do any clean up or finish any pending tasks that remained in the simulation.
|
|
14
|
+
<% end %><% section "Version 18.0.0 (2007-07-31)", "18.0.0" do %>This release restores support for Synopsys VCS and Cadence NC-Sim, improves portability and performance, and enhances the VPI abstraction layer.
|
|
2
15
|
|
|
3
16
|
|
|
4
17
|
h2. Thanks
|
data/doc/history.yaml
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
-
|
|
2
|
+
Version: 18.0.1
|
|
3
|
+
|
|
4
|
+
Date: 2007-08-02
|
|
5
|
+
|
|
6
|
+
Record: |
|
|
7
|
+
This release fixes some bugs regarding simulation time and control.
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
h2. Thanks
|
|
11
|
+
|
|
12
|
+
* Calvin Wong reported the bugs listed in the Repairs section.
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
h2. Repairs
|
|
16
|
+
|
|
17
|
+
* VCS does not acknowledge passage of time when cbReadWriteSynch callback is used, so I reverted back to using the cbAfterDelay callback (as was done in version 17.0.0).
|
|
18
|
+
|
|
19
|
+
* Ruby-VPI did not give control back to the Verilog simulator before it exited. As a result, the Verilog simulator did not have a chance to do any clean up or finish any pending tasks that remained in the simulation.
|
|
20
|
+
|
|
21
|
+
|
|
1
22
|
-
|
|
2
23
|
Version: 18.0.0
|
|
3
24
|
|
data/doc/intro.inc
CHANGED
|
@@ -42,6 +42,8 @@ Ruby-VPI is "open source software":http://en.wikipedia.org/wiki/Open_source_soft
|
|
|
42
42
|
- browse online or obtain with "Darcs":http://darcs.net.
|
|
43
43
|
* "Forums":<%= forumURL %>
|
|
44
44
|
- discuss things and ask questions.
|
|
45
|
+
* "Mailing list":<%= mailListURL %>
|
|
46
|
+
- discuss things and ask questions.
|
|
45
47
|
* "Bugs":<%= trackerURL %>
|
|
46
48
|
- report defects in the software.
|
|
47
49
|
* "Patches":<%= trackerURL %>
|
|
@@ -95,12 +97,16 @@ Ruby-VPI is "open source software":http://en.wikipedia.org/wiki/Open_source_soft
|
|
|
95
97
|
|
|
96
98
|
* "Synopsys VCS":http://www.synopsys.com/products/simulation/simulation.html
|
|
97
99
|
- any version that supports the <tt>-load</tt> option is acceptable.
|
|
100
|
+
|
|
98
101
|
* "Mentor Modelsim":http://www.model.com
|
|
99
102
|
- any version that supports the <tt>-pli</tt> option is acceptable.
|
|
103
|
+
|
|
100
104
|
* "Cadence NC-Sim":http://www.cadence.com/products/functional_ver/nc-verilog/
|
|
101
|
-
- any version that supports the <tt>+loadvpi</tt> option is _mostly_ acceptable because you *will not* be able to "force values onto wires":manual.html#problem.ncsim.vpiForceFlag.
|
|
105
|
+
- any version that supports the <tt>+loadvpi</tt> option should be acceptable. However, version 05.83-s003 is _mostly_ acceptable because you *will not* be able to "force values onto wires":manual.html#problem.ncsim.vpiForceFlag.
|
|
106
|
+
|
|
102
107
|
* "GPL Cver":http://www.pragmatic-c.com/gpl-cver/
|
|
103
108
|
- version 2.11a or newer is acceptable.
|
|
109
|
+
|
|
104
110
|
* "Icarus Verilog":http://www.geda.seul.org/tools/icarus/index.html
|
|
105
111
|
- version 0.8 is _mostly_ acceptable because you *will not* be able to "access child handles through method calls":manual.html#Accessing_a_handle_s_relatives. The reason for this limitation is explained "in the user manual":manual.html#problems.ivl.vpi_handle_by_name.absolute-paths.
|
|
106
112
|
<% end %>
|
|
@@ -108,10 +114,13 @@ Ruby-VPI is "open source software":http://en.wikipedia.org/wiki/Open_source_soft
|
|
|
108
114
|
<% paragraph "Compilers" do %>
|
|
109
115
|
* "make":http://en.wikipedia.org/wiki/Make
|
|
110
116
|
- any flavor should be acceptable.
|
|
117
|
+
|
|
111
118
|
* C compiler
|
|
112
119
|
- the "GNU Compiler Collection (GCC)":http://www.gnu.org/software/gcc/ is preferred, but any C compiler should be acceptable.
|
|
120
|
+
|
|
113
121
|
* "SWIG":http://www.swig.org/download.html
|
|
114
122
|
- version 1.3.29 or newer is necessary.
|
|
123
|
+
|
|
115
124
|
* "Ruby":http://www.ruby-lang.org/en/downloads/
|
|
116
125
|
- version 1.8 or newer, including header and linkable object files for building extensions, is necessary. You can install Ruby by following "these instructions":http://www.ruby-lang.org/en/downloads/.
|
|
117
126
|
<% end %>
|
|
@@ -119,6 +128,7 @@ Ruby-VPI is "open source software":http://en.wikipedia.org/wiki/Open_source_soft
|
|
|
119
128
|
<% paragraph "Libraries" do %>
|
|
120
129
|
* "POSIX threads (pthreads)":http://en.wikipedia.org/wiki/Pthreads
|
|
121
130
|
- header and linkable object files, and operating system support for this library are necessary.
|
|
131
|
+
|
|
122
132
|
* "RubyGems":http://rubyforge.org/frs/?group_id=126
|
|
123
133
|
- any recent version should be acceptable. You can install RubyGems by following "these instructions":http://www.rubygems.org/read/chapter/3.
|
|
124
134
|
<% end %>
|
data/doc/lib/doc_format.rb
CHANGED