Fix spelling
authorEddie Hung <eddie@fpgeh.com>
Wed, 12 Jun 2019 23:52:09 +0000 (16:52 -0700)
committerEddie Hung <eddie@fpgeh.com>
Wed, 12 Jun 2019 23:52:09 +0000 (16:52 -0700)
passes/techmap/abc.cc

index 5b19d84fbefe3a4b27d144fdc0feb850b48a494c..15e79f9d131881f7424b5a5bfc30a709e58d9ecd 100644 (file)
@@ -1453,7 +1453,7 @@ struct AbcPass : 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 BLIF file with write_blif and the load that into ABC externally if\n");
+               log("design as BLIF file with write_blif and then load that into ABC externally if\n");
                log("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");