pulp-platform / pulp

This is the top-level project for the PULP Platform. It instantiates a PULP open-source system with a PULP SoC (microcontroller) domain accelerated by a PULP cluster with 8 cores.
Other
452 stars 114 forks source link

How do I execute certain instructions on specific cluster cores? #85

Closed prajwalkashyap closed 1 year ago

prajwalkashyap commented 1 year ago

I want to execute certain instructions on a specific core in the cluster. I referred to parallel_bare_tests in regression_tests and tried to check coreid using rt_core_id(). It always returns 0 which I presume is for the FC core. Is there a guide on how to program to make use of the cluster cores ?