File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -294,6 +294,26 @@ make caravel-sta
294
294
295
295
A summary of timing results is provided at the end.
296
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
+ ```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
+
297
317
## Checklist for Shuttle Submission
298
318
299
319
- ✔️ The project repo follows the directory structure in this repo.
You can’t perform that action at this time.
0 commit comments