-
Notifications
You must be signed in to change notification settings - Fork 5
Bugs in SDSoC
t-kuha edited this page Jun 22, 2017
·
4 revisions
-
If HW function(s) are not specified and "Enable event tracing" option is checked in the Options section of Project Settings, building project fails due to an error. (Found in SDSoC 2016.3 for Windows)
-
HLS behaves differently in Windows version and Linux version of Vivado HLS/SDSoC (Found in version 2016.4). Concretely, if -std=c++0x or cxx11 option is specified in synthesis, Windows version of Vivado HLS (probably LLVM backend) causes errors while Linux version finishes without an error.
-
If HW function is stubbed and "Estimate Performance" option is enabled, the code for SW (gcc) is built, but not for HW. (Found in SDSoC 2016.4 for Windows)