Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 550 Bytes

File metadata and controls

21 lines (18 loc) · 550 Bytes

hSim

Hi there. We introduce high performance CPU simulator model.

How to build

Requirements

  • c++20-compatible compiler (tested on clang++ 18.1.3, g++ 13.3.0, but a bit older compilers seems to be ok)
  • CMake 3.19
  • Ruby 3.0
  • Build is tested on Ubuntu 24.04

To build:

cmake -S <path_to_repo_root> -B <path_to_build> [-G Ninja]
cmake --build <path_to_build> --parallel <amount_of_jobs>

Ninja is optional, but it looks really pretty After build, you can run our simulator and get some help info

./build/hsim --help