[sv-ac] Tool support for assumptions?

From: Adam Krolnik <krolnik_at_.....>
Date: Tue Mar 08 2005 - 13:13:08 PST
Hello All;

I'm trying to understand what kind of support is there for assume statements.

E.g.

assume property (@(posedge clk) !a |-> !b);

or

property nothing;
   @(posedge clk)
   !a |-> !b;
endproperty
assume property (nothing);


Are any tools going to be parsing and/or using these statements?

Lastly, is there any common way to write SVA as comments or will I need to define a 
preprocessor definition for tools that will accept the SV assertion code?


-- 
     Adam Krolnik
     ZSP Verification Mgr.
     LSI Logic Corp.
     Plano TX. 75074
     Co-author "Assertion-Based Design"
Received on Tue Mar 8 13:13:16 2005

This archive was generated by hypermail 2.1.8 : Tue Mar 08 2005 - 13:13:47 PST