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] - Rev 38

Compare with Previous | Blame | View Log

 
#include "ram_test.h"
 
 
// a simple delay function
void delay ( unsigned int num ){
 
	while (num>0){ 
		num--;
		nop(); // asm volatile ("nop");
	}
	return;
 
}
 
int main(){
	while(1){
 
 
 
	}
 
return 0;
}
 
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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