updates
authorYunsup Lee <yunsup@cs.berkeley.edu>
Thu, 7 Aug 2014 00:26:58 +0000 (17:26 -0700)
committerYunsup Lee <yunsup@cs.berkeley.edu>
Thu, 7 Aug 2014 00:26:58 +0000 (17:26 -0700)
README.md

index 9a4e91370c960b7c59262009186b2e5428f4ade8..67dd7720b165e13ec6dff61836a40784b2f513ff 100644 (file)
--- a/README.md
+++ b/README.md
@@ -134,7 +134,7 @@ registers (pc, x0-x31, f0-f31, fsr) can be accessed.
 The `rv32ui` and `rv64ui` TVMs are integer-only subsets of `rv32u` and `rv64u`
 respectively. These subsets can not use any floating-point instructions (major
 opcodes: LOAD-FP, STORE-FP, MADD, MSUB, NMSUB, NMADD, OP-FP), and hence cannot
 The `rv32ui` and `rv64ui` TVMs are integer-only subsets of `rv32u` and `rv64u`
 respectively. These subsets can not use any floating-point instructions (major
 opcodes: LOAD-FP, STORE-FP, MADD, MSUB, NMSUB, NMADD, OP-FP), and hence cannot
-access the floating-point register state (f0รข-f31 and fsr). The integer-only
+access the floating-point register state (f0-f31 and fsr). The integer-only
 TVMs are useful for initial processor bringup and to test simpler
 implementations that lack a hardware FPU.
 
 TVMs are useful for initial processor bringup and to test simpler
 implementations that lack a hardware FPU.