Handle SEL_IDX_UP is some situations.
This commit is contained in:
parent
2e2317b7c7
commit
df4889ba3d
|
|
@ -1790,6 +1790,11 @@ bool calculate_part(const LineInfo*li, Design*des, NetScope*scope,
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
case index_component_t::SEL_IDX_UP:
|
||||||
|
wid = lsb;
|
||||||
|
off = msb;
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
ivl_assert(*li, 0);
|
ivl_assert(*li, 0);
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue