projects
/
platform
/
upstream
/
tvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63a91eb
)
[VTA][Config] hotfix denano10 (#3918)
author
Luis Vega
<vegaluisjose@users.noreply.github.com>
Mon, 9 Sep 2019 17:31:31 +0000
(10:31 -0700)
committer
Thierry Moreau
<moreau@uw.edu>
Mon, 9 Sep 2019 17:31:31 +0000
(10:31 -0700)
vta/config/vta_config.py
patch
|
blob
|
history
diff --git
a/vta/config/vta_config.py
b/vta/config/vta_config.py
index
8c1f0af
..
1c2f050
100644
(file)
--- a/
vta/config/vta_config.py
+++ b/
vta/config/vta_config.py
@@
-133,7
+133,7
@@
def main():
cflags_str = " ".join(pkg.cflags)
if pkg.TARGET == "pynq":
cflags_str += " -DVTA_TARGET_PYNQ"
- elif
cf
g.TARGET == "de10nano":
+ elif
pk
g.TARGET == "de10nano":
cflags_str += " -DVTA_TARGET_DE10_NANO"
elif pkg.TARGET == "ultra96":
cflags_str += " -DVTA_TARGET_ULTRA96"