mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-03 09:50:24 +00:00
Added skeleton dff2dffe pass
This commit is contained in:
parent
7b62bbeee8
commit
97487fee32
3 changed files with 78 additions and 2 deletions
|
@ -538,8 +538,8 @@ struct AlumaccPass : public Pass {
|
|||
log("\n");
|
||||
log(" alumacc [selection]\n");
|
||||
log("\n");
|
||||
log("This pass translates arithmetic operations $add, $mul, $lt, etc. to $alu and\n");
|
||||
log("$macc cells.\n");
|
||||
log("This pass translates arithmetic operations like $add, $mul, $lt, etc. to $alu\n");
|
||||
log("and $macc cells.\n");
|
||||
log("\n");
|
||||
}
|
||||
virtual void execute(std::vector<std::string> args, RTLIL::Design *design)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue