IMCsim is an IMC simulator.
This simulator by default uses a CMake based build system. The advantage in using a CMake based build system is portability and dependency management. We require CMake 3.15+ to build the simulator. And require C++17 standard to the simulator.
./compileFirst, go to cacti directory to build cacti, to collect data of desired memory
cd cacti
make
./cacti -infile <xxx>Then
./run.shQEMU
The code formatter in this project is "Microsoft".