aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-builders.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-01-19 04:30:52 +0100
committerTristan Gingold <tgingold@free.fr>2020-01-19 04:30:52 +0100
commit6465dc24c70dcd3c17a62ae30b0db5882778a234 (patch)
tree693f6f473c99a6a22b17274691be7ccbc20d351b /src/synth/netlists-builders.adb
parent501193da2ca0f6ad0f5c514eb793a7e3a3224887 (diff)
downloadghdl-6465dc24c70dcd3c17a62ae30b0db5882778a234.tar.gz
ghdl-6465dc24c70dcd3c17a62ae30b0db5882778a234.tar.bz2
ghdl-6465dc24c70dcd3c17a62ae30b0db5882778a234.zip
netlists-builders: relax assertion. Fix #1099
Diffstat (limited to 'src/synth/netlists-builders.adb')
-rw-r--r--src/synth/netlists-builders.adb1
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