mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-08 20:21:25 +00:00
pmgen progress
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
d2d402e625
commit
4306bebe58
4 changed files with 27 additions and 13 deletions
|
@ -45,6 +45,7 @@ code
|
|||
if (GetSize(port(shift, \Y)) > const_factor)
|
||||
reject;
|
||||
|
||||
did_something = true;
|
||||
log("shiftmul pattern in %s: shift=%s, mul=%s\n", log_id(module), log_id(shift), log_id(mul));
|
||||
|
||||
int new_const_factor_log2 = ceil_log2(const_factor);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue