|
|
metastability
Do any programs exist which can analyze VHDL code and predict any problems
with metastability?
|
|
0
|
|
|
|
Reply
|
Chris
|
1/16/2004 9:52:12 PM |
|
Chris,
To do this the tool would have to create timing paths, redundant to what
synthesis and PAR tools do. What you really need to do is design your code
with fan-out and delay in mind. Timing reports from PAR and synthesis
provide visibility into timing issues (most of the time) and will be more
reliable than something second guessing your design from a design entry
point of view.
"Chris" <Chris@nospam.com> wrote in message
news:bu8qas$v0k$1@news8.svr.pol.co.uk...
> Do any programs exist which can analyze VHDL code and predict any problems
> with metastability?
>
>
|
|
0
|
|
|
|
Reply
|
fabbl
|
1/16/2004 3:55:51 PM
|
|
"Chris" <Chris@nospam.com> writes:
> Do any programs exist which can analyze VHDL code and predict any problems
> with metastability?
Novas' nLint comes to mind. It checks whether registers in different
clock domains are connected back-to-back and reports a violation if it
could find any of the common synchronizer structures. You can also
tell it about your own synchronizer modules, which will then be looked
for. That's to cover the most common case.
Best regards,
Marcus
--
Marcus Harnisch | Mint Technology, a division of LSI Logic
marcus_harnisch@mint-tech.com | 200 West Street, Waltham, MA 02431
Tel: +1-781-768-0772 | http://www.lsilogic.com
|
|
0
|
|
|
|
Reply
|
Marcus
|
1/16/2004 10:00:05 PM
|
|
Marcus Harnisch <marcus_harnisch@mint-tech.com> writes:
> Novas' nLint comes to mind. It checks whether registers in different
> clock domains are connected back-to-back and reports a violation if it
> could find any of the common synchronizer structures.
^^^^^
could not
I sure you got that, but still...
--
Marcus Harnisch | Mint Technology, a division of LSI Logic
marcus_harnisch@mint-tech.com | 200 West Street, Waltham, MA 02431
Tel: +1-781-768-0772 | http://www.lsilogic.com
|
|
0
|
|
|
|
Reply
|
Marcus
|
1/19/2004 5:51:37 PM
|
|
Chris wrote:
> Do any programs exist which can analyze VHDL code and predict any problems
> with metastability?
Guess you should be a bit more specific on what you mean ...
Do you really mean 'metastability' ? This being a physical phenomenon ,
there's no way to predict this on the VHDL (logical) level.
Or are you referring to - as other posters are interpreting it - predicting
trouble because I was sloppy in synchronizing ? There all major EDA vendors
have something in their portfolio to help you ...
--
Jos De Laender
|
|
0
|
|
|
|
Reply
|
Jos
|
1/19/2004 8:43:51 PM
|
|
I'd like to add that I don't think it is a good idea to try to predict
place/route results at the logical level. Think about how a tool would have
to do this. It's best to read STA reports and design with timing in mind.
I'm sure the market may see the demand for a tool and try to fill it, I'm
skeptical as to the trustworthiness of the results.
|
|
0
|
|
|
|
Reply
|
fabbl
|
1/20/2004 3:04:36 PM
|
|
|
5 Replies
332 Views
(page loaded in 0.889 seconds)
|
|
|
|
|
|
|
|
|