Commit 83d2418a by Luis Vega Committed by Thierry Moreau

[VTA][Config] hotfix denano10 (#3918)

parent 63a91ebf
......@@ -133,7 +133,7 @@ def main():
cflags_str = " ".join(pkg.cflags)
if pkg.TARGET == "pynq":
cflags_str += " -DVTA_TARGET_PYNQ"
elif cfg.TARGET == "de10nano":
elif pkg.TARGET == "de10nano":
cflags_str += " -DVTA_TARGET_DE10_NANO"
elif pkg.TARGET == "ultra96":
cflags_str += " -DVTA_TARGET_ULTRA96"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment