aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/dff2dffe.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-04-04 19:00:15 +0200
committerClifford Wolf <clifford@clifford.at>2015-04-04 19:00:15 +0200
commitc52a4cdeede6904f9b0d91a61a3fbeaade71a46a (patch)
tree4f99ae1b20ea35994ce7d092dbdbd4b8aab4c409 /passes/techmap/dff2dffe.cc
parentb0c0ede879341c0beeae4a9a5e8578da12f3b3f1 (diff)
downloadyosys-c52a4cdeede6904f9b0d91a61a3fbeaade71a46a.tar.gz
yosys-c52a4cdeede6904f9b0d91a61a3fbeaade71a46a.tar.bz2
yosys-c52a4cdeede6904f9b0d91a61a3fbeaade71a46a.zip
Added "dffinit", Support for initialized Xilinx DFF
Diffstat (limited to 'passes/techmap/dff2dffe.cc')
-rw-r--r--passes/techmap/dff2dffe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/dff2dffe.cc b/passes/techmap/dff2dffe.cc
index 17549bd06..da6060564 100644
--- a/passes/techmap/dff2dffe.cc
+++ b/passes/techmap/dff2dffe.cc
@@ -255,7 +255,7 @@ struct Dff2dffePass : public Pass {
{
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
log("\n");
- log(" dff2dffe [selection]\n");
+ log(" dff2dffe [options] [selection]\n");
log("\n");
log("This pass transforms $dff cells driven by a tree of multiplexers with one or\n");
log("more feedback paths to $dffe cells. It also works on gate-level cells such as\n");