aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/register.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2013-03-03 10:05:37 +0100
committerClifford Wolf <clifford@clifford.at>2013-03-03 10:05:37 +0100
commit4fcb9a7b9907cd0242ce6f9c4a3855ba20ca9017 (patch)
tree3b15a9e704ca03e5bb0aceb306f4fe1c12dd61e5 /kernel/register.h
parent5bed90ae3a83c6ff456607e1b5541308ce9bcab9 (diff)
downloadyosys-4fcb9a7b9907cd0242ce6f9c4a3855ba20ca9017.tar.gz
yosys-4fcb9a7b9907cd0242ce6f9c4a3855ba20ca9017.tar.bz2
yosys-4fcb9a7b9907cd0242ce6f9c4a3855ba20ca9017.zip
Implemented general handler for selection arguments
Diffstat (limited to 'kernel/register.h')
-rw-r--r--kernel/register.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/register.h b/kernel/register.h
index bfc1b4fce..a817d8c64 100644
--- a/kernel/register.h
+++ b/kernel/register.h
@@ -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);