Xilinx System Generator error with storage container type
4 次查看(过去 30 天)
显示 更早的评论
Hello,
I have a System Generator design a Vector FFT block with a Real/Imaginary part sample length of 16, and an SSR parameter of 32. My goal is to generate a Xilinx IP core which will take in multiple samples per clock cycle, drive them through the vector FFT block and output them in a similar fashion. I would also like to have the interfaces of the final IP core to be AXI stream interfaces. My current design takes in 32 samples per cycle, with each complex sample comprising of 32 bits so a total of 1024 bits of input per cycle. The design is depicted below. The parts before and after the FFT block attempt to convert the scalar input to vector input for the FFT, and the inverse. The problem is that when i try to generate it i get an error (also depicted below) because Simulink complains about the 1024 bit length of the input to the output Gateway block. I haven't been able to figure out how to solve this, so any ideas would be appreciated
Thank you for your time
![Design](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1009265/Design.png)
![Error message](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1009270/Error%20message.png)
0 个评论
回答(1 个)
Bharath Venkataraman
2022-5-24
Hi George,
Xilinx System Generator is not a MathWorks product. I recommend reaching out directly to Xilinx for troubleshooting support with this issue.
Bharath
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sources 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!