diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/synth/netlists-memories.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/synth/netlists-memories.adb b/src/synth/netlists-memories.adb index 908087f9e..c51229d48 100644 --- a/src/synth/netlists-memories.adb +++ b/src/synth/netlists-memories.adb @@ -796,7 +796,8 @@ package body Netlists.Memories is | Id_Isignal => Res := Inst; Nbr_Sig := Nbr_Sig + 1; - when Id_Dff => + when Id_Dff + | Id_Idff => if Get_Next_Sink (Inp) = No_Input and then Get_First_Sink (First) = Inp then |