Library to create and simulate logic gates and circuits.
- C++20
- (Optional) Catch2 for testing.
mkdir build
cd build
cmake ..
make
Output is located in build/.
Use flag -DBUILD_TESTS=ON with CMake.
cmake -DBUILD_TESTS=ON ..
Then, run make test in the build/ directory.
See docs here.