error in post route simulation plz help

C

chaitu

Guest
i am using xilinx 8.1 and modelsim SE-EE 5.4 and upto behavioural
simulation it is working fine and in post place and route simulation
i am getting this sort of error. is this the wrror due to software or
some other.. how to eliminate this and make simulation to work
properly.

# Reading C:/Modeltech_5.4/win32/../tcl/vsim/pref.tcl
# do ptest.tdo
# Model Technology ModelSim SE/EE vcom 5.4 Compiler 2000.03 Mar 24
2000
# ERROR: cannot open D:/ise
# ERROR: C:/Modeltech_5.4/win32/vcom failed.
# Error in macro ./ptest.tdo line 6
# C:/Modeltech_5.4/win32/vcom failed.
# while executing
# "vcom -explicit -93 D:/ise projects/chaitu/netgen/par/
generic_async_fifo_4p_bd_timesim.vhd"
 
chaitu wrote:

# ERROR: cannot open D:/ise
# ERROR: C:/Modeltech_5.4/win32/vcom failed.
# Error in macro ./ptest.tdo line 6
# C:/Modeltech_5.4/win32/vcom failed.
# while executing
# "vcom -explicit -93 D:/ise projects/chaitu/netgen/par/
generic_async_fifo_4p_bd_timesim.vhd"
I suppose the space after D:/ise should be a slash.

--
Paul Uiterlinden
www.aimvalley.nl
e-mail addres: remove the not.
 
On 29 May 2007 23:28:49 -0700, chaitu <chaitanyakurmala@gmail.com>
wrote:

# ERROR: cannot open D:/ise

# while executing
# "vcom -explicit -93 D:/ise projects/chaitu/netgen/par/
generic_async_fifo_4p_bd_timesim.vhd"
If you're using paths with spaces in them, you probably need to enclose
them in quotes.

If that doesn't work, then you probably need to rename the directory.

- Brian
 

Welcome to EDABoard.com

Sponsor

Back
Top