ipbus/ipbus-firmware

Move UDP modules to separate directory from transport-agnostic core modules

Closed this issue · 1 comments

Since new transport layer interfaces for the IPbus transactor have been developed - e.g. the PCIe interface, described in #96 - it makes sense to move the UDP-transactor interface to a separate directory from the transport-agnostic core modules

Initial proposal: New directory is components/ipbus_transport_udp; suggestions for alternative names are welcome

All done in PR #98; final set of changes:

  • ipbus_ctrl.vhd moved to new directory components/ipbus_util/firmware/hdl/masters
  • All other UDP-specific files moved under components/ipbus_transport_udp
  • Clocks entities moved to new directory components/ipbus_util/firmware/hdl/clocks

Closing now.