Replies: 1 comment
-
It appears the cva6 platform is restricting the size of the DRAM to 1GB. The DRAM address range is then:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there any notes/discussion regarding the requirements the
cva6/verilator simulation environment has for the test cases?
I am running cva6/verilator simulation using test cases
generated with the force-riscv ISG.
I have only observed a couple of requirements that the simulation environment
expects of each test case, but I suspect there are others that I have not identified.
Here are the requirements that I have identified so far:
to address 0x80001000 which has the symbol 'tohost' - apparently
in a forever loop.
In the force-riscv tests, I am seeing assertion warnings where the
sd @ 0x360 in the debug module code is sometimes writing to an
address that causes a RESP_DECERR. I'm not seeing these assertions
pop when running the riscv-tests. I've not yet been able to determine
why that errant address is sometimes used.
Beta Was this translation helpful? Give feedback.
All reactions