You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SDFFE RTLIL cell is mapped to a clock gate cell + SDFF cell. Performing clock gating on this type of cells breaks the following test cases in validation:
blake2s
blake2s_core
chacha
The validation of all test cases pass when this mapping is removed.
Thus, this mapping is removed temporarily. Power reports will show wrong results until this issue is fixed, because the power calculations presume that all flip-flops are clock-gated.
The text was updated successfully, but these errors were encountered:
The SDFFE RTLIL cell is mapped to a clock gate cell + SDFF cell. Performing clock gating on this type of cells breaks the following test cases in validation:
The validation of all test cases pass when this mapping is removed.
Thus, this mapping is removed temporarily. Power reports will show wrong results until this issue is fixed, because the power calculations presume that all flip-flops are clock-gated.
The text was updated successfully, but these errors were encountered: