Skip to content
Snippets Groups Projects
Commit 955747f1 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Vitis] also add std=c++14 for HLS ip synth

parent 91eaf3b1
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ set config_toplevelfxn "$TOPFXN$" ...@@ -94,7 +94,7 @@ set config_toplevelfxn "$TOPFXN$"
set config_clkperiod $CLKPERIOD$ set config_clkperiod $CLKPERIOD$
open_project $config_proj_name open_project $config_proj_name
add_files $config_hwsrcdir/top_$TOPFXN$.cpp -cflags "-std=c++0x -I$config_bnnlibdir -I$config_customhlsdir" add_files $config_hwsrcdir/top_$TOPFXN$.cpp -cflags "-std=c++14 -I$config_bnnlibdir -I$config_customhlsdir"
set_top $config_toplevelfxn set_top $config_toplevelfxn
open_solution sol1 open_solution sol1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment