Wilson Snyder
|
49fe4d081c
|
Support DPI open arrays, bug909, bug1245.
|
2017-12-17 16:28:58 -05:00 |
|
Tymoteusz Blazejczyk
|
173f71dca6
|
Fix SystemC 2.3.2 compile error, bug1251.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2017-12-17 08:23:22 -05:00 |
|
Wilson Snyder
|
51787d68b9
|
Add error if always_comb has sensitivity list.
|
2017-12-13 19:49:37 -05:00 |
|
Wilson Snyder
|
33eb0db6f8
|
Fix resolving inline nested interface names, bug1250.
|
2017-12-13 19:42:49 -05:00 |
|
Wilson Snyder
|
d1b8f53711
|
Support DPI time and svLogicVal.
Note older version incorrectly assumed svBitVal even for logicals.
|
2017-12-09 20:17:37 -05:00 |
|
Wilson Snyder
|
345657ab32
|
Workaround GCC/clang bug with huge compile times, bug1248.
|
2017-12-09 11:52:35 -05:00 |
|
Wilson Snyder
|
b11fa372b1
|
Fix constant propagation across DPI imports of inout strings.
|
2017-12-07 20:10:27 -05:00 |
|
Wilson Snyder
|
662ebece71
|
Support string len() method.
|
2017-12-07 19:57:11 -05:00 |
|
Wilson Snyder
|
d215149c7c
|
Fix false ALWCOMBORDER on interface references, bug1247.
|
2017-12-06 21:29:10 -05:00 |
|
Wilson Snyder
|
895fc0911a
|
Support > 64 bit decimal $display.
|
2017-12-02 22:10:58 -05:00 |
|
Wilson Snyder
|
8f1798cc6f
|
Fix modport outputs being treated as inputs, bug1246.
|
2017-11-28 19:11:41 -05:00 |
|
Wilson Snyder
|
339a7640a8
|
devel release
|
2017-11-27 18:50:14 -05:00 |
|
Wilson Snyder
|
0478dbdd1f
|
Version bump
|
2017-11-25 15:42:11 -05:00 |
|
Wilson Snyder
|
ae9179f412
|
Fix partial slicing with pattern assignments, bug991.
|
2017-11-23 14:55:32 -05:00 |
|
Wilson Snyder
|
45702e319b
|
Support $size/$bits/etc on type references.
|
2017-11-23 10:17:56 -05:00 |
|
Wilson Snyder
|
7c443ab108
|
Fix error on "unique case" with no cases.
|
2017-11-21 21:52:37 -05:00 |
|
Wilson Snyder
|
dd37c2ea86
|
Support $error/$warning in elaboration time blocks.
|
2017-11-21 21:10:42 -05:00 |
|
Wilson Snyder
|
3558e70722
|
Commentary
|
2017-11-18 17:52:06 -05:00 |
|
Wilson Snyder
|
a579e9273b
|
Support self-recursive modules, bug659.
|
2017-11-18 17:42:35 -05:00 |
|
Wilson Snyder
|
d119d10569
|
Add BSSPACE and COLONPLUS lint warnings.
|
2017-11-15 20:19:12 -05:00 |
|
Wilson Snyder
|
38988c005c
|
Fix false unused warning on interfaces, bug1241.
|
2017-11-14 20:10:25 -05:00 |
|
Wilson Snyder
|
8cc4b588b2
|
Add error when driving input-only modport.
|
2017-11-14 19:50:31 -05:00 |
|
Wilson Snyder
|
f555c93c11
|
Add data types to --xml.
|
2017-11-08 21:27:15 -05:00 |
|
Wilson Snyder
|
cbb7cd16d0
|
Detect MSB overflow when under VL_DEBUG, bug1238.
|
2017-11-05 21:47:55 -05:00 |
|
Wilson Snyder
|
f5dfa1e9c3
|
Fix MacOS portability, bug1232.
|
2017-10-15 10:36:50 -04:00 |
|
Wilson Snyder
|
5fb21c2159
|
devel release
|
2017-10-14 20:47:25 -04:00 |
|
Wilson Snyder
|
132f61e900
|
Fix version
|
2017-10-14 16:20:17 -04:00 |
|
Wilson Snyder
|
0e9be8eea0
|
Version bump
|
2017-10-14 16:15:07 -04:00 |
|
Wilson Snyder
|
f81daac9c0
|
Fix MacOS portability, bug1231.
|
2017-10-14 12:56:16 -04:00 |
|
Wilson Snyder
|
db8e8392fa
|
Fix MacOS portability, bug1230.
|
2017-10-14 09:00:39 -04:00 |
|
Wilson Snyder
|
de35c90847
|
Fix float-conversion warning, bug1229.
|
2017-10-11 19:01:37 -04:00 |
|
Wilson Snyder
|
12be852a43
|
Fix ` expansion of defines, bug1227, bug1228.
|
2017-10-10 18:44:10 -04:00 |
|
Wilson Snyder
|
e1f1c82d4e
|
Fix -E duplicating output, bug1226.
|
2017-10-09 21:08:50 -04:00 |
|
Wilson Snyder
|
3c1b82255e
|
Change VL_THREADED to use C++11, and compute and test related GCC flags automatically
|
2017-10-07 21:29:57 -04:00 |
|
Wilson Snyder
|
221e4ff6fe
|
Fix ` expansion of empty defines, bug1225.
|
2017-10-07 14:09:33 -04:00 |
|
Chris Randall
|
264b888ef2
|
Add /*verilator tag*/ for XML extraction applications.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2017-10-06 07:33:52 -04:00 |
|
John Coiner
|
ba270e09a4
|
Add --no-relative-cfuncs and related default optimization, bug1224.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2017-10-05 18:18:11 -04:00 |
|
Wilson Snyder
|
75aab4e9d2
|
Fix conditional slices and add related optimizations.
|
2017-10-04 21:27:34 -04:00 |
|
Wilson Snyder
|
77a3d683e3
|
Fix unnecessary Vdly variables, bug1224 partial.
|
2017-10-03 21:26:42 -04:00 |
|
Wilson Snyder
|
89ac6ab594
|
Fix memory leak in VerilatedVcd dumps, bug1222 partial.
|
2017-10-02 18:49:00 -04:00 |
|
Wilson Snyder
|
33780a09df
|
Add --x-initial option
|
2017-10-01 21:31:40 -04:00 |
|
John Coiner
|
a9c9d5ca4b
|
Fix over-aggressive inlining, bug1223.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2017-10-01 18:02:58 -04:00 |
|
Wilson Snyder
|
ab07dbdb9d
|
Fix over-aggressive inlining, bug1223.
|
2017-10-01 18:00:27 -04:00 |
|
Wilson Snyder
|
04ca6a4307
|
Fix compiler warning when WIDTH warning ignored on large compare.
|
2017-10-01 10:21:27 -04:00 |
|
John Coiner
|
c7cbe11ba4
|
Fix Ubuntu 17.10 issues, bug1223 partial.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2017-09-30 13:33:14 -04:00 |
|
Wilson Snyder
|
4794093aba
|
Replaced test_c/test_sc with new examples/ directory.
|
2017-09-23 21:18:07 -04:00 |
|
Wilson Snyder
|
46e300b2c5
|
Add --getenv option.
|
2017-09-23 18:03:39 -04:00 |
|
Wilson Snyder
|
4e2ec09f9a
|
Tests: The internal test_verilated test directory is moved to be part of test_regress.
|
2017-09-23 10:49:29 -04:00 |
|
Wilson Snyder
|
cdbae456d5
|
devel release
|
2017-09-23 10:11:06 -04:00 |
|
Wilson Snyder
|
379177d2f4
|
Version bump
|
2017-09-23 10:04:52 -04:00 |
|