aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-06-09 15:20:13 +0200
committerClifford Wolf <clifford@clifford.at>2018-06-09 15:20:13 +0200
commit208d3783225e1de6d95650c37f0b0ee69f793f42 (patch)
tree7b65fa1d6f74edc104cb8ce01ff95b58dac1398c
parent57cd67dbc12eb0b46528282958dea7b2d7e5c927 (diff)
downloadnextpnr-208d3783225e1de6d95650c37f0b0ee69f793f42.tar.gz
nextpnr-208d3783225e1de6d95650c37f0b0ee69f793f42.tar.bz2
nextpnr-208d3783225e1de6d95650c37f0b0ee69f793f42.zip
Remove writing on sell types to cout (left over debug output?)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
-rw-r--r--common/place.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/place.cc b/common/place.cc
index 310a75e9..42e366c6 100644
--- a/common/place.cc
+++ b/common/place.cc
@@ -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) {