Wilson Snyder
|
bd5d4c61c6
|
Suppress REALCVT for small whole real numbers.
|
2020-04-01 19:24:07 -04:00 |
Wilson Snyder
|
1ce360ed5b
|
Add SPDX license identifiers. No functional change.
|
2020-03-21 11:24:24 -04:00 |
Wilson Snyder
|
609a5dc26d
|
Fix cppcheck warnings. No functional change intended.
|
2020-02-03 23:21:56 -05:00 |
Pieter Kapsenberg
|
4443ab34fd
|
Support left justified . Closes #2101.
|
2020-01-15 07:32:45 -05:00 |
Wilson Snyder
|
2a50fafef2
|
Fix %{number}s with strings. #2093.
|
2020-01-09 19:39:27 -05:00 |
Wilson Snyder
|
f23fe8fd84
|
Update copyright year.
|
2020-01-06 18:05:53 -05:00 |
Yutetsu TAKATSUKASA
|
8cdc0c4e00
|
Support string putc, getc, substr, bug1606.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2019-12-15 08:09:52 -05:00 |
Yutetsu TAKATSUKASA
|
c2037ddbc5
|
Support string compare, icompare, ato* methods, bug1606.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2019-12-09 19:17:52 -05:00 |
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
|
0c0198cf55
|
Support string.toupper and string.tolower.
|
2019-11-17 05:05:09 -05:00 |
Wilson Snyder
|
5811ec07e6
|
Update URLs to https://verilator.org
|
2019-11-07 22:33:59 -05: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
|
b947391662
|
Retain widthSized when simulating
|
2019-08-12 15:38:58 -04:00 |
Todd Strader
|
4a14788c9b
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
Wilson Snyder
|
0d71c1154d
|
Fix overshift error to have user's source line.
|
2019-06-15 07:44:03 -04:00 |
Wilson Snyder
|
6ffbb7cabf
|
Internals: Remove extra semicolons. No functional change.
|
2019-06-11 18:31:06 -04:00 |
Wilson Snyder
|
f6f8073058
|
Support logical equivalence operator <->.
|
2019-06-01 19:40: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 |
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
|
37c8cc82b2
|
Auto-extend and WIDTH warn on unsized X/Zs, bug1423.
|
2019-05-07 21:57:38 -04:00 |
Wilson Snyder
|
8a4aeddbb0
|
Copyright year update.
|
2019-01-03 19:17:22 -05: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 |
Wilson Snyder
|
75f28fd446
|
Internals: Fix spacing of function calls. No functional change.
|
2018-08-25 09:52:45 -04: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
|
662ebece71
|
Support string len() method.
|
2017-12-07 19:57:11 -05:00 |
Wilson Snyder
|
895fc0911a
|
Support > 64 bit decimal $display.
|
2017-12-02 22:10:58 -05:00 |
Wilson Snyder
|
70daadf987
|
Fix cpp-check warnings; support XML format 2
|
2017-07-06 20:25:59 -04:00 |
Wilson Snyder
|
bdeee35669
|
Add warning on mis-sized literal, bug1156.
|
2017-04-26 18:34:01 -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
|
b0a249f338
|
Fix display %u, %v, %p, %z, bug989.
|
2015-11-10 21:12:15 -05:00 |
Jamey Hicks
|
49108c23f0
|
Support with non-format arguments, bug467.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2015-10-27 20:58:31 -04:00 |
Wilson Snyder
|
318ded4198
|
Internals: Cleanup cppcheck warnings.
|
2015-10-03 22:33:06 -04:00 |
Todd Strader
|
dc57282168
|
Internal: Fix setBit from earlier commit, bug971.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2015-09-30 07:02:39 -04:00 |
Todd Strader
|
6bda57da5d
|
Internals: Fix setBit not clearing X mask.
Signed-off-by: Wilson Snyder <wsnyder@wsnyder.org>
|
2015-09-29 20:59:17 -04:00 |
Wilson Snyder
|
a59639413d
|
Fix part-select in constant function, bug916.
|
2015-05-09 14:01:54 -04:00 |
Wilson Snyder
|
4c91ade61d
|
Copyright year update
|
2015-01-07 18:25:53 -05:00 |
Wilson Snyder
|
43be4cf2b5
|
Add 'string' printing and comparisons, bug746, bug747, etc.
|
2014-11-28 15:01:50 -05:00 |
Wilson Snyder
|
8b457b9b66
|
Internal: Rename string functions. No functional change.
|
2014-11-28 13:50:37 -05:00 |
Wilson Snyder
|
6da13c6486
|
Internals: Split V3Error into V3FileLine. No functional change.
|
2014-11-22 11:48:39 -05:00 |
Wilson Snyder
|
27af9b6b06
|
Fix clang warnings, bug818.
|
2014-09-11 21:28:53 -04:00 |
Wilson Snyder
|
475e4207cc
|
Fix late constant division by zero giving X error, bug775.
|
2014-06-09 22:27:04 -04:00 |
Wilson Snyder
|
06744b664a
|
Fix huge shifts to zero with -Wno-WIDTH, bug768.
|
2014-05-16 07:09:43 -04:00 |
Wilson Snyder
|
d3049d9c89
|
Fix huge shifts to zero with -Wno-WIDTH, bug766.
|
2014-05-15 21:49:43 -04:00 |
Wilson Snyder
|
f8f53df4ec
|
Fix X/Z extension with WIDTH param mismatch, bug764.
|
2014-05-10 21:38: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 |