Merge branch 'main' of https://github.com/mabrains/caravel_user_project_ldo into main
diff --git a/README.md b/README.md
index 8b09092..edcbfef 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,16 @@
 ## Circuit Design
 The implementation of the LDO version 1 is as follows:
 
+The pins are integrated in caravel as follows:
+
+Enable pin is connected to io_in_3v3[14].
+
+GND pin is connected to io_analog[7].
+
+VDD pin is connected to io_analog[6].
+
+ldo_out pin is connected to io_analog[5].
+
 ### Schematic
 
 ![Image of LDO schematic](https://github.com/mabrains/Analog_blocks/blob/main/Analog_Blocks/LDO/Images/LDO_v2/Testbench_schematic.png)
@@ -114,6 +124,17 @@
 
 The implementation of the LDO version 2 is as follows:
 
+The pins are integrated in caravel as follows:
+
+Enable pin is connected to io_in_3v3[12].
+
+GND pin is connected to io_analog[0]
+
+VDD pin is connected to io_analog[4].
+
+ldo_out pin is connected to io_analog[2,3]: we used two available thin pads connected to each other to be able to carry high currents.
+
+
 ### Schematic
 
 ![Image of LDO schematic](https://github.com/mabrains/Analog_blocks/blob/main/Analog_Blocks/LDO/Images/LDO_v2/Testbench_schematic.png)
diff --git a/gds/ldo_v2/ldo_v2.gds.gz b/gds/ldo_v2/ldo_v2.gds.gz
index 7a1e7a3..75485a1 100644
--- a/gds/ldo_v2/ldo_v2.gds.gz
+++ b/gds/ldo_v2/ldo_v2.gds.gz
Binary files differ
diff --git a/gds/user_analog_project_wrapper.gds.gz b/gds/user_analog_project_wrapper.gds.gz
index 5710eff..1f9c6d8 100644
--- a/gds/user_analog_project_wrapper.gds.gz
+++ b/gds/user_analog_project_wrapper.gds.gz
Binary files differ