logical 1.0.0
Library to create and simulate logic gates and circuits.
logical

Library to create and simulate logic gates and circuits.

Dependencies

  • C++20
  • (Optional) Catch2 for testing.

Building

mkdir build
cd build
cmake ..
make

Output is located in build/.

Testing

Use flag -DBUILD_TESTS=ON with CMake.

cmake -DBUILD_TESTS=ON ..

Then, run make test in the build/ directory.

Docs

See docs here.