Skip to content

Commit

Permalink
Merge pull request #7 from ThomasXilinx/patch-7
Browse files Browse the repository at this point in the history
Improved wording and formatting of the Application Timeline section
  • Loading branch information
JoyceLi-Xilinx authored Jul 3, 2019
2 parents 49159be + 858f067 commit 16cc9ad
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions modules/module_01/lab_02_idct_introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,15 +176,14 @@ find . -name "*_csynth.rpt"
#### Application Timeline report
After emulations complete, an sdaccel_timeline_trace.csv file is generated under `build` folder. Before viewing it in SDAccel GUI, we need to use below command to convert it into .wdb format.
In addition to the sdacccel_profile_summary.csv file, the emulation run also generates an sdaccel_timeline_trace.csv file in yhe `build` folder. Before viewing it in SDAccel GUI, it must be converted into an appropriate format.
```
sdx_analyze profile -i sdaccel_timeline_trace.csv
```
Then we can launch a SDAccel GUI and select **File → Open File** and browse to the .wdb file.
1. Convert the .csv file to the .wdb format
```
sdx_analyze profile -i sdaccel_timeline_trace.csv
```
Below is an example of timeline trace report for software emulation.
1. In the SDAccel GUI, select **File → Open File** , browse to the sdaccel_timeline_trace.wdb file and click **Open**.
![](../../images/module_01/lab_02_idct/SWTimeline.PNG)
Expand Down

0 comments on commit 16cc9ad

Please sign in to comment.