Fix link in README.rst

This commit is contained in:
mingpepe 2023-04-04 00:43:40 +08:00 committed by GitHub
parent edc22cc325
commit 6af580b7cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -168,10 +168,10 @@ Digital user projects should adhere the following requirements:
- Top module is named ``user_project_wrapper``
- The ``user_project_wrapper`` adheres to the pin order defined at `Digital Wrapper Pin Order <https://github.com/efabless/caravel/blob/master/openlane/user_project_wrapper_empty/pin_order.cfg>`__.
- The ``user_project_wrapper`` adheres to the pin order defined at `Digital Wrapper Pin Order <https://github.com/efabless/caravel/blob/master/openlane/user_project_wrapper/pin_order.cfg>`__.
- The ``user_project_wrapper`` adheres to the fixed design configurations at `Digital Wrapper Fixed Configuration <https://github.com/efabless/caravel/blob/master/openlane/user_project_wrapper_empty/fixed_wrapper_cfgs.tcl>`__.
- The ``user_project_wrapper`` adheres to the fixed design configurations at `Digital Wrapper Fixed Configuration <https://github.com/efabless/caravel/blob/master/openlane/user_project_wrapper/fixed_wrapper_cfgs.tcl>`__.
- The user project repository adheres to the `Required Directory Structure <#required-directory-structure>`__.