/* --------------- Test circuit for basic pipelined CPU --------------- */


#include "basic.h"
#include "IF.h"
#include "ID.h"
#include "EX.h"
#include "MEM.h"
#include "WR.h"
#include "Forward1.h"

Switch "0:reset" ba.aa reset ZERO;
Switch "1:clock" ba.ab clock ZERO;



