Wilson Snyder
|
e1e4bde125
|
Remove old V3ClkGater code
|
2019-08-27 17:51:06 -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
|
59d7d9e8c3
|
Fix real parameter assignment, bug1427.
|
2019-05-17 20:50:57 -04:00 |
|
Wilson Snyder
|
55a25674a2
|
Add --trace-fst-thread.
|
2019-05-02 20:33:05 -04:00 |
|
Wilson Snyder
|
8a4aeddbb0
|
Copyright year update.
|
2019-01-03 19:17:22 -05:00 |
|
Wilson Snyder
|
f0cdae129e
|
Removed --trace-lxt2, use --trace-fst instead.
|
2018-12-06 19:06:20 -05:00 |
|
Wilson Snyder
|
da1ebcb4e4
|
Add --pp-comments, msg2700.
|
2018-10-25 21:17:25 -04:00 |
|
Wilson Snyder
|
e0654dc218
|
Add --dump-defines.
|
2018-10-25 19:47:07 -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
|
d87b9d25ca
|
Internals: Cleanup and standardize include order. No functional change intended.
|
2018-10-14 13:59:40 -04:00 |
|
Sergi Granell
|
a5aa0e2b0a
|
Add GTKWave FST native tracing, bug1356.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2018-10-02 18:42:53 -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
|
ec8dbbffed
|
MAJOR: Add multithreaded model generation.
|
2018-07-22 20:54:28 -04:00 |
|
Wilson Snyder
|
ad4c8ee955
|
Add new reloop optimization for repetitive assignment compression.
|
2018-06-23 17:07:22 -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
|
c253b7769e
|
Merge from master
|
2018-05-20 09:14:30 -04:00 |
|
Wilson Snyder
|
0efe343494
|
Renamed --profile-cfuncs to --prof-cfuncs.
|
2018-05-20 09:12:29 -04:00 |
|
Wilson Snyder
|
2c30aecc5b
|
Merge from master
|
2018-03-10 16:51:34 -05:00 |
|
John Coiner
|
ff82f75023
|
Add --no-debug-leak to reduce memory use under debug.
|
2018-03-10 12:18:19 -05:00 |
|
Wilson Snyder
|
f0ba17a19b
|
Merge from master.
|
2018-02-27 07:24:31 -05:00 |
|
Wilson Snyder
|
22573d238b
|
Internals: Fix GCC8 cppcheck warnings. No functional change.
|
2018-02-07 20:16:53 -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
|
71fcf45d73
|
Fix gate optimization out of memory, add --gate-stmts, bug1260.
|
2018-01-27 15:06:51 -05:00 |
|
Wilson Snyder
|
8e65d93d6d
|
Copyright year update. No functional change.
|
2018-01-02 18:05:06 -05:00 |
|
Wilson Snyder
|
345657ab32
|
Workaround GCC/clang bug with huge compile times, bug1248.
|
2017-12-09 11:52:35 -05:00 |
|
Wilson Snyder
|
a579e9273b
|
Support self-recursive modules, bug659.
|
2017-11-18 17:42:35 -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
|
c17c81254e
|
Internals: Use = delete via a macro for a bit of C++11 forward compatibility
|
2017-10-25 20:00:38 -04:00 |
|
Wilson Snyder
|
b90f383cfe
|
Add --threads option through to makefiles, unadvertised for now.
|
2017-10-21 16:41:43 -04:00 |
|
Wilson Snyder
|
5bc2f87d3e
|
Fix --skip-identical to handle closer timestamps looking at ctime.
|
2017-10-13 20:34:36 -04:00 |
|
John Coiner
|
ba270e09a4
|
Add --no-relative-cfuncs and related default optimization, bug1224.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2017-10-05 18:18:11 -04:00 |
|
Wilson Snyder
|
33780a09df
|
Add --x-initial option
|
2017-10-01 21:31:40 -04:00 |
|
Wilson Snyder
|
46e300b2c5
|
Add --getenv option.
|
2017-09-23 18:03:39 -04:00 |
|
Wilson Snyder
|
c28a6eef3b
|
Fix whitespace issues, bug1203.
|
2017-09-11 19:18:58 -04:00 |
|
Wilson Snyder
|
074689b5de
|
SystemPerl mode (-sp-deprecated) has been removed.
|
2017-09-07 21:08:49 -04:00 |
|
Wilson Snyder
|
c90960fc88
|
Fix LDFLAGS and CFLAGS not preserving order, bug1130.
|
2017-02-13 18:11:40 -05:00 |
|
Wilson Snyder
|
0adb789238
|
Add --relative-includes.
|
2017-02-09 18:33:18 -05:00 |
|
Wilson Snyder
|
15082a178b
|
Add -FI option to force includes,msg2146.
|
2017-02-09 07:44:36 -05:00 |
|
Wilson Snyder
|
e6d7e7e329
|
Version bump
|
2017-01-15 12:13:13 -05:00 |
|
Wilson Snyder
|
c30211cb27
|
Add --no-decoration to remove output comments, msg2015.
|
2016-09-13 22:28:07 -04:00 |
|
Wilson Snyder
|
691de22ae3
|
Add --l2-name option for controlling 'v' naming, bug1050.
|
2016-05-07 14:01:02 -04:00 |
|
Stefan Wallentowitz
|
482bdab0e0
|
Support command-line -G/+pvalue param overrides, bug1045.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2016-03-24 19:14:15 -04:00 |
|
Wilson Snyder
|
b738d1960a
|
Copyright year update
|
2016-01-06 20:36:41 -05:00 |
|
Wilson Snyder
|
faf5e1de51
|
Internals: Remove some unneeded c_str() calls. No functional change.
|
2015-10-29 22:19:51 -04:00 |
|
Wilson Snyder
|
318ded4198
|
Internals: Cleanup cppcheck warnings.
|
2015-10-03 22:33:06 -04:00 |
|
Wilson Snyder
|
9a16001e51
|
Add --vpi flag, and fix VPI linkage, bug969.
|
2015-09-25 22:57:28 -04:00 |
|
Wilson Snyder
|
0ee5743853
|
Add --dump-treei-<srcfile>, bug894.
|
2015-03-12 19:48:04 -04:00 |
|
Wilson Snyder
|
486d69da5f
|
Add --clk and related optimizations, msg1533.
|
2015-03-12 19:20:46 -04:00 |
|