Skip to content
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

Merged
merged 14 commits into from
Jul 29, 2024
Merged

Padring generator upgrade #63

merged 14 commits into from
Jul 29, 2024

Conversation

aolofsson
Copy link
Member

@aolofsson aolofsson commented Jul 26, 2024

  • Changed parameter TYPE to PROP to be consistent with stdlib
  • Adding support for differential cells requiring modifification of the CELLMAP parameter
  • Improving generate statements to simplify logical and physical debugging
  • Refactoring for consistency/readability
  • Fixing various bugs related to CELLMAP indexing
  • Hardening parameter widths for CELLMAP (for safety)
  • Reordering CELLMAP for ease of use
  • Adding documentation

- 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.
@aolofsson aolofsson requested a review from gadfort July 26, 2024 21:14
- Fixing testbnench example, pin order was reversed from physical placement order.
Copy link
Contributor

@gadfort gadfort left a 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.

lambdalib/iolib/README.md Outdated Show resolved Hide resolved
lambdalib/iolib/rtl/la_iopoc.v Show resolved Hide resolved
lambdalib/iolib/rtl/la_ioshort.v Outdated Show resolved Hide resolved
lambdalib/iolib/rtl/la_pt.v Outdated Show resolved Hide resolved
lambdalib/padring/README.md Outdated Show resolved Hide resolved
lambdalib/padring/README.md Outdated Show resolved Hide resolved
Copy link
Contributor

@gadfort gadfort left a 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stray q

@aolofsson aolofsson merged commit 6232460 into main Jul 29, 2024
3 checks passed
@aolofsson aolofsson deleted the diff_io branch July 29, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants