- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Simulation in ISE11.1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-15-2010 06:58 AM
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!
Re: Simulation in ISE11.1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-15-2010 07:13 AM
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).











