Quick Look at the DataSheet

We Look at the ball assignments and pinout diagram in the DataSheet

We are interested in the 96 Ball x16 device

Functional Diagram

The Functional Diagrm shows us the Address and Control Pins on the left and the Data Pins, Strobes and Data Mask pins on the right

The functional diagram does not show the split between the upper data byte DQ[15:8] and lower data byte DQ[7:0] but we will see that next

in the Pinout Table.

Pinout Table

The Pinout Table provide the details of what the pins do.

We can see that some of the address pins are multipurpose. 

We also notice that the active Low signals and the negative side of the diff_pair CK and DQS signals end in #.

We will want to fix that using the SIG_RENAME_RULES  

The second half of the table shows us the Data and Power Pins. In the table DQ[7:0] and DQ[15:8] are split and named the lower data byte and upper data byte respectively.

It is helpful to know that the LDQS and LDM pins are associated with the DQ[7:0] pins and the UDQS and UDM pins are associated with DQ[15:8]. We will use that information 

when we create the functional symbol

Ball Diagram

From the ball diagram, we can see that the device is a 96 pin BGA with 3 columns of pins on the left, 3 empty columns in the middle and 3 columns of pins on the right

There are 16 Rows named A..T (where I,O, Q and S are skipped)

We can also see that it looks like it as 2 separate pin Arrays... A1..A3 to T1..T3 and A7..A9 to T7..T9


We can use this picture to help define the Pin Check entries for PartBuilder as we will see in Configure the expected pins step