aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-12-11 16:38:43 -0800
committerEddie Hung <eddie@fpgeh.com>2019-12-11 16:38:43 -0800
commit2666482282421bb54213ba01054111eadc401373 (patch)
tree74c7894ff56a0d8778eb71881a6841d6cb0cf516 /README.md
parentf022645cd2564ef47a6e8cf80c1452cd25f7ace2 (diff)
downloadyosys-2666482282421bb54213ba01054111eadc401373.tar.gz
yosys-2666482282421bb54213ba01054111eadc401373.tar.bz2
yosys-2666482282421bb54213ba01054111eadc401373.zip
Update README.md :: abc_ -> abc9_
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1ce5d47ea..5cc52e842 100644
--- a/README.md
+++ b/README.md
@@ -364,16 +364,16 @@ Verilog Attributes and non-standard features
it as the external-facing pin of an I/O pad, and prevents ``iopadmap``
from inserting another pad cell on it.
-- The module attribute ``abc_box_id`` specifies a positive integer linking a
+- The module attribute ``abc9_box_id`` specifies a positive integer linking a
blackbox or whitebox definition to a corresponding entry in a `abc9`
box-file.
-- The port attribute ``abc_carry`` marks the carry-in (if an input port) and
+- The port attribute ``abc9_carry`` marks the carry-in (if an input port) and
carry-out (if output port) ports of a box. This information is necessary for
`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
+- The port attribute ``abc9_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.