Skip to content

Version 1.8.12

Latest
Compare
Choose a tag to compare
@Remillard Remillard released this 03 Mar 16:53
· 4 commits to develop since this release
9faf7ee
  • For VHDL-2008 support, added the keyword case? to syntax and
    beautification. (Issue #162)
  • Fixed the syntax for a return inside of a function body. (Issue #161)
  • Fixed the scoping on variable assignment in a particular case where the
    left hand side contained a slice with internal expressions (it worked for
    signal assignments.) (Issue #163)
  • Fixed scoping when typecasting is used on the left hand side of a mapping
    in a port instantiation. (Issue #158)