mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-04 18:30:25 +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
|
@ -344,7 +344,7 @@ static void run_edges_test(RTLIL::Design *design, bool verbose)
|
|||
SatGen satgen(&ez, &sigmap);
|
||||
|
||||
FwdCellEdgesDatabase edges_db(sigmap);
|
||||
if (!edges_db.add_cell(cell))
|
||||
if (!edges_db.add_edges_from_cell(cell))
|
||||
log_error("Creating edge database failed for this cell!\n");
|
||||
|
||||
dict<SigBit, pool<SigBit>> satgen_db;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue