From 05ae1c6a78f818d29160b5520ec2e9d427a264fd Mon Sep 17 00:00:00 2001 From: Tomasz Michalak Date: Tue, 15 Dec 2020 10:31:47 +0100 Subject: [PATCH] Add tabs with Arty35 and Arty100 to README Signed-off-by: Tomasz Michalak --- xc7/picosoc_demo/README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/xc7/picosoc_demo/README.rst b/xc7/picosoc_demo/README.rst index 8e29a99..0f4fa70 100644 --- a/xc7/picosoc_demo/README.rst +++ b/xc7/picosoc_demo/README.rst @@ -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