From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,61fba3a4ceae43bb,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!r24g2000yqd.googlegroups.com!not-for-mail From: darek Newsgroups: comp.lang.ada Subject: a multicore XMOS CPU Date: Wed, 10 Feb 2010 11:10:32 -0800 (PST) Organization: http://groups.google.com Message-ID: <4c146eb5-81a3-4d7e-8dd3-bfc23f77ab3e@r24g2000yqd.googlegroups.com> NNTP-Posting-Host: 195.169.118.227 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1265829032 17969 127.0.0.1 (10 Feb 2010 19:10:32 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 10 Feb 2010 19:10:32 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r24g2000yqd.googlegroups.com; posting-host=195.169.118.227; posting-account=-iT6ZQoAAAAlqBCInAc-vB6x1soT8Jhq User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:9096 Date: 2010-02-10T11:10:32-08:00 List-Id: Hi All, some time ago I have discovered very interesting CPU architecture developed at Bristol University (some of you still remember transputers) (http://www.xmos.com/). The CPU has 4 cores connected via an internal bus and every core can run up to 8 real-time threads per core (http://www.xmos.com/technology/silicon-technology). An internal clock @100MHz gives time resolution of 10ns. More about the architecture can be found here: http://www.xmos.com/support/documentation . Well, I could not resist and I got this evaluation board (https:// www.xmos.com/products/development-kits/xc-2-ethernet-kit). The company provides the whole set of development tools (https:// www.xmos.com/technology/design-tools) at no cost, and the tool chain is GNU based (there is also an extended C compiler that supports allocation of tasks at the core level). I am willing to dedicate some of my free time to try to port Ada compiler to this platform. Some thing, however, are not quite clear to my. For example: 1. How to distribute tasks between cores ? It is responsibility of the Ada run-time or the programmer shall do it explicitly (each core up to 8 real-time threads) via pragmas (I think, extending the language definition is not a good idea)? 2. Is it possible to create from publicly available source GNAT code a system that does not require any OS support (a bare metal solution)? 3. Last but not least. Is this enterprise worth any efforts (nice hobby project but then ...) ? I hope, that there would be some wise advices around .... Cheers, Darek P.S. Imagine an Ada program running on this device: https://www.xmos.com/products/development-kits/xmp-64