Skip to content

Commit

Permalink
Merge pull request #143 from XavierAubert/cv32e40p/illegal_instr_test_v2
Browse files Browse the repository at this point in the history
added SPDX license header
  • Loading branch information
XavierAubert authored Feb 2, 2024
2 parents 4cc613a + 98ba636 commit 940f014
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2024 Dolphin Design
# SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1

.include "user_define.h"
.section .text.start

Expand Down Expand Up @@ -92,7 +95,7 @@ main: fence.i
.4byte 0x80fe4c33 # manual: opcode = OP, func7 = 1000000
.4byte 0x00200073 # manual: instr uret, opcode = SYSTEM, [31:20] = h002
.4byte 0xb1600073 # manual: random [31:20], opcode = SYSTEM


# Generated instructions
.4byte 0x3e0003fb # custom-3
Expand Down

0 comments on commit 940f014

Please sign in to comment.