What's Changed
Breaking Changes π
New Features π
Other Changes
- Evaluation support of larger number than 64bit by @dalance in #1951
- Fix insertion of dag edge between generic arg and base symbol by @taichi-ishitani in #1955
- Remove
array selectfrom identifier used as generic arg by @taichi-ishitani in #1957 - Make cocotb version check stricter by @omasanori in #1959
- Fix syntax error on
boolkeyword in generic param list by @taichi-ishitani in #1965 - Change publisher of VSCode extension by @dalance in #1966
- Change name of VSCode extension by @dalance in #1967
- Fix unexpected
unresolvable_generic_argumenterror by @taichi-ishitani in #1970 - Fix lsp no response by @dalance in #1975
- Allow clock domain annotation to SV items by @dalance in #1977
- Fix filelist order by @taichi-ishitani in #1972
- Fix panic happened during executing
resolve_user_definedby @taichi-ishitani in #1982 - Restore scanner state assignment for keywords by @taichi-ishitani in #1985
- Fix unexpected multiple assign caused by inst declaration by @dalance in #1983
- Fix alignment of single line inst declaration in SV by @dalance in #1987
- Fix
mismatch_typeforinstdeclaration with proto alias module by @taichi-ishitani in #1989 - Add aarch64-linux support of VSCode extension by @dalance in #1991
- Add aarch64-windows support by @dalance in #1993
- Check SV keyword in struct/union/enum items by @dalance in #1998
- Change visibility of
fifo_contollertopublicby @taichi-ishitani in #2000 - Implement type expression check by @taichi-ishitani in #1999
- Fix unexpected
unknown_membererror by @taichi-ishitani in #2010 - Resolve
importeddurling unaliasing by @taichi-ishitani in #2013 - Fix emission of type keywords used as literal by @taichi-ishitani in #2016
- Fix invalid factor error caused by interface instance in $sv by @dalance in #2017
- Fix invalid factor error caused by interface alias by @dalance in #2019
- Support Python 3.6+ by @omasanori in #1960
- Eliminate unnecessary exception capture by @omasanori in #2023
New Contributors
- @omasanori made their first contribution in #1959
Full Changelog: v0.16.5...v0.17.0