/
Important Configuration Settings (CSETS) that were changed

Important Configuration Settings (CSETS) that were changed

EntryContentsPurposeNotes
SIG_RENAME_RULESDQS$:DQS_P,CK$:CK_P,#$:_N,A10:A10_AP,A12:A12_BC_N

changes any pin ending in # to _N

adds P to any pin ending in CK (so CK->CK_P) 

adds P to any pin ending in DQS (so LDQS->LDQS_P) 

they can be identified as diff pairs

It also add AP suffix to A10 pin A10_AP

and the _BCN suffix to A12 pin (A12_BC_N)

(These suffixes did not appear in IBIS model)

we can also store this in a rename_rules.txt file and change

the entry to rename_rules.txt

if we do use the file, we need to add a backslash in front of the '#' character so that partBuilder does not think its a comment

rename_rules.txt would look like this:

DQS$:DQS_P

CK$:CK_P

\#$:_N

A10:A10_AP

A12:A12_BC_N


PCHK_DEVICE_PIN_NUMBERSBGA_PIN_NUMS[A1..T3],BGA_PIN_NUMS[A7..T9]Tells partBuilder what valid pin numbers to expect
IBIS_COMPONENT_PACKAGEMT41K512M16HA:v91a_96ball_pkgTells partBuilder to use the 96 PIN component from the IBIS_FILEThis was setup when PartBuilder prompted the user to select from the list of components found in the IBIS FILE
NUM_PINS96Tells partBuilder to expect 96 pinsThis was setup by PartBuilder the first time it read the 96 pin IBIS component
PinName Matchespurposenotes
^A[15:0],^ck,dqs,#shows us all the Address, clock and dqs pins and also the pins ending in '#'

we use this before we add the rename_rules to show what we get out of ibis

then we add the rename rules and re-read the pins to show how the names get changed


VREFwe use this match to find the VREF pins

we will remap the matching pins from  power to input, which will make smart-frac work better,

we will also remap the pin_group to ALL_SIGNAL_PINS which will have a beneficial effect when the next smart-frac update is released


ZQwe use this match to find the ZQ pin

we will remap the pin_type from power to analog 

we will also remap the pin_group to ALL_SIGNAL_PINS which will have a beneficial effect when the next smart-frac update is released

Related content

Read Pin Report for the first time
Read Pin Report for the first time
More like this
First Look with Pin Explorer
First Look with Pin Explorer
More like this
READ_PIN_REPORT
READ_PIN_REPORT
More like this
SIG_RENAME_RULES
SIG_RENAME_RULES
More like this
Using Renaming Rules with CadEnhance Tools
Using Renaming Rules with CadEnhance Tools
More like this
GENERIC_CSV_FILE Example 3
GENERIC_CSV_FILE Example 3
More like this