mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-30 21:57:47 +00:00
docs: document S&R undefined for $dffsr and $dffsre
This commit is contained in:
parent
126492742b
commit
39343f5f33
2 changed files with 9 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ D-type flip-flops with asynchronous set and reset are represented by `$dffsr`
|
|||
cells. As the `$dff` cells they have ``CLK``, ``D`` and ``Q`` ports. In addition
|
||||
they also have multi-bit ``SET`` and ``CLR`` input ports and the corresponding
|
||||
polarity parameters, like `$sr` cells.
|
||||
When both set and reset are active, the state and output is undefined.
|
||||
|
||||
D-type flip-flops with enable are represented by `$dffe`, `$adffe`, `$aldffe`,
|
||||
`$dffsre`, `$sdffe`, and `$sdffce` cells, which are enhanced variants of `$dff`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue