Skip to content

Commit 0eb8492

Browse files
committed
Added news fragments.
1 parent 6c127bd commit 0eb8492

7 files changed

Lines changed: 15 additions & 0 deletions

File tree

docs/news.d/1105.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added support for GHDL with LLVM-JIT backend.

docs/news.d/1135.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added support for VHDL-2019 in Questa. Related issues #1135 and #1169.

docs/news.d/1156.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added support for new Questa ``-ini`` option.

docs/news.d/1163.deprecation.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dropped support for Python 3.8 and 3.9 which have reached their end of life, see https://devguide.python.org/versions.

docs/news.d/1166.feature.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Added initial support for external package addition. This is in preparation for supporting third-party additions to
2+
VUnit in a controlled way. Some packages currently shipped alongside VUnit will also be moved to this new system, for
3+
example the JSON-for-VHDL package. By separating the packages from the core of VUnit, we make it easier for users to
4+
create, maintain, and share their own packages independent of the VUnit core. Package management is based on the Python
5+
ecosystem, i.e they can be hosted on PyPi and installed by using pip.

docs/news.d/1167.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Improved support for non UTF-8 encoded outputs from simulators.

docs/news.d/1171.breaking.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
JSON-for-VHDL is no longer shipped with VUnit. Support is now provided through a separate VUnit package. Install it with:
2+
3+
``pip install vunit-json-for-vhdl``
4+
5+
Calls to the ``add_json4vhdl()`` method must be replaced with ``add_package("vunit-json-for-vhdl")``.

0 commit comments

Comments
 (0)