[Libre-soc-isa] [Bug 1242] SV REMAP: store REMAP indices in 16 64-bit SPRs

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Tue Jan 2 00:34:32 GMT 2024


https://bugs.libre-soc.org/show_bug.cgi?id=1242

--- Comment #1 from Jacob Lifshay <programmerjake at gmail.com> ---
if there's separate registers, i think it makes it easier to handle
out-of-range indexes because svindex can simply do

for i in range(VL):
    v = READ_INPUT(i)
    index[i] = 0 if v >= VL else v

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libre-SOC-ISA mailing list