vivado_hls_tutorial icon indicating copy to clipboard operation
vivado_hls_tutorial copied to clipboard

Compilation error

Open m4n1c22 opened this issue 6 years ago • 2 comments

There is a bug in the implementation. You are calling blur function instead of conv within test.cpp file.

m4n1c22 avatar Apr 26 '19 09:04 m4n1c22

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?

roumenguha avatar Mar 19 '20 01:03 roumenguha

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.

roumenguha avatar Mar 19 '20 03:03 roumenguha