mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-05 17:14:08 +00:00
sim: s/instanced/instantiated/
This commit is contained in:
parent
6ac43e49bc
commit
a782b15aae
|
@ -219,7 +219,7 @@ struct SimInstance
|
|||
log_assert(module);
|
||||
|
||||
if (module->get_blackbox_attribute(true))
|
||||
log_error("Cannot simulate blackbox module %s (instanced at %s).\n",
|
||||
log_error("Cannot simulate blackbox module %s (instantiated at %s).\n",
|
||||
log_id(module->name), hiername().c_str());
|
||||
|
||||
if (parent) {
|
||||
|
|
Loading…
Reference in a new issue