Tim Hutt
|
5073f208af
|
Internals: Use more standard syntax for avoiding unused variable warnings (#4826)
|
2024-01-13 15:34:59 -05:00 |
|
Larry Doolittle
|
c9d7486d16
|
Fix maybe-uninitialized compiler warning (#4820) (#4822)
|
2024-01-12 13:09:34 -05:00 |
|
Wilson Snyder
|
27d906a6b3
|
Commentary: Changes update
|
2024-01-12 08:20:53 -05:00 |
|
Wilson Snyder
|
21bf2d62d2
|
Fix mis-splitting of dump control functions (#4821).
|
2024-01-12 08:19:30 -05:00 |
|
Wilson Snyder
|
fcdd8e5da6
|
Fix missing includes with multiple inheritance (#3819 partial)
|
2024-01-11 20:19:48 -05:00 |
|
Andrew Nolte
|
ab47fc6656
|
Fix localparam elaboration (#3858) (#4794)
|
2024-01-11 07:49:07 -05:00 |
|
Szymon Gizler
|
5f52c066e5
|
Internals: Add serializeOnly() and dumpTreeEitherLevel() (#4815) (#4715). No functional change intended.
|
2024-01-09 10:35:13 -05:00 |
|
Wilson Snyder
|
19cb366e5d
|
Update ifdef (#4805) (#4807). No functional change.
|
2024-01-08 07:35:34 -05:00 |
|
Anthony Donlon
|
55d1b87b34
|
Support parsing anonymous primitive instantiations (#4809)
|
2024-01-07 10:59:56 -05:00 |
|
Wilson Snyder
|
eec41fd039
|
Fix lint_off disables on preprocessor warnings (#4703).
|
2024-01-06 18:49:19 -05:00 |
|
Wilson Snyder
|
69043549d6
|
Fix const anon union (#4800)
|
2024-01-06 17:26:07 -05:00 |
|
Wilson Snyder
|
68e4eeb53e
|
Add predicted stack overflow warning (#4799).
|
2024-01-06 16:16:14 -05:00 |
|
Wilson Snyder
|
0ca90257a5
|
Add predicted stack overflow warning (#4799).
|
2024-01-06 16:14:58 -05:00 |
|
Anthony Donlon
|
7507c5f56c
|
Support SystemC 3.0.0 public review version (#4805) (#4807)
|
2024-01-06 06:01:35 -05:00 |
|
Wilson Snyder
|
acbbb2594a
|
Tests: Make some tests single-threaded only, for faster regressions
|
2024-01-05 18:25:39 -05:00 |
|
Wilson Snyder
|
5294140753
|
Fix delays using wrong timeunits when modules inlined (#4806).
|
2024-01-05 18:07:24 -05:00 |
|
Wilson Snyder
|
a36a07c297
|
Internals: Favor UASSERT over v3fatalSrc. No functional change intended.
|
2024-01-05 18:00:06 -05:00 |
|
Wilson Snyder
|
47b129bf07
|
Commentary
|
2024-01-05 07:14:40 -05:00 |
|
Chykon
|
1a0c8f1573
|
Commentary: Add a link to Create-Binary Execution to the list of examples (#4802)
|
2024-01-04 10:47:22 -05:00 |
|
Wilson Snyder
|
2be6f03848
|
Commentary: runtime debugging
|
2024-01-03 21:03:17 -05:00 |
|
github action
|
4172c0f29e
|
Apply 'make format'
|
2024-01-03 12:13:21 +00:00 |
|
Pengcheng Xu
|
ec01008fe3
|
Change zero replication width error to ZEROREPL warning (#4753) (#4762)
|
2024-01-03 07:11:50 -05:00 |
|
Marlon James
|
8ea814e4b4
|
Fix VPI parameter iteration (#4798)
|
2024-01-02 18:57:34 -05:00 |
|
Marlon James
|
0195fe9dfd
|
Add vpiConstType support to vpi_get_str() (#4797)
|
2024-01-02 18:52:57 -05:00 |
|
Marlon James
|
e430ea13f4
|
Fix vpi_get() and vpi_get64() to return vpiUndefined on errors (#4795)
See IEEE 1800-2017 section 38.6 and 38.7.
|
2024-01-02 16:25:14 -05:00 |
|
Mariusz Glebocki
|
719954a24a
|
Internals: Make V3Const.cpp parseable by non-compilers (#4796)
|
2024-01-02 14:51:40 -05:00 |
|
Paul Wright
|
3adb31f53b
|
Fix $time not rounding up (#4790) (#4792)
|
2024-01-01 20:11:46 -05:00 |
|
Wilson Snyder
|
3eaed3b6f5
|
Remove deprecated 32-bit pointer mode (#4791).
|
2024-01-01 10:16:48 -05:00 |
|
Wilson Snyder
|
22de598456
|
devel release
|
2024-01-01 03:46:48 -05:00 |
|
Wilson Snyder
|
5c5314b39c
|
Version bump
|
2024-01-01 03:42:12 -05:00 |
|
Wilson Snyder
|
e76f29e5ba
|
Copyright year update
|
2024-01-01 03:19:59 -05:00 |
|
Wilson Snyder
|
5a83209b9b
|
Tests: Fix last commit on width (#4781).
|
2023-12-31 13:28:49 -05:00 |
|
Wilson Snyder
|
4655ee014b
|
Fix max multiply width. (#4781)
|
2023-12-31 11:42:06 -05:00 |
|
Wilson Snyder
|
12f0017d4a
|
Commentary: Changes update
|
2023-12-31 11:35:11 -05:00 |
|
Wilson Snyder
|
ca3b5fbe99
|
Add verilated asserts that VL_MULS_MAX_WORDS does not overflow (#4781). No functional change intended.
|
2023-12-30 15:31:58 -05:00 |
|
Wilson Snyder
|
9de6612cde
|
Avoid shift by 32 even if later masked, to avoid sanitizer warning (#4781). No functional change intended.
|
2023-12-30 14:46:57 -05:00 |
|
Rasfunk
|
2d7e8b58e4
|
Require C++14 or newer (#4784) (#4786)
|
2023-12-29 10:39:00 -05:00 |
|
Wilson Snyder
|
f3a97841bd
|
Commentary
|
2023-12-27 15:35:22 -05:00 |
|
Wilson Snyder
|
40f0378136
|
CI: Run --sanitize on Ubuntu 22.04 in prep for eventual 24.04. (#4782)
|
2023-12-27 15:01:17 -05:00 |
|
Wilson Snyder
|
17b6ce1379
|
Commentary: Changes update
|
2023-12-27 10:15:29 -05:00 |
|
Wilson Snyder
|
14ac24cacc
|
Commentary: sccache
|
2023-12-26 15:15:15 -05:00 |
|
Wilson Snyder
|
6bf253deda
|
Tests: Test for unsupported default disable (#4016)
|
2023-12-24 13:11:09 -05:00 |
|
Wilson Snyder
|
aa4346a0e3
|
Tests: Add test for unfixed (#4237)
|
2023-12-24 12:19:15 -05:00 |
|
Wilson Snyder
|
8c541a6e4d
|
Tests: Add test for unfixed (#4038)
|
2023-12-24 12:17:54 -05:00 |
|
Wilson Snyder
|
1a43afe6f7
|
Fix $finish twice to no longer exit (#4757).
|
2023-12-24 11:02:52 -05:00 |
|
Wilson Snyder
|
9882c4c761
|
Github: Commentary
|
2023-12-24 10:35:12 -05:00 |
|
Wilson Snyder
|
54ad04b6e9
|
Fix 'for' loop with outside variable reference (#4660).
|
2023-12-24 10:17:44 -05:00 |
|
Fan Shupei
|
540cd772e4
|
Add user C/C++ code to final achieve, and make a libmodel.a (#4749) (#4754)
|
2023-12-23 09:31:10 -05:00 |
|
Krzysztof Bieganski
|
621de301c7
|
Run the V3Fork stage only if --timing is set (#4778)
Signed-off-by: Krzysztof Bieganski <kbieganski@antmicro.com>
|
2023-12-22 22:57:45 +01:00 |
|
Wilson Snyder
|
8769c1a92b
|
Internals: Add -fno-dead-cells, -fno-dead-assigns for debug use
|
2023-12-22 16:26:51 -05:00 |
|