Hi
I have a BAT file which just does this:
quartus_sh -t build_project.tcl
pause
---------
The QSF file contains the following (have removed the source code lines)
set_global_assignment -name FAMILY "Stratix II"
set_global_assignment -name DEVICE EP2S15F484C3
set_global_assignment -name TOP_LEVEL_ENTITY example_top_general_purpose_counter_adl
set_global_assignment -name ORIGINAL_QUARTUS_VERSION "9.0 SP2"
set_global_assignment -name PROJECT_CREATION_TIME_DATE "17:56:08 AUGUST 12, 2009"
set_global_assignment -name LAST_QUARTUS_VERSION "9.0 SP2"
set_global_assignment -name USE_TIMEQUEST_TIMING_ANALYZER ON
set_global_assignment -name ENABLE_CLOCK_LATENCY ON
set_global_assignment -name VHDL_FILE xxxx
The QPF doesnt contain anything of interest:
QUARTUS_VERSION = "9.0"
DATE = "17:56:08 August 12, 2009"# Revisions
PROJECT_REVISION = "example_counter_case1"
Thanks