scarv / xcrypto

XCrypto: a cryptographic ISE for RISC-V
MIT License
90 stars 10 forks source link

xc.gather.b instruction operands #60

Closed phthinh closed 5 years ago

phthinh commented 5 years ago

The base operand register rs1 and offset operand register crs2 in specification are not consistent with instruction implementation.

ben-marshall commented 5 years ago

@phthinh - I've changed the assembly syntax of scatter/gather operations, so you might need to change your AES code locally. You will also need ot rebuild binutils.