mirror of https://github.com/YosysHQ/yosys.git
write_xaiger: add comment about arrival times of flop outputs
This commit is contained in:
parent
683c5ce940
commit
5ff60d2057
|
@ -656,6 +656,7 @@ struct XAigerWriter
|
|||
write_s_buffer(0);
|
||||
}
|
||||
|
||||
// Use arrival time from output of flop box
|
||||
write_i_buffer(arrival_times.at(d, 0));
|
||||
//write_o_buffer(0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue