First simple test
This commit is contained in:
12
01simple_test.asm
Normal file
12
01simple_test.asm
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
.text
|
||||||
|
start: addi $1, $1, 1
|
||||||
|
nop
|
||||||
|
nop
|
||||||
|
nop
|
||||||
|
nop
|
||||||
|
nop
|
||||||
|
nop
|
||||||
|
nop
|
||||||
|
nop
|
||||||
|
nop
|
||||||
|
j start
|
||||||
3
01simple_test.txt
Normal file
3
01simple_test.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
20'd0: instruction <= 32'h20210001;
|
||||||
|
20'd10: instruction <= 32'h08000000;
|
||||||
|
default: instruction <= 32'h00000000;
|
||||||
Reference in New Issue
Block a user