//(pChip->getFrontEndType() == FrontEndType::CIC ) ? true : false ;// true, false -- this needs to be false for the crate set-up .. how to fix this?!?!
...
...
@@ -885,12 +892,12 @@ namespace Ph2_HwInterface {
this->EnableFEs(pChip,{0,1,2,3,4,5,6,7},true);
// check if we need a soft RESET
cSuccess=this->CheckSoftReset(pChip);
if(!cSuccess)
{
LOG(INFO)<<BOLDBLUE<<"Could "<<BOLDRED<<" NOT "<<BOLDBLUE<<" clear SOFT reset request in CIC... "<<RESET;