# A prototype of the design under test.
class Hw5_unitPrototype < Hw5_unit
  def simulate!
    # read inputs
    # simulate design's behavior
    # produce outputs
  end
end