care area web page logo

SRAM Finder and RPF Rules Control in Expert Mode

The CAW rules for SRAM Finder and RPF are used only in production mode execution and they are stored in the file
~/.artwork/cawizard.Xdefaults.
Here is a sample tech file...

[root@asmsc37 .artwork]# cat cawizard.Xdefaults | more
cawizard.AreaSize:      3
cawizard.Array: 2
cawizard.BatchMode:     0
cawizard.FeatureSize:   500
cawizard.HighlightColorBlue:    218
cawizard.HighlightColorGreen:   88
cawizard.HighlightColorRed:     150
cawizard.HighlightRuleMode:     1
cawizard.NBExpand:      30
cawizard.NBShow:        1
sramid_rules.max_cols : ANY
sramid_rules.max_element_cnt :  ANY
sramid_rules.max_percent_coverage :     ANY
sramid_rules.max_ref_height :   ANY
sramid_rules.max_ref_width :    ANY
sramid_rules.max_rows : ANY
sramid_rules.max_x_pitch :      25
sramid_rules.max_y_pitch :      25
sramid_rules.min_cols : 2
sramid_rules.min_element_cnt :  9
sramid_rules.min_percent_coverage :     40
sramid_rules.min_ref_height :   ANY
sramid_rules.min_ref_width :    ANY

If you want the program to ignore and not display certain parameters, you should follow the parameter name with a TAB followed by IGNORE.

sramid_rules.min_ref_width:	IGNORE
The next time Qckvu3 comes up, the fields with IGNORE will not show up nor will they be used.