lsils / mockturtle

C++ logic network library
MIT License
208 stars 138 forks source link

Multiphase clocking + tests #637

Closed brainkz closed 6 months ago

brainkz commented 6 months ago

Added the files to support path balancing for systems utilizing multiphase clocking

Core functionality include/mockturtle/algorithms/multiphase.hpp include/mockturtle/views/mph_view.hpp

Python folder for running OR-tools in Python (there are integration issues with C++ on ARM64-based machines) python/

Filenames and definitions include/mockturtle/utils/misc.hpp

Example of using the multiphase clocking for optimization experiments/mph_simplified.cpp

Tests test/algorithms/multiphase.cpp test/views/mph_view.cpp