cms-L1TK / project_generation_scripts

Python scripts to generate the wiring map of the tracklet pattern recognition & the top-level HDL that calls the HLS modules in the Hybrid Chain.
1 stars 2 forks source link

TrackBuilder fixes #58

Closed aehart closed 6 months ago

aehart commented 7 months ago

This PR fixes issues with the "done" signal coming from the TrackBuilders. Previously, the "done" ports from multiple TrackBuilders would drive the same "last track" signals. This has been addressed so that now each TrackBuilder drives its own unique "last track" signals.

I also removed a stray parenthesis from bodge/TF_L2L3_tb_writer.vhd.bodge.

The corresponding PR in firmware-hls is https://github.com/cms-L1TK/firmware-hls/pull/319.