Skip to content

Commit

Permalink
fix broken links in the doc (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyyalama2 committed Jun 9, 2022
1 parent a6e0348 commit 4f99d9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hdk/docs/RTL_Simulating_CL_Designs.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Developers tend to simulate their designs to validate the RTL design and functio

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.

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

# Quick Start

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

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.

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


Backdoor access to host memory is provided by two functions:

Expand Down
Binary file added hdk/docs/images/Testbench.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4f99d9d

Please sign in to comment.