ipbus/ipbus-firmware

Broken dependency files

Closed this issue · 1 comments

Running a dep file consistency check revealed a few recent breakages that sneaked into the master branch - specifically:

  • References to boards/sim/firmware/cfg/sim.dep (should be updated to include -c boards/sim sim_udp.dep):
    • boards/enclustra_ax3_pm3/sim/firmware/cfg/enclustra_ax3_pm3_sim.dep
    • boards/kcu105/basex/sim/firmware/cfg/kcu105_basex_sim.dep
    • boards/pc053a/sim/firmware/cfg/pc053a_sim.dep
    • boards/zcu102/basex/sim/firmware/cfg/zcu102_basex_sim.dep
  • components/ipbus_util/firmware/cfg/ipbus_sysmon_v6.dep - ipbus_ prefix missing in VHDL filename
  • boards/k800/synth/firmware/cfg/k800_infra_xdmaBypass.dep - clocks/ prefix missing for clocks_us_serdes.vhd

Fix has been merged into master. Closing.