Skip to content

Ignore known wrong BCID in particular Tile DMU

BCIDs from all Tile DMUs in one module are compared with one from the 2nd DMU in the same module and if they are different then channels from the corresponding DMUs are masked on the fly. But if the 2nd DMU has bad BCID itself then whole module is masked on the fly. But in the case when it is known that particular Tile DMU has wrong BCID it is not very good.

To avoid masking channels (in the worst case whole module) when it is known that the corresponding Tile DMU has wrong BCID possiblity to ignore this known wrong BCID by putting special flag into DB has been added.

New Tile channel status OnlineWrongBCID and WrongBCID have been added to mark channels from Tile DMU which is known to have wrong BCID in the DB. They are differnt for possiblity to change known wrong BCID in offline if it is needed.

Initialization of Tile DQ status has been modified accordingly to ignore known wrong Tile BCID.

Reference files for unit tests have been updated.

Merge request reports