diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-08-06 22:01:55 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-08-06 22:01:55 +0200 |
commit | c689f6ad051c6a17ade3fb2d50f9383095321cf2 (patch) | |
tree | a982e25b59c3bca2ca1e54d7753537881a88b30d | |
parent | cbc80d183e45f0905fbbad5aaae33311891ac839 (diff) | |
download | ghdl-c689f6ad051c6a17ade3fb2d50f9383095321cf2.tar.gz ghdl-c689f6ad051c6a17ade3fb2d50f9383095321cf2.tar.bz2 ghdl-c689f6ad051c6a17ade3fb2d50f9383095321cf2.zip |
netlists: preliminary support of memory of depth one.
-rw-r--r-- | src/synth/netlists-builders.adb | 2 |
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 |