aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-gates.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/netlists-gates.ads')
-rw-r--r--src/synth/netlists-gates.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/netlists-gates.ads b/src/synth/netlists-gates.ads
index 53c6ad92d..f5b7e0492 100644
--- a/src/synth/netlists-gates.ads
+++ b/src/synth/netlists-gates.ads
@@ -160,6 +160,9 @@ package Netlists.Gates is
-- Input3: enable
Id_Dyn_Insert_En : constant Module_Id := 71;
+ subtype Dyn_Insert_Module_Id is
+ Module_Id range Id_Dyn_Insert .. Id_Dyn_Insert_En;
+
-- OUT := IN0 * STEP, IN0 < MAX
Id_Memidx : constant Module_Id := 72;