v0.11.0
github-actions
released this
24 Jun 02:33
·
503 commits
to master
since this release
What's Changed
Breaking Changes π
New Features π
- Support importing functions into modport by @taichi-ishitani in #742
- Identifies SV keywords used as identifiers by @nblei in #750
- Reset value const check by @nblei in #751
- Support hierarchical generic parameter reference by @taichi-ishitani in #755
- Add signed literal support by @dalance in #770
- Add source map generation support by @dalance in #741
- Allow to use generic parameter as variable type by @taichi-ishitani in #778
- Enum reset x by @nblei in #771
- Allow using ModportVariableMember as factor by @nananapo in #785
- Enhance case statement/expression by @taichi-ishitani in #783
- Add clock domain support to document generation by @dalance in #796
Other Changes
- Fix multiple assignment check for partial port connection by @dalance in #740
- Add
lint
target by @taichi-ishitani in #743 - Function identifier as factor fix by @nblei in #753
- Fix duplicated undefined_identifier error by @dalance in #758
- Exclude veryl sources in inner projects by @dalance in #764
- Fixed broken link in README by @nblei in #768
- Reports error on assignment to const value declared by 'let' statement by @nblei in #766
- Fix panic on resolving generic arguments by @taichi-ishitani in #769
- Improve error message at simulation failure by @dalance in #777
- Fix url of AnalyzerError by @dalance in #782
- fixed multiple issues with expression checking by @nblei in #786
Full Changelog: v0.10.1...v0.11.0