# A prototype of the design under test. class <%= aOutputInfo.protoClassName %> < <%= aOutputInfo.designClassName %> def simulate! # read inputs # simulate design's behavior # produce outputs end end