Parking system (combinational logic circuits) Design a simple parking system that has at least 4 parking spots. Your sys
Posted: Tue Jun 07, 2022 9:51 am
Parking system (combinational logic circuits) Design a simple parking system that has at least 4 parking spots. Your system should keep track of all free spaces in the parking system, then tell the user where to park. If all free spaces are taken, then no new cars are allowed to enter. Design procedure: 1. Determine the required number of inputs and outputs. 2. Derive the truth table for each of the outputs based on their relationships to the input. 3. Simplify the Boolean expression for each output. Use Karnaugh Maps or Boolean algebra. 4. Draw a logic diagram that represents the simplified Boolean expression. 5. Verify the design by simulating the circuit. Compare the predicted behavior with the simulated, theoretical, and practical results.