File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11 #! /bin/bash
2+ # Must use default top module name = 'top' (same as --top top)
23../../src/pipelinec axis.c --out_dir OUT --xo_axis --coarse --sweep
3-
Original file line number Diff line number Diff line change 11#! /bin/bash
2+
3+ # Use ../build.sh to produce PipelineC ../OUT/package_axis_xo.tcl file
4+
5+ # Vitis build steps:
26# TARGET=hw
37TARGET=hw_emu
48VITIS_PLATFORM=xilinx_u50_gen3x16_xdma_5_202210_1
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ synth.jobs=4
33impl.jobs =12
44
55[connectivity]
6- stream_connect =maxi_to_stream_1.output:my_ip_1 .input_stream
7- stream_connect =my_ip_1 .output_stream:stream_to_maxi_1.input
6+ stream_connect =maxi_to_stream_1.output:top_ip_1 .input_stream
7+ stream_connect =top_ip_1 .output_stream:stream_to_maxi_1.input
Original file line number Diff line number Diff line change 33 --link \
44 --platform $2 \
55 --output kernel.xclbin \
6- --input_files xo/my_ip .xo \
6+ --input_files ../ xo/top_ip .xo \
77 --input_files xo/maxi_to_stream.xo \
88 --input_files xo/stream_to_maxi.xo \
99 --config sources/vitis_link.cfg \
You can’t perform that action at this time.
0 commit comments