blob: 75fd72fee30adf34bcc9acf1be9a6365e42bab4a [file] [log] [blame]
#include "../../defs.h"
#include "../../stub.c"
#include "../include/microwatt_util.h"
#include "../include/mgmt_engine_util.h"
void main(void)
{
mgmt_engine_io_setup(false, true);
// Take microwatt out of reset
reg_la2_data &= ~0x00000002;
while (reg_la0_data != LA_MICROWATT_START)
/* Do Nothing */ ;
// Signal success to the tb
reg_mprj_datal = GPIO1_SUCCESS;
while (1)
/* Do Nothing */;
}