Slashdot Log In
Tilera Releases 64-Way Chip Dev Tools
Posted by
ScuttleMonkey
on Wednesday April 30, @11:36PM
from the another-win-for-the-good-guys dept.
from the another-win-for-the-good-guys dept.
eldavojohn writes to tell us that Tilera has released a Linux-based development kit for their 64-core system on a chip. "The Tile64 is based on a proprietary VLIW (very long instruction word) architecture, on which a MIPS-like RISC architecture is implemented in microcode. A hypervisor enables each core to run its own instance of Linux, or alternatively the whole chip can run Tilera's 64-way SMP (symmetrical multiprocessing) Linux implementation. An 'iMesh' switching interconnect, developed by Tilera's founder, MIT professor and serial entrepreneur Dr. Anant Agarwal, is said to eliminate the centralized bus intersection that limited scalability in previous multicore designs."
Related Stories
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.

Oblig. (Score:3, Funny)
Reply to This
Re: (Score:2)
Released? (Score:2)
Also, it looks like the tools have been released to Tilera's customers, not to the public. A shame, since I'm sure a
Licensing containment barrier?? (Score:2, Interesting)
"Another touted benefit is the ability to consolidate control- and data-plane functions on a single device, with "solid
Re:Licensing containment barrier?? (Score:5, Insightful)
No, if anything they pitch it as a performance gain.
The idea is to run Linux (or OS of your choice), with various control plane functions (it can have an IP address, you can do config, stats collection etc etc), on say (making up these numbers!) 4 of the cores, while the other 60 cores are running without an OS (they offer a BIOS like environment with basic functions to get access to the backplane and subsequently the packets) doing data-plane functions, perhaps doing deep-packet inspection for QoS delivery, security functions (IPS?) etc.
The Linux side, particularly the kernel isn't going to contain your real IP, while the data-plane side is all your secret-sauce. It involves embedded style programming without lots of OS support, but you get speed and the networking vendors are used to this sort of model - it sure beats the hell outa doing it in an ASIC on the dataplane side which is what they're used to.
This isn't an attack on open source - it's using it in a sensible fashion IMO. However, for the paranoid types who've seen the fud, they probably pitch this split of operations as a "licensing containment barrier" cause a marketing person thought it might help somewhere.
--Q
Reply to This
Parent
Re: (Score:2)
Jargon overload! (Score:2)
Simple version. (Score:5, Informative)
I like the idea, I like the idea a lot, but the fact that they opted for a simple but slow topology doesn't fill me with hope. Especially as they suggest running SMP over it. Processors close to the centre of the "mesh" will be resource-starved. There needs to be strong affinity of a given thread to a given core, where the weighting is by the operations expected and where that weighting can (and will) shift as code blocks change or new threads start. In other words, you want something that is semi-static, semi-dynamic according to need. Only the OS is capable of obtaining that kind of information, so it is the OS that needs to do the dividing, NOT the architecture underneath OR a system administrator.
Reply to This
Parent
Re: (Score:2, Informative)
I like the idea, I like the idea a lot, but the fact that they opted for a simple but slow topology doesn't fill me with hope.
Re: (Score:2)
VLIW (Score:3, Funny)
Reply to This
Re: (Score:2)
Re: (Score:2)
http://www.gnu.org/licenses/gpl-faq [gnu.org]
Re: (Score:2)
In the odd, small, tiny chance that you're not some idiot with an agenda (the wwworld is fast filling up with posts like this), then your lawyers are the ones with an agenda and/or incompetence.
According to your
Re: (Score:2)
Now that is an outright lie. Do you realize how many commercial programs were compiled with gcc? The only time you must release your source is if you were linking GPL'd libraries...and at that, the legal issues are still unresolved.
Re: (Score:3, Informative)
http://www.news.com/5208-1030_3-0.html?forumID=1&threadID=2246&messageID=11919&start=-1 [news.com]
http://linux.slashdot.org/comments.pl?sid=389856&cid=21705136 [slashdot.org]
http://yro.slashd [slashdot.org]
Look, folks, a real-live alien! (Score:2)
(1) If I were a clien
Re: (Score:2)
Note the use of the words:
Recently, ext2, defrag, and.. token ring??
Was that even still around when a student named Linus messaged some newsgroups describing his latest little hobby?
Re: (Score:2)
Re: (Score:2)
http://openwrt.org/ [openwrt.org]
Re: (Score:2)
Re: (Score:3)
Re: (Score:3)
Re: (Score:2)
However, a VC funded startup like this has to be focused. They're going to have a list of customers probably about 10 companies long that they want to sell to, and everyone else at this stage is a distract
You're mixing implementation and architecture (Score:2)