-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
162 add support for gf180 mcu #173
Conversation
…nto 162-add-support-for-gf180-mcu
add -ignore_mismatches
@@ -59,6 +59,9 @@ Starting your project | |||
# export the PDK variant depending on your shuttle, if you don't know leave it to the default | |||
export PDK=sky130B | |||
|
|||
# for the GFMPW shuttles... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we make sure this is referenced from the main page as well: https://caravel-user-project.readthedocs.io/en/latest/ ?
Add quickstart to main documentation
remove install caravel section
@@ -59,6 +60,102 @@ Prerequisites | |||
|
|||
- Python 3.6+ with PIP | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you may be able to use .. include:: quickstart.rst
here?
update PDK
update variable for verify
add def for reg_mprj_slave
No description provided.