3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-21 13:23:40 +00:00

abc9_ops: use new 'design -delete' and 'select -unset'

This commit is contained in:
Eddie Hung 2020-04-14 11:10:48 -07:00
parent a52f779eca
commit 043ad8e76c
2 changed files with 7 additions and 16 deletions

View file

@ -1204,7 +1204,8 @@ struct Abc9OpsPass : public Pass {
log("\n");
log(" -prep_dff_hier\n");
log(" derive all cells with a type instantiating an (* abc9_flop *) module.\n");
log(" store such modules in named selection '$abc9_flops'.\n");
log(" store such modules in named selection '$abc9_flops'. store one cell\n");
log(" instantiating each derived module into named selection '$abc9_cells'.\n");
log("\n");
log(" -prep_dff_map\n");
log(" within (* abc9_flop *) modules, move all $specify{2,3}/$specrule cells\n");