Merge pull request #4856 from gadfort/synth-flatten
add support for passing flatten -separator to flatten in synth
This commit is contained in:
@@ -357,6 +357,9 @@ struct FlattenPass : public Pass {
|
||||
|
||||
FlattenWorker worker;
|
||||
|
||||
if (design->scratchpad.count("flatten.separator"))
|
||||
worker.separator = design->scratchpad_get_string("flatten.separator");
|
||||
|
||||
size_t argidx;
|
||||
for (argidx = 1; argidx < args.size(); argidx++) {
|
||||
if (args[argidx] == "-wb") {
|
||||
|
||||
Reference in New Issue
Block a user