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

Barrel config order #44

Closed aehart closed 2 years ago

aehart commented 2 years ago

This PR ensures the modules written by makeBarrelConfig.py are in the same order as the input files. This is needed because generator_hdl.py assumes the order of the processing module categories is the same as the order they are run in, i.e., all the IRs are first in processingmodules.dat, all the VMRs are second, etc.