README: add emulator section

This commit is contained in:
slederer 2024-10-06 23:56:50 +02:00
parent a35b8eaf60
commit 2785748b3b
2 changed files with 6 additions and 1 deletions

View file

@ -84,6 +84,10 @@ Everything is open source, so you can read, understand and modify the whole syst
- run synthesis, implementation and bitstream generation (Flow -> Generate Bitstream)
- program your device (Flow -> Open Hardware Manager), the bitstream file should be in **tridoracpu/tridoracpu.runs/impl_1**
- the bitstream file for (temporarily) programming your device is named **top.bit**, the file for flashing your device is named **top.bin**
## Running the Emulator
See the emulator [README](tridoraemu/README.md).
## Documentation
- [Instruction Reference](doc/tridoracpu.md)
- [Memory Layout](doc/mem.md)