aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-memories.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-11-17 21:22:02 +0100
committerTristan Gingold <tgingold@free.fr>2021-11-17 21:22:02 +0100
commite890899a52b1b879694a41759e7644613d7bd1a6 (patch)
tree17c2639eeb58f90eec82c4d21b2c7364543d50e9 /src/synth/netlists-memories.adb
parent4ac40b32c52686bb2c84b640d25d71919cafdf0e (diff)
downloadghdl-e890899a52b1b879694a41759e7644613d7bd1a6.tar.gz
ghdl-e890899a52b1b879694a41759e7644613d7bd1a6.tar.bz2
ghdl-e890899a52b1b879694a41759e7644613d7bd1a6.zip
synth: renaming to instance_attributes.
Diffstat (limited to 'src/synth/netlists-memories.adb')
-rw-r--r--src/synth/netlists-memories.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/netlists-memories.adb b/src/synth/netlists-memories.adb
index 0b8d62f84..9f89adaa0 100644
--- a/src/synth/netlists-memories.adb
+++ b/src/synth/netlists-memories.adb
@@ -2284,7 +2284,7 @@ package body Netlists.Memories is
when others =>
raise Internal_Error;
end case;
- Copy_Attributes (Heads (I), Sig);
+ Copy_Instance_Attributes (Heads (I), Sig);
Tails (I) := Get_Output (Heads (I), 0);
end;
end loop;