Sign in

username:

password:



Not a member?

Search Comp.Arch.FPGA



Search tips

fpga by Keywords

Altera | ASIC | CPLD | Cyclone | DCM | DDR | DSP | Ethernet | ISE | JTAG | Linux | LVDS | Microblaze | ML310 | Modelsim | NIOS | OPB | PCI | Quartus | RocketIO | SDRAM | Spartan | Spartan3 | SRAM | Stratix | Verilog | VHDL | Virtex | Virtex-4 | Virtex-II | Xilinx | XST


Ads

See Also

DSPEmbedded SystemsElectronics

Comp.Arch.FPGA | Xilinx ISE 6.1i+SP2 And Modelsim 5.8

There are 2 messages in this thread.

You are currently looking at messages 0 to 2.

Xilinx ISE 6.1i+SP2 And Modelsim 5.8 - Peng Cong - 2003-11-23 20:12:00

Hi all
    I have a problem with Modelsim simulation.
    When I use Modelsim 5.7f, I creat a project under ISE 6.1i+SP2, set
Simulator value to Modelsim,
it's fine. But yesterday after I upgrade Modelsim to version 5.8, when I
open the project, it said
that "This project was last saved with the project property 'Simulator' set
an unvalid value of 'Modelsim'".
    How can I solve this problem?
    Thanks for any advance





Re: Xilinx ISE 6.1i+SP2 And Modelsim 5.8 - Mike Treseler - 2003-11-24 14:17:00

Peng Cong wrote:
> Hi all
>     I have a problem with Modelsim simulation.
>     When I use Modelsim 5.7f, I creat a project under ISE 6.1i+SP2, set
> Simulator value to Modelsim,
> it's fine. But yesterday after I upgrade Modelsim to version 5.8, when I
> open the project, it said
> that "This project was last saved with the project property 'Simulator' set
> an unvalid value of 'Modelsim'".
>     How can I solve this problem?
>     Thanks for any advance
> 
> 
try a

    vcom -refresh

from your source directory.

Consider calling vcom and vsim from the command
line instead of using the gui project manager.

   -- Mike Treseler