mirror of https://github.com/YosysHQ/yosys.git
write_xaiger: default value for abc9_init
This commit is contained in:
parent
f7c0dbecee
commit
f5cc8cfa79
|
@ -649,7 +649,7 @@ struct XAigerWriter
|
||||||
log_assert(mergeability > 0);
|
log_assert(mergeability > 0);
|
||||||
write_r_buffer(mergeability);
|
write_r_buffer(mergeability);
|
||||||
|
|
||||||
Const init = cell->attributes.at(ID(abc9_init));
|
Const init = cell->attributes.at(ID(abc9_init), State::Sx);
|
||||||
log_assert(GetSize(init) == 1);
|
log_assert(GetSize(init) == 1);
|
||||||
if (init == State::S1)
|
if (init == State::S1)
|
||||||
write_s_buffer(1);
|
write_s_buffer(1);
|
||||||
|
|
Loading…
Reference in New Issue