From 57b25d885a61e270218b7c96d59e6abf188ad4e7 Mon Sep 17 00:00:00 2001 From: Philip Wiese Date: Sat, 10 Dec 2022 15:33:50 +0100 Subject: [PATCH] Updated infos for PR --- CHANGELOG.md | 3 +++ CONTRIBUTORS.md | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad0949741..c1a764d1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed - Measure the `wfi` stalls and stalls caused by `opc` properly - Fix the allocator initialization +- After building GCC, copy `riscv.ld` required for cMake to install folder +- Disable GCC tree-loop-distribute-patterns optimizations causing stack overflows +- Disable problematic GCC `memset` and `memcpy` built-in functions ### Changed - Increase the default AXI width to 512 for MemPool and TeraPool diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index e9d157650..35d800382 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -11,5 +11,6 @@ Thanks to all. * Luca Rufer * Marc Gantenbein * Marco Bertuletti +* Philip Wiese * Sergio Mazzola * Yichao Zhang