From 40c7b033a8e005503a5719901ac420bd39145a7b Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 28 Jun 2019 18:31:10 +0200 Subject: synth: Move get_input_net to netlists.utils. --- src/synth/netlists.adb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/synth/netlists.adb') diff --git a/src/synth/netlists.adb b/src/synth/netlists.adb index af1c149f2..6e84e2116 100644 --- a/src/synth/netlists.adb +++ b/src/synth/netlists.adb @@ -461,11 +461,6 @@ package body Netlists is return Instances_Table.Table (Inst).First_Input + Input (Idx); end Get_Input; - function Get_Input_Net (Inst : Instance; Idx : Port_Idx) return Net is - begin - return Get_Driver (Get_Input (Inst, Idx)); - end Get_Input_Net; - -- Nets function Is_Valid (N : Net) return Boolean is -- cgit v1.2.3