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 Nike

  1. N

    How to reset D flip-flops in a register

    No I don't need to clear the register when no option is selected. I need to clear it as soon as the power is connected to the board so that it will start counting from zero (ie: there won't be any pre-stored value in any of the flip-flops) And I can't use anything other than logic gates and flip...
  2. N

    How to reset D flip-flops in a register

    I have a register made of 5 D flip-flops and 4 full Adders on top of it. What this register does is it has to start from zero and send the value stored in the flip flops up to the adder and once the value is added to another value coming from another circuit the result is being fed back to the...
  3. N

    Whats the easiest way to convert Binary to BCD

    No I'm only allowed to use logic And,Nand, Or, Xor and inverters plus flip-flops to design this circuit. And the K-map is going to be extremely hard to draw and takes up a lot of time since I need a 5 bit K-map here. Do you know of any software on internet that does the K-map job and also shows...
  4. N

    Whats the easiest way to convert Binary to BCD

    I am not allowed to use any code. I'm only allowed to use logic And,Nand, Or, Xor and inverters plus flip-flops to design this circuit. Basically I need to design the circuit with logic gates if you know what I mean.
  5. N

    Whats the easiest way to convert Binary to BCD

    I have a counter that counts from 0 up to 31 (based on optional increments of 1,2,4) in binary. Then I need to convert this code into BCD (Tens and units ie: the binary value of 17 is 10001 and I need to turn it into 0001 which is decomal 1 and 0111 which is decimal 7 before I display them) and...

Part and Inventory Search

Back
Top