aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-06-28 18:31:10 +0200
committerTristan Gingold <tgingold@free.fr>2019-06-28 18:31:10 +0200
commit40c7b033a8e005503a5719901ac420bd39145a7b (patch)
tree5bd7c5b077516d4c4b17a8603c989219f9b49655 /src/synth/netlists.adb
parent1054c3731f64d58ff9eddc75b536c4a3d7e68057 (diff)
downloadghdl-40c7b033a8e005503a5719901ac420bd39145a7b.tar.gz
ghdl-40c7b033a8e005503a5719901ac420bd39145a7b.tar.bz2
ghdl-40c7b033a8e005503a5719901ac420bd39145a7b.zip
synth: Move get_input_net to netlists.utils.
Diffstat (limited to 'src/synth/netlists.adb')
-rw-r--r--src/synth/netlists.adb5
1 files changed, 0 insertions, 5 deletions
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