Feeds
提问
Is is possible to redirect the output of a system command that calls another program?
Essentially, I am calling the system command to run Vivado Lab in order to program an FPGA over JTAG. So status = system('viva...
11 months 前 | 1 个回答 | 0
1
个回答已回答
Is it possible to get the version number of a compiled program inside the program? I am using the Application Compiler.
First, you need the name and location of your file. If this is standard to a directory and file name, you're fine. Otherwise, yo...
Is it possible to get the version number of a compiled program inside the program? I am using the Application Compiler.
First, you need the name and location of your file. If this is standard to a directory and file name, you're fine. Otherwise, yo...
2 years 前 | 0
提问
Is it possible to get the version number of a compiled program inside the program? I am using the Application Compiler.
For a project I am working on, I would like the program to output the current version being used in a char array. I have the fol...
2 years 前 | 3 个回答 | 0
