Wilson Snyder
|
700f2072c0
|
Framework for WDatas being vectors of 64-bit EDatas, but not supporting this at this time.
|
2019-12-08 21:36:38 -05:00 |
|
Wilson Snyder
|
809a6de9cd
|
Fix template brackets to avoid C++11, bug1617.
|
2019-12-02 06:19:33 -05:00 |
|
Wilson Snyder
|
e28175108f
|
Support queues (excluding {} notation and pattern assignments), bug545.
|
2019-12-01 12:35:49 -05:00 |
|
Wilson Snyder
|
b81295230a
|
Support associative arrays.
|
2019-12-01 11:52:48 -05:00 |
|
Wilson Snyder
|
38e586fabe
|
Internals: Misc refectoring for assoc/queues.
|
2019-12-01 06:09:58 -05:00 |
|
Wilson Snyder
|
21a380def0
|
Rework variable emit to prep for other data types.
|
2019-11-12 21:52:25 -05:00 |
|
Wilson Snyder
|
4767083a72
|
Internals: Rework AstInitArray to have O(1) access. No functional change intended.
|
2019-11-09 17:12:26 -05:00 |
|
Wilson Snyder
|
5811ec07e6
|
Update URLs to https://verilator.org
|
2019-11-07 22:33:59 -05:00 |
|
Wilson Snyder
|
352adbed74
|
Codacy/Cppcheck cleanups.
|
2019-10-24 22:40:15 -04:00 |
|
Wilson Snyder
|
94f7133c6f
|
Internals: make dump const. No functional change intended.
|
2019-10-20 11:49:41 -04:00 |
|
Wilson Snyder
|
91f1acd85f
|
Add --protect-ids to obscure information in objects, bug1521.
|
2019-10-06 13:24:21 -04:00 |
|
Wilson Snyder
|
307549e8a6
|
Internals: Fix some cppcheck warnings.
|
2019-10-06 08:20:02 -04:00 |
|
Wilson Snyder
|
f1c04b5d25
|
Fix extra space in mtask comment. No functional change.
|
2019-10-04 22:54:57 -04:00 |
|
Wilson Snyder
|
771a301f66
|
Commentary: Remove newlines, upsets some patches. No functional change.
|
2019-10-04 20:17:11 -04:00 |
|
Wilson Snyder
|
a9954a71c3
|
Fix case statements with strings, bug1536.
|
2019-10-04 19:13:39 -04:00 |
|
Todd Strader
|
28b9db1903
|
Add AstVFile and AstTextBlock, towards bug1490.
|
2019-09-27 04:24:38 -04:00 |
|
Wilson Snyder
|
3a720204c2
|
Internals: Remove m_logicMap as m_detailedMap covers it. No functional change intended.
|
2019-08-04 08:16:24 -04:00 |
|
Wilson Snyder
|
97561bf064
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
|
Wilson Snyder
|
0f857ce423
|
In errors, single quote signals and other from-user data.
|
2019-07-11 22:09:30 -04:00 |
|
Wilson Snyder
|
9af84c71f5
|
Internals: More UASSERT_OBJ conversions. No functional change intended.
|
2019-07-07 09:01:36 -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
|
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 |
|
Kanad Kanhere
|
3411279294
|
Internals: Relocate quoteNameControls, part of bug1444.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2019-05-16 21:44:01 -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
|
0094cd7a81
|
Internals: Spacing fixes. No functional change.
|
2019-03-13 19:47:47 -04:00 |
|
Wilson Snyder
|
60f2f176a2
|
Fix DPI export void compiler error, bug1391.
|
2019-01-16 00:38:42 -05:00 |
|
Wilson Snyder
|
a2a09253a2
|
Internals: Show static funcs.
|
2019-01-12 09:43:24 -05:00 |
|
Wilson Snyder
|
ef884143d1
|
Add circular typedef error, bug1388.
|
2019-01-12 09:33:57 -05:00 |
|
Wilson Snyder
|
3505486ec8
|
Internals: Spacing; fix assertion
|
2019-01-05 05:46:37 -05:00 |
|
Wilson Snyder
|
8a4aeddbb0
|
Copyright year update.
|
2019-01-03 19:17:22 -05:00 |
|
Wilson Snyder
|
ede7236945
|
For --xml, add additional var information, bug1372.
|
2018-12-06 07:12:39 -05:00 |
|
Wilson Snyder
|
ad2929dff0
|
Support "ref" and "const ref" pins and functions, bug1360.
|
2018-10-30 20:50:09 -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
|
595419b370
|
Internals: Sort includes for clang-tidy. No functional change intended.
|
2018-10-14 07:04:18 -04:00 |
|
Wilson Snyder
|
e8b8b33ff6
|
Internals: Cleanup find with chars for clang-tidy. No functional change.
|
2018-10-13 22:28:59 -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
|
ec8dbbffed
|
MAJOR: Add multithreaded model generation.
|
2018-07-22 20:54:28 -04:00 |
|
Wilson Snyder
|
05a8a9ee28
|
Remove NULL checks of this, as upsets some compilers.
|
2018-05-26 08:28:19 -04:00 |
|
Wilson Snyder
|
02f18fc21b
|
Merge from master
|
2018-03-15 23:31:59 -04:00 |
|
Wilson Snyder
|
7922a1de28
|
Internals: Misc cleanups related to V3LinkDot. No functional change intended.
|
2018-03-15 19:46:05 -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
|
597d28b505
|
Fix internals to make null-pointer-check clean. Also add more const's. No functional change intended, but likely something will break.
|
2018-02-01 21:32:58 -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 |
|