/* --------- Test circuit for Clock project - Courtesy of Matt Kimbel ------- */

#include "basic.h"

/* -------------- **** You provide the clock.h file **** -------------- */
#include "clock.h"
/* -------------- **** You provide the clock.h file **** -------------- */

/* ----
   Reset and Clk tick switches
   ---- */
Switch "0:Tick" aa Tick ZERO;
Switch "1:Reset" aa Reset ZERO;
  
/* ----
   Place the components
   ---- */
Four-Phase-Clock ab Reset Tick | Phase[1..4];

/* ----
   Probe the outputs of the clock component
   ---- */
Probe "Ph 1" ac Phase[1];
Probe "Ph 2" ad Phase[2];
Probe "Ph 3" ae Phase[3];
Probe "Ph 4" af Phase[4];
