shannon decomposition
play

Shannon decomposition Claude Shannon mathematician / electrical - PowerPoint PPT Presentation

Shannon decomposition Claude Shannon mathematician / electrical engineer (1916 2001) William Sandqvist william@kth.se (Ex 8.6) Show how a 4-to-1 multiplexer can be used as a "function generator" for example to generate the OR


  1. Shannon decomposition Claude Shannon mathematician / electrical engineer (1916 –2001) William Sandqvist william@kth.se

  2. (Ex 8.6) Show how a 4-to-1 multiplexer can be used as a "function generator" for example to generate the OR function. William Sandqvist william@kth.se

  3. (Ex 8.6) Show how a 4-to-1 multiplexer can be used as a "function generator" for example to generate the OR function. Multiplexer as function generator William Sandqvist william@kth.se

  4. (Ex 8.6) Show how a 4-to-1 multiplexer can be used as a "function generator" for example to generate the OR function. Multiplexer as function generator = William Sandqvist william@kth.se

  5. William Sandqvist william@kth.se

  6. BV 6.1 Show how the function ∑ = f ( w , w , w ) m ( 0 , 2 , 3 , 4 , 5 , 7 ) 1 2 3 can be implemented using a 3-to-8 decoder and an OR gate. William Sandqvist william@kth.se

  7. BV 6.1 Show how the function ∑ = f ( w , w , w ) m ( 0 , 2 , 3 , 4 , 5 , 7 ) 1 2 3 can be implemented using a 3-to-8 decoder and an OR gate. William Sandqvist william@kth.se

  8. William Sandqvist william@kth.se

  9. Ex 8.7 A majority gate outputs the same value as the majority of the inputs. The gate can for example be used in fault-tolerant logic, or in image processing circuits. a) (Set up the gate's truth table and minimize the function with Karnaugh map. Realize the function with AND-OR gates. ) b) Realize the majority gate with an 8: 1 MUX. c) Use Shannon decomposition and realize the majority gate with a 2: 1 MUX and gates. d) Realize the majority gate with only 2:1 MUXes. William Sandqvist william@kth.se

  10. (8.7a) With AND OR gates William Sandqvist william@kth.se

  11. (8.7a) With AND OR gates William Sandqvist william@kth.se

  12. (8.7a) With AND OR gates = + + M ac ab bc William Sandqvist william@kth.se

  13. (8.7a) With AND OR gates = + + M ac ab bc William Sandqvist william@kth.se

  14. 8.7b With 8-to-1 mux … William Sandqvist william@kth.se

  15. 8.7b With 8-to-1 mux … William Sandqvist william@kth.se

  16. 8.7c Shannon decomposition. 2-to-1 mux and gates. William Sandqvist william@kth.se

  17. 8.7c Shannon decomposition. 2-to-1 mux and gates. = + + + = M a bc a b c ab c abc = + + + = a ( bc ) a ( b c b c bc ) William Sandqvist william@kth.se

  18. 8.7c Shannon decomposition. 2-to-1 mux and gates. = + + + = M a bc a b c ab c abc = + + + = a ( bc ) a ( b c b c bc ) William Sandqvist william@kth.se

  19. 8.7c Shannon decomposition. 2-to-1 mux and gates. = + + + = M a bc a b c ab c abc = + + + = a ( bc ) a ( b c b c bc ) OR William Sandqvist william@kth.se

  20. 8.7c Shannon decomposition. 2-to-1 mux and gates. = + + + = M a bc a b c ab c abc = + + + = a ( bc ) a ( b c b c bc ) OR = + + a ( bc ) a ( b c ) William Sandqvist william@kth.se

  21. 8.7c Shannon decomposition. 2-to-1 mux and gates. = + + + = M a bc a b c ab c abc = + + + = a ( bc ) a ( b c b c bc ) OR = + + a ( bc ) a ( b c ) William Sandqvist william@kth.se

  22. 8.7d Shannon decomposition. Only 2-to-1 muxes. William Sandqvist william@kth.se

  23. 8.7d Shannon decomposition. Only 2-to-1 muxes. = + + = = + M a ( b c ) a ( b c ) g bc h b c = + = ⋅ + ⋅ g b ( 0 ) b ( c ) b 0 b c = + = + + = + + = + + = ⋅ + ⋅ ( ) ( 1 ) 1 h b c b b b c b c b bc b c b c b c b William Sandqvist william@kth.se

  24. 8.7d Shannon decomposition. Only 2-to-1 muxes. = + + = = + M a ( b c ) a ( b c ) g bc h b c = + = ⋅ + ⋅ g b ( 0 ) b ( c ) b 0 b c = + = + + = + + = + + = ⋅ + ⋅ ( ) ( 1 ) 1 h b c b b b c b c b bc b c b c b c b William Sandqvist william@kth.se

  25. 8.7d Shannon decomposition. Only 2-to-1 muxes. = + + = = + M a ( b c ) a ( b c ) g bc h b c = + = ⋅ + ⋅ g b ( 0 ) b ( c ) b 0 b c = + = + + = + + = + + = ⋅ + ⋅ ( ) ( 1 ) 1 h b c b b b c b c b bc b c b c b c b William Sandqvist william@kth.se

  26. William Sandqvist william@kth.se

  27. BV 6.5 For the function ∑ = f ( w , w , w ) m ( 0 , 2 , 3 , 6 ) 1 2 3 use Shannon’s expansion to derive an implementation using a 2-to- 1 multiplexer and any necessary gates. William Sandqvist william@kth.se

  28. BV 6.5 For the function ∑ = f ( w , w , w ) m ( 0 , 2 , 3 , 6 ) 1 2 3 use Shannon’s expansion to derive an implementation using a 2-to- 1 multiplexer and any necessary gates. = ∑ = f ( w , w , w ) m ( 000 , 010 , 011 , 110 ) 1 2 3 = + + + = w w w w w w w w w w w w 1 2 3 1 3 1 3 2 2 3 1 2 = + + + = w ( w w w w w w ) w ( w w ) 1 2 3 3 3 2 2 3 1 2 = + + w ( w w ) w ( w w ) 1 3 3 2 1 2 William Sandqvist william@kth.se

  29. BV 6.5 For the function ∑ = f ( w , w , w ) m ( 0 , 2 , 3 , 6 ) 1 2 3 use Shannon’s expansion to derive an implementation using a 2-to- 1 multiplexer and any necessary gates. = ∑ = f ( w , w , w ) m ( 000 , 010 , 011 , 110 ) 1 2 3 = + + + = w w w w w w w w w w w w 1 2 3 1 3 1 3 2 2 3 1 2 = + + + = w ( w w w w w w ) w ( w w ) 1 2 3 3 3 2 2 3 1 2 = + + w ( w w ) w ( w w ) 1 3 3 2 1 2 William Sandqvist william@kth.se

  30. BV 6.5 For the function ∑ = f ( w , w , w ) m ( 0 , 2 , 3 , 6 ) 1 2 3 use Shannon’s expansion to derive an implementation using a 2-to- 1 multiplexer and any necessary gates. = ∑ = f ( w , w , w ) m ( 000 , 010 , 011 , 110 ) 1 2 3 = + + + = w w w w w w w w w w w w 1 2 3 1 3 1 3 2 2 3 1 2 = + + + = w ( w w w w w w ) w ( w w ) 1 2 3 3 3 2 2 3 1 2 = + + w ( w w ) w ( w w ) 1 3 3 2 1 2 William Sandqvist william@kth.se

  31. William Sandqvist william@kth.se

  32. (Ex 8.9) Show how one four-input exorgate (XOR, odd parity function) is realized in an FPGA circuit. Show the contents of the SRAM cells ( LUT, Lookup Table ) William Sandqvist william@kth.se

  33. (8.9) William Sandqvist william@kth.se

  34. (8.9) William Sandqvist william@kth.se

  35. (8.9) William Sandqvist william@kth.se

  36. (Ex 8.8) Set up full adder truth table. Show how a full adder is implemented in an FPGA chip. Logic elements of an FPGA is able to cascade COUT and CIN between "neighbors." Show the contents of the SRAM cells ( LUT, Lookup Table ). William Sandqvist william@kth.se

  37. (8.8) William Sandqvist william@kth.se

  38. (8.8) William Sandqvist william@kth.se

  39. (8.8) William Sandqvist william@kth.se

  40. (8.8) William Sandqvist william@kth.se

  41. (BV ex 6.31) In digital systems it is often necessary to have circuits that can shift the bits of a vector one or more bit positions to the left or right. Design a circuit that can shift a four-bit vector W = w 3 w 2 w 1 w 0 one bit position to the right when a control signal Shift is equal to 1. Let the outputs of the circuit be a four-bit vector Y = y 3 y 2 y 1 y 0 and a signal k , such that if Shift = 1 then y 3 = 0, y 2 = w 3 , y 1 = w 2 , y 0 = w 1 , and k = w 0 . If Shift = 0 then Y = W and k = 0. William Sandqvist william@kth.se

  42. William Sandqvist william@kth.se

  43. (BV ex 6.31) We uses MUXes: William Sandqvist william@kth.se

  44. (BV ex 6.31) We uses MUXes: William Sandqvist william@kth.se

  45. William Sandqvist william@kth.se

  46. BV ex. 6.32 Barrel shifter The shifter in Example 6.31 shifts the bits of an input vector by one bit position to the right. It fills the vacated bit on the left side with 0. If the bits that are shifted out are placed into the vacated position on the left, then the circuit effectively rotates the bits of the input vector by a specified number of bit positions. Such a circuit is called a barrel shifter . Design a four-bit barrel shifter that rotates the bits by 0, 1, 2, or 3 bit positions as determined by the valuation of two control signals s 1 and s 0 . A barrelshifter is used to speed up floating point operations. William Sandqvist william@kth.se

  47. Barrel shifter William Sandqvist william@kth.se

  48. BV ex. 6.32 Truth table: William Sandqvist william@kth.se

  49. BV ex. 6.32 Truth table: William Sandqvist william@kth.se

  50. BV ex. 6.32 Truth table: William Sandqvist william@kth.se

  51. BV ex. 6.32 Truth table: William Sandqvist william@kth.se

  52. BV ex. 6.32 Truth table: William Sandqvist william@kth.se

  53. BV ex. 6.32 Truth table: And so on ... William Sandqvist william@kth.se

  54. William Sandqvist william@kth.se

Recommend


More recommend