scarv / xcrypto

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

xc.mix mask #55

Closed phthinh closed 5 years ago

phthinh commented 5 years ago

In specification, the syntax is if XCR[rs2]_i = 0 then XCR[crd]_i ← t_i; Actually, Xcrypto does
if XCR[rs2]_i = 1 then XCR[crd]_i ← t_i;