mirror of https://github.com/YosysHQ/yosys.git
Fixed typo in test_cell
This commit is contained in:
parent
6bcb4f1f45
commit
41db98ba31
|
@ -522,7 +522,7 @@ struct TestCellPass : public Pass {
|
|||
log(" -map {filename}\n");
|
||||
log(" pass this option to techmap.\n");
|
||||
log("\n");
|
||||
log(" -simplib\n");
|
||||
log(" -simlib\n");
|
||||
log(" use \"techmap -map +/simlib.v -max_iter 2 -autoproc\"\n");
|
||||
log("\n");
|
||||
log(" -script {script_file}\n");
|
||||
|
|
Loading…
Reference in New Issue