Skip to content

Commit

Permalink
Make some changes to README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Franck Jullien <franck.jullien@gmail.com>
  • Loading branch information
fjullien committed Sep 1, 2013
1 parent af73a95 commit 439e5e6
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Expand Up @@ -3,15 +3,14 @@ jtag_vpi

TCP/IP controlled VPI JTAG Interface.

+--------------- +----------------+ +----------------+ +------------------+ +----------+
+ + + + + + + + + +
+ OpenOCD core + --> + JAG VIP driver + <==> + JAG VIP server + <--> + JTAG VPI verilog + <--> + JTAG TAP +
+ + + + + + + + + +
+--------------- +----------------+ +----------------+ +------------------+ +----------+
jtag_vpi.c jtag_vpi.c jtag_vpi.v any tap...
--------------------------------------- TCP ------------------ VPI --------------------------------------
--------------------------------------- --------------------------------------------------------------
OpenOCD VPI + Verilog RTL
+------------------+ +-----------------+ +------------------+ +----------+
+ + + + + + + +
+ Testbench client + <=> + JTAG VPI server + <-> + JTAG VPI verilog + <--> + JTAG TAP +
+ + + + + + + +
+------------------+ +-----------------+ +------------------+ +----------+
test_client.c jtag_vpi.c jtag_vpi.v any tap...
-------------------- TCP ------------------ VPI --------------------- --------------
-------------------- --------------------------------------------- --------------

A testbench is provided and can be run with:

Expand Down

0 comments on commit 439e5e6

Please sign in to comment.