Problem: Sometimes the ISLA216P ADCs are not correctly initialized, particularly the RESET signal.
This is related to the fact that we first initialize the ADCs and then we spawn the FMC_ACTIVE_CLK module. This module enables the clock to the ISLA216P ADCs, so it must be enabled first
Issue by lerwys Monday May 09, 2016 at 22:12 GMT Originally opened as https://github.com/lnls-dig/bpm-sw/issues/118
Problem: Sometimes the ISLA216P ADCs are not correctly initialized, particularly the RESET signal. This is related to the fact that we first initialize the ADCs and then we spawn the FMC_ACTIVE_CLK module. This module enables the clock to the ISLA216P ADCs, so it must be enabled first
Solution: Spawn FMC_ACTIVE_CLK first