Wilson Snyder
|
8323092a0c
|
Fix cppcheck warnings. No functional change.
|
2015-02-09 21:05:27 -05:00 |
Wilson Snyder
|
e5af46d3fb
|
Add warning on slice selection out of bounds, bug875.
|
2015-01-25 16:32:46 -05:00 |
Wilson Snyder
|
4c91ade61d
|
Copyright year update
|
2015-01-07 18:25:53 -05:00 |
Wilson Snyder
|
b71b9ccb57
|
Fix member select error broke in 3.868, bug867.
|
2014-12-24 19:27:46 -05:00 |
Wilson Snyder
|
8b0af19351
|
Support cast operator with expression size, bug865.
|
2014-12-23 22:11:31 -05:00 |
Wilson Snyder
|
e755c7fdcc
|
Internals: Rename to avoid off-by-one
|
2014-11-29 08:56:07 -05:00 |
Wilson Snyder
|
8d463b33cd
|
Fix enum name off-by-one, bug854.
|
2014-11-29 08:47:03 -05:00 |
Wilson Snyder
|
c1593f856d
|
Support enum.first/name and similar methods, bug848.
|
2014-11-28 20:34:23 -05:00 |
Wilson Snyder
|
93f1d7643d
|
Fix duplicate Vdimtables and rename
|
2014-11-28 20:25:58 -05:00 |
Wilson Snyder
|
ce4dfb4296
|
Fix misc string handling issues.
|
2014-11-28 20:24:42 -05:00 |
Wilson Snyder
|
2e5f5010f7
|
Internals: Make V3Width dimensionValue more generic. No functional change.
|
2014-11-28 15:51:35 -05:00 |
Wilson Snyder
|
43be4cf2b5
|
Add 'string' printing and comparisons, bug746, bug747, etc.
|
2014-11-28 15:01:50 -05:00 |
Wilson Snyder
|
87a47a5ca0
|
Remove PSL support
|
2014-11-22 10:14:14 -05:00 |
Wilson Snyder
|
bfbca34eb0
|
Fix cast-to-size context-determined sizing, bug828.
|
2014-10-17 19:01:04 -04:00 |
Wilson Snyder
|
6e476255ca
|
Support power operator with real, bug809.
|
2014-09-21 08:24:44 -04:00 |
Wilson Snyder
|
27af9b6b06
|
Fix clang warnings, bug818.
|
2014-09-11 21:28:53 -04:00 |
Wilson Snyder
|
6cf50e6579
|
Fix string corruption, bug780.
|
2014-06-08 21:36:18 -04:00 |
Wilson Snyder
|
5da5678e64
|
Fix pattern assignment to conditionals, bug769.
|
2014-06-06 21:52:16 -04:00 |
Wilson Snyder
|
a428e7f618
|
Fix pattern assignment to arrayed basic type, bug769.
|
2014-06-06 21:14:44 -04:00 |
Wilson Snyder
|
1f2abb9c0f
|
Fix gate primitives with arrays and non-arrayed pins.
|
2014-05-15 20:57:09 -04:00 |
Wilson Snyder
|
56b85cc63c
|
Suppress WIDTH warnings on 'x = 1<<a'
|
2014-05-10 17:19:57 -04:00 |
Wilson Snyder
|
90aca97e66
|
Internals: Flip sense of warnOn. No functional change intended.
|
2014-05-10 17:12:04 -04:00 |
Wilson Snyder
|
3aa290cddb
|
Add error on power > 64-bits, bug761.
|
2014-05-10 08:24:51 -04:00 |
Wilson Snyder
|
a985a1f9f5
|
Fix >>> sign extension based on expression, bug754.
|
2014-05-03 09:25:12 -04:00 |
Wilson Snyder
|
b631b5927b
|
Fix shift width extension, broke recent commit, bug754.
|
2014-04-30 22:47:01 -04:00 |
Wilson Snyder
|
adb39ceb98
|
Internals: cppcheck clean and add cppcheck_filtered
|
2014-04-29 22:59:38 -04:00 |
Wilson Snyder
|
aaea68d3d6
|
Rewrite V3Width for better spec adherence when -Wno-WIDTH.
|
2014-04-29 22:01:50 -04:00 |
Wilson Snyder
|
2accba2e71
|
Update WIDTH warning message formats to match future commit.
|
2014-04-29 21:11:57 -04:00 |
Wilson Snyder
|
60c2d136e1
|
Internals: V3Width renames. Fix CASEEQ signing.
|
2014-04-26 16:52:09 -04:00 |
Wilson Snyder
|
c41dfcf6ad
|
Fix assertions broken from bug725, bug743.
|
2014-04-16 22:33:25 -04:00 |
Wilson Snyder
|
9c5dd8d767
|
Fix RHEL5.6 compile warnings.
|
2014-04-15 18:18:36 -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
|
5c39420d91
|
Re-fix bug729 due to bug733; other internal sign extension cleanups too.
|
2014-04-07 21:34:00 -04:00 |
Wilson Snyder
|
14fcfd8a40
|
Fix signed extension problem with -Wno-WIDTH, bug729.
|
2014-04-05 15:52:05 -04:00 |
Wilson Snyder
|
ff19dd94f9
|
Fix power operator calculation, bug730.
|
2014-04-05 15:44:49 -04:00 |
Wilson Snyder
|
28e35a64ea
|
Support parameter arrays, bug683.
|
2014-04-01 23:16:16 -04:00 |
Wilson Snyder
|
446b0e4e5e
|
Support '{} assignment pattern on arrays, bug355.
|
2014-03-30 20:41:20 -04:00 |
Wilson Snyder
|
6e3e8318d0
|
Internals: Add dtype to InitArray; misc Slice cleanups. From bug355 branch.
|
2014-03-30 20:28:51 -04:00 |
Wilson Snyder
|
17b8b660f0
|
Internals: Fix assignment pattern replication. From bug355 branch.
|
2014-03-30 10:20:12 -04:00 |
Wilson Snyder
|
334e0e1ca6
|
Internals: Debug message.
|
2014-03-09 21:22:01 -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
|
4f6d80c602
|
Add UNPACKED warning to convert unpacked structs.
|
2013-10-28 20:41:05 -04:00 |
Wilson Snyder
|
b50542531d
|
Fix enum value extension of '1.
|
2013-10-28 20:24:31 -04:00 |
Wilson Snyder
|
f1d9437c55
|
Report SELRANGE warning for non-generate if, bug675.
|
2013-09-10 07:16:13 -04:00 |
Wilson Snyder
|
c24f7b1391
|
Support named function and task arguments.
|
2013-08-17 20:34:49 -04:00 |
Wilson Snyder
|
236b9e9761
|
Fix parameter real conversion from integer.
|
2013-07-29 22:03:47 -04:00 |
Wilson Snyder
|
23bb045a72
|
Support interfaces and modports, bug102.
|
2013-05-27 21:39:19 -04:00 |
Wilson Snyder
|
53cd9d2403
|
Fix nested union crash, bug643.
|
2013-05-10 21:02:48 -04:00 |