aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-utils.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-03-29 21:23:30 +0200
committerTristan Gingold <tgingold@free.fr>2021-03-29 21:25:07 +0200
commitfb5bbea118c7cfa6d5793c8d463ffc4448d3a84f (patch)
treede9e9222fe00a9de57890d05697d189cb7aa0324 /src/synth/netlists-utils.ads
parent9f58adc16cb9306b5bf45cfaa5c7167bc52a56f8 (diff)
downloadghdl-fb5bbea118c7cfa6d5793c8d463ffc4448d3a84f.tar.gz
ghdl-fb5bbea118c7cfa6d5793c8d463ffc4448d3a84f.tar.bz2
ghdl-fb5bbea118c7cfa6d5793c8d463ffc4448d3a84f.zip
netlists-disp_vhdl: do not display edge net when not needed. Fix #1703
Diffstat (limited to 'src/synth/netlists-utils.ads')
-rw-r--r--src/synth/netlists-utils.ads1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/synth/netlists-utils.ads b/src/synth/netlists-utils.ads
index 5e5fac591..7ef000685 100644
--- a/src/synth/netlists-utils.ads
+++ b/src/synth/netlists-utils.ads
@@ -59,7 +59,6 @@ package Netlists.Utils is
return Instance;
-- Return True iff ID describe a constant.
- function Is_Const_Module (Id : Module_Id) return Boolean;
function Is_Const_Net (N : Net) return Boolean;
-- Assuming that N is a const net, return the value (for small values).