diju.ms
Newbie level 5
haai
i am using xilinx 9.2 for VHDL/Verilog coding.My simulation tool is Modelsim 10.0.I have set the integrated tools option in xilinx as modelsim.For VHDL it is working perfectly.but when i am simulating Verilog model sim shows the error every time.I am not able to understand what it is...can anyone please help me...
the error message is.......
do {mux.fdo}
# ** Warning: (vlib-34) Library already exists at "work".
# Model Technology ModelSim SE vlog 10.0b Compiler 2011.05 May 5 2011
# -- Compiling module mux
#
# Top level modules:
# mux
# Model Technology ModelSim SE vlog 10.0b Compiler 2011.05 May 5 2011
# -- Compiling module glbl
#
# Top level modules:
# glbl
# vsim -L cpld_ver -L uni9000_ver -lib work -t 1ps mux glbl
# ** Note: (vsim-3812) Design is being optimized...
# ** Error: (vopt-19) Failed to access library 'cpld_ver' at "cpld_ver".
# No such file or directory. (errno = ENOENT)
# ** Error: (vopt-19) Failed to access library 'uni9000_ver' at "uni9000_ver".
# No such file or directory. (errno = ENOENT)
# ** Error: C:/Xilinx92i/verilog/src/glbl.v(58): Vopt Compiler exiting
# Error loading design
# Error: Error loading design
# Pausing macro execution
# MACRO ./mux.fdo PAUSED at line 7
i am using xilinx 9.2 for VHDL/Verilog coding.My simulation tool is Modelsim 10.0.I have set the integrated tools option in xilinx as modelsim.For VHDL it is working perfectly.but when i am simulating Verilog model sim shows the error every time.I am not able to understand what it is...can anyone please help me...
the error message is.......
do {mux.fdo}
# ** Warning: (vlib-34) Library already exists at "work".
# Model Technology ModelSim SE vlog 10.0b Compiler 2011.05 May 5 2011
# -- Compiling module mux
#
# Top level modules:
# mux
# Model Technology ModelSim SE vlog 10.0b Compiler 2011.05 May 5 2011
# -- Compiling module glbl
#
# Top level modules:
# glbl
# vsim -L cpld_ver -L uni9000_ver -lib work -t 1ps mux glbl
# ** Note: (vsim-3812) Design is being optimized...
# ** Error: (vopt-19) Failed to access library 'cpld_ver' at "cpld_ver".
# No such file or directory. (errno = ENOENT)
# ** Error: (vopt-19) Failed to access library 'uni9000_ver' at "uni9000_ver".
# No such file or directory. (errno = ENOENT)
# ** Error: C:/Xilinx92i/verilog/src/glbl.v(58): Vopt Compiler exiting
# Error loading design
# Error: Error loading design
# Pausing macro execution
# MACRO ./mux.fdo PAUSED at line 7