diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-01-19 04:30:52 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-01-19 04:30:52 +0100 |
commit | 6465dc24c70dcd3c17a62ae30b0db5882778a234 (patch) | |
tree | 693f6f473c99a6a22b17274691be7ccbc20d351b /src/synth | |
parent | 501193da2ca0f6ad0f5c514eb793a7e3a3224887 (diff) | |
download | ghdl-6465dc24c70dcd3c17a62ae30b0db5882778a234.tar.gz ghdl-6465dc24c70dcd3c17a62ae30b0db5882778a234.tar.bz2 ghdl-6465dc24c70dcd3c17a62ae30b0db5882778a234.zip |
netlists-builders: relax assertion. Fix #1099
Diffstat (limited to 'src/synth')
-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 |