Lattice Diamond does not allow me to open Active-HDL, it shows me this message

1.5k Views Asked by At

(FLEXlm error = -5) No such feature exists.

Please run the License Information of the Help menu to verify Aldec license environment settings or define new license. For ordering information contact [email protected]

I have downloaded the free version of Diamonds, but I'm unable to run the simulator Active-HDL.

1

There are 1 best solutions below

0
On

By default Diamond toolchain will only allow you to run Lattice from inside ICEcube. To run it from command line (or in scripts) you'll need to set some environment variables. Here's what worked for me on Windows (with my version of Lattice toolchain):

$ source ./set_vars.sh $ICE_ROOT
$ $SIM syn/sim.do

(links to scripts: set_vars.sh, sim.do).