mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 17:15:33 +00:00
Fixed eval_select_op() api
This commit is contained in:
parent
09ee65a050
commit
bcd8a2fc56
2 changed files with 2 additions and 2 deletions
|
@ -839,7 +839,7 @@ RTLIL::Selection eval_select_args(const vector<string> &args, RTLIL::Design *des
|
|||
}
|
||||
|
||||
// extern decl. in register.h
|
||||
void eval_select_op(vector<RTLIL::Selection> &work, string &op, RTLIL::Design *design)
|
||||
void eval_select_op(vector<RTLIL::Selection> &work, const string &op, RTLIL::Design *design)
|
||||
{
|
||||
work_stack.swap(work);
|
||||
select_stmt(design, op);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue