1.13.2
This release fixes a number of bugs that were discovered in the 1.13 branch:
- Fixed an incorrect bounds check error when a constant declaration has a partially constrained type (#932).
- Elaboration of large designs on Windows no longer fail with linker errors due to excessive command line length.
- Fixed a bug which prevented VCD files from being generated on Windows systems using the UCRT runtime library (#637).
- Fixed a crash when the type of a qualified expression is an unconstrained array-of-array (#934).
- Fixed random segmentation fault when the simulation heap size is larger than four gigabytes (#935).
- Fixed an incorrect ambiguous subprogram error when using the 1993 standard and calling a subprogram via a selected name such as
ieee.numeric_std."="
.
Special thank you to @bpadalino, @tmeissner, @Blebowski, @amb5l, @m42uko, @a-panella, @cmarqu, @albydnc, @johonkanen, and @ikwzm for sponsoring me!