-
Notifications
You must be signed in to change notification settings - Fork 1
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
Padring generator upgrade #63
Conversation
- Consistent with other lambdalibs - Moving documentation to README
- Adding back the cell name statement within inner loop to help with debugging. - Turning if-else into ifs to fix issue with nested genblk statements. These are mutually exclusive, so it's not an issue.
- Self contained file
- Fixing testbnench example, pin order was reversed from physical placement order.
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.
Looks great. just some documentation changes I think make sense and a few cells to reconsider.
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.
Please fix the extra q
in the README, otherwise looks good.
@@ -1,4 +1,4 @@ | |||
# PADRING GENERATOR | |||
q# PADRING GENERATOR |
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.
stray q
TYPE
toPROP
to be consistent with stdlib