Do not use capital letters as tuttest labels

Signed-off-by: Kamil Rakoczy <krakoczy@antmicro.com>
This commit is contained in:
Kamil Rakoczy 2021-10-25 14:52:11 +02:00
parent 36990210fb
commit 02de707e96
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ if [ "$fpga_family" = "xc7" ]; then
# Project F examples
"hello-a")
snippets="${activate_env} projf-makefiles/hello/hello-arty/A/README.rst:hello-arty-A"
snippets="${activate_env} projf-makefiles/hello/hello-arty/A/README.rst:hello-arty-a"
;;
*)
echo "ERROR: Unknown example name: $example" >&2

View File

@ -5,7 +5,7 @@ This design allows you to turn the first led on the arty board on and off by tog
To build this design run the following command in the main symbiflow directory:
.. code-block:: bash
:name: hello-arty-A
:name: hello-arty-a
TARGET="arty_35" make -C projf-makefiles/hello/hello-arty/A