Wilson Snyder
|
a7e5cccf33
|
In errors, single quote signals and other from-user data.
|
2019-07-11 22:36:32 -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 |
|
Alex Chadwick
|
5da5e32e86
|
Fix --savable invalid C++ on packed arrays, bug1465.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2019-06-14 18:42:27 -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
|
13ecb8e177
|
Fix fault on with %t, bug1443.
|
2019-05-16 19:35:10 -04:00 |
|
Wilson Snyder
|
c8849094fc
|
Fix spacing of last commit.
|
2019-05-14 22:05:37 -04:00 |
|
Wilson Snyder
|
afea6d84e3
|
Mark infrequently called functions with GCC cold attribute.
|
2019-05-14 22:03:50 -04:00 |
|
Wilson Snyder
|
1f714c6813
|
Commentary: Spelling fixes.
|
2019-05-11 18:42:27 -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
|
55a25674a2
|
Add --trace-fst-thread.
|
2019-05-02 20:33:05 -04:00 |
|
Wilson Snyder
|
3acb85a005
|
Fix FST enums not displaying, bug1426.
|
2019-05-01 19:18:45 -04:00 |
|
Wilson Snyder
|
7bf3366041
|
Support .
|
2019-03-07 20:56:53 -05:00 |
|
Wilson Snyder
|
60f2f176a2
|
Fix DPI export void compiler error, bug1391.
|
2019-01-16 00:38:42 -05:00 |
|
Wilson Snyder
|
8a4aeddbb0
|
Copyright year update.
|
2019-01-03 19:17:22 -05:00 |
|
Wilson Snyder
|
49353784fd
|
Fix __Slow files getting compiled with OPT_FAST, bug1370.
|
2018-11-29 20:35:21 -05:00 |
|
Wilson Snyder
|
d464ce1477
|
Fix unneeded emit comment. No functional change.
|
2018-10-29 20:48:50 -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
|
b7e4083e70
|
Internals: Cleanup temp string inserts for clang-tidy. No functional change.
|
2018-10-14 11:10:11 -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
|
442e4f35f0
|
Internals: Cleanup empty string constructors for clang-tidy. No functional change.
|
2018-10-13 23:06:36 -04:00 |
|
Wilson Snyder
|
e4d638c73d
|
Internals: Cleanup string casts. No functional change.
|
2018-10-13 22:02:39 -04:00 |
|
Wilson Snyder
|
cc45a3dd72
|
For --trace-fst, save enum decoding information, bug1358.
|
2018-10-08 07:21:22 -04:00 |
|
Wilson Snyder
|
1f344ac99e
|
Fix whitespace on trace function calls. Output changed, but no functional change.
|
2018-10-07 18:17:45 -04:00 |
|
Wilson Snyder
|
d11592cadd
|
Support signal types in FST dumps, bug1358.
|
2018-10-04 20:24:41 -04:00 |
|
Wilson Snyder
|
8ef9ac7dba
|
Support in/out directions in FST dumps, bug1358.
|
2018-10-03 19:51:05 -04:00 |
|
Wilson Snyder
|
c9ee425ed5
|
Fix replication of 64-bit signal change detects.
|
2018-09-28 08:36:37 -04:00 |
|
Wilson Snyder
|
7876fe94ad
|
Fix Mac OSX 10.13.6 / LLVM 9.1 compile issues, bug1348.
|
2018-09-17 06:39:43 -04:00 |
|
Wilson Snyder
|
ef5c31b4c9
|
Fix first clock edge and --x-initial-edge, bug1327.
|
2018-08-30 20:05:13 -04:00 |
|
johnjohnlin
|
acf4a3fa99
|
Add GTKWave LXT2 native tracing, bug1333.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2018-08-28 06:41:17 -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
|
4d034d774d
|
Merge from master
|
2018-08-22 17:58:02 -04:00 |
|
Wilson Snyder
|
4627716aa4
|
Remove extra space in generated func call.
|
2018-08-21 18:14:32 -04:00 |
|
Wilson Snyder
|
ec8dbbffed
|
MAJOR: Add multithreaded model generation.
|
2018-07-22 20:54:28 -04:00 |
|
Wilson Snyder
|
8ec8c0ea76
|
Merge from master
|
2018-07-18 22:43:22 -04:00 |
|
Wilson Snyder
|
dfe66a2b77
|
Fix whitespace after functions in generated files.
|
2018-07-18 22:42:05 -04:00 |
|
Wilson Snyder
|
338ebcd6f0
|
Internal: Minor style cleanups for next merge. No functional change.
|
2018-07-14 17:27:05 -04:00 |
|
Wilson Snyder
|
7085fdbc27
|
Internals: Refactor var sorting, merge from threads branch.
|
2018-06-16 07:45:30 -04:00 |
|
Wilson Snyder
|
7fc565a1bd
|
Merge from master
|
2018-06-14 19:04:36 -04:00 |
|
Wilson Snyder
|
0eb1d0a84e
|
Fix cppcheck warnings. No functional change intended.
|
2018-06-14 18:59:24 -04:00 |
|
Wilson Snyder
|
27c7d0c95b
|
Merge from master
|
2018-05-29 20:02:07 -04:00 |
|
Wilson Snyder
|
cf0464c263
|
Internals: Cleanup V3EmitC common code. No functional change. From threads branch.
|
2018-05-29 19:55:42 -04:00 |
|
Wilson Snyder
|
3d49136e27
|
Merge from master
|
2018-05-19 09:32:15 -04:00 |
|
Wilson Snyder
|
b6e8133a4d
|
When tracing, use scalars on single bit arrays to appease vcddiff.
|
2018-05-19 07:52:07 -04:00 |
|
Wilson Snyder
|
cd4e6b35b3
|
Internals: Standardize debug() function generation. No functional change intended.
|
2018-05-14 06:50:47 -04:00 |
|
Wilson Snyder
|
05db8ce6c8
|
Internals: Move iterators to AstNVisitor to avoid null this.
|
2018-05-10 20:55:37 -04:00 |
|