📝 Remove comment about performance increase

This commit is contained in:
Florian Zaruba 2018-07-24 11:14:20 -07:00
parent 95b4702b11
commit ee27a39a29
No known key found for this signature in database
GPG key ID: E742FFE8EC38A792

View file

@ -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: