Open
Description
An attempt to run the example
make out/conv_wide_handshake_taps.zynq10vivado.bit
produces the following error:
[Synth 8-448] named port connection 'taps' does not exist for instance 'pipeline' of module 'harnessaxi'
because the module harnessaxi
is generated without the parameter taps
. (The same is true of a number of other examples)
module harnessaxi(input wire CLK, input wire ready_downstream, output wire ready, input wire reset, input wire [64:0] process_input, output wire [64:0] process_output);
Metadata
Metadata
Assignees
Labels
No labels