Connector resistance default value can be overwritten for SABER netlister in two ways:
1. create a property RNOM at connector level such as RNOM = 6m as connector property will make every pin on the connector has resistance 6m
2. create a property at the connector pin as RNOM = 3m will make the pin has resistance 3m.
When RNOM being specified at both connector and pin level, the pin which has the RNOM will use PIN level RNOM value.
r.R_J399_PIN1 \
p:J399_PIN1 \
m:J399_PIN1_ = RNOM=6m
r.R_J399_PIN2 \
p:J399_PIN2 \
m:J399_PIN2_ = RNOM=6m
r.R_J399_PIN3 \
p:J399_PIN3 \
m:J399_PIN3_ = RNOM=6m
r.R_J399_PIN4 \
p:J399_PIN4 \
m:J399_PIN4_ = RNOM=6m
r.R_P997_PIN1 \
p:P997_PIN1 \
m:P997_PIN1_ = RNOM=3m
r.R_P997_PIN2 \
p:P997_PIN2 \
m:P997_PIN2_ = RNOM=3m
r.R_P997_PIN3 \
p:P997_PIN3 \
m:P997_PIN3_ = RNOM=1m
r.R_P997_PIN4 \
p:P997_PIN4 \
m:P997_PIN4_ = RNOM=3m
Please let me know if this answer your question or you need further assistance.
Yibing Dong