Contents
ModelSim
ModelSim complains about licensing errors
ModelSim is annoying about licenses. Try putting in the license sever as 1717@stuapp.olin.edu
I get the following error when I try and simulate with ModelSim 6.3c
# Model Technology ModelSim SE vlog 6.3c Compiler 2007.09 Sep 11 2007 # -- Compiling module glbl # # Top level modules: # glbl # vsim -L xilinxcorelib_ver -L unisims_ver -lib work -t 1ps t_blinky_v glbl # ** Note: (vsim-3812) Design is being optimized... # ** Error: (vopt-23) Unable to change to directory path "xilinxcorelib_ver". # No such file or directory. (errno = ENOENT) # ** Error: C:\ca\blinky\work/t_blinky_v/_primary.dat(59): Library xilinxcorelib_ver not found. # ** Warning: Unable to find library 'xilinxcorelib_ver'. # ** Error: (vopt-23) Unable to change to directory path "unisims_ver". # No such file or directory. (errno = ENOENT) # ** Error: C:\ca\blinky\work/t_blinky_v/_primary.dat(59): Library unisims_ver not found. # ** Warning: Unable to find library 'unisims_ver'. # Optimization failed # Error loading design # Error: Error loading design # Pausing macro execution # MACRO ./t_blinky_v.fdo PAUSED at line 8
- A:
In the sources window, select your target chip, something like xc3s1000-4ft256
In the processes window, open the Design Utilities tab
Double-click Compile HDL Simulation Libraries
- See