Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

LINT WAIVER's syntax for SoC flow.

Status
Not open for further replies.

raghava_edaboard

Newbie level 1
Newbie level 1
Joined
Jan 25, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Bangalore
Visit site
Activity points
1,289
HI all,

I want to prepare a waiver file for LINT flow.

Could you please give me syntax for this and let me know how to include in LINT flow.

Thanks

- - - Updated - - -

HI

Exact requirement is below.

Say suppose we got particular error message "all the bits of signal dout are not uses".

As a designer we know it is expected and can be waived off, then how can I write waiver for this error message.

Regards,
Raghavendra
 

Hi Raghavendra,
U can do it by following command :
waive -msg "all the bits of signal dout are not uses"
or if u want a particular rule to waive
write
waive -rule "RULE-NAME".

Regards,
Sohil
 

" Say suppose we got particular error message "all the bits of signal dout are not uses".

As a designer we know it is expected and can be waived off, then how can I write waiver for this error message."




Hi ,
In log file there will be a rule name ahead of this line "all the bits of signal dout are not uses" you mentioned.Just write that in below syntax to waive it off.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top