aboutsummaryrefslogtreecommitdiffstats
path: root/icetime
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-12-04 11:24:37 +0100
committerClifford Wolf <clifford@clifford.at>2015-12-04 11:24:37 +0100
commitcddf6f94d7bd5e7c2466ec25623571f6d7a6b0fc (patch)
tree889c358b86c4ecdefb0430f78584c5cb9d0ab499 /icetime
parentdcd893ce6a4c5bcc0321359a4186fbb50f0f8d15 (diff)
downloadicestorm-cddf6f94d7bd5e7c2466ec25623571f6d7a6b0fc.tar.gz
icestorm-cddf6f94d7bd5e7c2466ec25623571f6d7a6b0fc.tar.bz2
icestorm-cddf6f94d7bd5e7c2466ec25623571f6d7a6b0fc.zip
icetime progress
Diffstat (limited to 'icetime')
-rw-r--r--icetime/icetime.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/icetime/icetime.cc b/icetime/icetime.cc
index 026c806..da8b51f 100644
--- a/icetime/icetime.cc
+++ b/icetime/icetime.cc
@@ -933,9 +933,6 @@ struct make_interconn_worker_t
count_length = std::max(count_length, 0);
- if (porch_segs.count(*cursor))
- count_length = 4;
-
if (cursor->name.substr(0, 7) == "span12_" || cursor->name.substr(0, 5) == "sp12_") {
extra_vlog.push_back(stringf(" Sp12to4 %s (.I(%s), .O(%s));\n",
tname().c_str(), seg_name(*cursor).c_str(), seg_name(trg).c_str()));