Skip to content

Commit

Permalink
Splitcells was missing $aldff
Browse files Browse the repository at this point in the history
  • Loading branch information
akashlevy committed Jan 28, 2025
1 parent 9261d6f commit 14f8179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passes/cmds/splitcells.cc
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,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};
Expand Down

0 comments on commit 14f8179

Please sign in to comment.