From b34a4565303077e86db55c5fe3ed2e46d9479d96 Mon Sep 17 00:00:00 2001
From: SuperChamp234 <beingzainsv@gmail.com>
Date: Sat, 7 Sep 2024 12:45:05 +0530
Subject: [PATCH] Added information about the default .do file

---
 .../gateware/gateware-design-simulation-libero.rst           | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/boards/beaglev/fire/demos-and-tutorials/gateware/gateware-design-simulation-libero.rst b/boards/beaglev/fire/demos-and-tutorials/gateware/gateware-design-simulation-libero.rst
index b00b6790..95fb09a7 100644
--- a/boards/beaglev/fire/demos-and-tutorials/gateware/gateware-design-simulation-libero.rst
+++ b/boards/beaglev/fire/demos-and-tutorials/gateware/gateware-design-simulation-libero.rst
@@ -119,4 +119,7 @@ An example of a ``.do`` file is shown below:
 
     run 100 ns
 
-Good luck with your simulations!
\ No newline at end of file
+A default ``run.do`` script is created at the following path - ``work/libero/simulation`` - when a simulation is run. You can use this file as a starter file
+for creating your own scripts as well as for understanding how the initial simulation is set-up.
+
+Good luck with your simulations!
-- 
GitLab