Part Number: TMS320C6678
Hi ,everyone,
I have a requirement for using OpenMP, I need core0 to work for commuication with fpga through srio and other software through ethernet,and core1-core7 ready for computing(FFT).
Q1:I want to ask is there a method to use openmp for the requierment?
If there is no way to use openmp to achieve the requirement above,I have another idea I separate the 8 core for two group ,one group only have core0,and the second group have core1-core7 in it.
core0 communicate with core1(which start openmp) by notify method.and core1 start the openmp as masterCore ,in this way core0 will only do communication and will not disturbed by the long time for computing.
Q2:Is my idea feasible?
Best regards,
Zhang