SPRUIR8B april 2020 – july 2023
To allow the simulation source file clb_sim.cpp to compile for Windows:
For Mac or Linux, the SystemC library needs to be installed, but the G++ compiler does not. Verify that the G++ compiler is up-to-date before proceeding. To install SystemC for Mac or Linux:
sudo apt-get install
build-essential
.tar -xvf systemc-2.3.3.tar.gz
in the terminal.sudo cp -r systemc-2.3.3
/usr/bin
. Go to the directory created by the tar command (not in
"/usr/bin") and create a directory called "objdir".sudo ../configure --prefix=/usr/bin/systemc-2.3.3/.
sudo
make
.sudo make install
.