mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
formalff: Set new replaced_by_gclk attribute on removed dff's clks
This attribute can be used by formal backends to indicate which clocks were mapped to the global clock. Update the btor and smt2 backend which already handle clock inputs to understand this attribute.
This commit is contained in:
parent
c0063288d6
commit
a5e1d3b997
4 changed files with 44 additions and 0 deletions
|
@ -171,6 +171,7 @@ X(RD_TRANSPARENCY_MASK)
|
|||
X(RD_TRANSPARENT)
|
||||
X(RD_WIDE_CONTINUATION)
|
||||
X(reg)
|
||||
X(replaced_by_gclk)
|
||||
X(reprocess_after)
|
||||
X(rom_block)
|
||||
X(rom_style)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue