OpenCores
URL https://opencores.org/ocsvn/fwrisc/fwrisc/trunk

Subversion Repositories fwrisc

[/] [fwrisc/] [trunk/] [ve/] [fwrisc/] [tests/] [riscv-compliance/] [riscv-test-suite/] [rv32uf/] [src/] [ldst.S] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 mballance
# See LICENSE for license details.
2
 
3
#*****************************************************************************
4
# ldst.S
5
#-----------------------------------------------------------------------------
6
#
7
# This test verifies that flw, fld, fsw, and fsd work properly.
8
#
9
 
10
#include "riscv_test.h"
11
#include "compliance_test.h"
12
#include "compliance_io.h"
13
#include "aw_test_macros.h"
14
 
15
RVTEST_RV32UF
16
RVTEST_CODE_BEGIN
17
 
18
  TEST_CASE(2, a0, 0x40000000, la a1, tdat; flw f1, 4(a1); fsw f1, 20(a1); lw a0, 20(a1))
19
  TEST_CASE(3, a0, 0xbf800000, la a1, tdat; flw f1, 0(a1); fsw f1, 24(a1); lw a0, 24(a1))
20
 
21
  TEST_PASSFAIL
22
 
23
RVTEST_CODE_END
24
 
25
  .data
26
 
27
  TEST_DATA
28
 
29
tdat:
30
.word 0xbf800000
31
.word 0x40000000
32
.word 0x40400000
33
.word 0xc0800000
34
.word 0xdeadbeef
35
.word 0xcafebabe
36
.word 0xabad1dea
37
.word 0x1337d00d
38
 
39
RV_COMPLIANCE_DATA_BEGIN
40
test_res:
41
    .fill 40, 4, -1
42
RV_COMPLIANCE_DATA_END
43
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.