Create a Seven-Segment Display Decoder

create a new schematic for this seven-segment display decoder. Refer to the truth table and Boolean expressions I attached for the seven-segment display decoder. Remember, this decoder has one 4-bit input (use a bus for this) and one 7-bit output (use a bus for this too). The LEDs on the seven-segment display are named A, B, C, D, E, F, and G—just assign a bit of the bus for each of the letters (I would recommend that output A go to bus bit 6, output B go to bus bit 5, …, and output G go to bus bit 0). In other words I have the truth table, all I need is the Schematic since I’m struggling on how to draw it.