Changes between Version 34 and Version 35 of Tutorials/Edge Computing/Alveo Getting Started
- Timestamp:
 - May 30, 2020, 4:44:28 AM (5 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
      
Tutorials/Edge Computing/Alveo Getting Started
v34 v35 265 265 * 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. 266 266 {{{#!shell-session 267 root@ node1-6:~/Vitis-Tutorials/docs/Pathway3/reference-files/run# vitis_analyzer mmult.hw.xilinx_u200_xdma_201830_2.xclbin.link_summary267 root@srv1-lg1:~/Vitis-Tutorials/docs/Pathway3/reference-files/run# vitis_analyzer mmult.hw.xilinx_u200_xdma_201830_2.xclbin.link_summary 268 268 }}} 269 269 || [[Image(mmult_system_estimate.jpg, width=900px)]]|| 270 270 271 271 * 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 272 {{{#!shell 272 {{{#!shell-session 273 273 export XCL_EMULATION_MODE=hw_emu 274 ./host mmult.hw_emu.xilinx_u200_xdma_201830_2.xclbin274 root@srv1-lg1:~/Vitis-Tutorials/docs/Pathway3/reference-files/run#./host mmult.hw_emu.xilinx_u200_xdma_201830_2.xclbin 275 275 }}} 276 276 || [[Image(mmult_hwemu_waveform.JPG, width=900px)]]||  
