mirror of https://github.com/efabless/caravel.git
Fix outdated empty analog project wrapper url (#19)
This commit is contained in:
parent
660c9f4189
commit
4377b1f605
|
@ -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>`__.
|
||||
|
||||
------
|
||||
|
||||
|
|
Loading…
Reference in New Issue