Merge pull request #1122 from firesim/sagark-patch-2

Update CHANGELOG.md for 1.14.1 release
This commit is contained in:
Sagar Karandikar 2022-07-07 18:53:19 -07:00 committed by GitHub
commit bd5bb37737
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 1 deletions

View File

@ -2,6 +2,22 @@
This changelog follows the format defined here: https://keepachangelog.com/en/1.0.0/
## [1.14.1] - 2022-07-07
Adds firesim builddriver command, various bugfixes.
### Added
* New firesim builddriver command, which runs required driver/metasimulation builds without a launched run farm #1114
* Support for Sydney region on AWS #1111
### Changed
* Docs cleanup #1114 #1106
* Don't use tsnyder conda channel in production machine-launch-script.sh #1121
### Fixed
* Fixed documentation for SSH-ing into simulations of target designs with NICs #1119. Fixes #580.
* VitisShell: Use XPM xpm_cdc_sync_rst for reset synchronizer #1100
* Fix manager xclbin lookup bug during metasimulation #1114, https://groups.google.com/g/firesim/c/VxHX7QkKJCM
## [1.14.0] - 2022-06-18
Introduces support for local (on-premises) FPGAs and distributed metasimulation

View File

@ -1,5 +1,6 @@
""" These are the base components that make up a FireSim simulation target
topology. """
topology.
"""
from __future__ import annotations