New
v2.1.0
Fixed
- Fix calculation of
vstu's vector length - Fix
vslideupandvslidedownoperand's vector length trimming - Mute mask requests on idle lanes
- Mute instructions with vector length zero on the respective
lane_sequencerandoperand_requester - Fix
simd_div's offset calculation - Delay acknowledgment of memory requests if the
axi_inval_filteris busy
Added
- Format source files in the
appsfolder with clang-format by runningmake format - Support for the
2_lanes,8_lanes, and16_lanesconfigurations, besides the default4_lanesone
Changed
- Compile Verilator and Ara's verilated model with LLVM, for a faster compile time.
- Verilator updated to version v4.210.
- Verilation is done with a hierarchical verilation flow
- Replace
ara_soc's LLC with a simple main memory - Reduce number of words on the main memory, for faster Verilation
- Update
common_cellsto v1.22.1 - Update
axito v0.29.1