Skip to content

Commit 05a44e8

Browse files
committed
2.3.3: minor updates
1 parent eb2fc80 commit 05a44e8

File tree

9 files changed

+9
-81
lines changed

9 files changed

+9
-81
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

repo/microcode/ep_dummy.mc

Lines changed: 0 additions & 36 deletions
This file was deleted.

repo/microcode/poc_dummy.mc

Lines changed: 0 additions & 36 deletions
This file was deleted.

repo/microcode/rv32/ep_min.mc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ registers
4646
5=(t0, x5),
4747
6=(t1, x6),
4848
7=(t2, x7),
49-
8=(s0, x8),
49+
8=(s0,fp, x8),
5050
9=(s1, x9),
5151
10=(a0, x10),
5252
11=(a1, x11),

repo/microcode/rv32/poc_min.mc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ registers
4747
5=(t0, x5),
4848
6=(t1, x6),
4949
7=(t2, x7),
50-
8=(s0, x8),
50+
8=(s0,fp, x8),
5151
9=(s1, x9),
5252
10=(a0, x10),
5353
11=(a1, x11),

repo/microcode/rv32/rv_min.mc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ registers
4747
5=(t0, x5),
4848
6=(t1, x6),
4949
7=(t2, x7),
50-
8=(s0, x8),
50+
8=(s0,fp, x8),
5151
9=(s1, x9),
5252
10=(a0, x10),
5353
11=(a1, x11),

ws_dist/repo/microcode/rv32/ep_min.mc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ registers
4646
5=(t0, x5),
4747
6=(t1, x6),
4848
7=(t2, x7),
49-
8=(s0, x8),
49+
8=(s0,fp, x8),
5050
9=(s1, x9),
5151
10=(a0, x10),
5252
11=(a1, x11),

ws_dist/repo/microcode/rv32/poc_min.mc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ registers
4747
5=(t0, x5),
4848
6=(t1, x6),
4949
7=(t2, x7),
50-
8=(s0, x8),
50+
8=(s0,fp, x8),
5151
9=(s1, x9),
5252
10=(a0, x10),
5353
11=(a1, x11),

ws_dist/repo/microcode/rv32/rv_min.mc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ registers
4747
5=(t0, x5),
4848
6=(t1, x6),
4949
7=(t2, x7),
50-
8=(s0, x8),
50+
8=(s0,fp, x8),
5151
9=(s1, x9),
5252
10=(a0, x10),
5353
11=(a1, x11),

0 commit comments

Comments
 (0)