From af3bdb00a8cd5315cf608d072f3f4af21d54c2c2 Mon Sep 17 00:00:00 2001 From: xver Date: Mon, 12 Apr 2021 18:09:01 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 008e0a2..64910ac 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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') @@ -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