From 571570d85a7b5a8bd9a9d9ca8c6a46cc72b5ec42 Mon Sep 17 00:00:00 2001
From: Joachim Schmidt <joachim.schmidt@hesge.ch>
Date: Tue, 26 Mar 2024 11:05:40 +0100
Subject: [PATCH] README.md file has been updated.

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index c996304..4f9815d 100644
--- a/README.md
+++ b/README.md
@@ -5,3 +5,9 @@
 ### Vivado board files for SCALP boards
 
 In order to add the ```Scalp board``` support to Vivado, the ```scalp_node``` folder must be copied to the ```<Vivado directory>/<version>/data/xhub/boards/XilinxBoardStore/boards/``` folder. To create a new project targeting the ```Scalp``` board, the ```"hepia-cores.ch:scalp_node:part0:0.2"``` board tag must be used. In addition, this board definition doesn't provide a fully accurate definition of the board and must evolve in the future.
+
+### Vivado base project for the Scalp board
+
+The Vivado project file ```scalp_user_design.xpr``` is stored in the following folder ```scalp_board_files/scalp_revc/hw_firmware/designs/vivado/scalp_user_design/2023.2/lin64/scalp_user_design```.
+
+*Please note* that Windows users may encounter an error when the project is synthesised. The reason is that Windows *doesn't support long path names*.
-- 
GitLab