Wilson Snyder
|
ec6fae5d1a
|
Internals: Add const to same() methods. No functional change.
|
2017-10-28 10:26:34 -04:00 |
Wilson Snyder
|
bbed4d50ab
|
Fix clang and cppcheck warnings.
|
2017-10-14 14:51:57 -04:00 |
Wilson Snyder
|
a1a8f17617
|
Internals: Add const's. No functional change
|
2017-10-10 20:24:10 -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
|
b532a47e4a
|
Internals: Prep for V3Slice rewrite. No functional change intended.
|
2017-10-04 21:15:19 -04:00 |
Wilson Snyder
|
82460b0da3
|
Commentary
|
2017-10-01 23:06:16 -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
|
7b642bcbb4
|
Support packed struct DPI imports, bug1190.
|
2017-08-11 19:07:47 -04:00 |
Wilson Snyder
|
70daadf987
|
Fix cpp-check warnings; support XML format 2
|
2017-07-06 20:25:59 -04:00 |
Wilson Snyder
|
ea82bfcced
|
Fix GCC 6 warnings.
|
2017-07-06 19:07:23 -04:00 |
Wilson Snyder
|
96a5445d44
|
Support ports of array of reals, bug1154.
|
2017-04-28 06:10:14 -04:00 |
Wilson Snyder
|
be6a3d0f10
|
Fix wreal not handling continuous assign, bug1150.
|
2017-03-30 18:32:37 -04:00 |
Wilson Snyder
|
e6d7e7e329
|
Version bump
|
2017-01-15 12:13:13 -05:00 |
Wilson Snyder
|
2d0084308d
|
Internals: Convert AstNUser to non-pointer to avoid NULL call. No functional change intended.
|
2016-11-27 09:40:12 -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
|
183cabc77d
|
Internals: Have cloning return node's type to avoid casts. No functional change.
|
2016-11-08 21:16:22 -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
|
e8e4f1777d
|
Internals: Add cloneType method. Unused - for next checkin.
|
2016-07-23 16:54:36 -04:00 |
Wilson Snyder
|
e64b2d3372
|
Internals: user#inc now has optional increment value.
|
2016-05-06 22:26:15 -04:00 |
Wilson Snyder
|
04977ef721
|
Internals: Show clocker in debug dumps. Part of bug1009.
|
2016-05-05 22:40:19 -04: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
|
d1acaea611
|
Internals: Fix compares to null, ongoing part of bug1030. No functional change intended.
|
2016-02-03 20:44:31 -05:00 |
Wilson Snyder
|
b738d1960a
|
Copyright year update
|
2016-01-06 20:36:41 -05:00 |
Wilson Snyder
|
318ded4198
|
Internals: Cleanup cppcheck warnings.
|
2015-10-03 22:33:06 -04:00 |
Wilson Snyder
|
d0ec991bb2
|
Fix mis-optimizing public DPI functions, bug963.
|
2015-09-18 19:06:15 -04:00 |
Wilson Snyder
|
a950e4816d
|
Support extraction of enum bits, bug951.
|
2015-08-12 21:33:40 -04:00 |
Wilson Snyder
|
7312de6bc2
|
Fix sign extension in large localparams, bug910.
|
2015-05-14 21:46:07 -04:00 |
Wilson Snyder
|
486d69da5f
|
Add --clk and related optimizations, msg1533.
|
2015-03-12 19:20:46 -04:00 |
Wilson Snyder
|
4c91ade61d
|
Copyright year update
|
2015-01-07 18:25:53 -05:00 |
Wilson Snyder
|
c1593f856d
|
Support enum.first/name and similar methods, bug848.
|
2014-11-28 20:34:23 -05:00 |
Wilson Snyder
|
43be4cf2b5
|
Add 'string' printing and comparisons, bug746, bug747, etc.
|
2014-11-28 15:01:50 -05:00 |
Wilson Snyder
|
8b457b9b66
|
Internal: Rename string functions. No functional change.
|
2014-11-28 13:50:37 -05:00 |
Wilson Snyder
|
6da13c6486
|
Internals: Split V3Error into V3FileLine. No functional change.
|
2014-11-22 11:48:39 -05:00 |
Wilson Snyder
|
3f82fd2f37
|
Add public enums, bug833.
|
2014-11-07 07:50:11 -05:00 |
Wilson Snyder
|
8bfb5cc5e9
|
Internals: Add sameGateTree.
|
2014-11-02 19:52:49 -05:00 |
Wilson Snyder
|
27af9b6b06
|
Fix clang warnings, bug818.
|
2014-09-11 21:28:53 -04:00 |
Wilson Snyder
|
8031f0ed7f
|
Fix duplicate anonymous structures in , bug788.
|
2014-06-15 11:18:47 -04:00 |
Wilson Snyder
|
2accba2e71
|
Update WIDTH warning message formats to match future commit.
|
2014-04-29 21:11:57 -04:00 |
Wilson Snyder
|
2e10555f03
|
Fix tracing of packed arrays without --trace-structs, bug742.
|
2014-04-15 20:20:45 -04:00 |
Glen Gibb
|
d34275150c
|
Support streaming operators, bug649.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2014-04-09 20:29:35 -04:00 |
Wilson Snyder
|
14fcfd8a40
|
Fix signed extension problem with -Wno-WIDTH, bug729.
|
2014-04-05 15:52:05 -04:00 |
Wilson Snyder
|
ed39c66715
|
Internals: Make const iterator to fix missed-edits on dump. Merge from bug683 branch.
|
2014-03-31 20:24:05 -04:00 |
Wilson Snyder
|
17b8b660f0
|
Internals: Fix assignment pattern replication. From bug355 branch.
|
2014-03-30 10:20:12 -04:00 |
Wilson Snyder
|
2d61e0270e
|
Support case inside, bug708.
|
2014-01-20 21:59:53 -05:00 |
Wilson Snyder
|
4422de0c6c
|
Copyright year update.
|
2014-01-06 19:28:57 -05:00 |
Wilson Snyder
|
7e54281e26
|
Fix array assignment from const var, bug693.
|
2013-10-31 22:39:26 -04:00 |
Wilson Snyder
|
15f512bdee
|
Debug: With --debug, run check tree at all steps even if no --dump-more
|
2013-10-30 23:25:54 -04:00 |
Wilson Snyder
|
4f6d80c602
|
Add UNPACKED warning to convert unpacked structs.
|
2013-10-28 20:41:05 -04:00 |