diff options
-rw-r--r-- | src/import/chips/centaur/procedures/hwp/perv/cen_pll_initf.C | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/import/chips/centaur/procedures/hwp/perv/cen_pll_initf.C b/src/import/chips/centaur/procedures/hwp/perv/cen_pll_initf.C index 669b40292..ff3f30edd 100644 --- a/src/import/chips/centaur/procedures/hwp/perv/cen_pll_initf.C +++ b/src/import/chips/centaur/procedures/hwp/perv/cen_pll_initf.C @@ -105,6 +105,9 @@ cen_pll_initf(const fapi2::Target<fapi2::TARGET_TYPE_MEMBUF_CHIP>& i_target) l_clk_region.setBit<21>(); // SEL_THOLD_NSL FAPI_TRY(fapi2::putScom(i_target, CEN_CLK_REGION_PCB, l_clk_region), "Error from putScom (CEN_CLK_REGION_PCB, setpulse)"); + + FAPI_TRY(fapi2::delay(0, 10000)); + l_clk_region.flush<0>(); FAPI_TRY(fapi2::putScom(i_target, CEN_CLK_REGION_PCB, l_clk_region), "Error from putScom (CEN_CLK_REGION_PCB, clear)"); |