Skip to content

DUNE: per-link Customizable SUPER-CHUNK-FACTOR

Filiberto Bonini requested to merge DUNE_SCF-pkg into master

SUPER_CHUNK_FACTOR independently customizable in each link

For DUNE, it will be helpful to be able to specify the number of WIB_FRAMES to pack together in a "Super-Chunk" at the single link level, instead of the current single firmware-wide value. Essentially, in each SLR, 5 CRFM channels will keep packing 12 WIB-frames in a single SuperChunk, while the 6th will use the normal factor of 1 for the Hit-Finder packets.

DUNE Configuration VHDL package

Vivado TCL allows to declare and use arrays but not to pass them to a VHDL top-level generics (useful for previous point). Therefore, a DUNE configuration package seems appropriate to enable all DUNE mods, including those currently handled by TCL implementation script. DUNE has its own top-level using the package.

Full compatibility with FULLmode master is kept.

Edited by Frans Schreuder

Merge request reports