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

NVDLA Accelerator Inference Simulation #77

Open
Hassan313 opened this issue Jun 4, 2020 · 1 comment
Open

NVDLA Accelerator Inference Simulation #77

Hassan313 opened this issue Jun 4, 2020 · 1 comment

Comments

@Hassan313
Copy link

How can we use OpenPiton to do inference simulation with NVDLA accelerator? Is it possible to do it without FPGA?

@Jbalkind
Copy link
Collaborator

Jbalkind commented Jun 8, 2020

At present we don't have a great simulation-only environment for this. For FPGA, we can make use of AXI-based infrastructure to hook up NVDLA on a crossbar to memory, but to do this in simulation we don't presently have an AXI-based fake memory. It don't think it would be too hard to extend our fake memory to do something like this, though.

Another approach some students took was to translate from the AXI memory port of NVDLA to P-Mesh messages. However, this effort wasn't implemented to completion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants