Skip to content

Commit f46b260

Browse files
authored
Update cpld.rst
1 parent 606b79e commit f46b260

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/cpld.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Environment setup
3737

3838
The development of FPGA (or CPLD) firmware requires software tools (Xilinx ISE, integrated development environment) that are not available for a Raspberry Pi. Therefore, a remote Linux machine will be used to compile the firmware. The output of the design implementation will be a binary file that can be loaded into the CPLD using a JTAG interface. Follow these steps to setup the development environment:
3939

40-
1. The folder ``/home/pi/Embedded-System-Lab/code/AFE/CPLD`` has a subfolder called ``ISE`` that contains the required files and scripts for the design implementation. This folder should be copied to your work folder ``/home/pi/Embedded-System-Lab/work``.
40+
1. The folder ``/home/pi/Embedded-System-Lab/code/AFE/CPLD`` has a subfolder called ``ISE`` that contains the required files and scripts for the design implementation. This folder should be copied to your work folder ``/home/pi/work``.
4141

42-
2. Open a terminal and go to ``/home/pi/Embedded-System-Lab/work/ISE``. There is a script called ``connect_remote_host.sh`` that will connect to a remote Linux machine hosting the Xilinx ISE design environment. The script will also mount your local ``ISE`` folder on the remote file system. Run the script by typing (password is "pi@lab":
42+
2. Open a terminal and go to ``/home/pi/work/ISE``. There is a script called ``connect_remote_host.sh`` that will connect to a remote Linux machine hosting the Xilinx ISE design environment. The script will also mount your local ``ISE`` folder on the remote file system. Run the script by typing (password is "pi@lab":
4343

4444
.. code-block:: bash
4545

0 commit comments

Comments
 (0)