Page 1 of 1

MUX 8x1, MUX 4x1 , PLA & BCD Decoder

Posted: Thu Apr 15, 2010 7:06 pm
by afterawer
Hi guys, i'm Sebastian, from Argentina. I'm doing computer science in UNS.
I will do some examples of digital circuits this month and i can share it here.
My first exercise is to control seven-segment displays in several ways.
For this i will need MUX 8x1, MUX 4x1 , PLA & BCD Decoder.
If any one have any of this circuits are welcome else i will try to make them by my self

Re: MUX 8x1, MUX 4x1 , PLA & BCD Decoder

Posted: Thu Apr 15, 2010 8:14 pm
by afterawer
here is the circuit for 7 segment display, MUX are not implementer yet so i can't test it, also is attached all the information about who i arrived to the circuit using Karnaugh maps

Re: MUX 8x1, MUX 4x1 , PLA & BCD Decoder

Posted: Thu Apr 15, 2010 9:13 pm
by admin
Hi Sebastian,
Please download Digital Clock sample for 7 segment convertor from 4 bit input.
Also I am attaching a bunch of multiplexers as well as de-multiplexers.
You can simulate PLA with RAM in LogicCircuit program.
Thanks,
Eugene

Re: MUX 8x1, MUX 4x1 , PLA & BCD Decoder

Posted: Fri Apr 16, 2010 5:38 am
by afterawer
tks Eugene. I implement a 8x1 MUX using 2 of urs 4x1 MUX.
1st example is rdy. I also implement a BDC decoder 1 bit/4 output.

Re: MUX 8x1, MUX 4x1 , PLA & BCD Decoder

Posted: Mon Apr 19, 2010 8:25 pm
by afterawer
Almost finish with 7 seg display, i need to record this table into a ROM. the circuit shuld have 4 inputs & 7 outputs.

Dig a b c d e f g
0 1 1 1 1 1 1 0
1 0 1 1 0 0 0 0
2 1 1 0 1 1 0 1
3 1 1 1 1 0 0 1
4 0 1 1 0 0 1 1
5 1 0 1 1 0 1 1
6 1 0 1 1 1 1 1
7 1 1 1 0 0 0 0
8 1 1 1 1 1 1 1
9 1 1 1 1 0 1 1

i attach the progress.

Re: MUX 8x1, MUX 4x1 , PLA & BCD Decoder

Posted: Mon Apr 19, 2010 10:47 pm
by admin
This is very nice, waiting for you to finish the project.
By the way have you read help page about memory modules?

Re: MUX 8x1, MUX 4x1 , PLA & BCD Decoder

Posted: Tue Apr 20, 2010 7:18 pm
by afterawer
Tks to u & Chubu's help. 7 Seg Display Controlers Examples are ready.
Next step will be some examples with flip-flops. See u soon.