/* Test circuit for proj4 - from Matt Kimbel */

#include "basic.h"
#include "clock.h"

Switch "0:Tick" da Tick ZERO;
Switch "1:Reset" aa Reset ZERO;
  
Four-Phase-Clock ab Reset Tick | Phase[1..4];
MPC-With-Reset cb-db Reset Phase[1] | MPC[7..0] ;

   
Probe "Phase1" ac Phase[1];
Probe "Phase2" ac Phase[2];
Probe "Phase3" ac Phase[3];
Probe "Phase4" ac Phase[4];

Probe "MPC[7]" cc-dc MPC[7];
Probe "MPC[6]" cc-dc MPC[6];
Probe "MPC[5]" cc-dc MPC[5];
Probe "MPC[4]" cc-dc MPC[4];
Probe "MPC[3]" cc-dc MPC[3];
Probe "MPC[2]" cc-dc MPC[2];
Probe "MPC[1]" cc-dc MPC[1];
Probe "MPC[0]" cc-dc MPC[0];

