non-clock path group names

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2023-01-20 15:19:07 -07:00
parent 865970e78c
commit 72d63492dd
1 changed files with 4 additions and 4 deletions

View File

@ -197,10 +197,10 @@ PathGroup::clear()
////////////////////////////////////////////////////////////////
const char *PathGroups::path_delay_group_name_ = "**default**";
const char *PathGroups::gated_clk_group_name_ = "**clock_gating_default**";
const char *PathGroups::async_group_name_ = "**async_default**";
const char *PathGroups::unconstrained_group_name_ = "(none)";
const char *PathGroups::path_delay_group_name_ = "path delay";
const char *PathGroups::gated_clk_group_name_ = "gated clock";
const char *PathGroups::async_group_name_ = "asynchronous";
const char *PathGroups::unconstrained_group_name_ = "unconstrained";
bool
PathGroups::isGroupPathName(const char *group_name)