From 2785748b3bbd0e0d400ea0ab83aaa9fd06cdfcff Mon Sep 17 00:00:00 2001 From: slederer Date: Sun, 6 Oct 2024 23:56:50 +0200 Subject: [PATCH] README: add emulator section --- README.md | 4 ++++ tridoraemu/README.md | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index efc7d1c..d89c9b6 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/tridoraemu/README.md b/tridoraemu/README.md index f49b534..d263a95 100644 --- a/tridoraemu/README.md +++ b/tridoraemu/README.md @@ -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).