You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test failures in Vector Unit stride LOAD and STORE Instructions
Description:
Tests for the unit load and store instructions for EEW=8, 16, 32, 64 are added. These tests cover different test cases for load store instructions and all passed on spike. 2 test cases are failing for both vle and vse on rtl:
If we set vl=0 by passing avl=0, no memory operation should be performed but it hangs during the execution of test
If we set non zero vstart value, it should start execution from element number given in vstart and perform memory operations on all elements till vl but it start execution from element number given in vstart and produce false result for remaining elements
Test failures in Vector Unit stride LOAD and STORE Instructions
Description:
Tests for the unit load and store instructions for EEW=8, 16, 32, 64 are added. These tests cover different test cases for load store instructions and all passed on spike. 2 test cases are failing for both vle and vse on rtl:
Failing tests:
Verification branch: vle_vse_tests
Steps to recreate this issue:
git clone https://github.com/pulp-platform/ara.git
git remote add test_repo "https://github.com/10x-Engineers/ara"
git fetch test_repo
git checkout vle_vse_tests
cd apps
make riscv_tests
cd ../hardware
make simv app=rv64uv-ara-vle8
make simv app=rv64uv-ara-vle16
make simv app=rv64uv-ara-vle32
make simv app=rv64uv-ara-vle64
make simv app=rv64uv-ara-vse8
make simv app=rv64uv-ara-vse16
make simv app=rv64uv-ara-vse32
make simv app=rv64uv-ara-vse64
The text was updated successfully, but these errors were encountered: