README: add emulator section
This commit is contained in:
parent
a35b8eaf60
commit
2785748b3b
2 changed files with 6 additions and 1 deletions
|
|
@ -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)
|
- 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**
|
- 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**
|
- 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
|
## Documentation
|
||||||
- [Instruction Reference](doc/tridoracpu.md)
|
- [Instruction Reference](doc/tridoracpu.md)
|
||||||
- [Memory Layout](doc/mem.md)
|
- [Memory Layout](doc/mem.md)
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,8 @@
|
||||||
- written in Golang
|
- written in Golang
|
||||||
|
|
||||||
## Getting started
|
## 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.
|
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).
|
From the command line, run the *tridoraemu* or *tridoraemu.exe* program inside the *tridoraemu* directory (see below for details).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue