Merge pull request #4902 from akashlevy/splitcells_aldff_fix

`aldff`s do not get split by `splitcells` pass
This commit is contained in:
Martin Povišer 2025-02-27 00:56:46 +01:00 committed by GitHub
commit bca21c60d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ struct SplitcellsWorker
return GetSize(slices)-1;
}
if (cell->type.in("$ff", "$dff", "$dffe", "$dffsr", "$dffsre", "$adff", "$adffe", "$aldffe",
if (cell->type.in("$ff", "$dff", "$dffe", "$dffsr", "$dffsre", "$adff", "$adffe", "$aldff", "$aldffe",
"$sdff", "$sdffce", "$sdffe", "$dlatch", "$dlatchsr", "$adlatch"))
{
auto splitports = {ID::D, ID::Q, ID::AD, ID::SET, ID::CLR};