mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-22 04:12:06 +00:00
Added "dffinit", Support for initialized Xilinx DFF
This commit is contained in:
parent
b0c0ede879
commit
c52a4cdeed
6 changed files with 132 additions and 8 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue