Update doc
authorEddie Hung <eddie@fpgeh.com>
Thu, 2 Jan 2020 20:41:57 +0000 (12:41 -0800)
committerEddie Hung <eddie@fpgeh.com>
Thu, 2 Jan 2020 20:41:57 +0000 (12:41 -0800)
passes/techmap/abc9.cc

index 6aa0b6f95ca076d42747b9a5388bba26f0a59c63..d39aa7638c6e90883a959602761fff3040db2485 100644 (file)
@@ -802,8 +802,8 @@ struct Abc9Pass : public Pass {
                log("        2, 3, .. inputs.\n");
                log("\n");
                log("    -dff\n");
-               log("        also pass $_ABC9_FF_ cells through ABC. modules with many clock domains\n");
-               log("        are marked as such and automatically partitioned by ABC.\n");
+               log("        also pass $_ABC9_FF_ cells through to ABC. modules with many clock\n");
+               log("        domains are marked as such and automatically partitioned by ABC.\n");
                log("\n");
                log("    -nocleanup\n");
                log("        when this option is used, the temporary files created by this pass\n");
@@ -825,8 +825,8 @@ struct Abc9Pass : public Pass {
                log("internally. This is not going to \"run ABC on your design\". It will instead run\n");
                log("ABC on logic snippets extracted from your design. You will not get any useful\n");
                log("output when passing an ABC script that writes a file. Instead write your full\n");
-               log("design as an XAIGER file with write_xaiger and then load that into ABC externally\n");
-               log("if you want to use ABC to convert your design into another format.\n");
+               log("design as an XAIGER file with `write_xaiger' and then load that into ABC\n");
+               log("externally if you want to use ABC to convert your design into another format.\n");
                log("\n");
                log("[1] http://www.eecs.berkeley.edu/~alanmi/abc/\n");
                log("\n");