Garage Door Controller Solve exercise 9.7 using SystemVerilog instead of VHDL.
Exercise 7 in Chapter 9
Garage Door Controller This exercise concerns the garage door controller seen in section 5.4.5, designed with VHDL and SystemVerilog in sections 6.7 and 7.6, respectively. Make the modifications needed in the VHDL code to incorporate the following feature: the door must close automatically 30 s after arriving at the completely open position. This feature should be optional, so an input must be added to the circuit to allow the user to choose between enabling it or not. How many DFFs will be needed to build the entire circuit now?