Skip to content

HDL Checker v0.6.10

Compare
Choose a tag to compare
@suoto suoto released this 14 Nov 22:33
· 67 commits to master since this release
  • Verilog/SystemVerilog
    • Fixed issues with parsing and identifying dependencies on Verilog and SystemVerilog
    • Verilog/SystemVerilog headers will be parsed as regular sources; the dependency resolution algorithm will compile needed files and pass the include paths to the compiler
    • Auto source discovery now also adds .svh and .vh
  • Fixes
    • Fixed an issue where dependency resolution failed if both package declaration and package body were on the same file
    • Fixed an issue where diagnostics from the saved file were being mixed with diagnostics generated by new edits
    • Fixed an issue where the default VHDL library wasn't always being used
    • New version notification won't trigger when installing from git via pip install git+https...
    • Fixed an issue that prevented identification of files that need to be recompiled when when using XVHDL
  • Improvements
    • Dependencies that could not be resolved to paths are now reported (#61)