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 macgradywk

  1. M

    how to calculate cache size

    how to calculate cache size?
  2. M

    what is a zero phase filter

    what is a zero phase filter how to design it in matlab?
  3. M

    filter transfer function (s+w)/s ?

    what does this transfer function (s+w)/s mean for a filter?
  4. M

    how to design an 8-bit sigma delta ADC

    forget about that, it is just a D/A
  5. M

    how to design an 8-bit sigma delta ADC

    From the figure, x(n) is the 1-bit stream. After the digital filter and decimator, what will be y(n) be?
  6. M

    how to design an 8-bit sigma delta ADC

    At the output we get 1-bit data stream, how can it be 8-bit? thx
  7. M

    Design a First-In-First-Out (FIFO) buffer that can store up to 8 data words received

    Not the same time. It should be clock 1, 2, 3, and clock 4 control FIFO
  8. M

    Design a First-In-First-Out (FIFO) buffer that can store up to 8 data words received

    I know how to do with one input port to one output port. But how about two input ports? I need a mux to choose from the two ports. What would be the achitecture look like? It is one input above
  9. M

    Design a First-In-First-Out (FIFO) buffer that can store up to 8 data words received

    Design a First-In-First-Out (FIFO) buffer that can store up to 8 data words received at port1 or port2 and deliver them in the same order at port3. Assume that each data word is 8-bit wide. The external systems that provide data at port1 and port2 use the sender originated protocol and the...
  10. M

    • Give me an example of asynchronous finite state machine

    • Give me an example of asynchronous finite state machine
  11. M

    List all possible ways to minimize the power dissipation of an ASIC chip

    List all possible ways to minimize the power dissipation of an ASIC chip Thx
  12. M

    verilog code for intel 8085 processor

    who can give a verilog code for intel 8085 processor?
  13. M

    design a 8 bit processor with the following specifications

    I think you are right, but there is another problem: 10 010 s2s1s0 : SUB r (subtract reg s2s1s0 from reg A) 10 010 110 : SUB M (subtract memory contents from register A) For 010 is C as you said, the two operation above should be add s2s1s0 or M to C, how can it be a subtraction? And what are...
  14. M

    design a 8 bit processor with the following specifications

    I do not know what the opcodes means. for example, 111 stands for A, but there is no 111 in the code, how can it relate to A? 01 d2d1d0 s2s1s0 : MOV r1, r2 (copy reg s2s1s0 to register d2d1d0) 01 110 s2s1s0 : MOV M, r (copy reg s2s1s0 to memory) 01 d2d1d0 110 : MOV r, M (copy memory contents...
  15. M

    design a 8 bit processor with the following specifications

    Design a 8 bit processor with the following specifications1: 1. The processor has seven 8-bit registers A, B, C, D, E, H and L. 2. It connects with an external memory containing 32 8-bit words. The memory has a tristate output with active low signals rd and wr. 3. It has instructions MOV, LDA...

Part and Inventory Search

Back
Top