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

[VTA] Add VTA PYNQ metal_test bitstream program logic and fix compile issue. #3400

Merged
merged 2 commits into from
Jun 25, 2019

Commits on Jun 19, 2019

  1. [VTA] Add VTA PYNQ metal_test bitstream program logic and fix couple …

    …compile issue.
    
    Issue:
    VTAProgram not exist and cause compile error.
    No logic to program the bitstream into FPGA.
    metal test still use pynq 2.1 library which not support on latest
    pynq 2.4.
    
    Solution:
    remove old VTAProgram.
    when setting is pynq, program the bitstream during compile.
    change DMA link library to libcma.
    huajsj authored and hua jiang committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    3d4d606 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Address review commends.

    huajsj authored and hua jiang committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    cf75e8e View commit details
    Browse the repository at this point in the history