Handle SEL_IDX_UP is some situations.

This commit is contained in:
Stephen Williams 2014-03-30 17:37:27 -07:00
parent 2e2317b7c7
commit df4889ba3d
1 changed files with 5 additions and 0 deletions

View File

@ -1790,6 +1790,11 @@ bool calculate_part(const LineInfo*li, Design*des, NetScope*scope,
}
return true;
case index_component_t::SEL_IDX_UP:
wid = lsb;
off = msb;
break;
default:
ivl_assert(*li, 0);
break;