Skip to content

Commit c2c2049

Browse files
committed
Enable U bit in misa
1 parent dc87ee1 commit c2c2049

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/init.mlog.jinja

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ loop:
4343
# initialize CSRS
4444

4545
# misa
46-
# XLEN=32 --
47-
# 0 ----
48-
# IMAX ZYXWVUTSRQPONMLKJIHGFEDCBA
49-
write 0b01000000100000000001000100000001 CSRS "{{ 'misa'|csr }}"
46+
# XLEN=32 --
47+
# 0 ----
48+
# ISA ZYXWVUTSRQPONMLKJIHGFEDCBA
49+
write 0b01000000100100000001000100000001 CSRS "{{ 'misa'|csr }}"
5050

5151
# mstatush
5252
# WPRI -------------------------- ----

0 commit comments

Comments
 (0)