Skip to content

Releases: ucb-bar/chipyard

Chipyard 1.13.0

30 Sep 17:53
69eba86
Compare
Choose a tag to compare

Chipyard 1.13.0 contains numerous new RTL changes:

  • Integration of Saturn and Ara vector units
  • Support for RISC-V B extension instructions in Rocket, Shuttle, and BOOMv4
  • Added VexiiRiscv SpinalHDL RV64GCB core
  • Added example VivadoHLS accelerator flow

Firesim's compiler is now decoupled from Chipyard's, making Firesim more modular and reusable.

Added

Changed

Fixed

Full Changelog: 1.12.0...main

Chipyard Minor Release 1.12.3

21 Aug 17:20
6f0c448
Compare
Choose a tag to compare

Added

Fixed

Full Changelog: 1.12.2...1.12.3

Chipyard 1.12.2

08 Aug 05:41
dccedae
Compare
Choose a tag to compare

Added

Changed

Fixed

Full Changelog: 1.12.1...1.12.2

Chipyard 1.12.1

07 Aug 00:09
5929221
Compare
Choose a tag to compare

Fixes bug with Conda install flow. Adds pre-release of vector unit.

Added

Changed

Fixed

Removed

Full Changelog: 1.12.0...main

Chipyard 1.12.0

01 Aug 20:14
404c8d3
Compare
Choose a tag to compare

Added

Changed

Fixed

Removed

Uncategorized

Full Changelog: 1.11.0...1.12.0

Chipyard 1.11.0 Release

23 Jan 02:12
ac58f38
Compare
Choose a tag to compare

Added

Changed

Fixed

Removed

Uncategorized

  • Documentation: Change "don't use Windows" to "if using Windows, use WSL" (by @JL102 in #1572)
  • docs: Add info on chipyard's tests directory and how to do multithreading in RTL simulations (by @JL102 in #1646)
  • Reduce CDE lookups for IOBinders (by @tymcauley in #1720)
  • Update deprecated APIs to prepare for Chisel 5 (by @tymcauley in #1723)
  • Allow sed override in uniquify-module-names.py (by @tymcauley in #1729)
  • Update deprecated/unused Chisel APIs (by @tymcauley in #1743)

Full Changelog: 1.10.0...1.11.0

Chipyard 1.10.0 Release

09 Jul 21:56
b7644b2
Compare
Choose a tag to compare

Adds superscalar in-order core, prefetchers, architectural checkpointing, examples for custom-chiptop/tapeout-chip/flat-chiptop. FireSim bumped with new local FPGA support: 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

Changed

Fixed

New Contributors

Chipyard 1.9.1

07 May 22:55
968b207
Compare
Choose a tag to compare

This release fixes several bugs introduced with the 1.9.0 release.

What's Changed

Full Changelog: 1.9.0...1.9.1

Chipyard 1.9.0

24 Mar 00:14
7475bfb
Compare
Choose a tag to compare

Faster FIRRTL builds support with CIRCT. New software support for RISC-V GCC12 and Linux 6.2. Various bumps and fixes of all submodules.

Added

Changed

Fixed

Chipyard 1.8.1

19 Oct 01:08
004297b
Compare
Choose a tag to compare

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