Fixed typo in help text
authorAndrew Zonenberg <azonenberg@drawersteak.com>
Sat, 23 Apr 2016 06:01:39 +0000 (23:01 -0700)
committerAndrew Zonenberg <azonenberg@drawersteak.com>
Sat, 23 Apr 2016 06:01:39 +0000 (23:01 -0700)
passes/techmap/shregmap.cc

index c8f69b389fe29bc136bd602a06502bd04c4c8164..be2e54fd19511a05a7115323afb17e0eadc855d5 100644 (file)
@@ -377,7 +377,7 @@ struct ShregmapPass : public Pass {
                log("\n");
                log("    shregmap [options] [selection]\n");
                log("\n");
-               log("This pass converts chains of $_DFF_[NP]_ gates to target specific shift register.\n");
+               log("This pass converts chains of $_DFF_[NP]_ gates to target specific shift register\n");
                log("primitives. The generated shift register will be of type $__SHREG_DFF_[NP]_ and\n");
                log("will use the same interface as the original $_DFF_*_ cells. The cell parameter\n");
                log("'DEPTH' will contain the depth of the shift register. Use a target-specific\n");