mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Merge pull request #2085 from rswarbrick/select
Silence warning in select.cc and pass some more args by ref
This commit is contained in:
commit
369dcb4e82
2 changed files with 20 additions and 15 deletions
|
@ -125,7 +125,7 @@ struct Backend : Pass
|
|||
};
|
||||
|
||||
// implemented in passes/cmds/select.cc
|
||||
extern void handle_extra_select_args(Pass *pass, std::vector<std::string> args, size_t argidx, size_t args_size, RTLIL::Design *design);
|
||||
extern void handle_extra_select_args(Pass *pass, const std::vector<std::string> &args, size_t argidx, size_t args_size, RTLIL::Design *design);
|
||||
extern RTLIL::Selection eval_select_args(const vector<string> &args, RTLIL::Design *design);
|
||||
extern void eval_select_op(vector<RTLIL::Selection> &work, const string &op, RTLIL::Design *design);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue