mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 19:51:23 +00:00
Added "techmap -assert"
This commit is contained in:
parent
41555cde10
commit
6ca0c569d9
2 changed files with 43 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue