dftlib.transformer.rewrite_rules.try_split_fdep¶
- try_split_fdep(dft: Dft, fdep: DftElement) bool ¶
Split FDEPs with two or more children into single FDEPs with only one child. :param dft: DFT. :param fdep: FDEP. :return: True iff fdep was split.
Split FDEPs with two or more children into single FDEPs with only one child. :param dft: DFT. :param fdep: FDEP. :return: True iff fdep was split.