Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
16 years ago

How to schedule multiple compilation in Windows

Hi there,

Is there a way to schedule QII to compile multiple copies of projects in sequence in windows?

Thanks in advance.

Hua

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Create a .bat file that says:

    quartus_sh --flow compile project1

    cd ../locationofproj2

    quartus_sh --flow compile project2

    cd ../locationofproj3

    quartus_sh --flow compile projec3

    etc.