From 27315802590805cdd70a4a03bde961443a86c54d Mon Sep 17 00:00:00 2001 From: Sagar Karandikar Date: Fri, 16 Jun 2023 07:56:41 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7da81b93..09fceb77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,11 @@ This changelog follows the format defined here: https://keepachangelog.com/en/1.0.0/ ## [1.17.0] - 2023-06-16 -Added support for VCU118, RHSResearch NiteFury II, XCelium. Imporved support for U250/U280/xcelium +Support for several new local FPGA boards added: Xilinx VCU118 (w/XDMA), Xilinx Alveo U250/U280 (w/XDMA, in addition to previous Vitis support), RHSResearch NiteFury II (w/XDMA). FireSim now also supports Xcelium for metasims. ### Added * Manager support for custom TARGET_PROJECT by @sagark in https://github.com/firesim/firesim/pull/1495 -* Bare Xilinx U250/U280 shell support by @abejgonzalez in https://github.com/firesim/firesim/pull/1497 +* Bare Xilinx U250/U280 shell support by @bgottschall @davidmetz @abejgonzalez in https://github.com/firesim/firesim/pull/1497 * Buildbitstream CI by @abejgonzalez in https://github.com/firesim/firesim/pull/1458 * FireSim Support for Xilinx VCU118 by @sagark in https://github.com/firesim/firesim/pull/1507 * add mcs command to implementation script for u250 by @kevindna in https://github.com/firesim/firesim/pull/1518