#include "sys/alt_stdio.h"
#include "altera_avalon_pio_regs.h"
#include "system.h"

int main()
{ 

	IOWR_ALTERA_AVALON_PIO_DATA();

  while (1);

  return 0;
}
