We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49eed7b commit b90cec0Copy full SHA for b90cec0
docs/source/index.md
@@ -294,6 +294,26 @@ make caravel-sta
294
295
A summary of timing results is provided at the end.
296
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
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
314
+make run-oeb
315
316
317
## Checklist for Shuttle Submission
318
319
- ✔️ The project repo follows the directory structure in this repo.
0 commit comments