mirror of https://github.com/YosysHQ/yosys.git
aiger2: add TODO
This commit is contained in:
parent
52d8a3e0cd
commit
6cd7c5131a
|
|
@ -44,6 +44,8 @@ PRIVATE_NAMESPACE_BEGIN
|
|||
// TODO
|
||||
//#define ARITH_OPS ID($add), ID($sub), ID($neg)
|
||||
|
||||
// TODO convert to newcelltypes
|
||||
|
||||
#define KNOWN_OPS BITWISE_OPS, REDUCE_OPS, LOGIC_OPS, GATE_OPS, ID($pos), CMP_OPS, \
|
||||
ID($pmux), ID($bmux) /*, ARITH_OPS*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue