diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/synth/netlists-inference.adb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/synth/netlists-inference.adb b/src/synth/netlists-inference.adb index 5850ad204..35888b2d4 100644 --- a/src/synth/netlists-inference.adb +++ b/src/synth/netlists-inference.adb @@ -916,11 +916,7 @@ package body Netlists.Inference is (Loc, "latch infered for net %n (use --latches)", (1 => +Name)); end if; - if False then - return Infere_Latch_Create (Ctxt, Val, Prev_Val, Last_Mux, Loc); - else - return Val; - end if; + return Infere_Latch_Create (Ctxt, Val, Prev_Val, Last_Mux, Loc); end Infere_Latch; -- VAL is the value to be assigned to a wire at offset OFF. |