Add tabs with Arty35 and Arty100 to README

Signed-off-by: Tomasz Michalak <tmichalak@antmicro.com>
This commit is contained in:
Tomasz Michalak 2020-12-15 10:31:47 +01:00
parent 937ccab442
commit 05ae1c6a78
1 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,18 @@ PicoSoC demo
This example features a picorv32 soft CPU and a SoC based on it. To build the
picosoc example, run the following commands:
.. code-block:: bash
:name: example-picosoc-a35t-group
TARGET="arty_35" make -C picosoc_demo
.. code-block:: bash
:name: example-picosoc-a100t-group
TARGET="arty_100" make -C picosoc_demo
.. code-block:: bash
:name: example-picosoc-basys3-group