Update README.md
diff --git a/README.md b/README.md
index 0048df1..dc3a262 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Caravel User Project
+GPS Baseband Chip
====================
Table of contents
@@ -45,7 +45,38 @@
Verification Environment
========
-The verification environment is shown in the following block diagram . A wishbone bus function model is used to create wishbone write and read transactions .
+The verification environment is shown in the following block diagram . A wishbone bus function model is used to create wishbone write and read transactions . The gps raw data is stored to a txt file and being used in the simulation environment .
+

+Test Case Description
+----------------
+The following test cases were created and used to verify the gps channel at block level and system level
+
+- wb_bfm_carrier_part_test : <add test case description and the modules covered>
+- wb_bfm_goldcode_test : <add test case description and the modules covered>
+
+The testcase can be simulated by executing the following command
+
+.. code:: bash
+
+ cd verilog/dv/wb_bfm_goldcode_test/
+ ./verify_gold.sh
+
+
+ASIC Implementation
+========
+
+The Physical implementation of single gps channel is carried out using openlane tool flow with the timing constraint of 50MHz .
+
+
+
+
+
+
+
+
+
+
+