generated from riscv-software-src/template-riscv-code
-
Notifications
You must be signed in to change notification settings - Fork 58
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
fusion PR, removed DSL #146
Merged
klingaard
merged 4 commits into
riscv-software-src:master
from
jeffnye-gh:jeffnye-gh/fusion_pr
Feb 7, 2024
Merged
fusion PR, removed DSL #146
klingaard
merged 4 commits into
riscv-software-src:master
from
jeffnye-gh:jeffnye-gh/fusion_pr
Feb 7, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DSL would be added after syntax discussion
rajatbhatia1
reviewed
Feb 2, 2024
rajatbhatia1
reviewed
Feb 2, 2024
rajatbhatia1
reviewed
Feb 2, 2024
most files modified, clang-format added find_library with path hints for mavis remove symtab check commands from CMakelists - not used removed test/FslTests.cpp file - not used FieldExtractor::compare throws on bad FUNC value new exception FieldExtUnknownFunction removed FieldExtractor::getImmField() and RS_MAX use, future feature
oms-vmicro
reviewed
Feb 7, 2024
oms-vmicro
reviewed
Feb 7, 2024
typo fix in FusionContext expanded comment hash function properties
rajatbhatia1
reviewed
Feb 7, 2024
rajatbhatia1
reviewed
Feb 7, 2024
rajatbhatia1
reviewed
Feb 7, 2024
switch cout to imsg in callback proxies default name for context added
klingaard
approved these changes
Feb 7, 2024
@jeffnye-gh, looks like 1 conversation yet to be resolved. Are you ready for me to push the big green button? |
sorry, yes just resolved the conversation, the changes are in. |
yes, the changes were in, i did not close the comment. Just closed the
conversation.
…On Wed, Feb 7, 2024 at 3:42 PM Knute ***@***.***> wrote:
@jeffnye-gh <https://github.com/jeffnye-gh>, looks like 1 conversation
yet to be resolved. Are you ready for me to push the big green button?
—
Reply to this email directly, view it on GitHub
<#146 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A25MMC4EEA3M32GZPNMN6ELYSPYL7AVCNFSM6AAAAABCQDOROKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZSHE4DMMRRGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This isolates the Fusion API from the domain specific language.
After an agreement on syntax the DSL would be added as an improvement to the API.