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 mohamadzn

  1. M

    Access to SATA HDD through a PCI card controller

    Hi I have designed a new PCI card and I can transfer my data to RAM using DMA burst transfer but I have a bigger problem I need to write my data directly to HDD without using CPU time. On the other hand I need to send packets with the destination address of SATA to wirte to SATA interface. I...
  2. M

    multi monitor with 3 graphic card - need help

    multi monitor hi i have a problem.I want to show diffrent text cocurrently on 6 monitor that connects to one system with 3 graphic card.can you help me that what I should do for this
  3. M

    How to write a code for ATmega32 to communicate with SD or MMC card

    hi everybody I write a code in Atmega32 for communication with MMC card but when connect a SD card< it has error.It has two coomand more for commiunicat with SD card, how can I know automatic in Micro wich type card connect to (SD or MMC) so I communicat with it by its corect codes
  4. M

    usb JTAG schematic and firmware

    usb JTAG hi every body i want a shematic and firmware of usb jtag can any body help me
  5. M

    about pads software question

    hi do you know how can set net label in pad logic and i eco my schematic to layout design but unlike other software such as protel or altium designer it doesn't place the name of the terminal or pad and it's net i cannot find how to show this in layout can you help me thank [/b]
  6. M

    ******MENT0R GRAPHIC PAD*S Lay0ut*****

    pads logic powerpcb rapidshare when you open the layout in welcome page you seee alink to the tutorial web page in mentor site this is very useful PDF for learning how to create new PCB
  7. M

    Does anybody have xilinx pci core for spartan ?

    PCI CORE hi does any body have xilinx pci core for spartanII icannot find it in opencore thank
  8. M

    What is the shortcut key in PADS layout for Toggle Units from inch to mm?

    hi do you know what is the short key in PADS layout for Toggle Units form inch to mm thank
  9. M

    How to translate my protel design to pads

    protel to pads hi every body do you know how i can translate my protel design to pads it is so emergency thank you
  10. M

    Where to find Xilinx PCI 32bit initiator/target core?

    hi every body does any have Xilinx PCI 32bit initiator/target core thank
  11. M

    What's the price of Xilinx PCI core for SpartanII?

    hi does anybody have the aproximate price of xilinx pxi core for spartanII or have it thank
  12. M

    How to write a filter description that only lets positive pulses pass?

    Pulse Delay this code is not synthesizable. you shoud create a shif register and with a clk domain of 1ns shift the input pulse to the shift register then you have the 4ns pulse in the 4th bit and 8 in the 8th. if (clk = '1' and clk'event) then shift (8 downto 0) <= shift (7 downto 0) & input;
  13. M

    Help me write a code on Spartan-3e board

    spartan-3e help you should synthesize your code in any synthesizer such az leonardo or ISE (is better because its Xilinx Synthesizer) when you create a new project you shoule select your device then add your code in then next page and when the new project has created you synthesize and...
  14. M

    Looking for compact PCI designs with hot swap

    hi every body do you have any copmpact pci pcb design(a complete sample project ) i have some question in hot swap PCB design more in the power supply circuit and the terminations at the connector thank
  15. M

    reading ethernet packets

    this is a lan trafic viwer software

Part and Inventory Search

Back
Top