03-28-2019, 03:11 PM
What you see is quite strange. I just tried with a fresh download of:
- PULP RTL, latest master: https://github.com/pulp-platform/pulp
- PULP SDK, latest tag: https://github.com/pulp-platform/pulp-sd...2019.03.02
- PULP RISC-V GCC, version 1.0.10: https://github.com/pulp-platform/pulp-riscv-gcc (I downloaded this one prebuilt)
I tried to run pulp-rt-examples/cluster/fork, and it works fine:
Can you share some details on your setup, in particular version (or commit hash from git log) of PULP RTL you are running on? Can you try the same test I mentioned?
- PULP RTL, latest master: https://github.com/pulp-platform/pulp
- PULP SDK, latest tag: https://github.com/pulp-platform/pulp-sd...2019.03.02
- PULP RISC-V GCC, version 1.0.10: https://github.com/pulp-platform/pulp-riscv-gcc (I downloaded this one prebuilt)
I tried to run pulp-rt-examples/cluster/fork, and it works fine:
Code:
# [STDOUT-CL31_PE0] Entering main controller
# [TRACER] Output filename is: trace_core_00_0.log
# [TRACER] Output filename is: trace_core_00_1.log
# [TRACER] Output filename is: trace_core_00_2.log
# [TRACER] Output filename is: trace_core_00_3.log
# [TRACER] Output filename is: trace_core_00_4.log
# [TRACER] Output filename is: trace_core_00_5.log
# [TRACER] Output filename is: trace_core_00_6.log
# [TRACER] Output filename is: trace_core_00_7.log
# [STDOUT-CL0_PE0] (0, 0) Entered cluster with arg 0
# [STDOUT-CL0_PE0] (0, 0) Entered PE with arg 12345678
# [STDOUT-CL0_PE1] (0, 1) Entered PE with arg 12345678
# [STDOUT-CL0_PE4] (0, 4) Entered PE with arg 12345678
# [STDOUT-CL0_PE5] (0, 5) Entered PE with arg 12345678
# [STDOUT-CL0_PE3] (0, 3) Entered PE with arg 12345678
# [STDOUT-CL0_PE7] (0, 7) Entered PE with arg 12345678
# [STDOUT-CL0_PE6] (0, 6) Entered PE with arg 12345678
# [STDOUT-CL0_PE2] (0, 2) Entered PE with arg 12345678
# [TB] 16074973188 - Received status core: 0x00000000Can you share some details on your setup, in particular version (or commit hash from git log) of PULP RTL you are running on? Can you try the same test I mentioned?

