Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR when build xo /03-rtl_stream_kernel_integration #32

Closed
ykgot opened this issue Jan 7, 2021 · 4 comments
Closed

ERROR when build xo /03-rtl_stream_kernel_integration #32

ykgot opened this issue Jan 7, 2021 · 4 comments

Comments

@ykgot
Copy link

ykgot commented Jan 7, 2021

When I tried to build xo with the following comment for 03-rtl_stream_kernel_integration project, it had some ERRORs.
How to solve this?
Thanks!

make all_xo TARGET=hw PLATFORM=xilinx_u200_xdma_201830_2

ERROR: [v++ 214-160] in function 'alpha_mix': Local stream 'mixed_img.4' has conflict depth setting (xx/03-rtl_stream_kernel_integration/hw/alpha_mix.cpp:46:61)
ERROR: [v++ 214-160] in function 'alpha_mix': Local stream 'resized_time_img.4' has conflict depth setting (xx/03-rtl_stream_kernel_integration/hw/alpha_mix.cpp:44:61)

@fmanuelsg
Copy link

fmanuelsg commented Jan 20, 2021

Same issue on: 'Vitis-Tutorials/Runtime_and_System_Optimization/Design_Tutorials/02-ivas-ml/hw_src'

CmdLine: 'make resize_rgb.xo PFM_REPO=/opt/xilinx/platforms PLATFORM=xilinx_u250_xdma_201830_2'

after fixing the rule:
resize_rgb.xo: resize_rgb.cpp
v++ --platform $(PLATFORM_FILE) -t $(TARGET) -s $(RESIZE_FLAGS) --config resize_config.ini -c -o $@ $<

@rwarmstr
Copy link
Contributor

These tutorials have this issue if you run 2020.1 tutorials on 2020.2 with Vitis HLS, the repos have since been updated. Please let us know if you still see this.

@ghost
Copy link

ghost commented Feb 20, 2021

2020.2

@rwarmstr
Copy link
Contributor

You'll see the issue if you build the 2020.1 tutorial branch on 2020.2. You should not see the issue if you build the 2020.2 branch on 2020.2. We also committed a patch yesterday against the 2020.1 branch that should resolve it, but please let us know if you continue to see difficulties.

imrickysu pushed a commit that referenced this issue Nov 7, 2021
add description files for regression
imrickysu pushed a commit that referenced this issue Nov 3, 2022
add description files for regression
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants