OpenCores
URL https://opencores.org/ocsvn/an-fpga-implementation-of-low-latency-noc-based-mpsoc/an-fpga-implementation-of-low-latency-noc-based-mpsoc/trunk

Subversion Repositories an-fpga-implementation-of-low-latency-noc-based-mpsoc

[/] [an-fpga-implementation-of-low-latency-noc-based-mpsoc/] [trunk/] [mpsoc/] [src_c/] [jtag/] [test_rtl/] [jtag_ram_test/] [sw/] [main.c] - Blame information for rev 38

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 alirezamon
 
2
#include "ram_test.h"
3
 
4
 
5
// a simple delay function
6
void delay ( unsigned int num ){
7
 
8
        while (num>0){
9
                num--;
10
                nop(); // asm volatile ("nop");
11
        }
12
        return;
13
 
14
}
15
 
16
int main(){
17
        while(1){
18
 
19
 
20
 
21
        }
22
 
23
return 0;
24
}
25
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.