-
Notifications
You must be signed in to change notification settings - Fork 50
refined format, code, documentation related to coprocessor generator #296
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
base: fugen-verilog-fixes
Are you sure you want to change the base?
Conversation
Joonari
left a comment
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.
Some minor style issues.
openasip/src/applibs/HWGen/FUGen.cc
Outdated
| oredsignalsR = oredsignals; | ||
| BitwiseOr bitwiseOred(bitwiseAnded, andedSignals); | ||
| andedSignals = bitwiseOred; | ||
| oredSignalsR = bitwiseOred; |
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.
What the R stand for in oredSignalsR? It should be expanded.
| /** | ||
| * BEM constructor for the Coprocessor generation. | ||
| * Overloaded BEM constructor related to CV-X-If and ROCC coprocessor generation. | ||
| * RISCV instrucion encodings are created based on the coproInterF boolean. |
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.
The F in the boolean name mentioned here should also be expanded for consistent style.
|
fixed the style issues mentioned by @Joonari |
|
Why doesn't it recognize the CI workflow? Is this rebased on the latest main? |
|
Ah, this is a merge request to the other branch. Please just rebase on it and then rebase on main to submit a PR towards main. |
|
Added updates in CHANGES and fixed the issues pointed by @pjaaskel |
|
Please just rebase on the other branch and then rebase on main and submit a PR towards main instead to the other PR. |
|
LGTM after you send a PR against the main branch. |
fixed issues in format, comments, code , documenatation related to coprocessor-generator