You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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)