mirror of https://github.com/YosysHQ/yosys.git
xaiger: do not treat (* init=1'bx *) as 1'b0
This commit is contained in:
parent
6b3aa91a2a
commit
90cd49995b
|
@ -652,7 +652,7 @@ struct XAigerWriter
|
||||||
write_s_buffer(0);
|
write_s_buffer(0);
|
||||||
else {
|
else {
|
||||||
log_assert(init == State::Sx);
|
log_assert(init == State::Sx);
|
||||||
write_s_buffer(0);
|
write_s_buffer(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Use arrival time from output of flop box
|
// Use arrival time from output of flop box
|
||||||
|
|
Loading…
Reference in New Issue