3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

xaiger: do not treat (* init=1'bx *) as 1'b0

This commit is contained in:
Eddie Hung 2020-04-13 16:20:15 -07:00
parent 6b3aa91a2a
commit 90cd49995b

View file

@ -652,7 +652,7 @@ struct XAigerWriter
write_s_buffer(0);
else {
log_assert(init == State::Sx);
write_s_buffer(0);
write_s_buffer(2);
}
// Use arrival time from output of flop box