From 274917efb78708eff5193789e5db12fbd724f55e Mon Sep 17 00:00:00 2001 From: Lars Asplund Date: Fri, 19 Jul 2024 15:58:03 +0200 Subject: [PATCH] Added missing news fragments. --- docs/news.d/1007.feature.rst | 1 + docs/news.d/1018.bugfix.rst | 1 + docs/news.d/1026.misc.rst | 1 + 3 files changed, 3 insertions(+) create mode 100644 docs/news.d/1007.feature.rst create mode 100644 docs/news.d/1018.bugfix.rst create mode 100644 docs/news.d/1026.misc.rst diff --git a/docs/news.d/1007.feature.rst b/docs/news.d/1007.feature.rst new file mode 100644 index 000000000..e345f4cdb --- /dev/null +++ b/docs/news.d/1007.feature.rst @@ -0,0 +1 @@ +[GHDL] Added coverage support for mcode backend. diff --git a/docs/news.d/1018.bugfix.rst b/docs/news.d/1018.bugfix.rst new file mode 100644 index 000000000..d17650659 --- /dev/null +++ b/docs/news.d/1018.bugfix.rst @@ -0,0 +1 @@ +[VC] Fixed failing 4kB boundary check in AXI when using unaligned addresses. diff --git a/docs/news.d/1026.misc.rst b/docs/news.d/1026.misc.rst new file mode 100644 index 000000000..75330152e --- /dev/null +++ b/docs/news.d/1026.misc.rst @@ -0,0 +1 @@ +Improved error message when entity name in architecture statement is misspelled such that there is no matching entity.