Update README.md
diff --git a/README.md b/README.md
index 6487096..64c7b93 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,7 @@
- [Overview](#overview)
- [Setup](#setup)
- [Running Simulation](#running-simulation)
+- [Hardening the User Project Macro using OpenLANE](#hardening-the-user-project-macro-using-openlane)
- [Checklist for Open-MPW Two Submission](#checklist-for-open-mpw-two-submission)
Overview
@@ -39,6 +40,16 @@
make verify-wb_test
```
+Hardening the User Project Macro using OpenLANE
+========
+
+```bash
+# Run openlane to harden user_proj_example
+make user_proj_example
+# Run openlane to harden user_project_wrapper
+make user_project_wrapper
+```
+
Checklist for Open-MPW Two Submission
=================================