Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xver authored Apr 12, 2021
1 parent 836af6c commit af3bdb0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@



The **Shunt** is Open Source Client/Server TCP/IP socket based communication library for SystemVerilog and SystemC simulations.
The **Shunt** is Open Source Client/Server TCP/IP socket based communication library for **SystemVerilog** and **SystemC** simulations.

* It aims to enable quick and easy development of communication between stand-alone SystemVerilog/SystemC simulations and/or external applications

Expand All @@ -29,7 +29,7 @@ Setup following variables:
# Library compilation
- cd to “$SHUNT_HOME/utils/makedir/“
- run “make clean;make all”
Compile result will be placed under ***${SHUNT_HOME}/bin as a “libutils.so”***
Compile result will be placed under ***${SHUNT_HOME}/bin as a with dpi:“libutils.so” and without dpi:”libCutils.so”***

NOTE: use the USER_OPT to add compiler options. (Example all debug options: make USER_OPT='-g3 -DSHUNT_CLIENT_SERVER_C_DEBUG -DSHUNT_TLM_DEBUG -DSHUNT_DPI_C_DEBUG')

Expand Down Expand Up @@ -93,6 +93,8 @@ Release History:

If you have any questions please contact us at icshunt.help@gmail.com

Report bugs to [Issues](https://github.com/xver/Shunt/issues).

!["Copyright (c) 2021 IC Verimeter"](https://github.com/xver/Shunt/blob/master/doc/IcVerimeter_logo.png)

Copyright (c) 2016-2021 IC Verimeter

0 comments on commit af3bdb0

Please sign in to comment.