3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-13 04:28:18 +00:00

Fixed typo in test_cell

This commit is contained in:
Clifford Wolf 2014-10-18 16:52:06 +01:00
parent 6bcb4f1f45
commit 41db98ba31

View file

@ -522,7 +522,7 @@ struct TestCellPass : public Pass {
log(" -map {filename}\n"); log(" -map {filename}\n");
log(" pass this option to techmap.\n"); log(" pass this option to techmap.\n");
log("\n"); log("\n");
log(" -simplib\n"); log(" -simlib\n");
log(" use \"techmap -map +/simlib.v -max_iter 2 -autoproc\"\n"); log(" use \"techmap -map +/simlib.v -max_iter 2 -autoproc\"\n");
log("\n"); log("\n");
log(" -script {script_file}\n"); log(" -script {script_file}\n");