mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-22 13:53:40 +00:00
experimental src decomposition, broken RTLIL dump
This commit is contained in:
parent
74a1dd99ac
commit
120fedbf68
9 changed files with 37 additions and 25 deletions
|
@ -1056,7 +1056,7 @@ std::string AstNode::loc_string() const
|
|||
|
||||
void AST::set_src_attr(RTLIL::AttrObject *obj, const AstNode *ast)
|
||||
{
|
||||
obj->attributes[ID::src] = ast->loc_string();
|
||||
obj->set_src_attribute(ast->loc_string());
|
||||
}
|
||||
|
||||
static bool param_has_no_default(const AstNode *param) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue