Skip to content

Commit 4f99d9d

Browse files
committed
fix broken links in the doc (#715)
1 parent a6e0348 commit 4f99d9d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

hdk/docs/RTL_Simulating_CL_Designs.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Developers tend to simulate their designs to validate the RTL design and functio
1515

1616
Developers can write their tests in SystemVerilog and/or C languages. If a developer chooses to use the supplied C framework, he/she can use the same C code for simulation and for runtime on your FPGA-enabled instance like F1.
1717

18-
<img src="./ppts/simulation/Slide2.PNG" alt="Testbench Top-Level Diagram">
18+
<img src="./images/Testbench.PNG" alt="Testbench Top-Level Diagram">
1919

2020
# Quick Start
2121

@@ -292,8 +292,6 @@ Your design may share data between host memory and logic within the CL. To verif
292292

293293
If you are are using C to verify your CL, then use C domain host memory. Allocate a memory buffer in your C code and pass the pointer to the SV domain. The AXI BFM connected to the PCIeM port will use DPI calls to read and write the memory buffer.
294294

295-
<img src="./ppts/simulation/Slide3.PNG" alt="C/SV Host Memory"/>
296-
297295

298296
Backdoor access to host memory is provided by two functions:
299297

hdk/docs/images/Testbench.PNG

50.6 KB
Loading

0 commit comments

Comments
 (0)