Krzysztof Bieganski
|
b2093b513a
|
Fix type_id package scope resolution (#5826)
|
2025-03-06 17:41:27 -05:00 |
Wilson Snyder
|
ce211ebceb
|
Internals: Make some auto more explicit. No functional change.
|
2025-03-02 17:01:35 -05:00 |
Kamil Rakoczy
|
c840ffb0ae
|
Support nested classes (#4178) (#5778)
Signed-off-by: Kamil Rakoczy <krakoczy@antmicro.com>
|
2025-02-17 23:47:41 +11:00 |
Wilson Snyder
|
432d5f851d
|
Internals: Cleanup some misnamed nodep's. No functional change.
|
2025-01-24 20:52:31 -05:00 |
Wilson Snyder
|
78d6ec8114
|
Fix error message when call task as a function (#3089).
|
2025-01-04 12:55:15 -05:00 |
Wilson Snyder
|
8fbb725f34
|
Copyright year update.
|
2025-01-01 08:30:25 -05:00 |
Wilson Snyder
|
6aa7123a8c
|
Internals: Function/variable renames. No functional change.
|
2024-12-14 12:49:42 -05:00 |
Wilson Snyder
|
a23dfdc4ee
|
Fix backward external constraint error, from recent new support.
(Thanks sv-tests!)
|
2024-12-13 16:54:14 -05:00 |
Ryszard Rozak
|
a8e06874bd
|
Fix `randomize..with` of parameterized classes (#5676)
Broke in 7a04a5b
|
2024-12-13 09:32:47 -05:00 |
Wilson Snyder
|
a2f327f729
|
Support `extern constraint`
|
2024-12-12 08:16:19 -05:00 |
Ryszard Rozak
|
9656311521
|
Fix error on duplicated declaration of gen block (#5663)
|
2024-12-06 07:20:31 -05:00 |
Todd Strader
|
b6f292f556
|
Fix imported array assignment literals (#5642) (#5648)
|
2024-12-02 15:08:47 -05:00 |
Wilson Snyder
|
4781a6046a
|
Update error as misnamed port dtype might be interface
|
2024-12-02 07:35:44 -05:00 |
Wilson Snyder
|
7a04a5b9a8
|
Internals: Refactor symIterate functions. No functional change intended
|
2024-11-30 22:55:16 -05:00 |
Wilson Snyder
|
2d71d66cf5
|
Commentary
|
2024-11-30 22:35:36 -05:00 |
Wilson Snyder
|
a51e26e62d
|
Internals: Some V3LinkCells debug improvements. No functional change.
|
2024-11-30 20:09:05 -05:00 |
Wilson Snyder
|
f631587a20
|
Internals: Rename classOrPackageSkip as kept confusing with member accessor. No functional change.
|
2024-11-29 16:57:18 -05:00 |
Wilson Snyder
|
d7893a60ca
|
Internals: In V3LinkDot debug, show node name prefix. No functional change.
|
2024-11-29 16:09:04 -05:00 |
Todd Strader
|
94e545bdca
|
Fix interface and struct pattern collision (#5640) (#5639)
|
2024-11-27 17:20:21 -05:00 |
Wilson Snyder
|
f5ee7aa0ab
|
Internals: Decouple Bison class/package symbol table parsing from Link symbol table. (#5629)
Not intended to change non-error cases, but side-effects are likely.
|
2024-11-24 18:19:19 -05:00 |
Greg Davill
|
904be103df
|
Support parameter names in pattern initialization (#5593) (#5596)
|
2024-11-14 07:25:58 -05:00 |
Wilson Snyder
|
8e82440a55
|
Fix extranous local:: error
|
2024-11-13 19:15:10 -05:00 |
Wilson Snyder
|
46a5f04840
|
Internals: Link 'std' in LinkFind
|
2024-11-11 09:44:08 -05:00 |
Wilson Snyder
|
15d1751b23
|
Internals: Defer `class extends` resolution until link
|
2024-11-10 19:34:00 -05:00 |
Wilson Snyder
|
b71d49e55a
|
Internals: Defer `$unit` package resolution until link
|
2024-11-10 18:36:12 -05:00 |
github action
|
b74a8f133f
|
Apply 'make format'
|
2024-11-10 21:54:54 +00:00 |
Wilson Snyder
|
873048c21c
|
Fix 'local::' parsing in wrong scope
|
2024-11-10 16:51:34 -05:00 |
Wilson Snyder
|
75e9986d39
|
Fix local:: mis-allowed in `class extends`
|
2024-11-10 16:43:21 -05:00 |
Wilson Snyder
|
4257fcf9d0
|
Change parsing of cells to be non-symbol table sensitive.
|
2024-11-10 12:08:37 -05:00 |
Wilson Snyder
|
3fae11595a
|
Support `pure constraint`.
|
2024-11-09 12:05:26 -05:00 |
Todd Strader
|
76fe224e7c
|
Fix complex user type problem with --x-assign (#5543)
|
2024-10-18 19:52:25 -04:00 |
Wilson Snyder
|
fd9f5ab34e
|
Fix not reporting class reference with extra parameters (#5467).
|
2024-10-04 05:38:36 -04:00 |
Wilson Snyder
|
d06f986b51
|
Add elaboration dot-error message context, plus debug improvements
|
2024-10-04 05:38:05 -04:00 |
Wilson Snyder
|
d0ec6092b3
|
Change package import/export to link post-parsing, prep for later commit.
|
2024-09-28 20:55:22 -04:00 |
Wilson Snyder
|
5c923d6629
|
Fix to avoid IMPLICIT creation if data type of same name.
|
2024-09-28 17:58:26 -04:00 |
Wilson Snyder
|
1dc6fd3d93
|
Internals: Move interface error to later phase, prep for later commit. No functional change intended.
|
2024-09-28 17:37:44 -04:00 |
Wilson Snyder
|
2584befa5a
|
Internals: Show tree traversal in V3LinkDot Resolve debug. No functional change intended.
|
2024-09-22 10:46:04 -04:00 |
Wilson Snyder
|
5f39c69d19
|
Delay parameter type assignment determination until elaboration
|
2024-09-21 20:27:41 -04:00 |
Wilson Snyder
|
774ec42be4
|
Internals: Experimental cleanup; avoid :: on package symbol tables
|
2024-09-20 20:39:49 -04:00 |
Wilson Snyder
|
80cba789f4
|
Internals: Remove V3LinkParse's need of class links. No functional change intended.
|
2024-09-20 18:26:23 -04:00 |
Wilson Snyder
|
fb04765c0e
|
Fix class reference with pin that is a class reference (#5454).
|
2024-09-17 17:38:18 -04:00 |
Wilson Snyder
|
195a665293
|
Internals: Fix V3LinkDot debug message print
|
2024-09-15 21:18:51 -04:00 |
Arkadiusz Kozdra
|
ef259f63ca
|
Fix randomize treated as std::randomize in classes (#5436)
|
2024-09-10 09:10:36 -04:00 |
Arkadiusz Kozdra
|
409efa1249
|
Internals: Factor out creating clocking event. No functional change.
Signed-off-by: Arkadiusz Kozdra <akozdra@antmicro.com>
|
2024-09-04 07:57:51 -04:00 |
Arkadiusz Kozdra
|
ed7040adc0
|
Fix dot fallback finding wrong symbols (#5394)
|
2024-08-22 15:49:08 -04:00 |
Krzysztof Bieganski
|
930f35acc9
|
Support `constraint_mode` (#5338)
|
2024-08-21 06:16:44 -04:00 |
Bartłomiej Chmiel
|
a730daabef
|
Support 'parameter type' in hierarchical blocks (#5309) (#5333)
|
2024-08-21 05:30:59 -04:00 |
Krzysztof Bieganski
|
6cb0a41857
|
Support inline random variable control (#5317)
Signed-off-by: Krzysztof Bieganski <kbieganski@antmicro.com>
|
2024-08-13 14:20:31 -04:00 |
Arkadiusz Kozdra
|
367249ec84
|
Add parsing but otherwise ignore std::randomize (#5354)
|
2024-08-09 17:21:32 -04:00 |
Krzysztof Boroński
|
45ee949cc4
|
Internals: Disambiguate variable references under `with` clauses of `randomize()` methods (#5277)
|
2024-08-02 11:45:17 -04:00 |