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

An area for asking questions, making suggestion, share ideas and place circuit examples.
Post Reply
afterawer
Posts: 6
Joined: Thu Apr 15, 2010 6:42 pm

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

Post 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
afterawer
Posts: 6
Joined: Thu Apr 15, 2010 6:42 pm

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

Post 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
Attachments
Display de 7 segmentos.rar
Karnaugh maps. pdf file.
(358.97 KiB) Downloaded 1314 times
Last edited by afterawer on Fri Apr 16, 2010 5:31 am, edited 1 time in total.
User avatar
admin
Site Admin
Posts: 407
Joined: Sun Jun 14, 2009 10:53 pm
Contact:

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

Post 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
Attachments
Plexers.CircuitProject
(201.69 KiB) Downloaded 1254 times
afterawer
Posts: 6
Joined: Thu Apr 15, 2010 6:42 pm

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

Post 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.
Last edited by afterawer on Tue Apr 20, 2010 7:19 pm, edited 1 time in total.
afterawer
Posts: 6
Joined: Thu Apr 15, 2010 6:42 pm

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

Post 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.
Last edited by afterawer on Tue Apr 20, 2010 7:19 pm, edited 1 time in total.
User avatar
admin
Site Admin
Posts: 407
Joined: Sun Jun 14, 2009 10:53 pm
Contact:

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

Post by admin »

This is very nice, waiting for you to finish the project.
By the way have you read help page about memory modules?
afterawer
Posts: 6
Joined: Thu Apr 15, 2010 6:42 pm

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

Post 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.
Attachments
7 seg Display controlers.CircuitProject
7 segment Display Control examples
(422.72 KiB) Downloaded 1122 times
Post Reply