kernel: use more ID::*

This commit is contained in:
Eddie Hung
2020-04-02 07:14:08 -07:00
parent 164dd0f6b2
commit fdafb74eb7
69 changed files with 843 additions and 841 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ struct EdifBackend : public Backend {
if (top_module_name.empty())
for (auto module : design->modules())
if (module->get_bool_attribute("\\top"))
if (module->get_bool_attribute(ID::top))
top_module_name = module->name.str();
for (auto module : design->modules())