-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 <[email protected]>
- Loading branch information
1 parent
40bbfcf
commit ddb21b5
Showing
61 changed files
with
2,399 additions
and
418 deletions.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.