mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
kernel: use more ID::*
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user