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)

View file

@ -5,7 +5,8 @@
- written in Golang
## Getting started
Download this zipfile: [tridoraemu.zip](https://git.insignificance.de/api/packages/slederer/generic/tridoraemu/0.0.1/tridoraemu.zip).
Download this zipfile: [tridoraemu.zip](https://git.insignificance.de/api/packages/slederer/generic/tridoraemu/0.0.1/tridoraemu.zip)
It contains the sources, the ROM image, an SD-card image and a precompiled windows binary.
From the command line, run the *tridoraemu* or *tridoraemu.exe* program inside the *tridoraemu* directory (see below for details).