icetime progress

This commit is contained in:
Clifford Wolf 2015-12-04 11:24:37 +01:00
parent dcd893ce6a
commit cddf6f94d7
1 changed files with 0 additions and 3 deletions

View File

@ -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()));