Skip to content

Commit

Permalink
Merge branch 'cabal_new_probes' into 'devel'
Browse files Browse the repository at this point in the history
feat(core): extend and improve DMA/PCIE debug probes and event counters

See merge request ndk/ndk-fpga!104
  • Loading branch information
jakubcabal committed Nov 13, 2024
2 parents 6de39e0 + 5ff161e commit d284e5b
Show file tree
Hide file tree
Showing 17 changed files with 1,780 additions and 916 deletions.
10 changes: 10 additions & 0 deletions apps/minimal/build/n6010/app_conf.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ set DMA_RX_BLOCKING_MODE true
# External DDR4 memory settings (allowed values 4 or 0).
set MEM_PORTS 4

# ------------------------------------------------------------------------------
# Select debug parameters:
# ------------------------------------------------------------------------------
# Enables debug probes and counters in the DMA Module (Medusa)
set DMA_DEBUG_ENABLE false
# Enables debug probes and counters in the PCIe Module (PCIe Core arch: USP and P-Tile)
set PCIE_CORE_DEBUG_ENABLE false
# Enables debug probes in the PCIe Module (PCIe Ctrl)
set PCIE_CTRL_DEBUG_ENABLE false

# ------------------------------------------------------------------------------
# Other parameters:
# ------------------------------------------------------------------------------
Expand Down
Loading

0 comments on commit d284e5b

Please sign in to comment.