3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-13 04:28:18 +00:00

write_xaiger: add comment about arrival times of flop outputs

This commit is contained in:
Eddie Hung 2020-02-14 13:43:34 -08:00
parent 683c5ce940
commit 5ff60d2057

View file

@ -656,6 +656,7 @@ struct XAigerWriter
write_s_buffer(0); write_s_buffer(0);
} }
// Use arrival time from output of flop box
write_i_buffer(arrival_times.at(d, 0)); write_i_buffer(arrival_times.at(d, 0));
//write_o_buffer(0); //write_o_buffer(0);
} }