From 518116bb280651e04a394b1cdd3d1bc13428173b Mon Sep 17 00:00:00 2001 From: Sagar Karandikar Date: Tue, 18 Oct 2022 15:35:49 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c94c420..9bfb8fe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ This changelog follows the format defined here: https://keepachangelog.com/en/1.0.0/ +## [1.8.1] - 2022-10-18 + +Various fixes and improvements, bump FireSim to 1.15.1. + +### Added +* Bump chipyard to integrate mempress #1253 + +### Changed +* Default VCS simulators should generate FSDB #1252 +* Bump to FireSim 1.15.1 for various improvements #1258 + +### Fixed +* Revert to using sbt-launch.jar to run SBT #1251 +* Fix open files issue automatically on systems with a sufficiently large hard limit, to work around buildroot bug. #1258 +* Fixed PATH issues in generated env.sh #1258 +* Fixed scripts/repo-clean.sh to restore clean repo state again #1258 + ## [1.8.0] - 2022-09-30 Adds support for NoC-based interconnects with Constellation (https://constellation.readthedocs.io/en/latest/). Switch to Conda for dependency/environment management. Bump Rocket Chip and other hardware libraries. Bump to FireSim 1.15.0.