New
v8.1
This is a point release to get some bug fixes out.
Fixes
- The restriction on interface instances targeted by defparams not being allowed with virtual interfaces was also erroneously applied to interface port connections
- Fixed a null pointer crash in slang-tidy (thanks to @rhanqtl)
- Fixed a bug that could cause infinite recursion when instantiating bind targets that force elaboration due to wildcard package imports
- Fixed the handling of disable region directives declared in block comments (as opposed to single line comments which were working fine)
- Fixed a spurious error when cycle delays are used in an uninstantiated context that does not have default clocking specified
- Fixed an issue with how checker formal ports are looked up from within checker instances
- Fixed ICE with conditional statements that have pattern matching along with a named statement block
- Recursive typedef declarations now properly report an error instead of crashing
- Fixed several issues that led to invalid builds on Linux with LTO enabled
- Fixed a case where no diagnostic would be issued when incorrectly referring to an instance array element from within an expression