mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-23 13:47:13 -04:00
📝 Remove comment about performance increase
This commit is contained in:
parent
95b4702b11
commit
ee27a39a29
1 changed files with 0 additions and 2 deletions
|
@ -60,8 +60,6 @@ obj_dir/Variane_wrapped -p hello.riscv
|
|||
|
||||
While developing Ariane it has become evident that, in order to support Linux, the atomic extension is going to be mandatory. While the core is currently booting Linux by emulating Atomics in BBL (in a single core environment this is trivially met by disabling interrupts) this is not the behavior which is intended. For that reason we are going to fully support all atomic extensions in the very near future.
|
||||
|
||||
Furthermore, we have major IPC improvements planned. Specifically this will resolve about the way branches and jumps are currently handled in the core.
|
||||
|
||||
## Going Beyond
|
||||
|
||||
The core has been developed with a full licensed version of QuestaSim. If you happen to have this simulator available yourself here is how you could run the core with it. You need to generate **both** an `elf` file and a `hex` file, most easily this can be done by calling:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue