@@ -15,11 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
- build: Introduced PLATFORM_TAGS variable for platform, replacement for SYNTH_FLAGS(TOOL).
16
16
- build: Introduced templates for DTS generation.
17
17
- 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.
21
19
- comp: Added packages for statistics processing in Data Logger component.
22
20
- 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.
23
22
- dma: Added performance counters to measure blocking behavior in RX DMA Calypte.
24
23
- uvm: Added support of the CMAC variant in Network Module verification.
25
24
- 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
34
33
- comp: Refactored implementation of TCAM2 component.
35
34
- comp: Refactored implementation of MVB_TCAM component.
36
35
- 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.
37
37
- docs: Improved NDK-FPGA documentation.
38
38
- uvm: Improved print of MVB transaction for APP-UVM verifications.
39
39
40
40
### Deprecated
41
41
42
42
### 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* ).
43
45
44
46
### Fixed
45
47
- cocotb: Fixed SOF/EOF error checking in cocotb MFB monitor.
46
48
- comp: Fixed histogram box update in Histogramer component.
47
49
- core: Fixed width of demo/testing ports in Network Module.
48
50
- uvm: Fixed LOGIC_VECTOR_ARRAY sequencer, the DB registration macro is now parameterized.
49
51
- uvm: Fixed count speed in MFB bus.
52
+ - ver: Fixed lot of small bugs in PCIe transactions in old verifications.
50
53
51
54
### Security
52
55
0 commit comments