aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-utils.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-05-18 18:40:01 +0200
committerTristan Gingold <tgingold@free.fr>2020-05-18 18:40:01 +0200
commitbf646039f586db4ef199d6ed466c1f173689d1a8 (patch)
treecc7ca0c25d9fa7533a09d2cb9a518ec908665835 /src/synth/netlists-utils.ads
parent7c8f4b6b20d42ba69d889f11c3da1f7aca877792 (diff)
downloadghdl-bf646039f586db4ef199d6ed466c1f173689d1a8.tar.gz
ghdl-bf646039f586db4ef199d6ed466c1f173689d1a8.tar.bz2
ghdl-bf646039f586db4ef199d6ed466c1f173689d1a8.zip
netlits: Use Remove_Instance instead of Free_Instance.
Diffstat (limited to 'src/synth/netlists-utils.ads')
-rw-r--r--src/synth/netlists-utils.ads4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/synth/netlists-utils.ads b/src/synth/netlists-utils.ads
index aeeb5cc78..a6d63dbec 100644
--- a/src/synth/netlists-utils.ads
+++ b/src/synth/netlists-utils.ads
@@ -81,10 +81,6 @@ package Netlists.Utils is
-- Return True iff O has one sink (is connected to one input).
function Has_One_Connection (O : Net) return Boolean;
- -- Disconnect input I. If the driver of I has no output(s) connected,
- -- disconnect and free it.
- procedure Disconnect_And_Free (I : Input);
-
-- Disconnect an input and return the previous driver.
function Disconnect_And_Get (I : Input) return Net;
function Disconnect_And_Get (Inst : Instance; I : Port_Idx) return Net;