Rev 2940 Rev 2941
Line 1... Line 1...
1 // MLAB Xilinx Virtual Cable Network Server 1 // MLAB Xilinx Virtual Cable Network Server
2 // ---------------------------------------- 2 // ----------------------------------------
3 // 3 //
4 // (c) miho 2012 http://www.mlab.cz/PermaLink/XVC_SOFTWARE 4 // (c) miho 2012, 2013 http://www.mlab.cz/PermaLink/XVC_SOFTWARE
5 // 5 //
6 // This program if free. 6 // This program if free.
7 // 7 //
8 // 8 //
9 // History: 9 // History:
Line 81... Line 81...
81 // It does not work for internal FLASH of Spartan XC3SxxAN either. 81 // It does not work for internal FLASH of Spartan XC3SxxAN either.
82 // 82 //
83 // 83 //
84 // Possible improvements: 84 // Possible improvements:
85 // 85 //
86 // Linux version (Winsock library differs). 86 // Linux version (not fully functional yet).
87 // External definition of JTAG pins. 87 // External definition of JTAG pins.
88 // Enable Socket Number (to be able to run multiple XVC Servers), now it is constant XVC_TCP_PORT (should be only a default) 88 // Enable Socket Number (to be able to run multiple XVC Servers), now it is constant XVC_TCP_PORT (should be only a default)
89   89  
90   90  
91 // Library Definitions 91 // Library Definitions
Line 379... Line 379...
379   379  
380 // Program Info 380 // Program Info
381 printf("\n"); 381 printf("\n");
382 printf("Xilinx Virtual Cable Network Server\n"); 382 printf("Xilinx Virtual Cable Network Server\n");
383 printf("===================================\n"); 383 printf("===================================\n");
384 printf("(c) miho 2012 v " VERSION "\n\n"); 384 printf("(c) miho " YEAR " v " VERSION "\n\n");
385   385  
386 // Get program name 386 // Get program name
387 char *cp; 387 char *cp;
388 char *progName; 388 char *progName;
389 cp = argv[0]; 389 cp = argv[0];