Skip to content

Draft: draft of the new parallel config for felix

Paolo Maria Malatesta requested to merge felix_parallel_config into devel

#291 The general idea of the code is to create many txcores objects. Each txcore object will handle the configuration of a single chip. Problem (see scan console, line 290): the only way to pass information about the txcore to the chip is through init(*HwController, FEConnectivity). TxCore is not an object of type *HwController (It is a simpler object).

Merge request reports

Loading