mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +00:00
Renamed AbstractCellEdgesDatabase::add_cell() to add_edges_from_cell()
This commit is contained in:
parent
5b944ef11b
commit
8537c4d206
3 changed files with 3 additions and 3 deletions
|
@ -158,7 +158,7 @@ void mux_op(AbstractCellEdgesDatabase *db, RTLIL::Cell *cell)
|
|||
|
||||
PRIVATE_NAMESPACE_END
|
||||
|
||||
bool YOSYS_NAMESPACE_PREFIX AbstractCellEdgesDatabase::add_cell(RTLIL::Cell *cell)
|
||||
bool YOSYS_NAMESPACE_PREFIX AbstractCellEdgesDatabase::add_edges_from_cell(RTLIL::Cell *cell)
|
||||
{
|
||||
if (cell->type.in("$not", "$pos")) {
|
||||
bitwise_unary_op(this, cell);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue