aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-vhdl_insts.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-vhdl_insts.adb')
-rw-r--r--src/synth/synth-vhdl_insts.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/synth/synth-vhdl_insts.adb b/src/synth/synth-vhdl_insts.adb
index 10c355032..fc9788f78 100644
--- a/src/synth/synth-vhdl_insts.adb
+++ b/src/synth/synth-vhdl_insts.adb
@@ -726,7 +726,6 @@ package body Synth.Vhdl_Insts is
N_Off : Uns32;
N : Net;
Base : Valtyp;
- pragma Unreferenced (Base);
Offs : Value_Offsets;
Dyn : Dyn_Name;
begin
@@ -752,6 +751,8 @@ package body Synth.Vhdl_Insts is
Iassoc := Get_Chain (Iassoc);
end loop;
+ pragma Unreferenced (Base);
+
-- Then:
-- 1. sort table by offset
Sort_Value_Offset (Els);