README.md: add images
This commit is contained in:
parent
bf0f5c8c79
commit
9fd9fd1fb9
1 changed files with 11 additions and 7 deletions
18
README.md
18
README.md
|
|
@ -23,16 +23,20 @@ Everything is open source, so you can read, understand and modify the whole syst
|
||||||
- compiler does its own Pascal dialect with some restrictions and some extensions
|
- compiler does its own Pascal dialect with some restrictions and some extensions
|
||||||
- emulator available
|
- emulator available
|
||||||
|
|
||||||
## Demo
|
## Demos
|
||||||
|
### Videos
|
||||||
- (Video hello world)
|
- (Video hello world)
|
||||||
- (Video lines)
|
- (Video lines)
|
||||||
- (Screenshot mandelbrot)
|
|
||||||
- (Screenshot conway)
|
### Still Pictures
|
||||||
- (Screenshot image viewer)
|
|
||||||
|
|Mandelbrot|Image Viewer|Game of Life|
|
||||||
|
|---|---|---|
|
||||||
|
||  |  |
|
||||||
|
|
||||||
## Supported Boards
|
## Supported Boards
|
||||||
- Arty A7 (with two PMODs for microSD cards and VGA output)
|
- Arty A7 (with two PMODs for microSD cards and VGA output)
|
||||||
- Nexys A7 (not ready yet)
|
- Nexys A7 (planned)
|
||||||
|
|
||||||
## Pascal Language
|
## Pascal Language
|
||||||
- Wirth Pascal
|
- Wirth Pascal
|
||||||
|
|
@ -62,8 +66,8 @@ Everything is open source, so you can read, understand and modify the whole syst
|
||||||
|
|
||||||
## Building the FPGA bitstream
|
## Building the FPGA bitstream
|
||||||
- install Vivado (known to work with 2020.1, known NOT to work with 2024.1)
|
- install Vivado (known to work with 2020.1, known NOT to work with 2024.1)
|
||||||
- install the package from your board in Vivado (Tools -> Vivado Store -> Boards)
|
- install the package for your board in Vivado (Tools -> Vivado Store -> Boards)
|
||||||
- start Vivado and open the project file **tridoracpu.xpr** in the **tridoracpu**)
|
- start Vivado and open the project file **tridoracpu.xpr** in the **tridoracpu** directory
|
||||||
- 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**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue