Tektronix Logic Analyzer TLA Setup (V1)

The logic analyzer allows you to capture and view signas. For the audio lab, outputs are already setup for the logic analyzer using analyzer3_data and analyzer3_clock in the labkit.v file.

   assign analyzer3_clock = ready;
   assign analyzer3_data = {from_ac97_data, to_ac97_data};