Path: csiph.com!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!mx05.eternal-september.org!.POSTED!not-for-mail From: Paul Rubin Newsgroups: comp.lang.forth Subject: Re: OT (slightly) What is the "best" processor for a new project? Date: Wed, 29 May 2013 11:05:33 -0700 Organization: Nightsong/Fort GNOX Lines: 36 Message-ID: <7xwqqhslua.fsf@ruckus.brouhaha.com> References: <088a35b6-5c19-4197-817b-25d08c7276e1@googlegroups.com> <0a12eb5c-6a59-49d0-a1f7-30053cf0df0f@googlegroups.com> <7x4ndn63wc.fsf@ruckus.brouhaha.com> <44c9b217-52a8-4661-a682-af6980754cc7@googlegroups.com> <7xtxlmjm4d.fsf@ruckus.brouhaha.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx05.eternal-september.org; posting-host="d94d289a4df6ae47ea4d4f8b2ae808e7"; logging-data="5844"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18lU6pq6W3Wey+B7ohsJ/1m" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:cv1wf8QxbKyHB3SAskZ+gmU3I30= sha1:G0Lh1jnJprQLl2H/K/4sL/l4dTA= Xref: csiph.com comp.lang.forth:23038 rickman writes: > WOW! 0 for 3!!! A MISC processor in an FPGA can easily run at over > 50 MHz. How does 50 mhz of misc performance compare to 50 mhz of Cortex M0+ perforamnce? What about compared to 200 mhz of Cortex M4F performance? > I believe the J1 runs at around 100 MHz ... So obviously there is > no performance hit relative to most MCUs. I'd like to know how it compared to MCU's with similar power consumption to the FPGA. In most situations, I'd also ask about comparable cost, but Howerd has said in this instance, cost doesn't matter much. > I can get an FPGA for $3 which will host a MISC CPU and have plenty of > room left for other logic like custom interfaces that you can't do > with a standard MCU. Right, I understand that, and it's why I said "or unless you already need the FPGA for some other reason, and want to put a minimal cpu onto part of it". It's one of the actual valid use cases. And I don't think a MISC on a $3 FPGA can compare to a $3 Cortex part as a computing device. For one thing, Howerd wanted 128k of program memory. Where are you going to put that on your $3 FPGA? Does the $3 FPGA have any block ram? Any DSP slices? > There are FPGAs which rival MCUs in terms of power consumption > reaching double digit uAs quiescent power and low mAs at MHz clock > rates. Check out the iCE40 product line from Lattice. I don't understand this stuff enough to make performance estimates from those data sheets. Given Howerd's specs, we're reaching towards upper-midrange MCU territory though below application processors. So I'd be interested to know how softcore power consumption compares with midrange MCU's, running the actual sorts of programs run on those sorts of MCU's. Also with the lowest powered MCU's.