From 7e0dd7e8c24a2a772d921737bd8ca1cd406ad411 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 9 Mar 2020 20:41:16 +0100 Subject: netlists: allow empty net for build_mux4 --- src/synth/netlists-builders.adb | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/synth/netlists-builders.adb b/src/synth/netlists-builders.adb index 5d3b025d3..99a7563fe 100644 --- a/src/synth/netlists-builders.adb +++ b/src/synth/netlists-builders.adb @@ -941,7 +941,6 @@ package body Netlists.Builders is I0, I1, I2, I3 : Net) return Net is Wd : constant Width := Get_Width (I0); - pragma Assert (Wd /= No_Width); pragma Assert (Get_Width (I1) = Wd); pragma Assert (Get_Width (I2) = Wd); pragma Assert (Get_Width (I3) = Wd); -- cgit v1.2.3