Wilson Snyder
|
f87107e757
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
|
Wilson Snyder
|
5811ec07e6
|
Update URLs to https://verilator.org
|
2019-11-07 22:33:59 -05:00 |
|
Wilson Snyder
|
91f1acd85f
|
Add --protect-ids to obscure information in objects, bug1521.
|
2019-10-06 13:24:21 -04:00 |
|
Wilson Snyder
|
771a301f66
|
Commentary: Remove newlines, upsets some patches. No functional change.
|
2019-10-04 20:17:11 -04:00 |
|
Wilson Snyder
|
bd89c71694
|
Internals: Refactor to avoid V3Global requirements in V3String. No functional change intended.
|
2019-10-02 21:38:16 -04:00 |
|
Wilson Snyder
|
fa904f386c
|
Commentary - Spelling fixes
|
2019-09-09 07:50:21 -04:00 |
|
Todd Strader
|
4a14788c9b
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
|
Wilson Snyder
|
ee469eedaf
|
Fix some errors reporting wrong objects.
|
2019-07-14 15:06:49 -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
|
f7641d2ecc
|
Change MULTITOP to warning to help linting, see manual.
|
2019-06-30 16:46:48 -04:00 |
|
Wilson Snyder
|
8e7559c6c9
|
Show included-from filenames in warnings, bug1439.
|
2019-06-22 17:01:39 -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
|
539a773ea7
|
Add IGNOREDRETURN warning.
|
2019-03-10 14:57:01 -04:00 |
|
Wilson Snyder
|
ab3c6576ed
|
Report PORTSHORT errors on concat constants, bug 1400.
|
2019-02-27 21:06:07 -05:00 |
|
Wilson Snyder
|
8a4aeddbb0
|
Copyright year update.
|
2019-01-03 19:17:22 -05:00 |
|
Wilson Snyder
|
940dc98c66
|
Add CONTASSREG error on continuous assignments to regs, bug1369.
|
2018-12-01 10:12:10 -05:00 |
|
Wilson Snyder
|
61e4b0a472
|
Add IMPORTSTAR warning on import::* inside scope.
|
2018-11-28 18:25:34 -05:00 |
|
Wilson Snyder
|
5cc11839b5
|
Add PROCASSWIRE error on behavioral assignments to wires, msg2737.
|
2018-11-26 17:58:18 -05: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
|
0e37747d2c
|
Support $past.
|
2018-09-23 15:20:01 -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
|
aabb7394c3
|
Merge from master
|
2018-07-23 19:05:17 -04:00 |
|
Wilson Snyder
|
d90064eaee
|
Change MODDUP errors to warnings, msg2588.
|
2018-07-23 18:57:34 -04:00 |
|
Wilson Snyder
|
ec8dbbffed
|
MAJOR: Add multithreaded model generation.
|
2018-07-22 20:54:28 -04:00 |
|
Wilson Snyder
|
e97dbf9537
|
Add UNOPTTHREADS, for threads branch.
|
2018-07-22 12:09:27 -04:00 |
|
Wilson Snyder
|
43694ec87c
|
Continued... Show file and line info when possible on internal graph errors.
|
2018-07-14 20:44:43 -04:00 |
|
Wilson Snyder
|
d065662afc
|
Internals: Add new UASSERT. Currently unused. No functional change.
|
2018-07-14 17:44:55 -04:00 |
|
Wilson Snyder
|
cd4e6b35b3
|
Internals: Standardize debug() function generation. No functional change intended.
|
2018-05-14 06:50:47 -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
|
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
|
4901668f13
|
Add INFINITELOOP warning, bug1254.
|
2017-12-26 21:35:08 -05:00 |
|
Wilson Snyder
|
d119d10569
|
Add BSSPACE and COLONPLUS lint warnings.
|
2017-11-15 20:19:12 -05:00 |
|
Wilson Snyder
|
add5cc8b56
|
Internals: Add VL_UNCOPYABLE to make classes uncopyable. No functional change intended.
|
2017-11-01 18:51:41 -04:00 |
|
Wilson Snyder
|
c98ad79e68
|
Allow disabling BLKLOOPINIT (Intentionally undocumented)
|
2017-10-01 23:23:02 -04:00 |
|
Wilson Snyder
|
77804b4d38
|
Fix GCC noreturn compile error, bug1209.
|
2017-09-13 19:27:59 -04:00 |
|
Wilson Snyder
|
70daadf987
|
Fix cpp-check warnings; support XML format 2
|
2017-07-06 20:25:59 -04:00 |
|
Wilson Snyder
|
c6a20a72f2
|
Turn off parser debug in optimized build, msg2203
|
2017-03-31 17:46:15 -04:00 |
|
Wilson Snyder
|
e6d7e7e329
|
Version bump
|
2017-01-15 12:13:13 -05:00 |
|
Wilson Snyder
|
b738d1960a
|
Copyright year update
|
2016-01-06 20:36:41 -05:00 |
|
Wilson Snyder
|
4fde6ee7af
|
Support elaboration assertions, bug973.
|
2015-10-23 18:13:25 -04:00 |
|
Wilson Snyder
|
318ded4198
|
Internals: Cleanup cppcheck warnings.
|
2015-10-03 22:33:06 -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
|
6da13c6486
|
Internals: Split V3Error into V3FileLine. No functional change.
|
2014-11-22 11:48:39 -05:00 |
|
Wilson Snyder
|
c682f1c16a
|
Commentary and internal cleanups.
|
2014-11-22 09:04:14 -05:00 |
|