Wilson Snyder
|
86d85412e1
|
Merge from master
|
2018-06-22 18:51:02 -04:00 |
Wilson Snyder
|
35a40b4930
|
Commentary
|
2018-06-22 06:35:27 -04:00 |
Wilson Snyder
|
9f5a4c9b22
|
Fix cppcheck warnings. No functional change intended.
|
2018-06-14 19:04:52 -04:00 |
Wilson Snyder
|
5988bba9fb
|
Merge from master
|
2018-06-12 21:25:26 -04:00 |
Wilson Snyder
|
1c5c9e2435
|
cppcheck fixes
|
2018-06-12 21:14:20 -04:00 |
John Coiner
|
3e739db7fa
|
Fix linear searches. bug1316.
|
2018-06-11 22:05:45 -04:00 |
Wilson Snyder
|
02f18fc21b
|
Merge from master
|
2018-03-15 23:31:59 -04:00 |
Wilson Snyder
|
7922a1de28
|
Internals: Misc cleanups related to V3LinkDot. No functional change intended.
|
2018-03-15 19:46:05 -04:00 |
John Coiner
|
fc48008c1c
|
Support
|
2018-03-12 16:44:01 -04:00 |
Wilson Snyder
|
5652867316
|
Merge from master
|
2018-03-11 10:42:44 -04:00 |
Wilson Snyder
|
c8cf2afb15
|
Support assert properties, bug785, bug1290.
|
2018-03-11 10:37:20 -04:00 |
Wilson Snyder
|
d08a91b71e
|
Fix GCC lint complaint of calling NULL->cloneTree. No functional change intended.
|
2018-03-10 17:44:17 -05:00 |
Wilson Snyder
|
2c30aecc5b
|
Merge from master
|
2018-03-10 16:51:34 -05:00 |
Wilson Snyder
|
770045676f
|
Internals: Split some extremely long lines. No functional change.
|
2018-03-10 16:32:04 -05:00 |
Wilson Snyder
|
22ff760f0b
|
Support calling system functions as tasks, bug1285.
|
2018-03-08 23:40:19 -05:00 |
John Coiner
|
ef3c7bb6a2
|
Better optimize large always block splitting, bug1244.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2018-02-28 06:58:41 -05:00 |
Wilson Snyder
|
f0ba17a19b
|
Merge from master.
|
2018-02-27 07:24:31 -05:00 |
Patrick Stewart
|
fe5c4df079
|
Support trig functions (() etc), bug1281.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2018-02-26 04:25:07 -05:00 |
Wilson Snyder
|
597d28b505
|
Fix internals to make null-pointer-check clean. Also add more const's. No functional change intended, but likely something will break.
|
2018-02-01 21:32:58 -05:00 |
Wilson Snyder
|
94e8cf1de9
|
Internals: Use explicit std:: instead of using namespace std. No functional change intended.
|
2018-02-01 21:24:41 -05:00 |
Wilson Snyder
|
8e65d93d6d
|
Copyright year update. No functional change.
|
2018-01-02 18:05:06 -05:00 |
Wilson Snyder
|
49fe4d081c
|
Support DPI open arrays, bug909, bug1245.
|
2017-12-17 16:28:58 -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
|
662ebece71
|
Support string len() method.
|
2017-12-07 19:57:11 -05:00 |
John Coiner
|
f0217edef1
|
Internals: Keep a ptr to _eval in AstNetlist, make it easier to find.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2017-11-30 18:53:57 -05:00 |
Wilson Snyder
|
ae9179f412
|
Fix partial slicing with pattern assignments, bug991.
|
2017-11-23 14:55:32 -05:00 |
Wilson Snyder
|
a579e9273b
|
Support self-recursive modules, bug659.
|
2017-11-18 17:42:35 -05:00 |
Wilson Snyder
|
562f17ea4b
|
Fix xml tags on typedefs.
|
2017-11-13 18:04:13 -05:00 |
Wilson Snyder
|
c0afe96b80
|
Fix addition of data types to --xml.
|
2017-11-09 18:04:16 -05:00 |
Wilson Snyder
|
cbb7cd16d0
|
Detect MSB overflow when under VL_DEBUG, bug1238.
|
2017-11-05 21:47:55 -05:00 |
John Coiner
|
f63e946f04
|
Internals: Add consts. No functional change.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2017-11-02 18:02:11 -04:00 |
Wilson Snyder
|
ec6fae5d1a
|
Internals: Add const to same() methods. No functional change.
|
2017-10-28 10:26:34 -04:00 |
Wilson Snyder
|
eb65984368
|
Tests: Additional display merge tests. No functional change.
|
2017-10-21 13:50:31 -04:00 |
Wilson Snyder
|
bbed4d50ab
|
Fix clang and cppcheck warnings.
|
2017-10-14 14:51:57 -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 |
Wilson Snyder
|
8281ee1520
|
Optimize arrayed if assignments
|
2017-10-04 22:10:44 -04:00 |
Wilson Snyder
|
75aab4e9d2
|
Fix conditional slices and add related optimizations.
|
2017-10-04 21:27:34 -04:00 |
Wilson Snyder
|
b532a47e4a
|
Internals: Prep for V3Slice rewrite. No functional change intended.
|
2017-10-04 21:15:19 -04:00 |
Wilson Snyder
|
89c8449ec0
|
Support package export, bug1217.
|
2017-09-20 21:04:59 -04:00 |
Wilson Snyder
|
cf6a69da27
|
Internals: Fix some cast and fallthrough warnings. No functional change
|
2017-09-14 23:27:06 -04:00 |
Wilson Snyder
|
9d055f8c13
|
Fix ordering of arrayed cell wide connections, bug1202 partial.
|
2017-09-12 19:34:10 -04:00 |
Wilson Snyder
|
c28a6eef3b
|
Fix whitespace issues, bug1203.
|
2017-09-11 19:18:58 -04:00 |
Wilson Snyder
|
590ad964b1
|
Add assertion on bad formed lvalues, used to debug bug1187.
|
2017-08-13 18:08:44 -04:00 |
Wilson Snyder
|
70daadf987
|
Fix cpp-check warnings; support XML format 2
|
2017-07-06 20:25:59 -04:00 |
Wilson Snyder
|
b032fce962
|
Support $value$plusargs with variables, bug1165.
|
2017-05-18 22:41:43 -04:00 |
Wilson Snyder
|
ce879122bb
|
Fix --assert with complex case statements, bug1164.
|
2017-05-17 20:15:40 -04:00 |
Wilson Snyder
|
96a5445d44
|
Support ports of array of reals, bug1154.
|
2017-04-28 06:10:14 -04:00 |
Wilson Snyder
|
e6d7e7e329
|
Version bump
|
2017-01-15 12:13:13 -05:00 |
Wilson Snyder
|
f942aba855
|
Support old-style (), bug467.
|
2017-01-09 19:19:21 -05:00 |
Wilson Snyder
|
a1e4d676c3
|
Fix parsing sensitivity with &&, bug934.
|
2016-12-21 18:23:14 -05:00 |