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/] [app_executable/] [main.c] - Blame information for rev 54

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 54 alirezamon
#include<stdio.h>
2
#include <string.h>
3
 
4
#ifdef __cplusplus__
5
  #include <cstdlib>
6
#else
7
  #include <stdlib.h>
8
#endif
9
 
10
int main()
11
{
12
 
13
system("gnome-terminal -- bash -i -c ./ProNoC.pl --");
14
 
15
return (0);
16
}

powered by: WebSVN 2.1.0

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