Search found 5 matches

by yuema
Tue Jun 14, 2016 9:56 am
Forum: Development Tools and Programming
Topic: Issues on paralyzation computation programming of xcore
Replies: 5
Views: 11805

Re: Issues on paralyzation computation programming of xcore

I'd like to explain my project in detail. My first job is to calculate the matrix product in parallel. For example, I plan to divide each matrix into 8 parts, and use tile[1].core[0] to tile[1].core[7] to compute the product for each part of matrix. As each tile share the same memory, then, I can ma...
by yuema
Tue Jun 14, 2016 9:40 am
Forum: Development Tools and Programming
Topic: Issues on paralyzation computation programming of xcore
Replies: 5
Views: 11805

Re: Issues on paralyzation computation programming of xcore

Cheers! But, if my functions are assigned to the specific cores, say using "on tile[1] . core [0] " to "on tile[1] . core [7] " for function 1 to function 8 respectively, compile errors are reported such as: can only specify 'on' in function `main' combinable function must end in...
by yuema
Sun Jun 12, 2016 4:55 am
Forum: Development Tools and Programming
Topic: Issues on paralyzation computation programming of xcore
Replies: 5
Views: 11805

Issues on paralyzation computation programming of xcore

Hi there! I'm doing some research on computational control based on XE200 core, including online optimization and control allocation tasks. As my project is designed to highly embedded requirements, therefore, some high performance parallel computation methods,such as MPI, openMPI on general CPU, as...
by yuema
Wed Jul 29, 2015 4:55 am
Forum: Q&A
Topic: XMOS UART ISSUE
Replies: 1
Views: 2338

XMOS UART ISSUE

<t>Hello everyone!<br/> <br/>  <br/> <br/> I wonder that if anyone have the experience on using uart.lib to code a program sampling data from RS232 port. The following are my codes:<br/> <br/>  <br/> <br/> /*<br/>  * Test_uart_rx_01.xc<br/>  <br/>  *<br/>  *  Created on: <br/>  *      Author: mayue<...
by yuema
Sun May 31, 2015 1:20 am
Forum: Projects
Topic: kicad_xmos
Replies: 5
Views: 8133

Re: kicad_xmos

Hi 
Did you test your design by real manufacturing , such as the function test, single integrety test....