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 anoop12

  1. anoop12

    New to DDR memories

    Hi, I am new to start on DDR memories. Can anyone suggest good tutorial, links to start on. Appreciate your help.
  2. anoop12

    about i2c implementation in verilog

    Hi, For I2C, both scl and sda are bi-directional. For the RTL of i2c master, is it advisible to declare sda as "inout" or as separate ports as "sda_in", "sda_out" and "sda_output_en". Is this to avoid use of tri state buffer on SoC as they are dificult for timing analysis? Thanks
  3. anoop12

    data pass between two clock domains

    Hi, A design with two clock domains, domain1 and domain2. 1. Scenario1: domain1 is faster than domain2 2. Scenario2: domain2 is faster than domain1. I have to pass 16 bit data from domain1 to domain 2 (status update). How do I ensure that I capture correct data in domain2 ? Thanks in advance.
  4. anoop12

    Probmen with GVIM about tab insertion

    Hi, I am using GVIM on windows machine. When I press enter button to go to next line, a tab gets inserted in that line. Is there any command to stop this auto unsertion of tabs? Thanks in advance.
  5. anoop12

    installing wine on linux

    Hi, I am trying to install wine on linux. when i run ./configure, I am getting error as " no acceptable C compiler found in $PATH. I am not able to debug this. Please help. Thanks
  6. anoop12

    AMBA AXI material needed

    Hi, I am new to AMBA-AXI and looking for good material on this bus. Can anyone suggest good reading material on this? Thanks in advance
  7. anoop12

    installing gvim on solaris

    hi, i am trying to install gvim on solaris but not able to install it. i downloaded gvim form vim site . when i type "make install", it says no such command found. anyone knows suitable method to install gvim on solaris. thanks.
  8. anoop12

    usb stick access using vmware for solaris

    thanks. do i need to use mount command again after enabling it in iirc.
  9. anoop12

    usb stick access using vmware for solaris

    Hi, I have installed sun solaris on my windows machine using vmware player. I am not able to detect my usbstick when connected. Any idea how can I access it? Thanks in advance
  10. anoop12

    clock domain crossing

    Use asynch fifo or handshake
  11. anoop12

    synthesis speed of FPGA vs cpld

    Yes, tool takes more time for synthesis for fpga than cpld as FPGA has more resources to be managed for than a cpld. Also algorithms may vary depending on device.
  12. anoop12

    pattern matching in gvim text editor, help needed

    Hi, I have a file having filenames. The files contains names ending with .c and .csh . When I search for .c pattern using "/" in gvim, the .c pattern in .csh is also getting selected. I have to filterout only .c file names. Can anyone help? Thanks in advance
  13. anoop12

    Accessing usb drive on Vmware Linux on windows host

    Hi, I am using windows vista as a host OS. I have installed Redhat Linux as my virtual OS using VMWare. I am not able to access my pendrive on Linux . I did mount it using mount command. Any idea about this? Thanks in advance
  14. anoop12

    sampling asynch pulse shorter than host clock

    Thanks guys, its working !!!
  15. anoop12

    How to achieve the design frequency after synthesis

    Design may need architectural changes like pipeline and retiming. In Place and Route, you may use timing driven PnR.

Part and Inventory Search

Back
Top