mirror of
https://github.com/Artoriuz/maestro.git
synced 2025-04-18 18:44:44 -04:00
Update README.md
Changing the description to make it clearer loading compiled programs isn't trivial.
This commit is contained in:
parent
0fd34f4519
commit
ec3526397b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ This repository contains a 5 stage pipeline implementation of the RV32I ISA stro
|
|||
- Outputs that start with "debug" are not mandatory and only exist to make debugging easier.
|
||||
|
||||
## Inconveniences
|
||||
- If you want to run compiled code, perhaps using [Sifive's elf2hex](https://github.com/sifive/elf2hex) is your solution.
|
||||
- If you want to run compiled code, [Sifive's elf2hex](https://github.com/sifive/elf2hex) might help. The core, however, is only intended to be used academically and writing assembly or even the machine code yourself is usually reasonable for super simple programs.
|
||||
- The processor does not have any output. Use the debug output or load to memory to move data out of it.
|
||||
|
||||
## Simplified Schematic
|
||||
|
|
Loading…
Add table
Reference in a new issue