Fix outdated empty analog project wrapper url (#19)

This commit is contained in:
Ian Zhang 2022-04-21 04:38:16 -07:00 committed by GitHub
parent 660c9f4189
commit 4377b1f605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -188,9 +188,9 @@ Analog user projects should adhere the following requirements:
- Top module is named ``user_analog_project_wrapper``
- The ``user_analog_project_wrapper`` uses the `empty analog wrapper <https://github.com/efabless/caravel/blob/master/mag/user_analog_project_wrapper_empty.mag>`__.
- The ``user_analog_project_wrapper`` uses the `empty analog wrapper <https://github.com/efabless/caravel_user_project_analog/blob/main/mag/user_analog_project_wrapper_empty.mag>`__.
- The ``user_analog_project_wrapper`` adheres to the same pin order and placement of the `empty analog wrapper <https://github.com/efabless/caravel/blob/master/mag/user_analog_project_wrapper_empty.mag>`__.
- The ``user_analog_project_wrapper`` adheres to the same pin order and placement of the `empty analog wrapper <https://github.com/efabless/caravel_user_project_analog/blob/main/mag/user_analog_project_wrapper_empty.mag>`__.
------