Skip to content

Commit

Permalink
feat: add LL_MODE constant into netcope_const.vhd
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepan Friedl committed Nov 14, 2024
1 parent 9427b67 commit e516002
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/config/core_conf.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,6 @@ set PCIE_CTRL_DEBUG_ENABLE false

# Enables Timstamp limit demo/testing logic
set TS_DEMO_EN false

# Enable Low-latency optimalizations
set LL_MODE false
2 changes: 2 additions & 0 deletions core/config/core_const.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,5 @@ VhdlPkgBool PCIE_CORE_DEBUG_ENABLE $PCIE_CORE_DEBUG_ENABLE
VhdlPkgBool PCIE_CTRL_DEBUG_ENABLE $PCIE_CTRL_DEBUG_ENABLE

VhdlPkgBool TS_DEMO_EN $TS_DEMO_EN
VhdlPkgBool LL_MODE $LL_MODE

1 change: 1 addition & 0 deletions core/top/fpga_common.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -1539,6 +1539,7 @@ begin
MI_DATA_WIDTH_PHY => 32 ,
MI_ADDR_WIDTH_PHY => 32 ,

LL_MODE => LL_MODE ,
TS_DEMO_EN => TS_DEMO_EN ,
TX_DMA_CHANNELS => DMA_TX_CHANNELS,

Expand Down

0 comments on commit e516002

Please sign in to comment.