URL
https://opencores.org/ocsvn/mips32/mips32/trunk
Subversion Repositories mips32
[/] [mips32/] [trunk/] [Classic-MIPS/] [TestBenchs/] [pipeline_branch/] [simple2.smd] - Rev 2
Compare with Previous | Blame | View Log
main:
ori $a0, $zero, 30
ori $t0, $zero, 0
ori $s0, $zero, 0
start:
bne $t0, $a0, NEXT
j DONE
NEXT:
addi $t0, $t0, 1
sw $t0, 0($s0)
addi $s0, $s0, 4
j start
DONE:
addi $t0, $t0, 1
sw $t0, 0($s0)
#flush the cache
lw $t0, 2048($zero)
lw $t0, 2080($zero)
lw $t0, 2112($zero)
lw $t0, 2144($zero)
nop
nop
nop