7 #ifndef BIL_V5ADDRESSLAYOUT_HPP
8 #define BIL_V5ADDRESSLAYOUT_HPP
126 unsigned rowCount(
bool lowerHalf)
const;
172 unsigned m_upperRowCount;
173 unsigned m_lowerRowCount;
175 unsigned m_bramCount;
183 if (al1.m_upperRowCount != al2.m_upperRowCount)
return false;
184 if (al1.m_lowerRowCount != al2.m_lowerRowCount)
return false;
185 if (al1.m_bramCount != al2.m_bramCount)
return false;
186 return al1.m_columns == al2.m_columns;