Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Can anyone explain this error message

Status
Not open for further replies.

lupineye

Junior Member level 3
Joined
Oct 30, 2006
Messages
25
Helped
0
Reputation
0
Reaction score
1
Trophy points
1,281
Activity points
1,522
I simulated a dural port memory with my top model.
then modelsim produced this error message!
I don't exactly understand what it means!
please make this message clear to me!

Thank you! so much!


Top level modules:
# glbl
# vsim -L xilinxcorelib_ver -L unisims_ver -lib work -t 1ps testbench1_vhd glbl
# ** Error: License checkout has been disallowed because
# only one session is allowed to run on an uncounted nodelock
# license and an instance of ModelSim is already running with a
# nodelocked license on this machine
# Error loading design
# Error: Error loading design
# Pausing macro execution
# MACRO ./testbench1_vhd.fdo PAUSED at line 9
 

hello


ur using ip core does the modelsim library includes xilinxcore lib
 

Very likely that you have a Modelsim already running, hence the license failure. If you are on Linux, do:

Code:
  ps -ef | grep vsim

Even on Windows, under Cygwin you could do that or try the Task manager to find the old process.

Once you locate the old one, kill it, then launch your process again

HTH
Ajeetha, CVC
www.noveldv.com
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top