URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [branches/] [stable_0_2_x/] [or1ksim/] [testbench/] [exit.c] - Rev 1765
Compare with Previous | Blame | View Log
/* This test covers basic functionality, to show that framework works. */ #include "support.h" int main () { report (0xdeaddead); return 0; }