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

Port FrameIn/Out to cpp backend #289

Open
mattfel1 opened this issue Dec 11, 2019 · 0 comments
Open

Port FrameIn/Out to cpp backend #289

mattfel1 opened this issue Dec 11, 2019 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@mattfel1
Copy link
Member

Currently only works for the rogue backend (i.e. KCU1500, Alveo*). It would be nice to have this in cpp so that we can use it for simulation in all apps that are Stream based, rather than 1) simulating a stream interface using an in-Accel fifo or 2) use a StreamIn/Out directly and then have no good way of piping data through the streams in simulation. Alternatively, we can just figure out a way to handle StreamIn/Outs in cpp simulation but the FrameIn/Out gives us a nice solution to the amount of data going in and out for the simulation world already.

@mattfel1 mattfel1 added good first issue Good for newcomers help wanted Extra attention is needed labels Dec 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant