mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Renamed "placeholder" to "blackbox"
This commit is contained in:
@@ -720,7 +720,7 @@ static AstModule* process_module(AstNode *ast)
|
||||
delete child;
|
||||
}
|
||||
ast->children.swap(new_children);
|
||||
ast->attributes["\\placeholder"] = AstNode::mkconst_int(1, false);
|
||||
ast->attributes["\\blackbox"] = AstNode::mkconst_int(1, false);
|
||||
}
|
||||
|
||||
ignoreThisSignalsInInitial = RTLIL::SigSpec();
|
||||
|
||||
@@ -90,7 +90,7 @@ struct VerilogFrontend : public Frontend {
|
||||
log(" do not run the pre-processor\n");
|
||||
log("\n");
|
||||
log(" -lib\n");
|
||||
log(" only create empty placeholder modules\n");
|
||||
log(" only create empty blackbox modules\n");
|
||||
log("\n");
|
||||
log(" -noopt\n");
|
||||
log(" don't perform basic optimizations (such as const folding) in the\n");
|
||||
|
||||
Reference in New Issue
Block a user