3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 09:05:32 +00:00

Added "clean -purge" and ";;;" support

This commit is contained in:
Clifford Wolf 2013-08-11 13:59:14 +02:00
parent 080f0aac34
commit a5836af172
2 changed files with 21 additions and 4 deletions

View file

@ -158,6 +158,8 @@ void Pass::call(RTLIL::Design *design, std::string command)
args.clear();
if (num_semikolon == 2)
call(design, "clean");
if (num_semikolon == 3)
call(design, "clean -purge");
} else
args.push_back(str);
}