aboutsummaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-06-27 22:18:24 +0200
committerClifford Wolf <clifford@clifford.at>2015-06-27 22:18:24 +0200
commit7b17773bfcf0209c3f7f14b811fd9b402da3d893 (patch)
treefc7fce91fec712dc0ddacc2a8fef4b57fe32eff6 /firmware
parentdee66e136e9c24ad52684a72ee77762627b4eaa7 (diff)
downloadpicorv32-7b17773bfcf0209c3f7f14b811fd9b402da3d893.tar.gz
picorv32-7b17773bfcf0209c3f7f14b811fd9b402da3d893.zip
Added mul tests from riscv-tests
Diffstat (limited to 'firmware')
-rw-r--r--firmware/start.S5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/start.S b/firmware/start.S
index bf2a55e..20dd5b5 100644
--- a/firmware/start.S
+++ b/firmware/start.S
@@ -217,6 +217,11 @@ start:
TEST(or)
TEST(and)
+ TEST(mulh)
+ TEST(mulhsu)
+ TEST(mulhu)
+ TEST(mul)
+
TEST(simple)
/* set stack pointer */