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.

Problem with using Simulate Behavioral Model in Modelsim

Status
Not open for further replies.

ee_wmkab

Junior Member level 1
Joined
May 8, 2004
Messages
19
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
214
Modelsim help

Dear ALL,

I am new to FPGA and I am using Xilinx ISE for development and Modelsim for simulation. After I have created the testbench waveform file for simulation. I will use the "Simulate Behavioral Model" by Modelsim. I found following two problem, would anybody help me?

(1) After the modelsim s/w lanuched and simulation completed, I check the simualtion result and edit the testbench for further testing. The modelsim s/w will response with error. However, when I close the modelsim s/w and retry the same procedure, the simulation run fine. Do I set something wrong in modelsim OR ISE?

(2) After the modelsim s/w lanuched and simulation completed, I want to extend the testing time in modelsim but I can't do it (for example, the current simulation is up to 1000ns and I want to extend it to 10000ns by typing "run 9000" on the modelsim command window).

BR
Keith
 

Re: Modelsim help

Hi,
Dont invoke modelsim thro' Xilinx ISE. Use ISE only for synthesis, P&R
and bit file generation.
Do the testing part separately. You write ur own testbench in VHDL dont use
wave form generator. This is the best practice.
Nothing is wrong with Modelsim or with the Xilix ISE its the way you are trying
to use the tools.
 

Re: Modelsim help

Dear nand_gates,

Do you mean write the testbench by VHDL and simulate it in Modelsim?
Why don't use the waveform generator? it seem that it is easy to use.

BR
Keith
 

Re: Modelsim help

Because of writing testbenches in VHDL is very good practice


Good Luck
 

Re: Modelsim help

If you want to run the simulation for a longer time, you should do the following:
restart -f
run 5ms
 

Modelsim help

You can continue to run the simulation using the "continue" toolbar.
Try!!!
 

Modelsim help

for simulation use model sim and for place and route etc use Xilinx

-Reddy
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top