URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [orpsocv2/] [sw/] [tests/] [or1200/] [sim/] [or1200-simple.c] - Rev 499
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