mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
sim: s/instanced/instantiated/
This commit is contained in:
parent
6ac43e49bc
commit
a782b15aae
|
@ -219,7 +219,7 @@ struct SimInstance
|
||||||
log_assert(module);
|
log_assert(module);
|
||||||
|
|
||||||
if (module->get_blackbox_attribute(true))
|
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());
|
log_id(module->name), hiername().c_str());
|
||||||
|
|
||||||
if (parent) {
|
if (parent) {
|
||||||
|
|
Loading…
Reference in a new issue