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 flowers

  1. F

    PLX PCI9050 problem with drivers in new computers

    Re: PLX PCI9050 problem penrico : Is the computer failed using AMI BIOS ? If I am correct, check the BAR requirement. It need to be all '1' from MSB to your size. For example, if you request 32 bytes I/O space. Your BAR should exactly 0xffffff20. Some configuration like...
  2. F

    chipscope & synplify

    synplify chipscope Hi, I met some issue while using Chipscope with synplify 7.2.1. here is my steps: 1) Using generator to generates icon & ila 2) Insert it to my verilog code (/* syn_black_box... */ is existed) 3) Synthesis ==> Succesful 4) Start ISE, Add source (My...
  3. F

    Multi logic standard to TTL output

    Hi, Does any one has experience about the logic translation ? I want to convert multiple logic standard to TTL (RS-232, ECL, TTL, SSTL2...) @ 500 MHz. Discrete or curcuits would be fine .. thanks
  4. F

    How to use ModelSim under Linux ?

    modelsim 6.5 license linux fiber7: thanks, I met the same problem. Did you have any solution ? :) regards
  5. F

    I need 24bit ADC with built-in micro with 32-64 Kb flash

    For low speed sigma-delta ADC, try TI MSC1210..
  6. F

    CYPRESS EZUSB chip AN2131SC for GAL programmer

    I think EZ-USB is still good for production maintain. Its 8051 firmware is downloaded from device driver. So with new driver, your hardware provides more functions.
  7. F

    DACs with or without internal Reference?

    Try **broken link removed**. It has great temperature drift.
  8. F

    How to interface a C64xx DSP to PCI?

    For plug into a 5V pci slot, you need to add extra 5V -> 3.3V logics. You can refer to xilinx solution about their 1.5V virtex to 5V PCI. There is no 5V input tolerance in Virtex 2.
  9. F

    Data bus 5V / 3.3V translation

    pci 3.3v to 5v Hi, If you want to use IDT quickswitch as 5V <-> 3.3V translation, please forget the AN_11 from IDT. It is wrong!! According the circuits test, the output voltage is not what they said. By the way, xilinx provides a way to use the IDT quickswitch. In this application note...
  10. F

    [SOLVED] Fraction-N frequency divider

    Hi, bjwlgh: If you don't care about the output duty cycle isse, you can try to write a auto-reloaded counter. flowers
  11. F

    RS232 monitoring software

    comlite32 Hi, I use the serial montior from hxxp://www.hhdsoftware.com/ It can sniff the windows serial port. Not only the really port but also the emulation port (Like bluetooth or IR serial port). I used it as port monitor to check protocol between device driver and my firmware...
  12. F

    how to mount a BGA chip on a PCB board?

    Be care about the moisture. It will destroy you bga while heating. After done this, I got 100 % sucessful in both smt production or the bga mounting machine. flowers
  13. F

    How to design a PCI card or PCI target chip?

    for fpga pci design. There is a open source pci ip opencores (www.opencores.org). I tested it with leon processor, it works fine. flowers
  14. F

    which bus architecture for my SoC design?

    I would like to design with AMBA. For high bandwidth, it provides the AHB/ASB with pipeline feature. For low speed periperal, it defines the APB. WISHBONE is also good, it is easy and left TAG for user-defined using. But there it is not suitable for pipeline operation. flowers
  15. F

    verilog code for ARM APB bridge

    apb specification Hi, In hxxp://www.gaisler.com/ Jiri built a GNU sparc v8 compatible processor named LEON. Inside there is a AHB <-> APB bridge.. Although it is written in VHDL. Maybe it gives you some hints. flowers

Part and Inventory Search

Back
Top