diff options
author | Andrew Zonenberg <azonenberg@drawersteak.com> | 2016-04-22 23:01:39 -0700 |
---|---|---|
committer | Andrew Zonenberg <azonenberg@drawersteak.com> | 2016-04-22 23:01:39 -0700 |
commit | 2849fd486eaa1a77316cc6ffc86ec885b8a0d9fb (patch) | |
tree | cdc5bbafe788a9cbe2dc422e3ffa206070529afb /passes | |
parent | 0cbe70eaa40056a9d41070652282694cd7285b1a (diff) | |
download | yosys-2849fd486eaa1a77316cc6ffc86ec885b8a0d9fb.tar.gz yosys-2849fd486eaa1a77316cc6ffc86ec885b8a0d9fb.tar.bz2 yosys-2849fd486eaa1a77316cc6ffc86ec885b8a0d9fb.zip |
Fixed typo in help text
Diffstat (limited to 'passes')
-rw-r--r-- | passes/techmap/shregmap.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/shregmap.cc b/passes/techmap/shregmap.cc index c8f69b389..be2e54fd1 100644 --- a/passes/techmap/shregmap.cc +++ b/passes/techmap/shregmap.cc @@ -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"); |