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 jny

  1. J

    If write pointer increments more than once in b/w read clock edges

    In fifo by using gray code pointers we can cross easily in between two clock domains. Because there will be a single bit transition only. But my questions is... If write is faster clock & read is slower clock. There may be a chance that write pointer increments more than once in between read...
  2. J

    what is the fifo depth..?

    If my write clk and read clk are of same frequency,but asynchronous with respect to phase. Then what should be my FIFO depth. Plz any body help me.?
  3. J

    what is the fifo depth ?

    write clk is 100mhz and is writing into a fifo with the rate 60/100 ; read clk is 60Mhz and is reading from the fifo with the rate 60/80 , Then what is the fifo depth...? Please anybody help me.... :(
  4. J

    which is preferable b/w moore & mealy

    If you use "single process/always which is synchronous" to develop your FSM, mealy is preferrable to reduce number of states and latency. for example: (VHDL) MOORE: -------- process(clk)begin if(clk'event and clk = '1')then case my_state is when "00" => if( a = '0')then...

Part and Inventory Search

Back
Top