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 |
Wilson Snyder
|
96a5445d44
|
Support ports of array of reals, bug1154.
|
2017-04-28 06:10:14 -04:00 |
Wilson Snyder
|
d693065afb
|
Fix backwards array interface error message
|
2017-04-27 06:36:14 -04:00 |
Wilson Snyder
|
e9125a3a22
|
Fix error on parameters with dotted references, bug1146.
|
2017-03-28 19:55:20 -04:00 |
Wilson Snyder
|
c27a60658f
|
Add error on duplicate pattern assignments, bug1145.
|
2017-03-23 18:15:03 -04:00 |
Wilson Snyder
|
a6b78cbbee
|
Fix error on improperly widthed default function, bug984.
|
2017-03-21 19:27:42 -04:00 |
Wilson Snyder
|
182a7076fd
|
Fix missing error on interface size mismatch, bug1143.
|
2017-03-21 19:19:28 -04:00 |
Wilson Snyder
|
473d555dc1
|
Fix ugly interface-to-non-interface errors, bug1112.
|
2017-03-17 18:35:53 -04:00 |
Wilson Snyder
|
e637dd2390
|
Fix internal error on initializing parameter array, bug1131.
|
2017-03-06 07:20:30 -05:00 |
Wilson Snyder
|
e6d7e7e329
|
Version bump
|
2017-01-15 12:13:13 -05:00 |
Wilson Snyder
|
7efa40966a
|
Internals: Remove second argument to visitors. No functional change intended.
|
2016-11-27 08:11:38 -05:00 |
Wilson Snyder
|
6d644dc764
|
Internals: V3Width now iterates like others, replacing arg passing. No functional change intended.
|
2016-11-25 16:48:36 -05:00 |
Wilson Snyder
|
ad39931e87
|
Internals: Cleanup uses of accept in V3Width. No functional change.
|
2016-11-07 19:14:45 -05:00 |
Wilson Snyder
|
e52f5f1b63
|
Internals: Remove extraneous castNode() calls. No functional change.
|
2016-11-05 10:06:43 -04:00 |
Wilson Snyder
|
bda4b326ab
|
Internals: Use mixed case for AstType enums. No functional change.
|
2016-11-05 09:47:56 -04:00 |
Wilson Snyder
|
2117fe414e
|
Fix error on wide numbers that represent shifts, bug1088.
|
2016-09-14 20:27:20 -04:00 |
Wilson Snyder
|
f11757e43a
|
Fix error on wide shift, msg2005.
|
2016-09-12 18:31:45 -04:00 |
Wilson Snyder
|
891214fa72
|
Fix enum values of 11-16 bits wide using .next/.prev, bug1062.
|
2016-06-15 22:46:34 -04:00 |
Wilson Snyder
|
e819e285e2
|
Fix false warnings on non-power-2 enums using .next/.prev.
|
2016-06-15 20:13:52 -04:00 |
Wilson Snyder
|
9ae40d64f0
|
Support parameter type, bug376.
|
2016-03-14 21:51:31 -04:00 |
Wilson Snyder
|
cef097b7b7
|
Internals: Refactoring prep for parameter type branch. No functional change intended.
|
2016-03-12 20:54:52 -05:00 |
Wilson Snyder
|
90ecf14a0a
|
Fix pattern assignment width propagation, bug1037.
|
2016-02-21 23:00:21 -05:00 |
Wilson Snyder
|
a509b6a21c
|
Internals: Fix compares to null, ongoing part of bug1030. No functional change intended.
|
2016-02-08 22:15:44 -05:00 |
Wilson Snyder
|
d56179df17
|
Internals: Fix compares to null, part of bug1030. No functional change intended.
|
2016-02-02 21:02:00 -05:00 |
Wilson Snyder
|
b738d1960a
|
Copyright year update
|
2016-01-06 20:36:41 -05:00 |
Wilson Snyder
|
9254443cd4
|
Fix casts under generates, bug999.
|
2015-11-12 22:29:42 -05:00 |
Wilson Snyder
|
b0a249f338
|
Fix display %u, %v, %p, %z, bug989.
|
2015-11-10 21:12:15 -05:00 |
Johan Bjork
|
0081ce4a75
|
Fix size-changing cast on packed struct, bug993.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2015-11-06 19:12:17 -05:00 |
Wilson Snyder
|
4475060268
|
Ignore %l in , bug983.
|
2015-10-27 20:37:52 -04:00 |
Wilson Snyder
|
215d5f68b0
|
Fix struct.enum.name method calls, bug855.
|
2015-10-23 22:57:15 -04:00 |
Wilson Snyder
|
4fc9a906f6
|
Internals: Fix cppcheck warnings; add VL_DANGLING. No functional change.
|
2015-10-04 13:16:35 -04:00 |
Wilson Snyder
|
5de83c9805
|
Internals: Fix cppcheck warnings. No functional change.
|
2015-10-04 13:11:32 -04:00 |
Wilson Snyder
|
318ded4198
|
Internals: Cleanup cppcheck warnings.
|
2015-10-03 22:33:06 -04:00 |
Wilson Snyder
|
a950e4816d
|
Support extraction of enum bits, bug951.
|
2015-08-12 21:33:40 -04:00 |
Wilson Snyder
|
c87c66efb1
|
Fix size casts as second argument of cast item, bug950.
|
2015-08-12 19:37:25 -04:00 |
Wilson Snyder
|
9e61b9f696
|
Fix width propagation on sized casts, bug925.
|
2015-06-06 13:43:14 -04:00 |
Wilson Snyder
|
9542783a7e
|
Internals: Refactor V3Inst static class. No functional change.
|
2015-05-13 20:56:16 -04:00 |
Wilson Snyder
|
0ee5743853
|
Add --dump-treei-<srcfile>, bug894.
|
2015-03-12 19:48:04 -04:00 |
Wilson Snyder
|
052a7e3deb
|
Fix sign extension of pattern members, bug882.
|
2015-02-12 07:47:45 -05:00 |
Wilson Snyder
|
099f797975
|
Fix slice connections of arrays to ports, bug880.
|
2015-02-10 20:24:21 -05:00 |
Wilson Snyder
|
8323092a0c
|
Fix cppcheck warnings. No functional change.
|
2015-02-09 21:05:27 -05:00 |