diff options
-rw-r--r-- | src/synth/netlists-builders.adb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/synth/netlists-builders.adb b/src/synth/netlists-builders.adb index 3110855e9..5d3b025d3 100644 --- a/src/synth/netlists-builders.adb +++ b/src/synth/netlists-builders.adb @@ -725,7 +725,6 @@ package body Netlists.Builders is L, R : Net) return Net is Wd : constant Width := Get_Width (L); - pragma Assert (Wd /= No_Width); pragma Assert (Get_Width (R) = Wd); pragma Assert (Ctxt.M_Dyadic (Id) /= No_Module); Inst : Instance; |