Slashdot Mirror


User: eigendude

eigendude's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:ubuntu linux? on Firefox Download Day To Start At 1 p.m. EST · · Score: 5, Informative
    You can already have it in Ubuntu:
    sudo apt-get install firefox-3.0

    Ubuntu Hardy has it as the default Firefox browser.

  2. Re:FPGA Huggers on Sun Niagara 2 CPU Now Open Source · · Score: 1
    You can do quite a bit more in FPGA's than only glue logic (unless you meant CPLD's)...

    Nowadays, even a relatively modest FPGA has enough logic resources to host a few 32-bit microcontroller cores such as Xilinx Microblaze or Altera NIOS. I am not talking about some 1 k$ FPGA here, but a Cyclone-II from Altera or a Spartan-III from Xilinx which can be bought for 30$ or so in quantities of 1.

    Take any of the larger Virtex-II to Virtex-4 or Stratix FPGA's and you can host a whole lot of custom logic. More than anyone can design in many years of effort (unless you repeat the logic, or make 1000 bits wide buses, obviously). The only reasons that the industry still uses ASIC's a lot is because they are much cheaper in volume and you can usually get the logic to run at higher speed.

  3. Re:tell how much you would be willing to pay on Open Source Graphic Card Project Seeks Experts · · Score: 2, Informative
    Well, it will at least cost the price of the FPGA (xc3s1500) which is quoted at Avnet at 70$US for the 320 pins version and 115$US for the 676 pins version (in qty of 25-99)...

    I suppose they'll have to either buy a lot of FPGA to get price reductions or wait until the price of those programmable chips come down. Add to this the price of DRAM, 250 MHz 3-channel DAC (which would not be on the FPGA), power converter, serial Flash for FPGA configuration and extra discretes. My guess on the final price... Easily more than 300$US. The enthousiast willing to contribute to the open-source project will also have to get some simulation and FPGA tools which Xilinx do not give away for free (it's like 1000$ or more for the FPGA Tools and even more for the simulator).

    FPGA's are great for prototyping designs, but the expense associated with the EDA tools to develop a 1.5M gates FPGA will limit the contributors...

    Nevertheless, its a cool project if it allows more people to learn how to code in VHDL/Verilog. It will find a niche in universities where students don't have to pay for EDA tools.

    Cheers!

  4. Re:Yay! It has an FPGA on it. on Open Source Graphic Card Project Seeks Experts · · Score: 3, Interesting
    Well, it seems that Xilinx and other big FPGA vendors have already thought of making cards on which you may try to create your own GPU.

    Boards such as the Multimedia Board http://www.xilinx.com/products/boards/multimedia/ contain everything you would need. Not cheap though...

    They have not put the whole thing on a PCI card, probably because it's even more fun to integrate a CPU core and build the whole system-on-chip on the FPGA while at it.

    Cheers!