aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-utils.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/netlists-utils.ads')
-rw-r--r--src/synth/netlists-utils.ads4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/synth/netlists-utils.ads b/src/synth/netlists-utils.ads
index 8f2898dfd..e4981b38a 100644
--- a/src/synth/netlists-utils.ads
+++ b/src/synth/netlists-utils.ads
@@ -40,9 +40,11 @@ package Netlists.Utils is
function Get_Id (Inst : Instance) return Module_Id;
- -- For the yosys plugin: name of a port
+ -- For the yosys plugin: name of a port or a parameter
function Get_Input_Name (M : Module; I : Port_Idx) return Sname;
function Get_Output_Name (M : Module; I : Port_Idx) return Sname;
+ function Get_Param_Name (M : Module; I : Param_Idx) return Sname;
+ function Get_Param_Type (M : Module; I : Param_Idx) return Param_Type;
-- For the yosys plugin: width of a port
function Get_Input_Width (M : Module; I : Port_Idx) return Width;