|
Sid
San Antonio, TX
|
Pulling my hair out here, Model Sim keeps telling me that my license is not valid. Giving me a Evaluation Error 105 whenever I try to open it. Tried to get help nobody has any. Please if anyone can help
|
|
Jula
Austin, TX
|
Did you install ModelSim on Windows Vista?
|
|
Alan
Toronto, Canada
|
If anyone knows how to install Modelsim in Windows Vista please..let me know!!!
|
|
suchi
Boise, ID
|
hey its my problem too installing modelsim on windows vista..plz tell me the solution. Thanks suchi
|
|
Chris
Ottawa, Canada
|
I got modelsim to work on vista. Originally when going through the license wizard it said that the license was ok, but when I started the program it gave me an error 105 saying my evaluation license had expired. I got it to work but running modelsim.exe in compatibility mode with windows xp sp2. To do this right click on modelsim.exe, select, properties, select the compatibility tab, and check the "run this program in compatibility mode for:".
This allows me to run modelsim_xe with a usb dongle. I also have got modelsim_se running on a network license without using the compatibility mode.
|
|
ravi narula
Bangalore, India
|
please give me a immediate solution for installing modelsim.after installation i got an error like " dongle is not connected to this host and license is not matched to this host". pleaseeeeeee helppppppp
|
|
vijayakumar
Bangalore, India
|
i want to download kandhasamy trailor .please give the website
|
|
Russ
Osseo, MN
|
I had similar problem with Modelsim XE on Vista, I found Xilinx Answer record #14919 that describes deleting two files from the Windows Directory. This worked for me
|
|
|
sreejit
Bangalore, India
|
DElete the following two files are installed in the "c:\winnt" directory (this does not apply to Windows XP systems, see below): - mti_enc - mti_enc2 On Windows XP Systems, the file location is the "C:\WINDOWS" directory. Also, ensure that you have write permissions to the following directories: c:\WINNT and c:\WINNT\TEMP or c:\WINDOWS and c:\WINDOWS\TEMP (if using Windows XP)
|
|
mudasir
Madras, India
|
i m installing modelsim cracked version on vista..it gets installed fine and also i copy license.dat to c:/flexlm directory before running the modelsim.....but it still shows the problem of fatal license error...can anyone suggest me the solution to this problem.......plz
|
|
Khai Le
Orange, CA
|
Chris wrote: I got modelsim to work on vista. Originally when going through the license wizard it said that the license was ok, but when I started the program it gave me an error 105 saying my evaluation license had expired. I got it to work but running modelsim.exe in compatibility mode with windows xp sp2. To do this right click on modelsim.exe, select, properties, select the compatibility tab, and check the "run this program in compatibility mode for:". This allows me to run modelsim_xe with a usb dongle. I also have got modelsim_se running on a network license without using the compatibility mode. Thank you, It work for me
|
|
Paul
Moscow, Russia
|
Hi! I've installed ModelSim SE 6.3f on Vista. Licence wizard crashes sometimes when I'm trying to browse licence file, sometimes just after start. I tried to launch wizard in XP SP2 compatibility mode, this didn't help. Launching wizard with administrator permissions have no effect too.
|
|
mr gas
Shah Alam, Malaysia
|
i have problem my programming.. i have do simulation my coding in modelsim, its ok.. but the problem is when try run my programming in xilinx.. the xilinx can't complete their analyze... the error occur b'coz i use real number.. plz i need ur help right now...
library ieee; use ieee.std_logic_1164.all; use ieee.numeric_std.all;
entity SPWM is port ( Clk : in std_logic; Reset : in std_logic; switch : in std_logic_vector ( 3 downto 0); SPWMOut : out std_logic); end SPWM;
architecture SPWM_arch of SPWM is
component Rwave is port ( Clk : in std_logic; Reset : in std_logic; ModIndex : in integer range 0 to 15; RwaveOut : out real range 0.0 to 1030.0 ); end component;
component Cwave is port ( Clk2 : in std_logic; Reset : in std_logic; ModIndex : in integer range 0 to 15; RwaveClk : out std_logic; CwaveOut : out real range 0.0 to 1030.0 ); end component;
component WaveComp is port ( Reference : in real range 0.0 to 1030.0; Carrier : in real range 0.0 to 1030.0; CompOut : out std_logic ); end component;
component Clockdivider is port ( clk : in std_logic; reset : in std_logic; Clk1 : out std_logic; Clk2 : out std_logic ); end component;
component inputport IS port ( switch : in std_logic_vector ( 3 downto 0); out_port : out integer range 0 to 15 ); end component; signal Clk1sig : std_logic; signal Clk2sig : std_logic; signal RwaveClksig : std_logic; signal Referencesig, Carriersig : real range 0.0 to 1030.0; --<---problem occur in this statemen signal ModIndexsig : integer range 0 to 15;
begin
U1 : Rwave port map ( Clk => Clk1sig, Reset => Reset, ModIndex => ModIndexsig, RwaveOut => Referencesig ); U2 : Cwave port map ( Clk2 => Clk2sig, Reset => Reset, ModIndex => ModIndexsig, RwaveClk => RwaveClksig, CwaveOut => Carriersig); U3 : WaveComp port map ( Reference => Referencesig, Carrier => Carriersig, CompOut => SPWMOut); U4 : Clockdivider port map (Clk => Clk, Reset => Reset, Clk1 => Clk1sig, Clk2 => Clk2sig);
U5 : inputport port map (switch => switch, out_port => ModIndexsig); end SPWM_arch;
|
|
bharani
Madras, India
|
I had same problems fatal license error...
please check your system clock time/date in task bar
|
|
rasha
Cairo, Egypt
|
i have a problem installing modelsim on windows vista , trying to browse the lisence file from wizard, a message appeared that the "license wizard has stopped working" ,i tried the comptability mode but no effect.
|
|
Goutham
Bangalore, India
|
DElete the following two files are installed in the "c:\winnt" directory (this does not apply to Windows XP systems, see below): - mti_enc - mti_enc2 On Windows XP Systems, the file location is the "C:\WINDOWS" directory. Also, ensure that you have write permissions to the following directories: c:\WINNT and c:\WINNT\TEMP or c:\WINDOWS and c:\WINDOWS\TEMP "
Thanks a lot dude. it worked just fine.. thank u very much
Goutham Bangalore
|
|
Goutham
Bangalore, India
|
sreejit wrote: DElete the following two files are installed in the "c:\winnt" directory (this does not apply to Windows XP systems, see below): - mti_enc - mti_enc2 On Windows XP Systems, the file location is the "C:\WINDOWS" directory. Also, ensure that you have write permissions to the following directories: c:\WINNT and c:\WINNT\TEMP or c:\WINDOWS and c:\WINDOWS\TEMP (if using Windows XP) This works like heven. thanks dude sorry for the previous post. i'm new to topix
|
|
Kadmiel
Kingston, Jamaica
|
Alan wrote: If anyone knows how to install Modelsim in Windows Vista please..let me know!!! All I did was right click the .exe, go to properties & select "run as administrator" and it worked for me!(vista i.e.)
|
|
najma
London, UK
|
Chris wrote: I got modelsim to work on vista. Originally when going through the license wizard it said that the license was ok, but when I started the program it gave me an error 105 saying my evaluation license had expired. I got it to work but running modelsim.exe in compatibility mode with windows xp sp2. To do this right click on modelsim.exe, select, properties, select the compatibility tab, and check the "run this program in compatibility mode for:". This allows me to run modelsim_xe with a usb dongle. I also have got modelsim_se running on a network license without using the compatibility mode. thanks
|
|
najma
London, UK
|
thanks i did the same as u said and along with that i adjusted properties admin rights to the software
|
|
Tell me when this thread is updated:
(Registration is not required)
Add to my Tracker
Send me an email
|