projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abcd82d
)
use extra_args
author
N. Engelhardt
<nak@symbioticeda.com>
Wed, 18 Dec 2019 11:30:30 +0000
(12:30 +0100)
committer
N. Engelhardt
<nak@symbioticeda.com>
Wed, 18 Dec 2019 11:30:30 +0000
(12:30 +0100)
passes/cmds/scratchpad.cc
patch
|
blob
|
history
diff --git
a/passes/cmds/scratchpad.cc
b/passes/cmds/scratchpad.cc
index 805badc7ea3f8f551c8885f2e8afc78b0f626ba8..7ec55b78ebe78eb1b956e6570e091733e754c295 100644
(file)
--- a/
passes/cmds/scratchpad.cc
+++ b/
passes/cmds/scratchpad.cc
@@
-122,9
+122,9
@@
struct ScratchpadPass : public Pass {
log_error("Assertion failed: scratchpad entry '%s' is defined\n", identifier.c_str());
continue;
}
- log("Unrecognized argument: %s\n", args[argidx].c_str());
break;
}
+ extra_args(args, argidx, design, false);
}
} ScratchpadPass;
PRIVATE_NAMESPACE_END