Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Open Source Finally Hits Real Silicon

Posted by timothy on Mon Dec 08, 2003 07:05 PM
from the mask-of-progress dept.
pagercam2 writes "While Open Source software has many success stories, hardware and particularly chips haven't had as much. While there have been multiple Open Source projects, none have come to a final product until now. The OpenRISC 1000 has been implemented by Flextronics Semiconductor(a division of Flextronics, the contract manufacturer possibly best known for its production of many Cisco products) along with PCI, 10/100 Ethernet, serial, GPIO etc. ... Details and pretty pictures available at OpenCores.org, and it even runs uClinux. Good Job!"
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • Watch out... (Score:3, Funny)

    by Bame Flait (672982) on Monday December 08 2003, @07:06PM (#7664113)
    It's all an attempt by these linux people to control the entire machine from the ground up. Don't trust them, they've let you down in the past.
    • Re:Watch out... (Score:5, Interesting)

      by robslimo (587196) on Monday December 08 2003, @08:29PM (#7664766)
      (http://www.mwatt.com/index.html | Last Journal: Friday February 11 2005, @02:43PM)
      I appreciate the joke, heh, heh.

      But I'd like to point out that opencores has had a fair amount of its open IP commited to silicon to date... not via lithographic processes maybe, but in FPGA's at least in onesies twosies lots if not more.

      It's pretty sweet to be able to put a Z80 core on an FPGA along with a few peripheral cores and make a machine-on-a-chip that can run your legacy embedded code with little or no change... and at a faster clock rate.

      [ Parent ]
    • 2 replies beneath your current threshold.
  • So what's Sparc V? (Score:4, Informative)

    So what's Sparc V? Swiss Cheese [sparc.org]? Sparc specs have been available for a LONG time.

  • One can always hope.. (Score:5, Interesting)

    by grub (11606) <slashdot@grub.net> on Monday December 08 2003, @07:08PM (#7664142)
    (http://www.grub.net/blog/index.html | Last Journal: Wednesday June 27, @08:48AM)

    If they make money with this and other chip fabricators get on the open source boat then perhaps one day we'll see an entire open source chipset and motherboard combo. No "SecureThisBIOS" and "TrustedThatOS" needed.. That would be damn sweet.
  • by Anonymous Coward on Monday December 08 2003, @07:08PM (#7664145)
    ... really is this some sort of sick joke?
  • What's the roadmap from here for these open core processors? Is there one?
  • let the jokes about what sort of processor runs their webserver thread here...

    • homepage: (Score:4, Informative)

      by gimpboy (34912) <jmh@member.f[ ]org ['sf.' in gap]> on Monday December 08 2003, @07:14PM (#7664194)
      (http://grok.tv:8080/)
      Project: OpenRISC 1000

      Silicon Implementations

      Several companies are making silicon implementations (ASICs) of OR1200 using different library vendors and foundaries, process geometries from 0.35um to 0.13um. For references contact lampret@opencores.org.

      Here is an example of System-On-Chip (SOC) from Flextronics Semiconductor. It is a 32-bit general-purpose microcontroller implemented on UMC 0.18um targetting embedded applications with maximum clock frequency of 160MHz. The SOC features:

      * OR1200 processor
      * Memory Controller (FLASH, SDRAM, SRAM, DPRAM)
      * PCI 2.2 32-bit interface 33/66MHz
      * Ethernet MAC 10/100
      * UART16550
      * GPIO
      * JTAG/Debug Interface

      The OR1200 is implemented with 8KB instruction and 8KB data caches, I/DMMU with 64 TLB entries each, power management unit, debug unit, tick timer and interrupt controller. Its 32x32 multiplier is coupled with a 64-bit MAC unit.

      Test board for testing the SOC has 64MBytes of SDRAM, 32MBytes of FLASH, RS232 transceiver, Ethernet 10/100 PHY. Connectors are for RS232, Ethernet, JTAG/Debug and several Mictor logic analyzer connectors. The board has its own DC/DC regulators for 3.3V IO power supply and 1.8V core power supply. It can be used as stand alone board or as PCI standard form plugin board.

      Software running on the SOC is Embedded Microcontroller Linux (uClinux) with a console on serial RS232. The console shows a network ping to a local network host - the ping shows the Ethernet 10/100 capability.

      This board was the first prototype built (not fully assembled at the time)
      Dynamic power of the entire test board is 1.4W. Dynamic current of the SOC IO power supply is 52mA (3.3V) and dynamic current of the SOC Core power supply is 86mA (1.8V). These are nominal values measured at 100MHz system clock.

      Maximum system clock frequency of the SOC is 160 MHz. System clock is used to clock not only the OR1200 processor but the entire chip (exception is memory controller which can also run at 1/2 system clock). Max system clock 160MHz was obtained at 25C ambient temperature, 3.3V IO and 1.8V core.

      Test boards are available to Flextronics Semiconductor ASIC customers. For more information about the test boards, the SOC technical details and business engagement please contact Flextronics Semiconductor.

      IMPORTANT NOTE: For a live demonstration of the SOC in Silicon Valley, California during Dec 8th 2003 and Dec 15th please contact Damjan Lampret.

      [ Parent ]
      • Re:homepage: (Score:5, Interesting)

        by joe_bruin (266648) on Monday December 08 2003, @08:05PM (#7664582)
        (http://slashdot.org/~joe_bruin/ | Last Journal: Wednesday April 14 2004, @09:25PM)
        sounds like a good competitor to the arm and mips chips that currently dominate the low-powered-gpp embedded market.

        the real question is: where's the compiler? no, i didn't read the article, because the site is slashdotted. i presume they will have a gcc port shortly, if it doesn't exist.

        the real problem with open architectures (mips, arm, sparc, ...) is that everyone has a slightly different implementation, and gcc just has general compatibility mode. for example, the cpu i'm currently working on has a 2 cycle 32bit multiply capability, but can also process a (non-multiply) instruction in the pipeline during the second cycle. unfortunately, gcc is not aware of this and i have a wasted cycle. this leaves me the option of doing optimizations in assembly, or fixing the compiler.

        if this project is dedicated to optimizing the compiler for their cores, they could give established players a run for their money in performance. or at least force other core makers to distribute optimized compilers at far lower costs.

        this is a good thing for everyone.
        [ Parent ]
        • Re:homepage: by sxpert (Score:1) Tuesday December 09 2003, @04:52AM
        • 2 replies beneath your current threshold.
  • Good job but not quite (Score:5, Informative)

    by downix (84795) on Monday December 08 2003, @07:10PM (#7664162)
    This is indeed a good step for the Opencores project, but the subject itself is misleading.

    The LGPL'd SPARC-compatible processor Leon [gaisler.com] was put to silicon a long while ago.

    Give credit where credit is due, the Leon tracked over this territory years before OpenRISC.
  • Flextronics Xbox (Score:5, Informative)

    by doctor_no (214917) on Monday December 08 2003, @07:11PM (#7664166)
    >>Flextronics Semiconductor(a division of Flextronics, the contract manufacturer possibly best known for its production of many Cisco products).

    Flextronics would actually be best known for being the main manufacter of the Microsoft Xbox.

    http://www.wired.com/wired/archive/9.11/flex.htm l
  • /.'ed already (Score:4, Informative)

    by Chas (5144) on Monday December 08 2003, @07:14PM (#7664196)
    (http://www.evilnet.net/ | Last Journal: Wednesday August 30 2006, @12:30PM)
    Here's the Google Cache: [216.239.39.104]

    Project: OpenRISC 1000

    Silicon Implementations

    Several companies are making silicon implementations (ASICs) of OR1200 using different library vendors and foundaries, process geometries from 0.35um to 0.13um. For references contact lampret@opencores.org.

    Here is an example of System-On-Chip (SOC) from Flextronics Semiconductor. It is a 32-bit general-purpose microcontroller implemented on UMC 0.18um targetting embedded applications with maximum clock frequency of 160MHz.

    The SOC features:

    • OR1200 processor
    • Memory Controller (FLASH, SDRAM, SRAM, DPRAM)
    • PCI 2.2 32-bit interface 33/66MHz
    • Ethernet MAC 10/100
    • UART16550
    • GPIO
    • JTAG/Debug Interface

    The OR1200 is implemented with 8KB instruction and 8KB data caches, I/DMMU with 64 TLB entries each, power management unit, debug unit, tick timer and interrupt controller. Its 32x32 multiplier is coupled with a 64-bit MAC unit.

    Test board for testing the SOC has 64MBytes of SDRAM, 32MBytes of FLASH, RS232 transceiver, Ethernet 10/100 PHY. Connectors are for RS232, Ethernet, JTAG/Debug and several Mictor logic analyzer connectors. The board has its own DC/DC regulators for 3.3V IO power supply and 1.8V core power supply. It can be used as stand alone board or as PCI standard form plugin board. Software running on the SOC is Embedded Microcontroller Linux (uClinux) with a console on serial RS232. The console shows a network ping to a local network host - the ping shows the Ethernet 10/100 capability.

    This board was the first prototype built (not fully assembled at the time)

    Dynamic power of the entire test board is 1.4W. Dynamic current of the SOC IO power supply is 52mA (3.3V) and dynamic current of the SOC Core power supply is 86mA (1.8V). These are nominal values measured at 100MHz system clock. Maximum system clock frequency of the SOC is 160 MHz. System clock is used to clock not only the OR1200 processor but the entire chip (exception is memory controller which can also run at 1/2 system clock). Max system clock 160MHz was obtained at 25C ambient temperature, 3.3V IO and 1.8V core.

    Test boards are available to Flextronics Semiconductor ASIC customers. For more information about the test boards, the SOC technical details and business engagement please contact Flextronics Semiconductor. IMPORTANT NOTE: For a live demonstration of the SOC in Silicon Valley, California during Dec 8th 2003 and Dec 15th please contact Damjan Lampret.

    • 1 reply beneath your current threshold.
  • Open Source Chipsets (Score:5, Interesting)

    by Raynach (713366) on Monday December 08 2003, @07:16PM (#7664216)
    (http://www.theweirdgopro.com/)
    I, for one, would like to see the open source community making open source chipsets, from the design, material, and the software to make it work. This is basically rebuilding the computer from the ground up, except with an open source backing of it. Why should major companies control the architechures that we are using? Although, the manafacteur of these chips may be a problem, but it would be very interesting to see electrical and computer engineers working on an open project to make a suprerior chip. This could, in fact, prove Moore totally wrong.

    Or, I'm just being fanatical and ranting about nothing, whatever.

    • Re:Open Source Chipsets (Score:5, Interesting)

      by LittleBigScript (618162) on Monday December 08 2003, @07:25PM (#7664300)
      (http://www.randydillon.com/ | Last Journal: Saturday March 25 2006, @01:33AM)
      Possibly the chips could be designed in parallel with an opensource kernel (can't think of one at the moment) and built like a amiga or atari style machine. Hardware, which is openware, would be a bunch of medium grade processors each running SMP on cheap processors.

      I think that a good and durable machine could be developed with a high speed bus and provide most, if not more speed than people need.
      [ Parent ]
    • Re:Open Source Chipsets (Score:5, Informative)

      by twiddlingbits (707452) on Monday December 08 2003, @08:06PM (#7664588)
      Sure it could be done, up to and including the design verification using chip simulations, but actually making the chips and debugging the silicon process could get very expensive. I'm sure you could find a foundry in Taiwan or China to produce it, but would there be a market for it so you could get back all those startup costs? Do you know of some folks who have a few hundred K to invest against AMD, Intel, Motorola and IBM for a tiny slice of the market? Hardware has a lot of startup costs than software to get it to market. It's not like compiling the new code for your kernal fix. Maybe if it was specialized and optimized for embedded applications it might have a shot. I guess you could call it the "Penguin" chip since I'm assuming it would be optimized for Linux.
      [ Parent ]
      • Sheesh... by Anonymous Coward (Score:1) Monday December 08 2003, @09:55PM
        • Re:Sheesh... (Score:5, Insightful)

          by twiddlingbits (707452) on Monday December 08 2003, @10:58PM (#7665684)
          It's one hell of a LONG way from making an 300K gate FPGA work at 150Mhz to making a 32/64 bit CPU at 2GHz! A modern CPU core may have as many as a few million gates. Add in on-chip cache and other things and that number gets higher. Now if you want to talk micro-controller then 300K gates might get you a decent 8/16 bit one like the old 8051s (which you can do a LOT with but I don't think it would run Linux). Your idea sounds like a good Sr. Project for a CSE class in Computer Architecture.
          [ Parent ]
          • Re:Sheesh... by Ion Berkley (Score:1) Tuesday December 09 2003, @01:04AM
            • Re:Sheesh... by twiddlingbits (Score:3) Tuesday December 09 2003, @08:33AM
          • Re:Sheesh... by Just Some Guy (Score:2) Tuesday December 09 2003, @09:57AM
            • Re:Sheesh... by twiddlingbits (Score:2) Tuesday December 09 2003, @06:38PM
      • Re:Open Source Chipsets by Progman3K (Score:3) Monday December 08 2003, @11:41PM
      • 1 reply beneath your current threshold.
    • Re:Open Source Chipsets (Score:5, Insightful)

      by geekee (591277) on Monday December 08 2003, @08:33PM (#7664793)
      "Why should major companies control the architechures that we are using? "

      Because advanced CAD tools to design state of the art microprocessors costs millions of dollars. Even if you afford these tools, state-of-the-art fabs cost billions of dollars. Open Source works in software because equipment to develop software is cheap enough that anyone can afford it. Equipment to develop hardware costs a fortune, and needs some corporate support, or a lot of donations. Until a process makes it to MOSIS, the average person can't afford access to it.
      [ Parent ]
    • Re:Open Source Chipsets by DickBreath (Score:3) Monday December 08 2003, @09:30PM
    • 1 reply beneath your current threshold.
  • Hardware development (Score:3, Interesting)

    by adrianbaugh (696007) on Monday December 08 2003, @07:20PM (#7664256)
    (http://www.adrianbaugh.org.uk/ | Last Journal: Wednesday December 17 2003, @07:58PM)
    The development is naturally going to take longer for a finished product - nobody's going to release alpha (or even beta) silicon.
    After all, you really don't want to have to submit a critical bug patch when the first mass run of chips is half-done... (Or the coder whose bug it fixes!)
    • 1 reply beneath your current threshold.
  • What can't be open-sourced? (Score:5, Interesting)

    by Un pobre guey (593801) on Monday December 08 2003, @07:22PM (#7664270)
    How about the old VW sedan, especially the off-patent parts? Can an open-source automobile design based on, say, the 1980 VW sedan be set-up and evolved in poor countries?

    In general, what problems would there be in creating open-source engineering designs for hardware of all kinds branched off from off-patent intellectual property? That, as it turns out, was the express purpose of the US Patent system as conceived by Benjamin Franklin, unless I am mistaken.

    • Re:What can't be open-sourced? (Score:5, Insightful)

      by Anonymous Coward on Monday December 08 2003, @07:35PM (#7664392)
      How about the old VW sedan, especially the off-patent parts? Can an open-source automobile design based on, say, the 1980 VW sedan be set-up and evolved in poor countries?

      You'll never be able to produce an automobile en mass scale cheaper than VW (or nearly as good).

      In general, what problems would there be in creating open-source engineering designs for hardware of all kinds branched off from off-patent intellectual property?

      Again you would never be able to mass produce the item cheaper than a proprietary company. Besides there is very little demand for box cameras and tube radios.

      [ Parent ]
    • Emission regs... by Goonie (Score:2) Monday December 08 2003, @07:44PM
    • Re:What can't be open-sourced? by On Lawn (Score:2) Monday December 08 2003, @07:54PM
    • Re:What can't be open-sourced? by CaptKilljoy (Score:2) Monday December 08 2003, @08:16PM
    • It was a trick question (Score:5, Interesting)

      by Un pobre guey (593801) on Monday December 08 2003, @08:56PM (#7664945)
      Those of you who claim it can't be done for reasons of economy of scale or emission regulations, among other things, are mistaken. Much of the work that would be required has already been done and has been on the market for decades. I was not thinking of the First World market. In the Third World, hand-made auto parts and Mom-and-Pop auto part factories are common. In that context, they are in effect pirating existing IP. To go the whole way and create an open-source design spec with easy to determine compliance tests would be the next logical step.

      This represents a branch point from the First World industrial paradigm of economy of scale and elimination of manual labor, coupled with planned obsolescence and faddishness to ensure a short interval between new car purchases. An open-source car reverses this drastically. Low economy of scale and higher manual labor content coupled with an open-ended product lifetime shifts the focus from the manufacture of the car to that of its components. The car owner repairs the vehicle over a period of many years, possibly turning over the majority of its components one or more times over a long period of time. Small-scale manufacturers would build a mix of components based on demand for specific versions of a component. Clever management of the project should consciously support this. This business model is unsustainable by massive industrial concerns, but might work well in an economy with lower-skilled, small-scale enterprise. It would not be massively profitable, but may be a model for keeping large populations employed.

      If the interconnection ot the automobile's components is carefully and thoughtfully evolved, a single vehicle might be an ever-changing machine, gradually absorbing better components over time. It would not be a static piece of technology that quickly becomes obsolete. This is a subtext of my original post.

      [ Parent ]
    • Old fords never die... by xixax (Score:2) Monday December 08 2003, @09:42PM
    • Re:What can't be open-sourced? by Jeff DeMaagd (Score:2) Monday December 08 2003, @10:15PM
  • So what's the point? (Score:5, Insightful)

    by Afromelonhead (730368) <melonhead@comc a s t.net> on Monday December 08 2003, @07:23PM (#7664280)
    I guess I can see how this would appeal to the many /. readers who are very pro-Open Source. To me, though, this has a distinctly different application than that of Open Source software. Sure, people have loads of hard drives and other random computers to go installing all their *BSD/Linux, but how many people have the ability to produce these chips? In addition, many, many people have at least some coding ability that can be used to contribute to the Open Source software projects, but do that many people really have the ability to recognize mistakes on the circuit boards and actually fix them?

    Just my two cents...

    • Re:So what's the point? (Score:4, Informative)

      by Jennifer E. Elaan (463827) on Monday December 08 2003, @08:01PM (#7664557)
      (http://caladan.nanosoft.ca/)
      Yes, many of us do. Companies like MOSIS will fab silicon cheaply, and for those who are truly poor, Xilinx FPGA's can suffice quite nicely. And designing a chip isn't that difficult. I have an implemenation of a small 32-bit stack-based CPU targetted to a Xilinx FPGA around here somewhere.

      I'm currently designing a tiny Single Board Computer (Z80-based) for embedded control applications. Sure, the specs aren't that impressive (a couple MHz, 32K RAM, 512K flash), but that's not the point. The thing is designed to fit on a robot and run on batteries.

      Open hardware designs are still about geeky people doing fun things.

      [ Parent ]
      • Re:So what's the point? (Score:4, Interesting)

        by madcow_ucsb (222054) <[ten.sknas] [ta] [todhsals]> on Monday December 08 2003, @09:23PM (#7665122)
        Yup, FPGAs are great. The biggest barrier there is getting it mounted, as most FPGAs come in BGA packages (which ain't exactly solder yourself material). Too bad none of the fancy ones come in PLCC so you can't use a thru-hole socket :(

        But once you have a board with the chip on it, you can even get all the development software for free from Xilinx and the programming hardware's not too expensive (last I checked anyway, I was always able to use my school's stuff).

        I always thought it was pretty nifty to compile a CPU and upload it into a chip using nothing but my laptop...
        [ Parent ]
    • Re:So what's the point? by msgmonkey (Score:2) Monday December 08 2003, @08:13PM
    • Re:So what's the point? by Cpl Laque (Score:2) Monday December 08 2003, @11:24PM
  • Apparently... (Score:4, Funny)

    by cartzworth (709639) on Monday December 08 2003, @07:37PM (#7664403)
    (Last Journal: Friday June 11 2004, @10:37PM)
    ...their server is running off one of these since its already Slashdotted.
  • Because if so how do a download a free copy? Or does it get sent in the mail if i fire them an email? Does one pay postage as well? This IS opensource right? I just want the free stuff.
  • cool, but I want more specs (Score:5, Interesting)

    by randyest (589159) on Monday December 08 2003, @07:40PM (#7664422)
    (http://randyrandy.net/)
    I didn't know open source had made it to real hardware; thanks slashdot.

    Judging from the specs included at the linked site, this core compares favorably with CPU cores from ARM, NEC and others who make big bucks selling (and supporting) these cores for system integration. This is interesting, and it's maybe even more interesting that I haven't noted it in any trade journals (did I miss it, or has this thing been going on under the industry radar?)

    However, it seems like the CPU core itself is open-source, while a lot of the bonus features on the SoC (System On a Chip) example cited are IP from Flextronics (the the company that did the physical design for this open-source CPU core, which was manufactured by UMC). I can't tell for sure because the site is slashdotted already. The links on PCI, JTAG etc. would presumably tell if all these IP macros (besides the CPU) are open source also -- does anyone know for sure?

    Either way, the specs on the sample chip are interesting: SoC with OR1200 CPU implemented by Flextronics Semiconductor: 32-bit general-purpose microcontroller, UMC 0.18um fab process, maximum clock frequency of 160MHz. This SoC contains (1 each I assume): OR1200 processor, Memory Controller (FLASH, SDRAM, SRAM, DPRAM), PCI 2.2 32-bit interface 33/66MHz, Ethernet MAC 10/100. UART16550, GPIO, JTAG/Debug Interface.

    BTW, 160MHz is pretty darn good, until you see that 160MHz is not really "MAX" as in "max (worst-case) operating conditions" as one usually specs these things. Usually, when a spec says "maximum clock frequency", it means that you can safely run the part at these speeds under the entire range of allowed operating conditions (temperature and voltage). It's rather meaningless to tell the fastest it canpossibly go (which would be 0Kelvin, with a voltage almost high enough to fry the cip), so wpecs tend to tell you the max safe speed.

    That would be the highest temperature (usually ~70C, but it's really based on the junction temp, which is calculated from ambient temp, airflow, and package thermal characteristics -- higher than 25C in any case, since that's usually called "typical"), lowest voltage (usually nominal minus 5% or 10%; so for 3.3V system, worst case voltage would be 3.3-0.33=2.97V, for 1.8V core it would be 1.62V), and slowest process from the fab (whther this is the case or not is unspecified in the list). Instead, lower down the page I see:

    Max system clock 160MHz was obtained at 25C ambient temperature, 3.3V IO and 1.8V core

    I could take a wild guess and say the thing would run at least 125MHz (respectable for the tech at hand), so calling it 160MHz (but not at worst-case conditions) is a little odd, or at least non-standard. If it were a "normal" industry player quoting me a part's clock rate that way, I'd become very, very suspicious of them for the rest of the negotioations.

    It's still way cool, and if those IP cores are all available open source also, I'm really excited. But, I still have a lot of unanswered questions that I expected to see at least a brief mention of:
    • Is a hardware/software co-simulation environment available?
    • If so,what simulators and languages are supported?
    • What support model(s) are available for design teams considering this core?
    • What is the die size for the SoC made by Flextronics?
    • How much is Flextronics selling these SoC's for, or are the ASIC (customer-specific)?
    I guess I could do as the article suggests and call or email Flextronics:

    Test boards are available to Flextronics Semiconductor ASIC customers. For more information about the test boards, the SOC technical details and business engagement please contact Flextronics Semiconductor.


    ... but I don't think they'd appreciate those sorts of inquiries from an employee of a competitor :)
  • A somewhat different approach (Score:4, Insightful)

    by randall_burns (108052) <randall_burnsNO@SPAMhotmail.com> on Monday December 08 2003, @07:40PM (#7664429)
    Chuck Moore [colorforth.com] has been doing forth chip design for a while. His chip design software and Forth development system is public domain, but he hasn't Open Sourced his CPU designs yet. What makes his designs important IMHO is that they are very simple compared to conventional chip designs-which makes them appropriate for things like very low power consumption and makes it possible for one person to understand/implement their design.


    Part of what makes Open Source hardware important is that Open Source designs are what will actually be implemented as small scale manufacturing [ennex.com] becomes more practical. There are various proposals around for doing manufacturing of chips using rather different processes than we are used to today(i.e. "growing" chips in a chemical medium). What these ultimately take us towards is robotic infrastructure that can be remotely controlled and is as "self-replicating" as a lathe or a blacksmith's shop.

  • by pinkfalcon (215531) on Monday December 08 2003, @07:54PM (#7664510)
    tapr has been doing this for years. sort of more bsdish license - anyone can submit recomendation to the hardware people at

    http://www.tapr.org [tapr.org]

  • Watch out - Xbox and Globalization (Score:4, Interesting)

    by illumin8 (148082) on Monday December 08 2003, @08:23PM (#7664728)
    (Last Journal: Tuesday June 27 2006, @08:05AM)
    Before everyone sings the praises of Flextronics, keep this in mind:

    Flextronics also makes the famous XBox for Microsoft in their Guadalahara Mexico facility. I just listened to a special on NPR about globalization and NAFTA and an economist was saying that without NAFTA the XBox would cost $400.

    Your Cisco routers would probably cost more too, but I'm not sure if the cheap prices are worth it for the loss of US jobs.
  • SCO (Score:2, Funny)

    by HarryCallahan (673707) on Monday December 08 2003, @08:29PM (#7664758)
    In latest news, McBride is claiming to have invented the integrated circuit
    • Re:SCO by tiger99 (Score:1) Tuesday December 09 2003, @02:01PM
    • 2 replies beneath your current threshold.
  • whats the point? (Score:4, Insightful)

    by gyratedotorg (545872) on Monday December 08 2003, @08:34PM (#7664804)
    (http://www.gyrate.org/)

    maybe im missing something here, but i dont see how open hardware could ever be as successful as open source software. why? because the hardware required to build software (ie: a computer) is a commodity in most of the developed world. how many people own machines capable of producing microchips?

    i always felt that the power of open source lies in the fact that if you know how to program, you can make changes to the software yourself. now if i somehow got a hold of a schematic for my processsor and managed to improve the design, how would i go from paper to silicon?

  • How many bogoMIPS (Score:1, Interesting)

    by Anonymous Coward on Monday December 08 2003, @09:56PM (#7665304)
    does this thing get?
  • Real World vs. Abstract World (Score:3, Insightful)

    by King Bo Bo (729843) on Monday December 08 2003, @11:22PM (#7665812)
    Hardware Modo: Measure Twice. Cut Once. Software Modo: Release Often! Software is more conducive to Open Source development... Non?
    • 1 reply beneath your current threshold.
  • really now... (Score:4, Insightful)

    by Anonymous Coward on Tuesday December 09 2003, @12:20AM (#7666029)
    guys,

    while i'm sure the opencores crowd has done an outstanding job, you need to look further at the Big Picture.... and comparable processors.

    a motorola ppc8245 at 300MHz is $19 in qty (at least that's what we pay). it has all of the features enumerated in the article above (16K caches, PCI, MMU, ethernet, dual UARTs, etc etc etc), and is supplied replete with a Big DataBook of We're Pretty Damn Sure This Will Work Knowledge and 10e6 embedded programmers worldwide. not to mention an entire library of (linux AND powerpc) Google entries. you can attach all manner of BDM/BDI/JTAG debuggers (e.g. BDI2000) to an 82xx and there are a half dozen compiler suites (including gcc) to choose from. boundary scan routines are already understood and implemented, which eases ICT development at production time. if it's 2AM the day before the Big Pitch to the client, i'm pretty sure i can find someone who's awake and can fix my 82xx register access problem. i'm no motorola bigot (i always try to make a PIC fit until it can't do the job) but the economies of scale are WAY WAY WAY against the little guy when it comes to microprocessors.

    you are not selling your soul to moto for $19. you are making a cost effective, performance increasing, risk reducing decision, that's all.

    just another datapoint.

  • OSH+OSS (Score:1)

    by AndreyFilippov (550131) on Tuesday December 09 2003, @12:40AM (#7666106)
    (http://www.elphel.com/)
    OpenRISC is a nice project, but it still follows older design. I believe there could be a lot of real innovation where OSH meets OSS - reconfigurable hardware supported maybe as deep as the OS kernel.
  • Lets see than what is?

    Websphere-Apache?

    MacOSX-Darwin?

    JBoss?

    come one poor slashdot poster do a little thinking please!
  • by master_p (608214) on Tuesday December 09 2003, @05:03AM (#7666847)
    With open source software, we have already seen great software progress, both in quantity and quality. The competition between open source developers and closed source/commercial ones is paying off, with Linux having reached a status that it is a viable alternative to MS Windows.

    But with hardware, it is a different story. Open source hardware development is restrained by physical resources and its costs. Although an a small scale, we may see many examples, I wonder if and when it will be possible to compete with the big boys. Not in the quantity arena, of course, but in the design arena: will the open source hardware developers have better ideas when it comes to chip design ? will they outsmart their commercial competitors, since they will not have the pressure to sell to keep going ?
  • by Cragen (697038) on Tuesday December 09 2003, @07:44AM (#7667250)
    When I think of open, I think of "FREE". Are they giving the hardware away? No, I know. I am just being picky, but that's the way I think. I think. *cragen
  • FPGA rules for sure (Score:3, Informative)

    by mr.Spike (edd sonic) (715943) on Tuesday December 09 2003, @09:40AM (#7668036)
    (Last Journal: Friday December 19 2003, @08:54AM)
    This is the future, i was shizoiding about in posts time ago.
    I use Xilinx FPGAs, which are both cheap and super powerful. For the company, i am woring for, i am developing digital signal poccessing processors and software for them using FPGA. one twenty dollar FPGA can process extremely high-order filters and analyzers on samplerates as high as hundred MHz, which we use for microwave communication in extremely baad environments.


    With my addiction to open sources i am on developing a open-hardware computer (for a long time already)and will put online all sources, schematics, cerbers, layouts, so any Geeky guy (or Woman -- Jennifer E. Elaan? sorry if i am wrong) will be able to put together one, or buy components and ask somebody who can.


    You would say You might need license for buying FPGAs used in by militaries for missle targeting (yes!) - then You would would be right. However there are no problem to by those in russia or anywhere else without having any license.


    So hold on for a home-brew computer era coming back (from the times we were assembling Sinclair ZX Spectrums 16k and 48k at our homes:). How those computers will reincarnate from tv-calculators to plaforms being able to "process" (remove:) macrovizions, copyright bits on multiple streams, as well as directly capture satellite broadcast and process it.


    Only drawback is that it will be with its own OS - BrainOS i am working on at te time. Just because it will be programmed not in sequential language, but parralel (VHDL) as it will be embedded in hardware (however modifiable by user at any time -- fpga!). We should be ready about that we could not (legally:) build any x86 on it, as we will have no license from intel. But i don't miss them. For running old x86 software and games we can use old x86 computers, which are widely available in trashmarkets.



    asap i will try to do some artickle on this and try to post it there, that we could discuss what is ood and what is not).. Leave me some personal message if You are interested in it, so i could see how many of us are interested in this project. I hope it to be the same as linux is for software world, it could be for hardware world.
  • I am amazed (Score:1)

    by tiger99 (725715) on Tuesday December 09 2003, @01:50PM (#7670844)
    I am amazed because I thought it would never happen, there being so many obstacles in the way, unlike software. I was wondering the other day if we would ever hear anything about this, and suddenly here it is.

    A very fine achievement.

  • Re:Whats the point........ (Score:5, Informative)

    by Anonymous Coward on Monday December 08 2003, @07:33PM (#7664375)
    "Can anyone seriously point out some practical applications of this processor?"

    Sure.

    For chips derived from this test SoC:

    MP3player
    VoIP hard phone
    Network Router
    Firewall
    Wireless Access Point
    DVD player
    Car stereo
    Cell Phone
    PDA

    For uClinux:

    It's all around you, many of the products _you_ use every day run it. Just because you think Linux means servers and desktops doesn't mean that's the only place it's widely deployed!

    J
    [ Parent ]
  • Re:Whats the point........ (Score:2, Interesting)

    by f1ipf10p (676890) on Monday December 08 2003, @07:34PM (#7664383)
    This fills a need for many consumer solutions that will have their cpu emebedded, similar to what VIA does with EDEN or C3. Most users have no idea of the clock speed of the cpu in their satellite tuner or DVR. I assure you many engineers that pick CPU's for systems will be glad to have this as a choice...
    [ Parent ]
  • Re:Almost Used in iPod (Score:4, Informative)

    by gwernol (167574) on Monday December 08 2003, @07:34PM (#7664385)
    Just FYI, this guy's a troll. Check out his recent posts. Apparently he's also "in middle management at Honda". I highly doubt Apple are considering OpenRISC for the iPod.

    Bad troll. Bad.
    [ Parent ]
    • Re:Almost Used in iPod (Score:5, Funny)

      by Anonymous Coward on Monday December 08 2003, @07:37PM (#7664405)
      Didn't you hear? Honda is purchasing Apple. I work in middle management at Hopple MotorComps, so you can believe me.
      [ Parent ]
  • Proof of concept?
    [ Parent ]
  • Re:Almost Used in iPod (Score:2, Informative)

    by Ion Berkley (35404) on Monday December 08 2003, @07:39PM (#7664420)
    I AM using this processor in a commercial product. I have to be sincere about this, its tremendous value for money(!) and its reasonably bug free, but the architecture and code quality are about a 3 out of 10 against its peers in the embeded world. So saying that both LEON and OpenRISC have indeed brought some momentum to the space of free (as in the Stallman definition) hardware and for that alone if nothing else we should all be pleased.
    [ Parent ]
  • by tarkap (234141) on Monday December 08 2003, @07:40PM (#7664428)
    funny, two days ago you worked at Honda [slashdot.org].

    Must be tough working two big jobs like that.. 'middle management' at Honda and a systems designer at Apple.
    [ Parent ]
  • Re:Whats the point........ (Score:2, Insightful)

    by Seraphim_72 (622457) on Monday December 08 2003, @07:42PM (#7664440)

    ...because I, and many others, would rather run linux on a 160Mhz processor than MS Windows on a 5.03G processor.

    Sera
    [ Parent ]
  • by Pseudonym (62607) <ajb@spamcop.net> on Monday December 08 2003, @07:53PM (#7664505)

    "Embedded" doesn't mean "small". A cable set-top box, a DVD player, a vending machine, a map display in a new car and an MRI scanner are all "embedded".

    [ Parent ]
  • Re:where ? (Score:3, Insightful)

    by temojen (678985) on Monday December 08 2003, @07:58PM (#7664535)
    (Last Journal: Friday August 24, @08:58PM)
    You can get the Tarball from OpenCores [opencores.org], and the compiler and hardware from xilinix [xilinix.com], altera [altera.com], Lattice Semiconductor [latticesemi.com], etc.
    [ Parent ]
  • by WDemon (580778) on Monday December 08 2003, @08:34PM (#7664798)
    It also runs linux and it's not huge by any meassure....
    [ Parent ]
  • by OrangeTide (124937) on Tuesday December 09 2003, @06:24AM (#7666998)
    1.4W for a 160MHz RISC (which should be around 160MIPS) is a poor MIPS/Watt ratio. I realize that's for that entire board, but I will try to make the best comparisons I can. 114 MIPS/Watt (I'm guessing 160MIPS/Watt for the bare chip)

    a VIA C3 800 + motherboard is about 12W. Given the CISCy instructionset you get about 1200MIPS on that. so 100MIPS/Watt (200MIPS/Watt bare) [don't believe me? many claim this chip gets 1600MIPS, but they are probably reading BogoMIPS as MIPS. still, it's an extremely fast integer chip, especially considing $/Watt]

    an Intel XScale 600MHz is also RISC and lets ignore the ARM Thumb instruction set, you will get about 600MIPS out of that as well. But just the bare chip is only 0.5W. Lets say inside your favorite PDA that chip is 2.5Watts. 240MIPS/Watt. (1200MIPS/Watt if you run it bare)

    Personally I have a very low opionion of Transmeta. But lets say you get a 700MHz transmeta. The bare chip is 1W, on a laptop motherboard let's say it's 4.5W. Now transmeta's MIPS performance isn't quite as sexy as CISC or even RISC. Let's just for the sake of argument it gets an even 700MIPS (which it doesn't). That's 156MIPS/Watt (700MIPS/Watt for the bare cpu).

    So the winners are:
    XScale @ 240MIPS/Watt
    Tranmeta @ 156MIPS/Watt
    OpenRISC(Flextronics) @ 114MIPS/Watt
    VIA C3 @ 100MIPS/Watt

    ps- the reason I tried to compare everything on a motherboard is because that is the only practical way to use such a chip. This is done to show power consumpution from a consumer's point of view. (looking back perhaps I should have compared battery life in simular products).

    If you're a product designer you might be more comfortable with the raw MIPS/Watts, assuming that the periphal chipsets available for each product runs roughly the same watts for the same functionality. (which isn't the case for any of these, as you can see by my motherboard wattages).
    [ Parent ]
  • by ChrisMaple (607946) on Tuesday December 09 2003, @10:06AM (#7668287)
    There are hundreds of them. They even have their own "society".
    [ Parent ]
  • 18 replies beneath your current threshold.