aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/netlists.ads')
-rw-r--r--src/synth/netlists.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/netlists.ads b/src/synth/netlists.ads
index 80140c92c..0b54c0a9e 100644
--- a/src/synth/netlists.ads
+++ b/src/synth/netlists.ads
@@ -210,6 +210,9 @@ package Netlists is
function Get_Module_Name (M : Module) return Sname;
function Get_Id (M : Module) return Module_Id;
+ -- Number of fixed inputs/outputs.
+ -- For gates with variable number of inputs (like Concatn), use the
+ -- functions from Netlists.Utils.
function Get_Nbr_Inputs (M : Module) return Port_Nbr;
function Get_Nbr_Outputs (M : Module) return Port_Nbr;