When I connect "MyMux2" with a bus-line to the ADCdriver (see picture) I get error messages like: "Error (12009): Node "Misc:b2v_inst|data_mymux2_2x1" is missing source".
Does someone know how to solve this problem?
Thanks!
When I connect "MyMux2" with a bus-line to the ADCdriver (see picture) I get error messages like: "Error (12009): Node "Misc:b2v_inst|data_mymux2_2x1" is missing source".
Does someone know how to solve this problem?
Thanks!
The port islv_adc_data
is an input of the entity ADCdriver
. Your are connecting this input only with another input of the multiplexer MyMux2
. Thus, the signal data_mymux2_2x[1]
and all the other ones of that bus have no driver.