Forum Discussion
Altera_Forum
Honored Contributor
17 years ago --- Quote Start --- I came up with an idea. If the Analysis & Synthesis failed, the .map.rpt file will be checked and if message like "Warning : * current license *" is found, the full compilation will be restarted. The batch file is writen to try many times until a successful compilation is achieved. Actually, this is a mimic of what we do to check license conflict manually and visually. It is not a direct way to check license occupancy. Does anyone know hwo to probe the license occupancy directly? --- Quote End --- Hi, I'm not a real "flow" expert, but I would assume that Quartus sends an error code when no licence is available. Maybe it can catched by the batch script or by an TCL script. Are you using LSF in your Linux environment ?