print'Copy Quartus directories and files from HDL library source tree to build_dir_synth for all HDL libraries that are found in $%s.'%qsyn.libRootDir
print'Copy Quartus directories and files from HDL library source tree to build_dir for all HDL libraries that are found in $%s.'%qsyn.libRootDir
qsyn.copy_files('synth')
qsyn.copy_files('synth')
print''
print''
print'Create Quartus project files (QPF) for technology %s and all HDL libraries with a top level entity for synthesis that are found in $%s.'%(technologyNames,qsyn.libRootDir)
print'Create Quartus project files (QPF) for technology %s and all HDL libraries with a top level entity for synthesis that are found in $%s.'%(qsyn.technologyNames,qsyn.libRootDir)
qsyn.create_quartus_project_file()
qsyn.create_quartus_project_file()
print''
print''
print'Create Quartus settings files (QSF) for technology %s and all HDL libraries with a top level entity for synthesis that are found in $%s.'%(technologyNames,qsyn.libRootDir)
print'Create Quartus settings files (QSF) for technology %s and all HDL libraries with a top level entity for synthesis that are found in $%s.'%(qsyn.technologyNames,qsyn.libRootDir)