Results 7 comments of N. Ait Said

In fact I would like it support both cores (may be even more). I just would like to know where I should modify and what parts control weither the multi-core...

Okey @illustris I'll see this more in details (and get back to the basics and start with very basic multi-core apps to understand the things relying behind). Thanks for your...

Hello, Check https://github.com/riscv/riscv-tests/blob/master/benchmarks/common/syscalls.c it contains definition of some functions using the HTIF interface. You can then use that to build your baremetal applications. My understanding is that tohost and fromhost...

Indeed it is possible. If you look into the repository riscv-tests you will find some baremetal applications that you can adjust to enable multi-core on your software. If you look...

Hi, Exceptions aren't handled there, so the program just stops by sending 1337 to the front end server via HTIF interface. You can examine the cause of the exception that...

Dear Jonathan, I would like to ask relatively the same question, but for the `refresh-v0.6` version. From the top-level module `chip_top.sv`, I saw that the `io_reset_vector` is exposed, and is...

Okay, thank you for the clarification