[Backend][HLS] AST for XLS DSLX Backend#525
Open
AnthonyBSong wants to merge 60 commits intocornell-zhang:mainfrom
Open
[Backend][HLS] AST for XLS DSLX Backend#525AnthonyBSong wants to merge 60 commits intocornell-zhang:mainfrom
AnthonyBSong wants to merge 60 commits intocornell-zhang:mainfrom
Conversation
…nd also created the EmitXlsHLS, etc.
…rectives, emitArrayDecl, emitLoopDirectives, and emitStreamConstructs
…rectives, emitArrayDecl, emitLoopDirectives, and emitStreamConstructs
…ng xls [cc] code that looks correct. Will now test and change as necessary
merge in DSLX branch
Xlscc branch now has code for memory. Also emits a rewrites.textproto that is required in the xls compile process. vvadd example has been tested and the flow can get to vvadd verilog with memory support
…s/memroy for testing
This file contains hidden or 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
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.
Description
(Brief description of what this PR is about, what kind of problem you want to solve, and what is your solution)
Problems
(What this PR is about)
Proposed Solutions
(What changes have you made)
Examples
(Please provide an example of the input program and the expected behavior, e.g., the generated IR.)
Checklist
Please make sure to review and check all of these items: