Skip to content

Commit bdffe87

Browse files
committed
chore: update CHANGELOG.md
1 parent 527e308 commit bdffe87

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
- build: Introduced PLATFORM_TAGS variable for platform, replacement for SYNTH_FLAGS(TOOL).
1616
- build: Introduced templates for DTS generation.
1717
- cards: Introduced support for Terasic A2700 Accelerator card.
18-
- comp: Introduced MFB_MVB_APPENDER component.
19-
- comp: Introduced MVB_ITEM_COLLISION_RESOLVER component.
20-
- comp: Introduced MEM_CLEAR component.
18+
- comp: Introduced new components: MFB_MVB_APPENDER, MVB_ITEM_COLLISION_RESOLVER, MVB_GATE, MEM_CLEAR.
2119
- comp: Added packages for statistics processing in Data Logger component.
2220
- core: Added MISC signals between Top-Level and APP/PCIE/NET core.
21+
- core: Added optional low latency mode in Network Module for HFT applications.
2322
- dma: Added performance counters to measure blocking behavior in RX DMA Calypte.
2423
- uvm: Added support of the CMAC variant in Network Module verification.
2524
- ver: Added meters to AVST(PCIE) and AXI(PCIE) for the old verification.
@@ -34,19 +33,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3433
- comp: Refactored implementation of TCAM2 component.
3534
- comp: Refactored implementation of MVB_TCAM component.
3635
- core: Enabled Device Tree on all PCIe endpoints. This is required for proper identification of PCIe endpoints when bifurcation is enabled.
36+
- core: Improved PCIe core and DMA Medusa optional debug telemetry.
3737
- docs: Improved NDK-FPGA documentation.
3838
- uvm: Improved print of MVB transaction for APP-UVM verifications.
3939

4040
### Deprecated
4141

4242
### Removed
43+
- comp: remove old unused components (CLK_GEN, SQUARER, CAM, LED_CTRL, DMA_ASFIFO*, PAC_STATS*,
44+
RATE_LIM*, FIFO_PIPE, HYPER_PIPE, WATCHDOG*).
4345

4446
### Fixed
4547
- cocotb: Fixed SOF/EOF error checking in cocotb MFB monitor.
4648
- comp: Fixed histogram box update in Histogramer component.
4749
- core: Fixed width of demo/testing ports in Network Module.
4850
- uvm: Fixed LOGIC_VECTOR_ARRAY sequencer, the DB registration macro is now parameterized.
4951
- uvm: Fixed count speed in MFB bus.
52+
- ver: Fixed lot of small bugs in PCIe transactions in old verifications.
5053

5154
### Security
5255

0 commit comments

Comments
 (0)