remove autotools/configure support

This commit is contained in:
James Cherry
2019-02-16 12:07:59 -08:00
parent 87e749304f
commit d8146af755
58 changed files with 1643 additions and 971 deletions

View File

@@ -595,7 +595,7 @@ ConcreteCellPortBitIterator::findNext()
if (member_iter_ == NULL) {
if (port_iter_.hasNext()) {
next_ = port_iter_.next();
if (next_->hasMembers()) {
if (next_->isBus()) {
member_iter_ = next_->memberIterator();
next_ = member_iter_->next();
}