mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-13 02:34:44 +00:00
parent
2ae7490adf
commit
bd439fc524
15 changed files with 110 additions and 49 deletions
|
@ -360,6 +360,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") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue