aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-inference.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-01-01 11:28:48 +0100
committerTristan Gingold <tgingold@free.fr>2021-01-01 14:15:39 +0100
commit1bb3b9066a16a0ace6ac2195f7a500896259fb03 (patch)
tree65d6b8c6b8bc71b7d2b3761377729ed2a670a62a /src/synth/netlists-inference.adb
parent7848a0c2280cc0c12954ef37f1fb061a49a2fc5c (diff)
downloadghdl-1bb3b9066a16a0ace6ac2195f7a500896259fb03.tar.gz
ghdl-1bb3b9066a16a0ace6ac2195f7a500896259fb03.tar.bz2
ghdl-1bb3b9066a16a0ace6ac2195f7a500896259fb03.zip
synth-expr: propagate error in synth_indexed_name
Diffstat (limited to 'src/synth/netlists-inference.adb')
-rw-r--r--src/synth/netlists-inference.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/netlists-inference.adb b/src/synth/netlists-inference.adb
index ecd90bb22..58df1b556 100644
--- a/src/synth/netlists-inference.adb
+++ b/src/synth/netlists-inference.adb
@@ -361,6 +361,7 @@ package body Netlists.Inference is
-- Create the FF.
if Rst = No_Net then
+ -- No async reset
pragma Assert (Rst_Val = No_Net);
if Els = No_Net then
if Init /= No_Net then