aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-utils.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/netlists-utils.adb')
-rw-r--r--src/synth/netlists-utils.adb5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/synth/netlists-utils.adb b/src/synth/netlists-utils.adb
index abd754d2d..0f33002d3 100644
--- a/src/synth/netlists-utils.adb
+++ b/src/synth/netlists-utils.adb
@@ -69,6 +69,11 @@ package body Netlists.Utils is
return Get_Output_Desc (M, I).Name;
end Get_Output_Name;
+ function Get_Input_Net (Inst : Instance; Idx : Port_Idx) return Net is
+ begin
+ return Get_Driver (Get_Input (Inst, Idx));
+ end Get_Input_Net;
+
function Is_Connected (O : Net) return Boolean is
begin
return Get_First_Sink (O) /= No_Input;