Skip to content

ProteusLab/hSim

Repository files navigation

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

About

CPU simulator model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •