3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-07 19:51:23 +00:00

Added "techmap -assert"

This commit is contained in:
Clifford Wolf 2014-07-31 02:21:41 +02:00
parent 41555cde10
commit 6ca0c569d9
2 changed files with 43 additions and 14 deletions

View file

@ -104,7 +104,7 @@ struct TestCellPass : public Pass {
virtual void execute(std::vector<std::string> args, RTLIL::Design*)
{
int num_iter = 100;
std::string techmap_cmd = "techmap";
std::string techmap_cmd = "techmap -assert";
std::string ilang_file;
int argidx;