Skip to content

v0.6.12

Compare
Choose a tag to compare
@suoto suoto released this 29 Nov 19:58
· 51 commits to master since this release
  • Fixed an issue with the legacy prj file parser (#69)
  • Fixed an issue when handling the rebuild project HTTP command (#70)
  • Handling git not being installed properly (fixes #72)
  • Fixed potential decoding issue when reading a file with non utf8 characters
  • Changed default GHDL flags when compiling a target file to --warn-runtime-error, --warn-reserved, --warn-unused when compiling a target file (scope = single)
  • Optimized git ignore check to only check files that are not on the repo (should improve performance on Windows)
  • Fixed an issue where a Verilog file might not be compiled as a dependency if a VHDL file used an entity defined in it
  • Handling Verilog libraries the same way as in VHDL to allow Verilog units to be instantiated from VHDL correctly