Remove writing on sell types to cout (left over debug output?)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
57cd67dbc1
commit
208d378322
@ -54,7 +54,6 @@ void place_design(Design *design)
|
||||
cell->type.c_str());
|
||||
}
|
||||
types_used.insert(cell->type);
|
||||
std::cout << cell->type << std::endl;
|
||||
}
|
||||
|
||||
for (auto bel_type_name : types_used) {
|
||||
|
Loading…
Reference in New Issue
Block a user