Use the RTL design process to design a system that outputs the average of the most recent two data input samples. The system has an 8-bit unsigned data input /, and an 8-bit unsigned output avg. The data input is sampled when a single-bit input S changes from 0 to 1. Choose internal bit widths that prevent overflow.