3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-27 19:05:52 +00:00

Implemented general handler for selection arguments

This commit is contained in:
Clifford Wolf 2013-03-03 10:05:37 +01:00
parent 5bed90ae3a
commit 4fcb9a7b99
5 changed files with 31 additions and 5 deletions

View file

@ -37,7 +37,7 @@ struct Pass
void cmd_log_args(const std::vector<std::string> &args);
void cmd_error(const std::vector<std::string> &args, size_t argidx, std::string msg);
void extra_args(std::vector<std::string> args, size_t argidx, RTLIL::Design *design);
void extra_args(std::vector<std::string> args, size_t argidx, RTLIL::Design *design, bool select = true);
static void call(RTLIL::Design *design, std::string command);
static void call(RTLIL::Design *design, std::vector<std::string> args);