scalarize vector ports in generation vhdl code with hdl coder
2 次查看(过去 30 天)
显示 更早的评论
I try to implement median filter in FPGA with matlab, but in the step ''verify with cosimulation" i got that error "vector port is not currently supported. turn on hdl code generation option "scalarize vector ports", and then re-generate hdl code". when I turn on this option the simulation doesn't finish . please can you help me to know what's I need to do.
0 个评论
回答(1 个)
Bharath Venkataraman
2023-5-1
I suspect that you are sending in the entire frame of video into the median filter at one shot. I suggest you stream the video in, one pixel at a time to the median filter.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 HDL Coder 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!