cms-L1TK / cmssw

Fork of CMSSW where improvements to L1 tracking code are developed.
http://cms-sw.github.io/
Apache License 2.0
4 stars 5 forks source link

Update VMR maxstep #119

Closed meisonlikesicecream closed 2 years ago

meisonlikesicecream commented 2 years ago

PR description:

In the firmware, we need to sacrifice the first loop iteration to clear write address counters to avoid issues when running the VMR with the VHDL top-level in Vivado.

Updated VMR maxstep to 107 (originally 108) to match firmware repo PR: https://github.com/cms-L1TK/firmware-hls/pull/219. Reasons for decreasing the number of stubs the VMR can process are discussed here: https://github.com/cms-L1TK/firmware-hls/issues/188