Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marwaneltoukhy authored Dec 22, 2024
1 parent 49eed7b commit b90cec0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-<macro_name>
```
Replace <macro_name> 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.
Expand Down

0 comments on commit b90cec0

Please sign in to comment.