aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-memories.adb
diff options
context:
space:
mode:
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;