Skip to content

Latest commit

 

History

History
executable file
·
33 lines (21 loc) · 535 Bytes

README.md

File metadata and controls

executable file
·
33 lines (21 loc) · 535 Bytes

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.