mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 11:25:53 +00:00
Update Yosys
This commit is contained in:
commit
c0af4604bc
47 changed files with 5093 additions and 97 deletions
|
@ -289,8 +289,6 @@ struct statdata_t
|
|||
|
||||
if (gate_costs.count(ctype))
|
||||
tran_cnt += cnum * gate_costs.at(ctype);
|
||||
else if (ctype.in(ID($_DFF_P_), ID($_DFF_N_)))
|
||||
tran_cnt += cnum * 16;
|
||||
else
|
||||
*tran_cnt_exact = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue