Skip to content

Commit

Permalink
cost: remove dubious FF default gate cost
Browse files Browse the repository at this point in the history
  • Loading branch information
widlarizer committed May 7, 2024
1 parent 2cc93a6 commit a31893c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kernel/cost.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ struct CellCosts
{ ID($_OAI4_), 7 },
{ ID($_MUX_), 4 },
{ ID($_NMUX_), 4 },
{ ID($_DFF_P_), 1 },
{ ID($_DFF_N_), 1 },
};

static const dict<RTLIL::IdString, int> cmos_transistors_db = {
Expand Down

0 comments on commit a31893c

Please sign in to comment.