Wilson Snyder
|
b96f35b8fe
|
Internals: Add AstToStringN (#4732 prep)
|
2025-08-21 21:09:10 -04:00 |
Igor Zaworski
|
631714c50a
|
Fix expression type comparison (#6316)
|
2025-08-21 06:26:30 -04:00 |
Geza Lore
|
327d55d13d
|
Internals: Fix remaining cppcheck errors (#6319)
Fixed the non const-related issue and added suppressions for the const
ones. With that `make cppcheck` should be clean.
|
2025-08-21 09:43:37 +01:00 |
Wilson Snyder
|
dc5a17fea0
|
Support unpacked array `with` methods (#6134).
|
2025-08-20 21:01:34 -04:00 |
Geza Lore
|
0bf9fc270f
|
Iternals: Remove AstAssignPre/AstAssignPost (#6307)
Replace with AstAlwaysPre/AstAlwaysPost with AstAssign under them.
Step towards #6280
|
2025-08-19 09:27:59 +01:00 |
Wilson Snyder
|
c90f9e53b7
|
Add ALWNEVER warning, for `always @*` that never execute (#6291) (#6303)
|
2025-08-18 12:00:53 -04:00 |
Wilson Snyder
|
7126293086
|
Support enum.next with a parameter
|
2025-08-16 21:06:35 -04:00 |
Geza Lore
|
6f69c990fd
|
Internals: Remove AstCondBound and AstNodeCond (#6293) (#6294)
Fixes #6293
|
2025-08-15 15:49:06 -07:00 |
Wilson Snyder
|
60cbbf0ec1
|
Add error on mismatching prototypes (#6207).
|
2025-08-11 19:50:47 -04:00 |
Wilson Snyder
|
6a225d5d00
|
Internals: Remove AstSysFuncAsTask
|
2025-08-08 05:09:54 -04:00 |
Wilson Snyder
|
870c398094
|
Fix incorrect Non-ANSI I/O declaration conflict error (#6258) broke with #bd1ac038
|
2025-08-05 16:33:28 -04:00 |
Wilson Snyder
|
52ac3b3a0d
|
Add error on too many pattern members for structure
|
2025-08-03 17:26:51 -04:00 |
Wilson Snyder
|
dca504c706
|
Internals: Use UINFOTREE istead of dumpTree
|
2025-08-02 13:44:40 -04:00 |
Igor Zaworski
|
2b62f5a625
|
Add error when trying to assign class object to variable of non-class types (#6237)
|
2025-07-30 09:48:02 +02:00 |
Wilson Snyder
|
0da9f6eb03
|
Fix queue typedef with unbounded slice (#6236).
|
2025-07-28 19:36:52 -04:00 |
Wilson Snyder
|
64a82508f2
|
Fix error on `with` to give UNSUPPORTED (#6134)
|
2025-07-27 16:12:16 -04:00 |
Paul Swirhun
|
bd2cb989d1
|
Support bit queue streaming (#5830) (#6103).
|
2025-07-27 15:29:56 -04:00 |
Wilson Snyder
|
470f99694e
|
Revert d8dbb08a: Support bit queue streaming (#5830) (#6103)
|
2025-07-26 17:59:52 -04:00 |
Paul Swirhun
|
d8dbb08a95
|
Support bit queue streaming (#5830) (#6103)
|
2025-07-26 16:53:51 -04:00 |
Yilou Wang
|
10ac99ac05
|
Support randomization of scope variables with 'std::randomize()' (#5438) (#6185)
|
2025-07-25 12:13:46 +02:00 |
Wilson Snyder
|
b408e097f6
|
Fix unsigned replicate (#6229)
|
2025-07-24 22:55:26 -04:00 |
Wilson Snyder
|
460bfbf181
|
Fix replicate of negative giving 'REPLICATE has no expected width' internal error (#6048).
|
2025-07-23 18:07:50 -04:00 |
Wilson Snyder
|
050e5ddb5b
|
Fix internal error after bad method
|
2025-07-23 17:17:35 -04:00 |
Geza Lore
|
763183f067
|
Internals: Remove AstWhile::precondsp() (#6219). No functional change intended.
|
2025-07-23 08:50:39 -04:00 |
Bartłomiej Chmiel
|
d419c49921
|
Internals: Fix unused variable, no functional change (#6204)
Signed-off-by: Bartłomiej Chmiel <bchmiel@antmicro.com>
|
2025-07-21 07:28:01 -04:00 |
Wilson Snyder
|
078bb21a89
|
Add wire data type checking per IEEE.
|
2025-07-20 07:21:30 -04:00 |
Wilson Snyder
|
b8b9478938
|
Improve enum base type checking error message.
|
2025-07-19 22:37:07 -04:00 |
Wilson Snyder
|
c1506deef9
|
Add enum base type checking per IEEE.
|
2025-07-17 20:20:43 -04:00 |
Wilson Snyder
|
7f1011e5f7
|
Make some CVTREAL fatal where IEEE requires it.
|
2025-07-16 18:07:07 -04:00 |
Wilson Snyder
|
371ac07c6f
|
Fix CVTREAL not being able to be disabled in e.g. primitive terminals.
|
2025-07-14 20:08:44 -04:00 |
Wilson Snyder
|
2f199f20cf
|
Add ENUMITEMWIDTH error, and apply to X-extended and ranged values.
|
2025-07-12 14:14:17 -04:00 |
Artur Bieniek
|
4dc6a31276
|
Fix omitting error when assigning to an input (#6169)
|
2025-07-10 20:37:55 -04:00 |
Wilson Snyder
|
77908447e6
|
Support scoped `new` (#4199).
|
2025-07-02 19:54:57 -04:00 |
Wilson Snyder
|
73ca2ab997
|
Support `$past_gclk`
|
2025-07-01 18:00:04 -04:00 |
Wilson Snyder
|
e015805194
|
Fix stripping on randomize (#6144 partial)
|
2025-07-01 08:57:08 -04:00 |
Wilson Snyder
|
2df0390c04
|
Commentary
|
2025-06-25 21:14:25 -04:00 |
Wilson Snyder
|
6af694b04b
|
Support `$timeformat` with missing arguments (#6113).
|
2025-06-24 17:30:05 -04:00 |
Geza Lore
|
916d473eff
|
Internals: Replace unnecessary AstSel::widthp() child node with const in node (#6117)
|
2025-06-24 11:59:09 -04:00 |
Todd Strader
|
206a0b4fd2
|
Fix casting reals to large integrals (#6085)
|
2025-06-12 11:53:10 -04:00 |
Todd Strader
|
a044697990
|
Fix signed cast (#6912) (#6068)
|
2025-06-06 21:13:31 -04:00 |
Wilson Snyder
|
79de1ff507
|
Fix WIDTHCONCAT on packed pattern assignment (#6045).
|
2025-05-31 07:38:15 -04:00 |
Wilson Snyder
|
8031ca2616
|
Add `MODMISSING` error, in place of unnamed error (#6054).
|
2025-05-29 21:02:00 -04:00 |
Petr Nohavica
|
22d484d54d
|
Fix associative arrays with enum keys (#6034) (#6035)
|
2025-05-24 17:59:23 -04:00 |
Wilson Snyder
|
46c7b69c64
|
Internals: UINFO now includes newline itself. No functional change.
|
2025-05-22 20:29:32 -04:00 |
Todd Strader
|
d400584460
|
Fix concatenation and type casting (#6012) (#6013)
|
2025-05-21 08:41:29 -04:00 |
Shou-Li Hsu
|
25cb31c38b
|
Add aggregate type error checks (#5570) (#5950)
|
2025-05-20 09:10:22 -04:00 |
Wilson Snyder
|
27eb8cfe8a
|
Fix extraneous WIDTH warning on assoc.exists()
|
2025-05-18 11:25:25 -04:00 |
Wilson Snyder
|
3b632739a8
|
Internals: Add RequireDType and check for recursive data types, in prep for future parser.
|
2025-05-17 20:40:03 -04:00 |
Wilson Snyder
|
4c4fdb5dfe
|
Internals: Refactor some JSON and error code
|
2025-05-13 22:26:15 -04:00 |
Wilson Snyder
|
680236b03e
|
Internals: Redo post-error additional information to be part of error calls.
|
2025-05-10 16:20:12 -04:00 |