Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by dddhacker

  1. D

    anyone knows how the cdma is transmitted using rf. circuit

    Re: rf transmitter for CDMA Transmitting CDMA RF signals is a very complex task. You should look at the following book CDMA Mobile Radio Design
  2. D

    Link for a CDMA transmitter/ Receiver???

    CDMA is not just a modulation scheme so you do not have simple transmitters or receivers for it you need complete CDMA module for the purpose. Qualcomm is the main CDMA chipset manufacturer. go to http://www.qualcomm.com/ or get complete modules from http://www.anydata.com/
  3. D

    code of 8085 in vhdl.

    Go to www.opencores.org website. You will find a lot of CPU cores there. There is also an 8051 core there. That might be helpful.
  4. D

    Which book is the best for beginners in the field of embedded system?

    Re: which is best? Try these Designing Embedded Internet Devices Title: Embedded Ethernet and Internet Complete Designing Embedded Hardware
  5. D

    Need RTOS design flow for a scheduler

    Re: RTOS DESIGN I have the ucos book. ANy one who wants it please message me.
  6. D

    FPGA development board for multimedia player

    Xilinx have a CPLD mp3 player project demo on their website with all the HDL source code and schematics. That might be useful. Just go to xilinx website and search for mp3.
  7. D

    some relaions between the main board and the fpga?

    No there is no relation between the main board and the FPGA. But there can be a couple of problems. One your parallel port might have problems. Or the cable might not be good. Or you could have busted the parallel to JTAG interface on the FPGA board.
  8. D

    how to ust FPGA to implement a microcomputer

    You can go to www.opencores.org. A lot of free CPU cores are available there.
  9. D

    From where should I start learning about FPGA?

    Re: help on fpga The design warriors guide is a good starting point about FPGA. But it would not teach you any thing about actual implementation. You must get a book that teaches FPGA based design from ground up. VHDL programming by example ( available here) is such a book . Teaches you how...
  10. D

    Computer Architecture

    computer architecture morris mano free download That is true Going directly to Patterson's book is not a good idea. It assumes that you have some basic computer architecture knowledge. We are talking about the " Computer Architecture a Quantitative Approach" here. You can start with...
  11. D

    MP3 decoder using FPGA

    mp3 decoder fpga you can go to opencores they might have a mp3 core already
  12. D

    looking for APB to AHB bridge

    you might find something related to APB to AHB bridge on opecores.
  13. D

    help req for 16bit fpgacpu, organization and arch problems

    Re: help req for 16bit fpgacpu, organization and arch proble Download McGraw.Hill.VHDL.Programming.by.Example.4th.Ed.pdf from here i.e EDA board. This book is all about designing a 16bit CPU in VHDL simulating it and implementing it on an altera FPGA. I used this base 16 bit CPU to implement my...
  14. D

    traffic light design using vhdl

    vhdl traffic light you can download the Programmable Logic Design Quick Start Hand Book from the XILIX website. It has a complete example traffic light design. It is basically in the form of a tutorial.
  15. D

    perceiving rising or falling edge

    You can use the GCK0, GCK1, GCK2, GCK3 pins . These go directly to the DLLs. You can make your signal behave as a clock and use the risingedge or fallingedge function. These pins are fixed and you have to rout your signal to one of them.

Part and Inventory Search

Back
Top