FTG for VIA™ Pro-266 DDR Chipset
W311
......................... Document #: 38-07703 Rev. ** Page 1 of 18
400 West Cesar Chavez, Austin, TX 78701 1+(512) 416-8500 1+(512) 416-9669 www.silabs.com
Features
Maximized EMI Suppression using Cypress’s Spread
Spectrum Technology
System frequency synthesizer for VIA Pro-2000
Programmable clock output frequency with less than 1
MHz increment
Integrated fail-safe Watchdog Timer for system
recovery
Automatically switch to HW selected or SW
programmed clock frequency when Watchdog Timer
time-out
Capable of generate system RESET after a Watchdog
Timer time-out occurs or a change in output frequency
via SMBus interface
Support SMBus byte read/write and block read/ write
operations to simplify system BIOS development
Vendor ID and Revision ID support
Programmable drive strength for CPU and PCI output
clocks
Programmable output skew between CPU, AGP and PCI
Supports Intel
®
Celeron
®
and Pentium
®
III class
processor
Three copies of CPU output
Nine copies of PCI output
One 48 MHz output for USB
One 24 MHz or 48 MHz output for SIO
Two buffered reference outputs
Three copies of APIC output
Supports frequencies up to 200MHz
SMBus Interface for programming
Power management control inputs
Available in 48-pin SSOP
Key Specifications
CPU Cycle-to-cycle Jitter: ..........................................250 ps
CPU to CPU Output Skew...........................................175 ps
PCI Cycle-to-cycle Jitter: .............................................500 ps
PCI to PCI Output Skew:.............................................500 ps
Note:
1. Signals marked with * have internal pull-up resistors
[1]
Block Diagram Pin Configuration
W311
.........................Document #: 38-07703 Rev. ** Page 2 of 18
Pin Definitions
Pin Name Pin No.
Pin
Type Pin Description
RST#
CPU1:3
32
39, 38, 35
O
(open
drain)
O
System Reset Output: Open-drain system reset output.
CPU Clock Output: Frequency is set by the FS0:4 input or through serial input
interface. The CPU1:3 outputs are gated by the CLK_STOP# input.
CPU_STOP# 34 I CPU Output Control: 3.3V LVTTL-compatible input that stop CPU1:3.
PCI1:8 10, 11, 13,
14, 16, 17,
18, 20
O PCI Clock Outputs 1 through 8: Frequency is set by FS0:4 inputs or through
serial input interface; see Table 5 for details. PCI1:8 outputs are gated by the
PCI_STOP# input.
PCI_STOP# 33 O PCI_STOP# Input: 3.3V LVTTL-compatible input that stops PCI1:8.
PCI_F 9 O Free-Running PCI Clock Output: Frequency is set by FS0:4 inputs or through
serial input interface; see Table 5 for details.
FS0:1
AGP0:2
21, 22
23, 26, 27
I
O
Frequency Selection Inputs: Selects CPU clock frequency as shown in Table 1.
AGP Clock Output: This pin serves as the select strap to determine device
operating frequency as described in Table 5.
APIC0:2
48MHz/FS3
45, 44, 42
6
O
I/O
APIC Clock Output: APIC clock outputs.
48 MHz Output/Frequency Select 3: 48 MHz is provided in normal operation.
In standard PC systems, this output can be used as the reference for the Universal
Serial Bus host controller. This pin also serves as a power-on strap option to
determine device operating frequency as described in Table 5.
24_48MHz/
FS2
REF1/FS4
7
47
I/O
I/O
24_48 MHz Output/Frequency Select 2: In standard PC systems, this output
can be used as the clock input for a Super I/O chip. The output frequency is
controlled by Configuration Byte 3 bit[6]. The default output frequency is 24 MHz.
This pin also serves as a power-on strap option to determine device operating
frequency as described in Table 5.
Reference Clock Output 1/Frequency Select 4: 3.3V 14.318 MHz output clock.
This pin also serves as a power-on strap option to determine device operating
frequency as described in Table 5.
REF0 48 O Reference Clock Output 0: 3.3V 14.318 MHz output clock.
SCLK 28 I Clock pin for SMBus circuitry.
SDATA 29 I/O Data pin for SMBus circuitry.
X1 3 I Crystal Connection or External Reference Frequency Input: This pin has dual
functions. It can be used as an external 14.318 MHz crystal connection or as an
external reference frequency input.
X2 41 I Crystal Connection:
An input connection for an external 14.318 MHz crystal. If
using an external reference, this pin must be left unconnected.
VDD_REF,
VDD_48MHz,
VDD_PCI,
VDD_AGP,
VDD_CORE
1, 5,15, 24,
31 P
Power Connection: Power supply for core logic, PLL circuitry, PCI outputs,
reference outputs, 48 MHz output, and 24-48 MHz output, connect to 3.3V supply.
VDD_CPU,
VDD_APIC
41, 46, 37 P Power Connection: Power supply for APIC and CPU output buffers, connect to
2.5V.
W311
.........................Document #: 38-07703 Rev. ** Page 3 of 18
Serial Data Interface
The W311 features a two-pin, serial data interface that can be
used to configure internal register settings that control
particular device functions.
Data Protocol
The clock driver serial protocol supports byte/word write,
byte/word read, block write and block read operations from the
controller. For block write/read operation, the bytes must be
accessed in sequential order from lowest to highest byte with
the ability to stop after any complete byte has been trans-
ferred. For byte/word write and byte read operations, system
controller can access individual indexed byte. The offset of the
indexed byte is encoded in the command code.
The definition for the command code is defined in Table 2.
Table 1.
Bit Descriptions
7 0 = Block read or block write operation
1 = Byte/Word read or byte/word write operation
6:0 Byte offset for byte/word read or write operation. For block read or write operations, these bits
need to be set at ‘0000000’.
Table 2. Block Read and Block Write Protocol
Block Write Protocol Block Read Protocol
Bit Description Bit Description
1Start 1Start
2:8 Slave address – 7 bits 2:8 Slave address – 7 bits
9Write 9Write
10 Acknowledge from slave 10 Acknowledge from slave
11:18 Command Code – 8 bits
‘00000000’ stands for block operation
11:18 Command Code – 8 bits
‘00000000’ stands for block operation
19 Acknowledge from slave 19 Acknowledge from slave
20:27 Byte Count – 8 bits 20 Repeat start
28 Acknowledge from slave 21:27 Slave address – 7 bits
29:36 Data byte 0 – 8 bits 28 Read
37 Acknowledge from slave 29 Acknowledge from slave
38:45 Data byte 1 – 8 bits 30:37 Byte count from slave – 8 bits
46 Acknowledge from slave 38 Acknowledge
... Data Byte N/Slave Acknowledge... 39:46 Data byte from slave – 8 bits
... Data Byte N – 8 bits 47 Acknowledge
... Acknowledge from slave 48:55 Data byte from slave – 8 bits
... Stop 56 Acknowledge
... Data bytes from slave/Acknowledge
... Data byte N from slave – 8 bits
... Not Acknowledge
... Stop

CYW311OXC

Mfr. #:
Manufacturer:
Silicon Labs
Description:
Clock Generators & Support Products System Clock for VIATM Pro-266 DDR Chipset, W311 datasheet
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union

Products related to this Datasheet