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 |