One vector PR to rule them all#395
Draft
lekcyjna123 wants to merge 15 commits intomasterfrom
Draft
Conversation
21ae65f to
7512ee0
Compare
Contributor
Author
|
Today functional units have been merged to this branch:
Additionaly there was added new syntax sugar:
|
Co-authored-by: Lekcyjna <309016@uwr.edu.pl>
Contributor
Author
|
Today merged to this branch:
|
Contributor
Author
|
Added: Other features: |
Contributor
Author
|
Added: Rework of vector configuration: Miscellany: |
Merged
Merged
* Rewrite downloader to use BufferedReqResp * Move BufferedRespReq from downloader to executor. * Present vrf interface in VectorExecutor. * Added checking of LS width in frontend. * Added handle_load * Start writing LSU test. * Next part of tests. * Some fixes. * VectorLSUTests works. * Fix failing tests. All tests passed. * Add connections between LSUs and vector unit. * Added dependencies. * Fix tests. * Change in handling LSU reserved signal. * Fix vector core tests. * Added decoder test for checking vector memory instructions. * Fix in scheduler. Test kill the canary. * Fix vector asm test. All tests are passing. * Bytes tests passed. All tests are passing. * Fix needed regs vm * Longer byte test. * Add docstrings. * Lint. * Fix typos. * Add vector core to synthetise script. * Remove combinational loop, to don't have problems with synthesis. * Changes in VRF. * Some optimisations. * BasicFifo optimisations. * Remove MemoryBank from VRF. * Remove vrf fifo_req. * VRF. Reduce fifo_write number. * Cut critical path in ALU. * Replace FlexibleAdder with FlexibleElementwiseFunction. * Add bufor on vector executor input. * Remove LMUL translation. * Substitute fifos with registers. * Change BasicFifo to Registers. VRF * Try to cut critical path in VectorRegister * Bump number of lines to 2 * Change number of lines back to 1 for test purposes. * Preparations for benchmarking. * Fix downloader test. * Fix vector tests. All unit tests passed. * Fix benchmarks. * Add new benchmarks. All unit tests passed. * Lint * Increase serializer depth. Rewrite benchmarks. --------- Co-authored-by: Lekcyjna <309016@uwr.edu.pl>
This was referenced Nov 4, 2023
This was referenced Jan 8, 2024
Closed
tilk
pushed a commit
that referenced
this pull request
May 14, 2024
Merged
tilk
pushed a commit
to kuznia-rdzeni/transactron
that referenced
this pull request
Nov 25, 2024
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.
Here is a PR to merge branch with implementation of vector extension. As for now I am going to merge here all already open PR's related with vector extension.
List of elements:
Syntax sugar:
@loop_def_method