ptzheng

Results 4 comments of ptzheng

> We're using some unstable API, so it changes from time to time, please check [build-and-test.yml](https://github.com/ksco/riscv-vector-tests/blob/main/.github/workflows/build-and-test.yml#L47) file to use a specific version of spike. Thanks, it works. However, When I...

> ``` > LD_LIBRARY_PATH=$RISCV/lib build/pspike --isa=rv64gcv --varch=vlen:256,elen:64 $(which pk) out/v256x64user/bin/stage1/vaadd.vv-0 > ``` > > Did this command alone run fine on your side? It works for me. No, the result...

> Are you sure you're using the latest `main` without any changes? Yes, it's up to date with the latest `main` without any changes. And I see that the third...

After I git clone the repo to my local, I find that there are no files in `env/riscv-test-env`. So I excute `git clone https://github.com/riscv/riscv-test-env.git` in `env/`. Is it the possible...