Skip to content

sarahkittyy/logical

Repository files navigation

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.

About

Library to create and simulate logic gates and circuits.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published