annotation

This commit is contained in:
Feng Wang 2019-12-08 15:36:23 +08:00
parent 90f46fa8d9
commit e3e1348513
1 changed files with 0 additions and 2 deletions

View File

@ -123,8 +123,6 @@ void Circuit::read_blif() {
graph[out_cell] = new Var(out_cell, false, false);
}
graph[out_cell]->gate = gate;
cout <<gate<<endl;
cells.erase(cells.begin());
for (string cell : cells) {