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 BrownBear

  1. B

    eDRAM bist - request for resources

    eDRAM bist I need any information about eDRAM classification and BIST
  2. B

    How to divide 100Mhz input clock to 10Mhz just by using D flip flop?

    Re: D flip flop Using 5 FFs will result clk/32. It seems that without combinational logic it is impossible to divide clk by 10. To minimize combinational logic a 3-bit LFSR can be used. Also an extra TFF with enable is required.
  3. B

    Pls help to find Data Sheet of Programable Encoder SCL1527

    programable encoder I need information about Programmable Encoder IC SCL1527. But information is placed only on Chinese sites. If there is some datasheet even in Chinese please point the link.
  4. B

    What is the dufference between CF775 and PIC16C75

    pic16c75 cf775 Thank you very much for your help.
  5. B

    What is the dufference between CF775 and PIC16C75

    cf775 I have some links pointing that CF775 is the same as PIC16C57. Is this true? Please help.
  6. B

    How to use march test algorithms ?

    Re: march test There is a lot of informationabout about memory testing and especially about MARCH tests in Internet. At first you need to familiarize yourself with that background. After, if there still questions, I'm ready to answer on them
  7. B

    What is the meaning of at-speed testing?

    Re: At-speed testing Do you want to test memory or something else ? If memory, then BIST is the cheapest and more reliable solution
  8. B

    What are the effects of GALS on chip design?

    Re: GALS To begin acquaint myself with GALS - general description will be more useful Thanks
  9. B

    What are the effects of GALS on chip design?

    Re: GALS Guys, Is there any papers or books describing GALS more detailed?
  10. B

    how to Write verilog for selecting part of bus

    I believe that the optimal way is always@(length or A) begin case(length) 0 : B[0:15] = A[0:15]; 1 : B[0:15] = A[1:15]; 2 : B[0:15] = A[2:15]; ... 15 : B[0:15] = A[15:30]; endcase end
  11. B

    Statement unreachable (Branch condition impossible to meet)

    Re: Statement unreachable (Branch condition impossible to me The fact that wr is declared as reg doesn’t mean that wr is FF. In your verilog code the behaviour of wr is net (wire). So the code wr <= ~wr generates combinational loop, which is unacceptable in poor digital design.
  12. B

    How to model #delays in RTL?

    Re: #delays in RTL #delays are necessary in RTL when in projects are behavioral models of non-digital circuits, for instance memory. In memory behavioral models are setup, hold, recovery and other timing checks. The only way to provide this timing requirements is use #delay. Another advantage...
  13. B

    Pic or 8051 , which is perfect for me?

    I believe that it does not worth to change 8051 family. There are many 8051 microcontrollers equiped with different peripherials. You should just see MCU of another company.
  14. B

    Pic or 8051 , which is perfect for me?

    I believe that it does not worth to change 8051 family. There are many 8051 microcontrollers equiped with different peripherials. You should just see MCU of another company.
  15. B

    what is the typical read/write time of ram in ASIC and FPGA?

    Re: what is the typical read/write time of ram in ASIC and F Read and write timings of embeded SRAM depends on the following parameters - is it High Density or High Speed ? many parameters. - technology - 18um,13um,90nm,65nm - quantity of bits in required memory For high speed memories clock...

Part and Inventory Search

Back
Top