aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/netlists.ads')
-rw-r--r--src/synth/netlists.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/netlists.ads b/src/synth/netlists.ads
index f84f0c78e..a3c6cfe7c 100644
--- a/src/synth/netlists.ads
+++ b/src/synth/netlists.ads
@@ -235,6 +235,8 @@ package Netlists is
function Get_Param_Uns32 (Inst : Instance; Param : Param_Idx) return Uns32;
procedure Set_Param_Uns32 (Inst : Instance; Param : Param_Idx; Val : Uns32);
+ function Get_Input_Net (Inst : Instance; Idx : Port_Idx) return Net;
+
-- Input
function Get_Input_Parent (I : Input) return Instance;
function Get_Parent (I : Input) return Instance renames Get_Input_Parent;