FPGA Central - World's 1st FPGA / CPLD Portal

FPGA Central

World's 1st FPGA Portal

 

Go Back   FPGA Groups > NewsGroup > FPGA

FPGA comp.arch.fpga newsgroup (usenet)

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-02-2005, 05:09 PM
pasacco
Guest
 
Posts: n/a
Default How to manage user 'reset' for post-synthesis simulation

Dear

I need some comments on managing the 'global reset' in ISE6.3(XST) from
experienced one.

I am post-placement-and-routing simulating in Modelsim. This module has
input reset port. During synthesis/mapping, there is no warning/error.

During the simulation, followings are observed, which are maybe or
maybe not be problematic.

- In behavioral simulation, it works, even though no value is assigned
to reset signal in test vector.

- After placement-and-routing simulation, it works, only when we put
reset signal is '0' in test vector.

I am wondering if this is problematic.

Reply With Quote
  #2 (permalink)  
Old 08-03-2005, 04:50 AM
Gladiator
Guest
 
Posts: n/a
Default Re: How to manage user 'reset' for post-synthesis simulation

I have found that when reset behaves differently in simulation than in
PAR it usually points to the global reset path been gated. Generally
you should treat reset signals with almost the same care you treat Clk
signals (most importantly by not gating them).

Try also passing the reset signal through an BUF or even edge detecting
it to ensure that it is stable. (remember that most reset signals come
from outside pins and can have wild fluctuations before settling).
Generally, behavioral simulations assume ideal signals.

Hope this helps.

Robin

Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Post Synthesis and Post Place/Rout Simulation [email protected] Verilog 1 12-04-2007 11:59 PM
How to view internal signals in post synthesis simulation models (Xilinx ISE) thomasc Verilog 0 06-13-2005 03:18 AM
help! how to resolve mismatches between pre- and post-synthesis simulation owl Verilog 5 01-20-2005 08:59 PM
Debugging - Post-synthesis simulation kumar FPGA 0 05-20-2004 07:03 AM


All times are GMT +1. The time now is 03:36 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright 2008 @ FPGA Central. All rights reserved