circt/lib/Dialect/AIG
Hideto Ueno c6983697fb
[AIG] Add CutOp (#7743)
The `aig.cut` operation represents a cut in the And-Inverter-Graph.
This operation is variadic and can take multiple inputs and outputs,
which corresponds to the input and output edges in AIG conceptually.
2024-10-28 19:40:56 +09:00
..
Transforms [AIG] Add LowerWordToBits pass 2024-10-26 19:27:58 +09:00
AIGDialect.cpp [AIG] Add AIG dialect 2024-10-26 16:18:17 +09:00
AIGOps.cpp [AIG] Add CutOp (#7743) 2024-10-28 19:40:56 +09:00
CMakeLists.txt [AIG] Add LowerWordToBits pass 2024-10-26 19:27:58 +09:00