openrisc / mor1kx

mor1kx - an OpenRISC 1000 processor IP core
Other
490 stars 146 forks source link

Fix mor1kx_decode to accept valid l.fl1 (l.ff1) instructions (#110) #114

Closed rkrajnc closed 4 years ago

rkrajnc commented 4 years ago

Both l.fl1 and l.ff1 have bit 9 set in the insruction as port of their op codes, mor1kx_decode does not currently properly check this

rkrajnc commented 4 years ago

Please disregard, some half-asleep misclicks ...