build.plat,vendor: fix toolchain environment variable check.

The bug was introduced in commit 15b6068c. A changelog entry was also
missing.

Fixes #1089.
This commit is contained in:
Catherine 2024-02-08 05:39:58 +00:00
parent d8f70be4d9
commit 78b90fbafa
7 changed files with 27 additions and 49 deletions

View file

@ -82,6 +82,7 @@ Toolchain changes
* Added: ``Simulator.add_testbench``. (`RFC 27`_)
* Deprecated: ``Settle`` simulation command. (`RFC 27`_)
* Deprecated: ``Simulator.add_process``. (`RFC 27`_)
* Removed: (deprecated in 0.4) use of mixed-case toolchain environment variable names, such as ``NMIGEN_ENV_Diamond`` or ``AMARANTH_ENV_Diamond``; use upper-case environment variable names, such as ``AMARANTH_ENV_DIAMOND``.
Platform integration changes