aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-08-06 22:01:55 +0200
committerTristan Gingold <tgingold@free.fr>2020-08-06 22:01:55 +0200
commitc689f6ad051c6a17ade3fb2d50f9383095321cf2 (patch)
treea982e25b59c3bca2ca1e54d7753537881a88b30d /src/synth
parentcbc80d183e45f0905fbbad5aaae33311891ac839 (diff)
downloadghdl-c689f6ad051c6a17ade3fb2d50f9383095321cf2.tar.gz
ghdl-c689f6ad051c6a17ade3fb2d50f9383095321cf2.tar.bz2
ghdl-c689f6ad051c6a17ade3fb2d50f9383095321cf2.zip
netlists: preliminary support of memory of depth one.
Diffstat (limited to 'src/synth')
-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