lsils / mockturtle

C++ logic network library
MIT License
202 stars 136 forks source link

AQFP optimization methods #594

Closed aletempiac closed 1 year ago

aletempiac commented 1 year ago

This PR contains the algorithms presented at ASP-DAC 2023 to optimize buffers and splitters in AQFP circuits.

Additions:

Modifications for compatibility

lee30sonia commented 1 year ago

FYI: I am working on a renovation of AQFP assumptions, buffer counting and insertion, which will likely lead to conflicts in the file buffer_insertion.hpp. Thus I copied the current version of this file in this PR to my working branch and start from there. If you will make any further modifications to this file before merging this PR, please let me know.