190 | | * Resource estimate |
191 | | * Waveform view |
192 | | |
193 | | [[CollapsibleEnd]] |
| 190 | * System estimate report is generated while building the hardware target xclbin file. It gives information on the resource usage, clock frequency, kernel latency estimate, etc. |
| 191 | {{{ |
| 192 | root@node1-6:~/Vitis-Tutorials/docs/Pathway3/reference-files/run# vitis_analyzer mmult.hw.xilinx_u200_xdma_201830_2.xclbin.link_summary |
| 193 | }}} |
| 194 | |
| 195 | * Waveform view - While generating the hardware emulation target, waveform view can be enabled by editing the xrt.ini file. This option displays kernel signals in a waveform view while running hardware emulation. Hardware emulation can be run as follows |
| 196 | {{{ |
| 197 | export XCL_EMULATION_MODE=hw_emu |
| 198 | ./host mmult.hw_emu.xilinx_u200_xdma_201830_2.xclbin |
| 199 | }}} |
| 200 | |
| 201 | [[CollapsibleEnd]] |