Skip to content

Commit d57c4e6

Browse files
committed
chore: update CHANGELOG.md
1 parent 9ec3b40 commit d57c4e6

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,63 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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.11.0] - 2025-07-10
10+
11+
### Added
12+
- cocotb: Added R/F-Tile support to top-level-sim.
13+
- cards: Added custom QSFP I2C controller to Devicetree on IA-440I.
14+
- cards: Added second BMC node for QSFP I2C access on IA-440I.
15+
- cards: Introduced preliminary support for Silicom fb2CDg1@AGM39D-2 (ThunderFjord) card.
16+
- core: Added support for custom QSFP_I2C controllers.
17+
- core: Added option to remap QSFP lanes to Ethernet channels in Network module.
18+
- comp: Added new stats counters to RX/TX_MAC_LITE component.
19+
- comp: Introduced AXIS_SWITCH, AXIS_MERGER, AXIS_SPLITTER components.
20+
- comp: Added tuser signal to AXI2MFB, AXI_PIPE components.
21+
- comp: Added option to disable shared regions in MFB_MVB_PREPENDER, MFB_FRAME_EXTENDER, MFB_USER_PACKET_GEN.
22+
- comp: Added the ofm-gls commandline Python tool for Gen Loop Switch (GLS) component.
23+
- docs: Introduced documentation of top-level-sim and verification enviroment based on cocotb.
24+
- uvm: Added option to generate broadcast MAC addresses to the flowtest sequence.
25+
26+
### Changed
27+
- cocotb: Improved AXI-Stream monitor/driver.
28+
- cards: Overclocked PCIe module to 500MHz for IA-440i card.
29+
- core: Improved DeviceTree generation.
30+
- core: Improved timing in PTC, MTC and Network module.
31+
- comp: Changed dynamic VHDL assertion to PSL assertions.
32+
- comp: Updated the Python module for MFB Generator and Gen Loop Switch (GLS) component.
33+
- comp: Improved MFB MVB Prepender, Shakedown, Packet Planner, MVB Fork components.
34+
- comp: Added and used more error inputs to RX_MAC_LITE.
35+
- comp: Allowed statistics counting when RX_MAC_LITE is disabled.
36+
- comp: Allowed frame dropping when TX_MAC_LITE is disabled.
37+
- docs: Improved NDK-FPGA documentation.
38+
- uvm: Changed data type of the conf_ipv6 and conf_ipv4 in APP-UVM.
39+
- uvm: Improved PCIE_MOD and NET_MOD verifications.
40+
- uvm: Improved packet generators.
41+
- ver: Improved old verification framework.
42+
43+
### Removed
44+
- comp: Removed unused constraints in CrossbarX module.
45+
- uvm: Removed byte_array_* environment and agent.
46+
- ver: Removed MTC, PTC old verifications.
47+
48+
### Fixed
49+
- cards: Set PCIe and DMA pblocks on Alveo U55C.
50+
- cards: Split general constraints into sets of common and specific constraints on AGI-FH400G.
51+
- cards: Fixed power management settings for AGI-FH400G board revision 2.
52+
- cards: Fixed fb2cghh BMC driver.
53+
- core: Fixed CLK delta delay problem in NetMod.
54+
- core: Fixed number of Eth streams for Mode 1 in DeviceTree.
55+
- core: Adjusted width of signals/ports for TS Demo.
56+
- app: Fixed TSU connection in Minimal APP UVM testbench.
57+
- dma: Fixed generation of unaligned transactions by MTU.
58+
- uvm: Fixed the division error in stats count when numbers of values is zero.
59+
- uvm: Changed register macro to register macro with parameter in uvm_logic_vector_array.
60+
- uvm: Changed parent class sequence sequence_lib_pcie_rx.
61+
- uvm: Fixed assign start time to uvm_logic_vector_array::sequence_item from avst::sequence_item.
62+
- uvm: Added address when address number is less that two in sequence_flowtest.
63+
- ver: Fixed error report of PCIe trans over PAGE.
64+
- ver: Check MPS with dword instead bytes.
65+
966
## [0.10.2] - 2025-03-26
1067

1168
### Fixed

0 commit comments

Comments
 (0)