Eh, interesting. just wonder how you run Calibre without starting up license server. I'd tried running Calibre without license server started but it won't work and it stops at Calibre Interactive license required.
apparently the license mechanism is much different between Cadence and Mentor tools, so we can run Cadence tools without license server running once they've been patched, but not sure this approach also applies to Mentor or Synopsys tools.
Eh, interesting. just wonder how you run Calibre without starting up license server. I'd tried running Calibre without license server started but it won't work and it stops at Calibre Interactive license required.
1. The lines starting with SERVER and DAEMON do not have to be presented in the license file, either remove or comment them.
2. The variable MGLS_LICENSE_FILE does not have to be set like <port>@<hostname> but <some path>/license.dat
Example: $CALIBRE_HOME/shared/licenses/license.dat
And then just start cadence and you can use Calibre DRC/LVS/PEX without any problems.