scarv / xcrypto

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

Spec typo: xc.mix.* instruction registers #64

Closed ben-marshall closed 5 years ago

ben-marshall commented 5 years ago

The xc.mix.* instructions acces the XCR registers, but the current syntax descriptions for them in the spec list them as rs1, rs2 and rd.

These should be corrected to crs1, crs2, crd.