v0.12.0
github-actions
released this
21 Aug 03:53
·
424 commits
to master
since this release
What's Changed
Breaking Changes π
- Forbid continuous casting by @dalance in #887
- Change symbol of clock domain annotation by @dalance in #883
New Features π
- Expand
inside
operation by @taichi-ishitani in #873 - Remove unused dependencies from filelist by @dalance in #879
- Support cast to builtin types by @dalance in #884
- Support clock and reset cast by @dalance in #886
- Check clock/reset port connection by @dalance in #891
- Check reset connection to SV module by @dalance in #893
- Waveform dump support through
veryl test --wave
by @dalance in #898 - Cocotb support for integrated test by @dalance in #899
- Embed standard library into compiler (public API may be changed) by @dalance in #878
Other Changes
- Suppress to emit unused generics by @dalance in #881
- Allow modport and interface as factor in inst_declaration by @dalance in #888
- Check identifier conflict with mangled enum member by @dalance in #892
- fix typo by @taichi-ishitani in #894
- Ignore broken symlink at gathering source code by @dalance in #897
- Check missing top module specification of cocotb by @dalance in #900
- Add
exclude_std
option by @dalance in #901
Full Changelog: v0.11.3...v0.12.0