From b90cec0e96b90db075444f6c762ec7dd9faaacd1 Mon Sep 17 00:00:00 2001 From: Marwan Abbas <67271180+marwaneltoukhy@users.noreply.github.com> Date: Mon, 23 Dec 2024 01:23:25 +0530 Subject: [PATCH] Update index.md --- docs/source/index.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/source/index.md b/docs/source/index.md index 152585dfc..e23309d7a 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -294,6 +294,26 @@ make caravel-sta A summary of timing results is provided at the end. +## Running standalone checks + +To run the DRC (Design Rule Check) for a specific macro, use the target: + +```bash +make drc- +``` + +Replace with the name of the macro you want to check. For example, if your macro is named `user_project_wrapper`, you can run: + +```bash +make drc-user_project_wrapper +``` + +The OEB (Output Enable Bar) check ensures proper GPIO output configurations. To run the OEB check, use: + +```bash +make run-oeb +``` + ## Checklist for Shuttle Submission - ✔️ The project repo follows the directory structure in this repo.