Add (* abc_arrival=<int> *) doc

This commit is contained in:
Eddie Hung 2019-08-20 18:27:16 -07:00
parent 343039496b
commit 4cd1d21bfe
1 changed files with 5 additions and 0 deletions

View File

@ -414,6 +414,11 @@ Verilog Attributes and non-standard features
`abc9` to preserve the integrity of carry-chains. Specifying this attribute
onto a bus port will affect only its most significant bit.
- The port attribute ``abc_arrival`` specifies an integer (for output ports
only) to be used as the arrival time of this sequential port. It can be used,
for example, to specify the clk-to-Q delay of a flip-flop for consideration
during techmapping.
Non-standard or SystemVerilog features for formal verification
==============================================================