You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,23 @@
2
2
3
3
This changelog follows the format defined here: https://keepachangelog.com/en/1.0.0/
4
4
5
+
## [1.8.1] - 2022-10-18
6
+
7
+
Various fixes and improvements, bump FireSim to 1.15.1.
8
+
9
+
### Added
10
+
* Bump chipyard to integrate mempress #1253
11
+
12
+
### Changed
13
+
* Default VCS simulators should generate FSDB #1252
14
+
* Bump to FireSim 1.15.1 for various improvements #1258
15
+
16
+
### Fixed
17
+
* Revert to using sbt-launch.jar to run SBT #1251
18
+
* Fix open files issue automatically on systems with a sufficiently large hard limit, to work around buildroot bug. #1258
19
+
* Fixed PATH issues in generated env.sh #1258
20
+
* Fixed scripts/repo-clean.sh to restore clean repo state again #1258
21
+
5
22
## [1.8.0] - 2022-09-30
6
23
7
24
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.
0 commit comments