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 av24

  1. A

    Asynchronous Input

    sorry for the confusion a shift-register with clock and asynchronous input and an external synchronizer to synchronize the input and my question is can we synchronize the input with the clock if yes what is the point of using an external synchronizer I got this doubt while I'm reading advanced...
  2. A

    Asynchronous Input

    for example, we have a shift register and it is provided with clock and asynchronous input and my question is what is the point of adding a synchronizer while we can synchronize with the clock? am I wrong or its not possible? can anyone please explain?
  3. A

    data in sram

    In SRAM internal latches that store the binary information. The stored information remains valid as long as power is applied to the unit....when I cut power will my data get deleted ?
  4. A

    PCI-E

    can anyone explain about where PCI-e is used and suggest any project that is involved with pci-e?
  5. A

    APB protocol testing

    please find the error though I have coded testbench and output wasn't displaying: // Code your design here module apbslave( input pclk, input prstn, input [31:0] pwdata, input [7:0] paddr, input psel, input penable, input pwrite, output reg [31:0] prdata ); reg [31:0] mem...

Part and Inventory Search

Back
Top