I have a problem working on a project done with SDSoC, for what I would obtain only information about running time. For this, I did not connect current lines to current sensors, but I set the configuration for sampling as explained in the tutorial.
After downloading bitstream and executables on target, and sampling phase, I obtain a core dump with the following message:
section, .ARM.exidx: 0x001c8000 - 0x001cb87f
section, .init_array: 0x001cb880 - 0x001cb8a3
section, .fini_array: 0x001cb8a4 - 0x001cb8ab
section, .bss: 0x001cb8b0 - 0x001d7b8c
section, .heap: 0x001d7b8d - 0x301d7b8f
section, .stack: 0x301d7b90 - 0x3021938f
100% 0MB 0.1MB/s 00:12
Setting PC to Program Start Address 0x00100000
Successfully downloaded /home/dewsjoe/.tulipp/hhhhhhhh/hhhhhhhh.elf
Got 218 samples...
Sampling done
Processed 218 samples...
analysis_tool: ../src/project/project.cpp:1292: bool Project::runProfiler(): Assertion `success' failed.
Aborted (core dumped)
When re-open, there are no timing information related to my project, as the attached summary reports. Is there any issues?
Thanks,
Giacomo