hi, i am trying to model in simulink where i am trying to give input from the workspace . i do receive the error in port width or dimensions. my input is about [1 9601] exactly i receive error in delay block. can anyone please help me out with this?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am trying to simulate in Simulink which supports HDL coder where I am facing the error in port width or dimensions for the input given. buffer blocks are not supported for HDL coding is there any alternative method in Simulink which supports it. i have attached the image of the Simulink project.
6 Kommentare
Bharath Venkataraman
am 5 Nov. 2018
The buffer block is not supported because you would never send an entire frame into HDL in one clock. If you send the output of the buffer block to the "Programmable FIR via Registers" subsystem, that subsystem generates HDL.
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!