@@ -6,23 +6,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77[ Conventional Commits] ( https://www.conventionalcommits.org/en/v1.0.0/ ) format is required for commit messages.
88
9- ## [ 0.12.0] - Unreleased
9+ ## [ 0.12.0] - 2025-10-02
1010
1111### Added
1212- cocotb: Added basic nvm-sim support.
1313- cocotb: Added support for Silicom FB2CDG1 card in top-level-sim.
14- - cards: Introduced support for boot controller for Alveo-U200 card.
1514- cards: Added support for IA-440i card with AGIB023R18A1E1VC.
1615- cards: Added external PPS support on N6010, IA-440i, agi-fh400g cards.
16+ - cards: Introduced support for boot controller for Alveo-U200 card.
1717- core: Introduced support for external PPS signal.
1818- comp: Introduced spookyhash component.
1919- comp: Introduced MFB_SWITCH_SIMPLE component.
2020- comp: Added IPv4/UDP support to MFB Generator.
21+ - docs: Introduced Known Limitations section in NDK documentation.
2122- dma: Introduced support for wide pointers over 16 bits in DMA Calypte.
2223- ci: Introduced vhdl-style-guide tool to check VHDL in CI stage.
2324
2425### Changed
2526- cocotb: Huge improved cocotb enviroment.
27+ - build: Updated default Agilex device in build system.
2628- cards: Enabled experimental configuration PCIE_CONF=1xGen5x16 for AGI-FH400G card.
2729- core: Used UNITID to route to individual DMA endpoints instead of tags.
2830- core: Improved link status decoding in MII adapter.
@@ -34,8 +36,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3436- uvm: Improved DMA Calypte verification.
3537- uvm: Improved UVM verification framework.
3638- uvm: Improved MTU packet support in UVM.
39+ - sw: Updated recommended tool versions, see README.md file.
40+ - ci: Improved Jenkins files for verifications.
3741
3842### Removed
43+ - cocotb: Removed old cocotb examples.
3944- comp: Removed old simulation of asfifo_bram.
4045
4146### Fixed
@@ -62,6 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6267- dma: Fixed reset internal EOF_POS value in DMA Calypte.
6368- dma: Fixed derivation of channel index from metadata in DMA Calypte.
6469- uvm: Fixed generating vld when src_rdy is zero in MVB driver.
70+ - uvm: Fixed byte ordering in LBUS/CMAC UVM monitor.
6571- sw: Fixed path for GLS using "nfb-bus -l" in GLS script.
6672
6773## [ 0.11.0] - 2025-07-10
0 commit comments