mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 09:26:16 +00:00
Deprecate abc_scc_break
attribute
This commit is contained in:
parent
e273ed5275
commit
0ca397f087
1 changed files with 0 additions and 8 deletions
|
@ -409,14 +409,6 @@ Verilog Attributes and non-standard features
|
||||||
blackbox or whitebox definition to a corresponding entry in a `abc9`
|
blackbox or whitebox definition to a corresponding entry in a `abc9`
|
||||||
box-file.
|
box-file.
|
||||||
|
|
||||||
- The port attribute ``abc_scc_break`` indicates a module input port that will
|
|
||||||
be treated as a primary output during `abc9` techmapping. Doing so eliminates
|
|
||||||
the possibility of a strongly-connected component (i.e. a combinatorial loop)
|
|
||||||
existing. Typically, this is specified for sequential inputs on otherwise
|
|
||||||
combinatorial boxes -- for example, applying ``abc_scc_break`` onto the `D`
|
|
||||||
port of a LUTRAM cell prevents `abc9` from interpreting any `Q` -> `D` paths
|
|
||||||
as a combinatorial loop.
|
|
||||||
|
|
||||||
- The port attribute ``abc_carry`` marks the carry-in (if an input port) and
|
- The port attribute ``abc_carry`` marks the carry-in (if an input port) and
|
||||||
carry-out (if output port) ports of a box. This information is necessary for
|
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
|
`abc9` to preserve the integrity of carry-chains. Specifying this attribute
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue