Skip to content

Commit

Permalink
Merge pull request #41 from Lightsaver7/August-update-2
Browse files Browse the repository at this point in the history
August update 2
  • Loading branch information
Lightsaver7 committed Aug 31, 2023
2 parents 892a6a1 + 685dc8f commit 1274914
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ footer

Written by Luka Pogačnik

This teaching material was created by `Red Pitaya <https://www.redpitaya.com/>`_ & `Zavod 404 <https://404.si/>`_ in the scope of the `Smart4All <https://smart4all.fundingbox.com/>`_ innovation project.
This teaching material was created by `Red Pitaya <https://www.redpitaya.com/>`_ & `Zavod 404 <https://404.si/>`_ in the scope of the `Smart4All <https://smart4all.fundingbox.com/>`_ innovation project.
6 changes: 3 additions & 3 deletions learn_fpga/3_vivado_env/tutorfpga2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Go to the downloaded Red Pitaya FPGA Repository ZIP location and extract it to a
.. figure:: ./../img/Screen9.png
:width: 50%
:align: cente
:align: center


.. tab:: Windows
Expand Down Expand Up @@ -85,8 +85,8 @@ Go to the downloaded Red Pitaya FPGA Repository ZIP location and extract it to a
+------------------------------+-------------------------------------------+
| Model | Build flags |
+==============================+=====================+=====================+
| STEMlab 125-10 |br| | PRJ=v0.94 | MODEL=Z10 |
| STEMlab 125-14 |br| | | |
| | STEMlab 125-10 | PRJ=v0.94 | MODEL=Z10 |
| | STEMlab 125-14 | | |
+------------------------------+---------------------+---------------------+
| STEMlab 125-14-Z7020 | PRJ=v0.94 | MODEL=Z20_14 |
+------------------------------+---------------------+---------------------+
Expand Down
2 changes: 1 addition & 1 deletion learn_fpga/4_lessons/LedCounter.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _led_counter::
.. _led_counter:


##############
Expand Down
4 changes: 4 additions & 0 deletions learn_fpga/4_lessons/SimpleAvarage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ Now we need to create a project generation script. Make a copy of the **red_pita
We need to change some strings in the file:

.. code-block:: tcl
:force:
cd prj/$prj_name → cd prj/Examples/$prj_name
set path_brd ./../brd → set path_brd ./../../brd
Expand All @@ -226,16 +227,19 @@ We need to change some strings in the file:
Add a variable:

.. code-block:: tcl
:force:
set path_tbn tbn
Also, we need to add the following strings after the string in the second code-block below:

.. code-block:: tcl
:force:
add_files -fileset sim_1 -norecurse $path_tbn/red_pitaya_proc_tb.vhd
.. code-block:: tcl
:force:
add_files $path_bd
Expand Down

0 comments on commit 1274914

Please sign in to comment.