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
Emil J. Tywoniak committed May 6, 2024
1 parent cb44228 commit 9d92832
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 9d92832

Please sign in to comment.