aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-memories.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-05-23 17:48:54 +0200
committerTristan Gingold <tgingold@free.fr>2020-05-23 17:48:54 +0200
commitef0164a6e0bb466c29bf6d9abba0d315b0ae9fd3 (patch)
tree6fee721718021ee0fd46be590b73f85967df71b4 /src/synth/netlists-memories.adb
parent5ebeb5e2277b550b12614642522fd1c86fd580b0 (diff)
downloadghdl-ef0164a6e0bb466c29bf6d9abba0d315b0ae9fd3.tar.gz
ghdl-ef0164a6e0bb466c29bf6d9abba0d315b0ae9fd3.tar.bz2
ghdl-ef0164a6e0bb466c29bf6d9abba0d315b0ae9fd3.zip
netlists: complete support of attributes. For #1318
Diffstat (limited to 'src/synth/netlists-memories.adb')
-rw-r--r--src/synth/netlists-memories.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/netlists-memories.adb b/src/synth/netlists-memories.adb
index 71d733826..e4e4115ed 100644
--- a/src/synth/netlists-memories.adb
+++ b/src/synth/netlists-memories.adb
@@ -1903,6 +1903,7 @@ package body Netlists.Memories is
when others =>
raise Internal_Error;
end case;
+ Copy_Attributes (Heads (I), Sig);
Tails (I) := Get_Output (Heads (I), 0);
end;
end loop;