Is there some way to display the resaults in System Generator?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
for example, sth like scope in Simulink, or display values in workspace?
Any answer would be precious, thanks in advance
0 Kommentare
Antworten (1)
Harsh
am 2 Jan. 2025
Hi Zoran,
According to my understanding of the question you want to view results from Xilinx System Generator blocks in Simulink.
System Generator for DSP, a tool by Xilinx, is used for designing DSP systems within the Simulink environment. It provides blocks and tools for FPGA design and verification. To display results within System Generator you can use the ‘Gateway Out’ block to convert data from a System Generator fixed-point or floating-point data type into a Simulink integer, single, double, or fixed-point data type. Then you can use the ‘Scope’ block in Simulink to display the results.
For more information regarding the `Gateway Out` block please refer to the following documentation - https://www.xilinx.com/support/documents/sw_manuals/xilinx2021_2/ug958-vivado-sysgen-ref.pdf
Also check the following MathWorks documentation to configure the ‘Gateway Out` block - https://www.mathworks.com/help/hdlcoder/ug/code-generation-with-xilinx-system-generator-subsystems.html#:~:text=On%20each%20Gateway%20Out%20block%2C%20select%20the%20Propagate%20data%20type%20to%20output%20option.
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!