mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 05:08: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
|
@ -29,7 +29,7 @@ struct AbstractCellEdgesDatabase
|
|||
{
|
||||
virtual ~AbstractCellEdgesDatabase() { }
|
||||
virtual void add_edge(RTLIL::Cell *cell, RTLIL::IdString from_port, int from_bit, RTLIL::IdString to_port, int to_bit, int delay) = 0;
|
||||
bool add_cell(RTLIL::Cell *cell);
|
||||
bool add_edges_from_cell(RTLIL::Cell *cell);
|
||||
};
|
||||
|
||||
struct FwdCellEdgesDatabase : AbstractCellEdgesDatabase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue