Skip to content
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

FPGA: Remove DataBundle from convolution2d code sample, update gasket IP #2310

Merged
merged 23 commits into from
May 17, 2024

Conversation

whitepau
Copy link
Contributor

@whitepau whitepau commented Apr 29, 2024

Existing Sample Changes

Description

Simplify convolution2d code sample by removing the proprietary DataBundle header and replace it with std::array for simplicity and portability.

Fixes Issue#

External Dependencies

List any external dependencies created as a result of this change.

Type of change

Please delete options that are not relevant. Add a 'X' to the one that is applicable.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Implement fixes for ONSAM Jiras

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

@jimmytwei jimmytwei added the FPGA label Apr 29, 2024
@whitepau whitepau changed the title Remove DataBundle from convolution2d code sample Remove DataBundle from convolution2d code sample, update gasket IP Apr 30, 2024
@mdbtucker
Copy link
Contributor

Not sure why I was added to this review? @whitepau is there something here you'd like me to take a look at for some reason?

@yuguen-intel yuguen-intel changed the title Remove DataBundle from convolution2d code sample, update gasket IP FPGA: Remove DataBundle from convolution2d code sample, update gasket IP May 2, 2024
@whitepau
Copy link
Contributor Author

whitepau commented May 2, 2024

Not sure why I was added to this review? @whitepau is there something here you'd like me to take a look at for some reason?

I'd like you to review the changes I made to the gasket IP in quartus_project_files.

Copy link
Contributor

@mdbtucker mdbtucker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the .sv modules. These are very simple modules (they are just wires, there is no actual logic implemented at all), but you have not described what they do, either with their names or with comments. Just need to add some better descriptions.

Also, given how simple the modules are, I don't think the testbenches will be of use to users.

@whitepau whitepau requested a review from mdbtucker May 8, 2024 15:07
@whitepau
Copy link
Contributor Author

addressed mike's comments.

@yuguen-intel yuguen-intel merged commit a3bede2 into oneapi-src:development May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants