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

Timing improvements #59

Closed aehart closed 2 months ago

aehart commented 4 months ago

This PR includes timing improvements that were discussed in this presentation: https://indico.cern.ch/event/1387937/#13-timing-updates

In particular, the new unbinned memory adapted from Thomas's work is used by default, and additional shift registers have been added for some of the input signals (ap_start and bx_V) to the processing modules.

ETA: The updates to the unbinned memory module have been reverted for now. To be revisited once the outstanding dual-FPGA work is merged.