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
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}