Skip to content

feat: packetizer with Yocto

Cagil Guemues requested to merge daq_packetizer into main
  • This introduces the AXI4-Stream packetizer. It takes a wide vector of input data that is constructed by a "dataframe" entity and streams it towards the BSP, where the AXI DMA entity receives it.

  • The "dataframe" entity is generated from "daq_dataframe.rdl" by an external daq-dataframe.py script.

  • It adds Timing Module into the application

  • Vivado version bumped to 2022.2

  • Adds Yocto build flow

  • Adds baremetal C code that tests the AXI-DMA IP

Merge request reports