How can I add a finish signal for HDL generation?
1 次查看(过去 30 天)
显示 更早的评论
I created a algrithm using simulink and used HDL Coder to have my VHDL code generated. But I found that there's no flag indicate that the ouput result is already at the output port, I wonder if there's any way to solve this question? Any help would be appreciated. Thanks.
0 个评论
采纳的回答
Bharath Venkataraman
2015-4-16
If you are referring to the latency of the system due to registers in the path between input and output, a valid flag is typically modeled as an output of the design to indicate that data is ready.
This valid flag in the Simulink simulation should go high when the data is ready on the output. Once you verify this working in your Simulink design, you can generate HDL code for it and you will find the same valid output available in HDL as well.
2 个评论
Bharath Venkataraman
2015-6-11
That will depend on your design. You can use counters, delays, logical comparison operators to figure out when the valid flag output should go high.
更多回答(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!