Reputation: 411
(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
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