diff options
Diffstat (limited to 'src/synth/netlists-utils.ads')
-rw-r--r-- | src/synth/netlists-utils.ads | 1 |
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). |