mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 09:26:16 +00:00
write_xaiger: add comment about arrival times of flop outputs
This commit is contained in:
parent
683c5ce940
commit
5ff60d2057
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue