CMS-HGCAL / rpi-daq

Deprecated. Use gitlab version instead:
https://gitlab.cern.ch/cms-hgcal-tb/rpi-daq
0 stars 4 forks source link

Shaping time configuration #12

Open artlbv opened 6 years ago

artlbv commented 6 years ago

Arnaud found that the shaping time of 35 [ns] does not change the default skiroc2cms config wheres the default should be 40. To be verified.

artlbv commented 5 years ago

In here: https://github.com/CMS-HGCAL/rpi-daq/blob/7dc0ff006e0500dc2487045c88e08d1fcffc9d6b/skiroc2cms_bit_string.py#L88-L98

For LG: self.bits[365-4+i]=bit For HG: self.bits[359-4+i]=bit

These positions are correct.

artlbv commented 5 years ago

@asteencern found that the shaping time inversely ordered int the config, i.e. LSB to MSB and not vice versa.