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;
|
||||
|
||||
case index_component_t::SEL_IDX_UP:
|
||||
wid = lsb;
|
||||
off = msb;
|
||||
break;
|
||||
|
||||
default:
|
||||
ivl_assert(*li, 0);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue