URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [orpsocv2/] [sw/] [tests/] [or1200/] [sim/] [or1200-simple.c] - Rev 608
Go to most recent revision | Compare with Previous | Blame | View Log
/* * * Test run first, to check the main loop is reached and the exit mechanism * functions OK * */ #include "cpu-utils.h" int main() { report(0x8000000d); exit(0); }
Go to most recent revision | Compare with Previous | Blame | View Log