vivado_hls_tutorial
vivado_hls_tutorial copied to clipboard
Compilation error
There is a bug in the implementation. You are calling blur function instead of conv within test.cpp file.
I got the same error, but I still get a SIGSEGV error when I change all instances of 'blur' to 'conv'. Did you ever manage to get this to work? If so, how did you do it? Could I get a copy of that code?
Nevermind, I was able to get this to compile. I had to change the test image to a smaller one; it seems 1920x1080 is too large to run in csim, but will synthesize just fine.