From b2cf4ef2394f7f83a4f58e28a1fbf7c2880a050e Mon Sep 17 00:00:00 2001 From: Joachim Schmidt <joachim.schmidt@hesge.ch> Date: Wed, 27 Mar 2024 07:53:50 +0100 Subject: [PATCH] Updating the README.md file --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9f1a036..4f5944e 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,7 @@ The Vivado project file ```scalp_user_design.xpr``` is stored in the following f > **Please note** that Windows users may encounter an error :bomb: when the project is synthesised. The reason is that Windows **doesn't support long path names** :poop:. > > For those using Wind:poopws instead Linux :penguin:, you will find the ```Scalp board``` Vivado project in the following folder ```scalp_board_files/scalp_revc_windows/scalp_user_design```. In addition, when you extract the compressed archive file or clone the Git repository, you should do so i> n the root of one of your hard disk partitions. + +### How to install the drivers for the ```Digilent USB JTAG cable``` + +**Please note** that the drivers are stored in the Vivado installation path. You will find them respectively in the following folder ```<VIVADO_INSTALLATION_PATH>/data/xicom/cable_drivers/lin64/install_script/install_drivers``` for Linux users and in the following folder ```<VIVADO_INSTALLATION_PATH>/data/xicom/cable_drivers/nt64/dlc10_win7/install_script/install_drivers``` for Windows users. -- GitLab