Skip to content

4.6.0

Compare
Choose a tag to compare
@eine eine released this 25 Oct 19:02
· 265 commits to master since this release
  • Add Python 3.9 and 3.10 to classifiers.
  • Use MAJOR and MINOR constants to check supported Python version. (#724)
  • Fix pylint issues.
  • Use f-strings for string formatting. (#743, #747)
  • Specify encoding when using 'open'. (#748)
  • Set black line-length to 120 characters. (#736)
  • Use Path from pathlib, instead of open().
  • Add support for log location based on VHDL-2019 call paths. (#729)
  • GHDL supports VHDL package generics. (#753)
  • Bump OSVVM to 2021.09.
  • [Tox] Use pytest for collecting coverage, add py310.
  • [Tests] mark array_axis_vcs and verilog_ams examples as xfail. (#751)
  • [Logging/log_deprecated_pkg] fix compilation issues with Cadence tools. (#731)
  • [Parsing/tokenizer] partial revert of 5141f7c (#735, #745)
  • [UI] make glob search recursive by default.
  • [VCs] bugfix AXI stream slave nonblocking check. (#720)
  • [Examples] add shebang to run scripts. (#738)
  • [Example/vhdl/user_guide] add VHDL 1993 variant, clean use statements, skip in acceptance tests if VHDL context not supported. (#737)
  • [Examples/vhdl/array_axis_vcs] Fix PSL check for valid fifo in data during write. (#750, #766)
  • [Docs] bump sphinx_btd_theme to v1, revert temporary pinning of Sphinx and docutils, remove redundant delete message call from com user guide example, fix ref to Travis CI (deprecated) (GitHub Actions is used now), add section about envvars, document VUNIT_VHDL_STANDARD, use 'exec' directive to generate content in examples, update 'Credits and License', add refs to Tratex. (#730, #739, #761)
  • [CI] add emojis/icons, avoid deployments from forks, fix deploy condition event, add job using setup-ghdl-ci, update images from Debian Buster to Debian Bullseye, do not overload image tags.