Forum Discussion
gyuunyuu
Contributor
6 years agoIs there a standard way to store and retrieve "build information" of an FPGA design?
The following things are to be stored inside the FPGA: 1. Build date 2. Build time 3. Build top level file name 4. Build repository commit number for version controlled design 5. Submodule repos...
KhaiChein_Y_Intel
Regular Contributor
6 years agoHi,
Q1: You may use the following to run the TCL script.
quartus_sh -t first.tcl
Q2: Yes. The software will regenerate the Qsys system if you add the .qsys file in the project.
Thanks.