wget http://www.accellera.org/images/downloads/standards/systemc/systemc-2.3.1.zip unzip systemc-2.3.1.zip cd systemc-2.3.1 mkdir build cd build export CXX=g++ ../configure --enable-debug make make install
编译安装 Noxim
1 2 3 4
git clone https://github.com/davidepatti/noxim.git cd noxim/bin # 编辑 `Makefile` 文件中的 `SYSTEMC` 和 `YAML` 项,分别填入 SystemC 和 yaml-cpp 的路径 make -j4