You are on page 1of 1

Seven Segment equations for verilog coding

a) b3+b1+(b2 xnor b0)


b) b3+b1b0+b2`+b1`b0`
c) b3+b2+b1`+b0
d) b3+b1b0`+b2`b0`+b2`b1+b2b1`b0
e) b1b0`+b2`b0`
f) b3+b2b1`+b2b0`+b1`b0`
g) b3+b1`b0`+b2 xor b1

You might also like