aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/synth/netlists-builders.adb2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/synth/netlists-builders.adb b/src/synth/netlists-builders.adb
index 7e8f7b3f7..43c19c25f 100644
--- a/src/synth/netlists-builders.adb
+++ b/src/synth/netlists-builders.adb
@@ -1217,8 +1217,6 @@ package body Netlists.Builders is
is
Wl : constant Width := Get_Width (L);
Wr : constant Width := Get_Width (R);
- pragma Assert (Wl > 0);
- pragma Assert (Wr > 0);
Inst : Instance;
O : Net;
begin