The-OpenROAD-Project / The-OpenROAD-Project/OpenSTA
EquivCells is reporting FFs and Latches are the same
Open
@dsengupta0628 is already working on this.
Since Sep 10, 2026.
- Dominant language
- Verilog
- Stars
- 619
- Forks
- 270
- Avg merge
- 5d 15h
- Merged PRs (30d)
- 4
Description
openroad-ff-latch-equiv.tar.gz
sta::equiv_cells returns true for an edge-triggered flip-flop and a
level-sensitive latch whose ports and output function happen to match. The
resizer then treats the latch as a legal substitute and swaps flip-flops for
latches during repair_design, silently changing the design's sequential
behavior and destroying timing.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.