From 817ade27fb99edcc0007f49d63384456b7b9f4fd Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 5 Aug 2023 03:18:00 -0400 Subject: [PATCH] Commentary: Changes update --- Changes | 2 ++ docs/guide/simulating.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 9e0570f29..1f4b855a1 100644 --- a/Changes +++ b/Changes @@ -46,6 +46,7 @@ Verilator 5.013 devel * Fix cmake astgen for Rocky Linux 8.7 (#4343). [Julian Daube] * Fix class timescale in class packages (#4348). [Krzysztof Bieganski, Antmicro Ltd] * Fix string concatenations (#4354). [Ryszard Rozak, Antmicro Ltd] +* Fix unlinked task error from broken context (#4355) (#4402). [Aleksander Kiryk, Antmicro Ltd] * Fix selects on unpacked structs (#4359). [Ryszard Rozak, Antmicro Ltd] * Fix select operation on assoc array with wide keys (#4360). [Ryszard Rozak, Antmicro Ltd] * Fix non-public methods with wide output (#4364). [Ryszard Rozak, Antmicro Ltd] @@ -53,6 +54,7 @@ Verilator 5.013 devel * Fix assign to input var in methods (#4367). [Aleksander Kiryk, Antmicro Ltd] * Fix VlProcess not found (#4368). [Aleksander Kiryk, Antmicro Ltd] * Fix order of evaluation of function calls in statements (#4375). [Ryszard Rozak, Antmicro Ltd] +* Fix config_build.h issues (#4380) (#4381). [Andrew Miloradovsky] Verilator 5.012 2023-06-13 diff --git a/docs/guide/simulating.rst b/docs/guide/simulating.rst index 8067b0366..2fc6bc5e3 100644 --- a/docs/guide/simulating.rst +++ b/docs/guide/simulating.rst @@ -500,7 +500,7 @@ feedback-directed optimization. See the appropriate compiler documentation. -.. _Runtime Debugging +.. _Runtime Debugging: Runtime Debugging =================