|
14 | 14 | without the git commit hash (#1131).
|
15 | 15 | - Improved error messages when design units have circular dependencies
|
16 | 16 | or depend on obsolete design units (#1152).
|
17 |
| -- Functional coverage is now reported correctly when summing from nested |
18 |
| - hierarchies (#1154). |
19 |
| -- External names can now be the target of concurrent signal assignment |
20 |
| - statements (#1156). |
21 |
| -- Fixed a crash when packages are passed through multiple layers of |
22 |
| - generics. |
23 | 17 | - Toggle coverage count is displayed correctly for unreachable constant
|
24 | 18 | driven toggle bins and transitions from `X` are counted with
|
25 | 19 | `--count-from-undefined` instead of just `U`.
|
26 |
| -- Fixed a crash when a record subtype has a partially constrained |
27 |
| - element (#1155). |
28 | 20 | - Added an experimental `--preserve-case` analysis option to retain the
|
29 | 21 | original spelling of VHDL identifiers (#723).
|
30 |
| -- Fixed wrong result of VHDL-2019 `std.env.file_path` when the source |
31 |
| - file was analysed using a relative path (#1162). |
32 | 22 | - `--ieee-warnings` is now a global option and should be placed before
|
33 | 23 | the `-r` command. Passing it to the `-r` command is still supported
|
34 | 24 | but deprecated and may not take effect in some situations (#1151).
|
35 | 25 | - Fixed a crash when a partial association in a port map has a
|
36 | 26 | conversion function (#1161).
|
| 27 | +- Improved the formatting of the `--help` output. |
| 28 | + |
| 29 | +## Version 1.15.2 - 2025-03-01 |
| 30 | +- Fixed invalid LLVM IR generation which could cause a crash with LLVM |
| 31 | + 14 (#1145). |
| 32 | +- Functional coverage is now reported correctly when summing from nested |
| 33 | + hierarchies (#1154). |
| 34 | +- External names can now be the target of concurrent signal assignment |
| 35 | + statements (#1156). |
| 36 | +- Fixed a crash when packages are passed through multiple layers of |
| 37 | + generics. |
| 38 | +- Fixed a crash when a record subtype has a partially constrained |
| 39 | + element (#1155). |
| 40 | +- Fixed wrong result of VHDL-2019 `std.env.file_path` when the source |
| 41 | + file was analysed using a relative path (#1162). |
37 | 42 | - Fixed a crash when `'last_event` or `'last_active` is used with a
|
38 | 43 | record type (#1164).
|
39 |
| -- Improved the formatting of the `--help` output. |
40 | 44 |
|
41 | 45 | ## Version 1.15.1 - 2025-01-22
|
42 | 46 | - Fixed a crash when a subprogram is called with too many named arguments
|
|
0 commit comments