diff options
Diffstat (limited to 'src')
-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 0174c8388..9db99a20e 100644 --- a/src/synth/netlists-builders.adb +++ b/src/synth/netlists-builders.adb @@ -1247,7 +1247,6 @@ package body Netlists.Builders is function Build_Port (Ctxt : Context_Acc; N : Net) return Net is Wd : constant Width := Get_Width (N); - pragma Assert (Wd /= No_Width); Inst : Instance; O : Net; begin |