Wilson Snyder
|
62b0d15d2e
|
Add lint check for bad enum 4-state values.
|
2019-12-08 22:26:54 -05:00 |
Wilson Snyder
|
cda5c53cf9
|
Add BOUNDED warning and promote bounded queues to unbounded.
|
2019-12-08 15:56:49 -05:00 |
Wilson Snyder
|
10a6b566ef
|
Fix error on unpacked concatenations, bug1627.
|
2019-12-07 15:53:34 -05:00 |
Wilson Snyder
|
e28175108f
|
Support queues (excluding {} notation and pattern assignments), bug545.
|
2019-12-01 12:35:49 -05:00 |
Wilson Snyder
|
b81295230a
|
Support associative arrays.
|
2019-12-01 11:52:48 -05:00 |
Wilson Snyder
|
6ae7f7b152
|
Last commit: Fix pattern mismatch crash.
|
2019-12-01 11:43:48 -05:00 |
Wilson Snyder
|
03026b63b9
|
Internals: Refactor huge pattern function. No functional change intended.
|
2019-12-01 11:03:53 -05:00 |
Wilson Snyder
|
38e586fabe
|
Internals: Misc refectoring for assoc/queues.
|
2019-12-01 06:09:58 -05:00 |
Wilson Snyder
|
682c2a610f
|
Fix $display("%p") to be closer to IEEE.
|
2019-11-21 19:29:46 -05:00 |
Wilson Snyder
|
39eeda50c6
|
Internals: Rename MethodCall. No functional change.
|
2019-11-17 08:51:25 -05:00 |
Wilson Snyder
|
09ca4ce791
|
Internals: Assert proper AstArgs in place.
|
2019-11-17 08:43:04 -05:00 |
Wilson Snyder
|
0c0198cf55
|
Support string.toupper and string.tolower.
|
2019-11-17 05:05:09 -05:00 |
Wilson Snyder
|
62af9dbed4
|
Fix member to method error messages.
|
2019-11-16 15:32:55 -05:00 |
Wilson Snyder
|
3eb0ff8aa0
|
Detect wrong number of args on method calls.
|
2019-11-16 15:18:57 -05:00 |
Wilson Snyder
|
ce5a70fbca
|
Internals: Split large method function. No functional change.
|
2019-11-16 14:40:45 -05:00 |
Wilson Snyder
|
c36d9a68f5
|
Support $ungetc.
|
2019-11-16 12:55:10 -05:00 |
Wilson Snyder
|
de7caad710
|
Fix signed wildcard comparisons.
|
2019-11-16 09:58:01 -05:00 |
Wilson Snyder
|
4767083a72
|
Internals: Rework AstInitArray to have O(1) access. No functional change intended.
|
2019-11-09 17:12:26 -05:00 |
Wilson Snyder
|
5811ec07e6
|
Update URLs to https://verilator.org
|
2019-11-07 22:33:59 -05:00 |
Wilson Snyder
|
8a3227697e
|
Fix bad-syntax crashes, bug1579.
|
2019-11-04 22:00:20 -05:00 |
Wilson Snyder
|
67a0ad02d2
|
Fix bad-syntax crasses, bug1591.
|
2019-11-04 19:27:31 -05:00 |
Wilson Snyder
|
055a978866
|
Fix bad-syntax crasses, bug1583, bug1585.
|
2019-11-04 19:06:55 -05:00 |
Wilson Snyder
|
9ff5ef4ad5
|
Fix false CMPCONST/UNSIGNED warnings on inside, bug1581.
|
2019-11-02 16:56:37 -04:00 |
Wilson Snyder
|
63373f6f4c
|
Fix missing error when parameter assigned to type, bug1576.
|
2019-10-30 18:18:29 -04:00 |
Wilson Snyder
|
8ce60e955f
|
Fix missing error when parameter assigned to type, bug1575.
|
2019-10-29 18:38:59 -04:00 |
Wilson Snyder
|
771a301f66
|
Commentary: Remove newlines, upsets some patches. No functional change.
|
2019-10-04 20:17:11 -04:00 |
Wilson Snyder
|
4f315d9078
|
Fix ugly error on interface misuse, bug1525.
|
2019-09-25 21:53:01 -04:00 |
Wilson Snyder
|
900115bb2d
|
Fix false warning on backward indexing, bug1507.
|
2019-09-17 15:17:23 -04:00 |
Wilson Snyder
|
e556269692
|
Commentary - Spelling fixes
|
2019-09-12 07:22:22 -04:00 |
Wilson Snyder
|
fa904f386c
|
Commentary - Spelling fixes
|
2019-09-09 07:50:21 -04:00 |
Wilson Snyder
|
314cd92129
|
Support $fseek, $ftell, $frewind, bug1496.
|
2019-09-03 21:28:15 -04:00 |
Wilson Snyder
|
81e806e895
|
Fix elaboration time errors, bug1429.
|
2019-08-04 22:34:54 -04:00 |
Wilson Snyder
|
71265a8ec9
|
Internals: Rename unsized functions. No functional change.
|
2019-08-04 12:39:35 -04:00 |
Wilson Snyder
|
ee469eedaf
|
Fix some errors reporting wrong objects.
|
2019-07-14 15:06:49 -04:00 |
Wilson Snyder
|
cbb9288cb1
|
Fix some errors reporting wrong objects.
|
2019-07-14 12:21:39 -04:00 |
Wilson Snyder
|
a7e5cccf33
|
In errors, single quote signals and other from-user data.
|
2019-07-11 22:36:32 -04:00 |
Wilson Snyder
|
0f857ce423
|
In errors, single quote signals and other from-user data.
|
2019-07-11 22:09:30 -04:00 |
Wilson Snyder
|
dacf45fea9
|
Fix error message continuations to avoid linenumber repetition
|
2019-07-11 19:15:40 -04:00 |
Wilson Snyder
|
2ca418288d
|
Fix enum values not being sized based on parent, bug1442.
|
2019-07-06 16:26:44 -04:00 |
Wilson Snyder
|
8548ecfdac
|
Internals: Add UASSERT_OBJ macro to replace hand-done ifs. No functional change intended.
This makes it easier to filter out correctly zero code-coverage lines.
|
2019-07-06 12:57:50 -04:00 |
Wilson Snyder
|
01ef7122e9
|
Internals: Add lcov code coverage markers.
|
2019-06-30 22:37:03 -04:00 |
Wilson Snyder
|
8e7559c6c9
|
Show included-from filenames in warnings, bug1439.
|
2019-06-22 17:01:39 -04:00 |
Wilson Snyder
|
f6f8073058
|
Support logical equivalence operator <->.
|
2019-06-01 19:40:06 -04:00 |
Wilson Snyder
|
b83b606267
|
Internals: Detab and fix spacing style issues. No functional change.
When diff, recommend using "git diff --ignore-all-space"
When merging, recommend using "git merge -Xignore-all-space"
|
2019-05-19 16:13:13 -04:00 |
Wilson Snyder
|
01725f662f
|
Fix $display with string without %s, bug1441.
|
2019-05-16 21:21:38 -04:00 |
Wilson Snyder
|
13ecb8e177
|
Fix fault on with %t, bug1443.
|
2019-05-16 19:35:10 -04:00 |
Todd Strader
|
eac3458647
|
Internals: V3Number tracks node information, part of bug1305.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2019-05-09 20:03:19 -04:00 |
Wilson Snyder
|
37c8cc82b2
|
Auto-extend and WIDTH warn on unsized X/Zs, bug1423.
|
2019-05-07 21:57:38 -04:00 |
Wilson Snyder
|
7bf3366041
|
Support .
|
2019-03-07 20:56:53 -05:00 |
Wilson Snyder
|
ef884143d1
|
Add circular typedef error, bug1388.
|
2019-01-12 09:33:57 -05:00 |
Wilson Snyder
|
0d4270c979
|
Turn off temporary debug message.
|
2019-01-05 06:01:22 -05:00 |
Wilson Snyder
|
8a4aeddbb0
|
Copyright year update.
|
2019-01-03 19:17:22 -05:00 |
Wilson Snyder
|
e01c9df35e
|
Fix error when pattern assignment has too few elements, bug1378.
|
2018-12-18 20:41:14 -05:00 |
Wilson Snyder
|
45c9939a5e
|
Fix hang on bad pattern keys, bug1364.
|
2018-11-01 19:03:52 -04:00 |
Wilson Snyder
|
ad2929dff0
|
Support "ref" and "const ref" pins and functions, bug1360.
|
2018-10-30 20:50:09 -04:00 |
Wilson Snyder
|
b8098098d8
|
Internals: Refactor input/output to new class in prep for ref support.
|
2018-10-27 17:29:00 -04:00 |
Wilson Snyder
|
304a24d03a
|
Internals: Fix many clang-tidy issues. No functional change intended.
|
2018-10-14 18:39:33 -04:00 |
Wilson Snyder
|
5ae1ce90ad
|
Internals: Refactor into cvtToHex function. No functional change.
|
2018-10-14 16:25:36 -04:00 |
Wilson Snyder
|
d87b9d25ca
|
Internals: Cleanup and standardize include order. No functional change intended.
|
2018-10-14 13:59:40 -04:00 |
Wilson Snyder
|
595419b370
|
Internals: Sort includes for clang-tidy. No functional change intended.
|
2018-10-14 07:04:18 -04:00 |
Wilson Snyder
|
0e37747d2c
|
Support $past.
|
2018-09-23 15:20:01 -04:00 |
Wilson Snyder
|
3a6edae59d
|
Fix string ?: conditional type resolution, bug1345.
|
2018-09-12 19:20:15 -04:00 |
Wilson Snyder
|
aaac5d4685
|
Support string.atoi and similar methods, bug1289.
|
2018-08-25 13:49:37 -04:00 |
Wilson Snyder
|
75f28fd446
|
Internals: Fix spacing of function calls. No functional change.
|
2018-08-25 09:52:45 -04:00 |
Wilson Snyder
|
8f838433df
|
Internals: Fix spacing and style of v4 changes. No functional change.
|
2018-08-23 05:22:34 -04:00 |
Wilson Snyder
|
05db8ce6c8
|
Internals: Move iterators to AstNVisitor to avoid null this.
|
2018-05-10 20:55:37 -04:00 |
Wilson Snyder
|
02f18fc21b
|
Merge from master
|
2018-03-15 23:31:59 -04:00 |
Wilson Snyder
|
2d580e6939
|
Support IEEE 1800-2017 as default language.
|
2018-03-12 22:26:34 -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
|
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
|
54a101acbe
|
Internals: Fix -DLEAK_CHECKS failing due to visitor destructor being too late.
|
2018-03-10 12:57:50 -05:00 |
Wilson Snyder
|
22ff760f0b
|
Support calling system functions as tasks, bug1285.
|
2018-03-08 23:40:19 -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
|
1376e5de92
|
Fix pullup/pulldowns on bit selects, bug1274.
|
2018-02-10 19:08:07 -05:00 |
Wilson Snyder
|
22573d238b
|
Internals: Fix GCC8 cppcheck warnings. No functional change.
|
2018-02-07 20:16:53 -05:00 |
Wilson Snyder
|
32859d9fc2
|
Fix GCC 8.0 issues
|
2018-02-07 18:58:21 -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
|
9a2a5d3155
|
Internals: Unroll V3Width task processing, in prep for openarrays. No functional change intended.
|
2017-12-16 09:36:07 -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 |
Wilson Snyder
|
38b0e8a777
|
Fix some clang-analyzer warnings
|
2017-11-25 15:41:49 -05:00 |
Wilson Snyder
|
ae9179f412
|
Fix partial slicing with pattern assignments, bug991.
|
2017-11-23 14:55:32 -05:00 |
John Coiner
|
5c919cd0de
|
Fix null dereference crash in width process.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2017-11-09 07:43:30 -05:00 |
Wilson Snyder
|
a1a8f17617
|
Internals: Add const's. No functional change
|
2017-10-10 20:24:10 -04:00 |
Wilson Snyder
|
d6b10465f3
|
Improve more errors to note IEEE
|
2017-09-18 23:06:31 -04:00 |
Wilson Snyder
|
63361fc56e
|
Add performance information to --stats file.
|
2017-09-17 22:52:57 -04:00 |
Wilson Snyder
|
256eb4bba0
|
Support or/and/xor array intrinsic methods, bug1210.
|
2017-09-13 19:37:47 -04:00 |
Wilson Snyder
|
8c9ca7a1b3
|
Fix LITENDIAN warning on arrayed cells, bug1202.
|
2017-09-13 19:09:49 -04:00 |
Wilson Snyder
|
c28a6eef3b
|
Fix whitespace issues, bug1203.
|
2017-09-11 19:18:58 -04:00 |
Wilson Snyder
|
c7a5ff5e82
|
Tests: Fix broken vgen test, commentary.
|
2017-06-20 19:10:18 -04:00 |
Wilson Snyder
|
97093fdf81
|
Fix power operator on wide constants, bug761.
|
2017-06-05 20:30:01 -04:00 |
Wilson Snyder
|
6b04901c4d
|
Fix testplusargs false width warning, bug1165.
|
2017-05-19 07:20:41 -04:00 |
Wilson Snyder
|
b032fce962
|
Support $value$plusargs with variables, bug1165.
|
2017-05-18 22:41:43 -04:00 |