Skip to content

0.4.0

Compare
Choose a tag to compare
@machitgarha machitgarha released this 01 Apr 16:33
· 34 commits to master since this release
973f3f3

Added

  • Automatic detection of GHDL version, and automatic invocation of GHDL based on it. Previously, you had to use --no-o simulation option when GHDL version was 0.
  • Add config command for setting and getting options.
  • Add ghdl.version configuration option for GHDL version. You can set it manually, however, not required (if not provided, it will be auto-detected on the first simulate command invocation).

Fixed

  • Fix some PHP 8.0 compatibility problems.
  • Fix AppImage bundle not being able to run in Docker containers.

Changed

  • Improve performance of opening Gtkwave when using VCD waveform type.
  • Improve error output.