[VTA] Fix VTA compile issue (#5481)
authorHua Jiang <huaj@xilinx.com>
Thu, 30 Apr 2020 15:07:23 +0000 (08:07 -0700)
committerGitHub <noreply@github.com>
Thu, 30 Apr 2020 15:07:23 +0000 (08:07 -0700)
commit5d75992d8849dac60f1a01e47073f2ca3191999f
treea1e1ee017d74ba2c2f05fe39c51efd9fb34ca12a
parent745c8a06b89933fd945e526bba7b9f76626e0c53
[VTA] Fix VTA compile issue (#5481)

* [VTA] Fix Pynq driver build issue.
Issue:
When doing vta compile in xilinx FPGA, the pynqdriver.cc report can
not find <vta/driver.h>

Solution:
add related path.

* Fix libvta load fail issue.

issue:
run vta on pynq board libvta.so load failed.

solution:
fixed VTA.make logic issue
cmake/modules/VTA.cmake