mirror of https://github.com/YosysHQ/yosys.git
Minor style fixes
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
2d73e1b60a
commit
23bb77867f
|
@ -134,7 +134,7 @@ struct BtorWorker
|
||||||
btorf_push(log_id(cell));
|
btorf_push(log_id(cell));
|
||||||
|
|
||||||
if (cell->type.in("$add", "$sub", "$mul", "$and", "$or", "$xor", "$xnor", "$shl", "$sshl", "$shr", "$sshr", "$shift", "$shiftx",
|
if (cell->type.in("$add", "$sub", "$mul", "$and", "$or", "$xor", "$xnor", "$shl", "$sshl", "$shr", "$sshr", "$shift", "$shiftx",
|
||||||
"$concat", "$_AND_", "$_NAND_", "$_OR_", "$_NOR_", "$_XOR_", "$_XNOR_"))
|
"$concat", "$_AND_", "$_NAND_", "$_OR_", "$_NOR_", "$_XOR_", "$_XNOR_"))
|
||||||
{
|
{
|
||||||
string btor_op;
|
string btor_op;
|
||||||
if (cell->type == "$add") btor_op = "add";
|
if (cell->type == "$add") btor_op = "add";
|
||||||
|
|
Loading…
Reference in New Issue