You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hwpe_ucode processor only works if the number of micro-instruction within a loop is >= 2.
Otherwise, it does not emit the correct valid flag.
A simple workaround is to add one null instruction, such as MV a <- a.
The text was updated successfully, but these errors were encountered:
The
hwpe_ucode
processor only works if the number of micro-instruction within a loop is >= 2.Otherwise, it does not emit the correct
valid
flag.A simple workaround is to add one null instruction, such as
MV a <- a
.The text was updated successfully, but these errors were encountered: