Skip to content

Commit

Permalink
Add some platform documentation
Browse files Browse the repository at this point in the history
While trying things out I made a some notes about the various parts of
the SoC, and how the registers and memory are laid out. It's unlikely
that everything is correct but I think it's at least a start of more
complete platform documentation.
  • Loading branch information
vmedea committed Nov 22, 2020
1 parent ef5c417 commit 8e1c661
Show file tree
Hide file tree
Showing 2 changed files with 840 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ make ulx3s_prog

Note that fujprog can be slow to flash larger files. Programming over WiFi [using the ESP32](https://github.com/emard/esp32ecp5) can be done as a faster alternative.

### Programming documentation

More detailed hardware documentation for the platform can be found in [doc/platform.md](doc/platform.md).

### Running simulator (Verilator or CXXRTL, plus SDL2)

A simulator using SDL2 and its documentation is included in the [/simulator](simulator/) directory.
Expand Down
Loading

0 comments on commit 8e1c661

Please sign in to comment.