aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/include/synth.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/include/synth.h')
-rw-r--r--src/synth/include/synth.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/synth/include/synth.h b/src/synth/include/synth.h
index fa6b78e2c..21144e32f 100644
--- a/src/synth/include/synth.h
+++ b/src/synth/include/synth.h
@@ -133,9 +133,9 @@ namespace GhdlSynth {
GHDLSYNTH_ADA_WRAPPER_WW(get_next_sink, Input, Input);
struct Attribute { unsigned int id; };
- GHDLSYNTH_ADA_WRAPPER_WW(get_first_attribute, Attribute, Instance);
- GHDLSYNTH_ADA_WRAPPER_WWD(get_first_input_port_attribute, Attribute, Module, Port_Idx);
- GHDLSYNTH_ADA_WRAPPER_WWD(get_first_output_port_attribute, Attribute, Module, Port_Idx);
+ GHDLSYNTH_ADA_WRAPPER_WW(get_instance_first_attribute, Attribute, Instance);
+ GHDLSYNTH_ADA_WRAPPER_WWD(get_input_port_first_attribute, Attribute, Module, Port_Idx);
+ GHDLSYNTH_ADA_WRAPPER_WWD(get_output_port_first_attribute, Attribute, Module, Port_Idx);
GHDLSYNTH_ADA_WRAPPER_WW(get_attribute_name, Name_Id, Attribute);
GHDLSYNTH_ADA_WRAPPER_DW(get_attribute_type, Param_Type, Attribute);
GHDLSYNTH_ADA_WRAPPER_WW(get_attribute_pval, Pval, Attribute);