sujeto1
sujeto1

Reputation: 411

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

(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.

Upvotes: 0

Views: 1701

Answers (1)

yugr
yugr

Reputation: 21915

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).

Upvotes: 0

Related Questions