aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-08-20 18:27:16 -0700
committerEddie Hung <eddie@fpgeh.com>2019-08-20 18:27:16 -0700
commit4cd1d21bfe412e9c6edb8aa74c19ee57370c56c4 (patch)
tree1de98d40f2b3ecce91051f3be9ea559b3a477969 /README.md
parent343039496baf434beca8c2fb3c275a60365f9496 (diff)
downloadyosys-4cd1d21bfe412e9c6edb8aa74c19ee57370c56c4.tar.gz
yosys-4cd1d21bfe412e9c6edb8aa74c19ee57370c56c4.tar.bz2
yosys-4cd1d21bfe412e9c6edb8aa74c19ee57370c56c4.zip
Add (* abc_arrival=<int> *) doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index fe30348eb..63cefaf26 100644
--- a/README.md
+++ b/README.md
@@ -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
==============================================================