mirror of https://github.com/YosysHQ/abc.git
Adding adder-subtractor primitive.
This commit is contained in:
parent
a8f913f75a
commit
37504a492a
|
|
@ -150,7 +150,9 @@ typedef enum {
|
|||
ABC_OPER_ARI_SQUARE, // 96
|
||||
ABC_OPER_CONST, // 97
|
||||
|
||||
ABC_OPER_LAST // 98
|
||||
ABC_OPER_ARI_ADDSUB, // 98
|
||||
|
||||
ABC_OPER_LAST // 99
|
||||
} Acb_ObjType_t;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue