diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-11-22 15:01:12 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-11-22 15:01:12 +0100 |
commit | 295e352ba6aa1bd71431abc21a8f93735968cae6 (patch) | |
tree | 2261f6a66d6fa1e7f67d2aa220f6e4f588be4cea /frontends/ast | |
parent | c854ad2e7ecae6115182e9210f2b6c57afa98c23 (diff) | |
download | yosys-295e352ba6aa1bd71431abc21a8f93735968cae6.tar.gz yosys-295e352ba6aa1bd71431abc21a8f93735968cae6.tar.bz2 yosys-295e352ba6aa1bd71431abc21a8f93735968cae6.zip |
Renamed "placeholder" to "blackbox"
Diffstat (limited to 'frontends/ast')
-rw-r--r-- | frontends/ast/ast.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/ast/ast.cc b/frontends/ast/ast.cc index 887ae85c3..29093b830 100644 --- a/frontends/ast/ast.cc +++ b/frontends/ast/ast.cc @@ -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(); |