Do not use capital letters as tuttest labels
Signed-off-by: Kamil Rakoczy <krakoczy@antmicro.com>
This commit is contained in:
parent
36990210fb
commit
02de707e96
|
@ -88,7 +88,7 @@ if [ "$fpga_family" = "xc7" ]; then
|
||||||
|
|
||||||
# Project F examples
|
# Project F examples
|
||||||
"hello-a")
|
"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
|
echo "ERROR: Unknown example name: $example" >&2
|
||||||
|
|
|
@ -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:
|
To build this design run the following command in the main symbiflow directory:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
:name: hello-arty-A
|
:name: hello-arty-a
|
||||||
|
|
||||||
TARGET="arty_35" make -C projf-makefiles/hello/hello-arty/A
|
TARGET="arty_35" make -C projf-makefiles/hello/hello-arty/A
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue