|
2 | 2 |
|
3 | 3 | This changelog follows the format defined here: https://keepachangelog.com/en/1.0.0/ |
4 | 4 |
|
| 5 | +## [1.5.0] - 2021-06-13 |
| 6 | + |
| 7 | +A more detailed account of everything included is included in the dev to master PR for this release: https://github.com/ucb-bar/chipyard/pull/773 |
| 8 | + |
| 9 | +### Added |
| 10 | +* FireMarshal support for FPGA prototypes (#849) |
| 11 | +* Hammer update to include power estimation flows, rail analysis, hierarchical sim support, and improved ASAP7 plugin with dummy SRAMs (#886) |
| 12 | +* Docker image |
| 13 | +* Support specifying architecture when building tools. (#802) |
| 14 | +* Add Config fragments: WithMultiRoCCFromBuildRoCC, PMP (#809, #821) |
| 15 | +* Add support for simulating an AXI memory interface over the default TL serial link (#812) |
| 16 | +* Add option to add async queues between chip-serialIO and harness serdes (#828) |
| 17 | +* Spike support for multiple extensions, and add sha3 spike model to esp-tools (#837, #897) |
| 18 | +* Default generator support for I2C and PWM (#885) |
| 19 | + |
| 20 | +### Changed |
| 21 | +* Gemmini bump to version 0.5 |
| 22 | +* FireSim bump to version 1.12 |
| 23 | +* FireMarshal bump to version 1.12 |
| 24 | +* Changes default FireSim frequency from 3.2 GHz (dual clock domains) to 1 GHz (single clock domain) |
| 25 | +* Bump pygments from 2.2.0 to 2.7.4 in docs |
| 26 | +* Hammer tutorial example is now a TinyRocketConfig (#886) |
| 27 | +* Sha3 Spike model moved from sha3 repo to esp-isa-sim |
| 28 | + |
| 29 | +### Fixed |
| 30 | +* Avoid permissions conflict on shared protocjar.webcache (#774) |
| 31 | +* Passing MBus clock frequency to SimDRAM (#790) |
| 32 | +* Fix parsing of --ignore-qemu option (#791) |
| 33 | +* FPGA Prototype - Support Adding Pullup R's to Bringup GPIOs (#806) |
| 34 | +* Use "tile" instead of "core" to assign frequencies in WithTileFrequency config. fragment (#807) |
| 35 | +* Fix IOCell generation for clock and reset to use IOCellKey (#824) |
| 36 | +* Fix TileResetCtrl to be ahead of reset synchronizers (#826) |
| 37 | +* Fix memory alignment in character count RoCC test (#853) |
| 38 | +* Synchronize JTAG reset to JTAG.TCK. (#859) |
| 39 | +* Updates to system requirements scripts (#874) |
| 40 | +* Rocket-dsp-utils integration and cleanup for dsptools (#888) |
| 41 | + |
| 42 | +### Removed |
| 43 | +* Dummy DCO collateral from Hammer tutorial example (#886) |
| 44 | + |
| 45 | + |
5 | 46 | ## [1.4.0] - 2021-01-19 |
6 | 47 |
|
7 | 48 | A more detailed account of everything included is included in the dev to master PR for this release: https://github.com/ucb-bar/chipyard/pull/599 |
|
0 commit comments