Skip to content

Instantly share code, notes, and snippets.

@amlel-el-mahrouss
Created May 8, 2026 08:11
Show Gist options
  • Select an option

  • Save amlel-el-mahrouss/ffb099d68c9724ba50231a7ff9feb597 to your computer and use it in GitHub Desktop.

Select an option

Save amlel-el-mahrouss/ffb099d68c9724ba50231a7ff9feb597 to your computer and use it in GitHub Desktop.

Install

git clone https://github.com/accellera-official/systemc.git
cd systemc
mkdir build
cd build
make -j$(nproc)
make install
export SYSTEMC_HOME=/path/to/systemc/install
export LD_LIBRARY_PATH=$SYSTEMC_HOME/lib:$LD_LIBRARY_PATH 

Check install

ls $SYSTEMC_HOME/include
ls $SYSTEMC_HOME/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment