Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
0
Accurate simulation of the time?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-06-2009 05:28 AM
Such a rudimentary question.
For CPLD have very simple design only one ExclusiveOR gate in VHDL Out <= In1 xor In2.
My question.
How do I know (how simulate) the smallest pulse may occur at the output ?
In other words, what are the limits of hardware ExOR gates in examples CLPD XL9536 10ns
Thansk
0
Re: Accurate simulation of the time?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-06-2009 03:42 PM
Hi asrock,
You can test the performance limits of the macrocell I/O by running a timing simulation. In this flow, the simulation is back-annotated with timing delay maximums so you can observe the expected hardware behavior against the input stimuli.
Alternatively, you can look up the internal timing parameters for the XC9536XL part in the datasheet. A combination of these parameters (combinatorial delay, register setup time, register clock to output valid time) play a role in what would be the shortest pulse the output can generate.
Hope this helps.
Eddie











