Skip to content

Commit b90cec0

Browse files
Update index.md
1 parent 49eed7b commit b90cec0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/source/index.md

+20
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,26 @@ make caravel-sta
294294
295295
A summary of timing results is provided at the end.
296296
297+
## Running standalone checks
298+
299+
To run the DRC (Design Rule Check) for a specific macro, use the target:
300+
301+
```bash
302+
make drc-<macro_name>
303+
```
304+
305+
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:
306+
307+
```bash
308+
make drc-user_project_wrapper
309+
```
310+
311+
The OEB (Output Enable Bar) check ensures proper GPIO output configurations. To run the OEB check, use:
312+
313+
```bash
314+
make run-oeb
315+
```
316+
297317
## Checklist for Shuttle Submission
298318
299319
- ✔️ The project repo follows the directory structure in this repo.

0 commit comments

Comments
 (0)