Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Visitor
rhykie
Posts: 2
Registered: ‎11-15-2010
0

Simulation in ISE11.1

Hi,

I'm new to Xilinx ISE. I'm trying to make a simulation of a simple up/down counter using the ISim simulator in ISE 11.1. I have written the verilog code and the testbench, but then the problem is what to do next in order to "see" my simulations. When I try to simulate, the outputs waveforms stay constant regardless of having changed the values in the testbench. The clock values are written as z, and I dont know how to change them. I think the problem is I dont know how to set the clock frequency in the simulator. I tried to consult the manuals but I coulnt find help.

So I am asking for help on how to make simulations in Xilinx 11.1.

 

Cheers!

Expert Contributor
awillen
Posts: 716
Registered: ‎11-29-2007

Re: Simulation in ISE11.1

Well, you'll have to assign values to the clock signals (that's why they have the value z – the clock wire is not connected to anything). Open the "Language templates" in ISE, there are a couple of examples showing how to provide a clock stimulus.

 

 

Adrian



Signature:
1. Google your question before asking it.
2. If Google doesn't find a solution, post your question in a detailed, comprehensive, and clear way.
3. If someone answers your question, mark the post with "Accept as solution". If you see a particularly good and informative post, consider giving it Kudos (the star on the left).