3
0
Fork 0
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:
Clifford Wolf 2014-12-08 14:10:52 +01:00
parent 7b62bbeee8
commit 97487fee32
3 changed files with 78 additions and 2 deletions

View file

@ -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)