Skip to content

Commit

Permalink
keep_hierarchy: short description
Browse files Browse the repository at this point in the history
  • Loading branch information
widlarizer committed Jul 8, 2024
1 parent 080a7e5 commit f04137d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions passes/hierarchy/keep_hierarchy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ USING_YOSYS_NAMESPACE
PRIVATE_NAMESPACE_BEGIN

struct KeepHierarchyPass : public Pass {
KeepHierarchyPass() : Pass("keep_hierarchy", "TODO") {} // TODO
KeepHierarchyPass() : Pass("keep_hierarchy", "add the keep_hierarchy attribute") {}
void help() override
{
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
Expand Down Expand Up @@ -68,6 +68,6 @@ struct KeepHierarchyPass : public Pass {
}
}
}
} ZinitPass;
} KeepHierarchyPass;

PRIVATE_NAMESPACE_END

0 comments on commit f04137d

Please sign in to comment.