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 9f89adaa0..062a73a94 100644
--- a/src/synth/netlists-memories.adb
+++ b/src/synth/netlists-memories.adb
@@ -2341,7 +2341,7 @@ package body Netlists.Memories is
function Is_Const_Input (Inst : Instance) return Boolean is
begin
case Get_Id (Inst) is
- when Id_Const_Bit =>
+ when Constant_Module_Id =>
return True;
when Id_Signal
| Id_Isignal =>