[VTA] de10-nano driver (#3394)
authorLiangfu Chen <liangfu.chen@harman.com>
Thu, 5 Sep 2019 16:52:10 +0000 (00:52 +0800)
committerThierry Moreau <moreau@uw.edu>
Thu, 5 Sep 2019 16:52:10 +0000 (09:52 -0700)
commit734df8d59b8a9c58cfd87eaca49e635c2ef39e81
treedbe6fb8ec1e0b3b9b4c1e0af142fdcaa0fb8a4ad
parent66235d1c37d8d4defd0abb68c517d4bb80172423
[VTA] de10-nano driver (#3394)

* rework;

* `de10-nano` -> `de10nano`;

* fix compilation error;

* bug fix;

* Update install.md

* Update install.md

* Update install.md

* update with current runtime;

* add debug messages;

* bug fix in cma kernel module;
13 files changed:
3rdparty/cma/Makefile [new file with mode: 0644]
3rdparty/cma/cma.c [new file with mode: 0644]
3rdparty/cma/cma.h [new file with mode: 0644]
3rdparty/cma/settings.mk [new file with mode: 0644]
cmake/modules/VTA.cmake
docs/vta/install.md
vta/config/vta_config.py
vta/python/vta/environment.py
vta/python/vta/testing/util.py
vta/src/de10nano/cma_api.cc [new file with mode: 0644]
vta/src/de10nano/cma_api.h [new file with mode: 0644]
vta/src/de10nano/de10nano_driver.cc [new file with mode: 0644]
vta/src/de10nano/de10nano_driver.h [new file with mode: 0644]