aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth')
-rw-r--r--src/synth/ghdlsynth.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/synth/ghdlsynth.h b/src/synth/ghdlsynth.h
index 9b8a55221..ae43c2c72 100644
--- a/src/synth/ghdlsynth.h
+++ b/src/synth/ghdlsynth.h
@@ -105,6 +105,10 @@ namespace GhdlSynth {
GHDLSYNTH_ADA_WRAPPER_WWD(get_input, Input, Instance, Port_Idx);
GHDLSYNTH_ADA_WRAPPER_WWD(get_output, Net, Instance, Port_Idx);
GHDLSYNTH_ADA_WRAPPER_WW(get_driver, Net, Input);
+ GHDLSYNTH_ADA_WRAPPER_WW(get_input_parent, Instance, Input);
+
+ GHDLSYNTH_ADA_WRAPPER_WW(get_first_sink, Input, Net);
+ GHDLSYNTH_ADA_WRAPPER_WW(get_next_sink, Input, Input);
// Utils
#undef GHDLSYNTH_ADA_PREFIX