Configuring clocking

The txcfg.txt clock command defines the clocking configuration of the TX board main clock source. This clock is used as the internal clock for TX boards. The clock signal can also be routed to other clocking signals. The clock source can be a clock signal of the H.100/H.110 bus, the TX board internal oscillator, or an oscillator or trunk connected to another device in the system (refer to H.100 and H.110 bus clocking overview).

If the clock command is not specified, the TX board remains in its default clocking mode (standalone mode). In this mode, the main clock source is the on-board oscillator. No clock signals are driven and clock fallback is disabled.

This topic presents:

Clock command

The clocking configuration statement syntax is:

clock source [=network] outsigs [netref speed] [fallback source [=fallback network]]

where source specifies the source of the timing reference signal and is one of the following values:

Value

Description

a

H.100/H.110 bus A_CLOCK.

b

H.100/H.110 bus B_CLOCK.

nr1

H.100/H.110 bus NETREF or NETREF1.

nr2

H.100/H.110 bus NETREF2.

net

Clock derived from external network connection (T1/E1 trunk).

When specifying net, use the =network syntax to identify from which network trunk to extract the clock. For example, clock net=1 specifies using the clock derived from network trunk 1 as the board’s clock source.

osc

On-board oscillator.


where outsigs specifies the clock signal to drive and is one of the following values:

Value

Description

a

Drive H.100/H.110 bus A_CLOCK.

b

Drive H.100/H.110 bus B_CLOCK.

-

Do not drive any H.100/H.110 bus A_CLOCK or B_CLOCK.


where netref speed optionally specifies the NETREF speed and is one of the following values:

Value

Description

8k

8 kHz NETREF clock signal.

15m

1.544 MHz NETREF clock signal.

20m

2.048 MHz NETREF clock signal.

-

Speed of NETREF clock signal not provided.


where fallback source optionally specifies the clock signal to fall back to and is one of the following values:

Value

Description

a

H.100/H.110 bus A_CLOCK.

b

H.100/H.110 bus B_CLOCK.

nr1

H.100/H.110 bus NETREF or NETREF1.

nr2

H.100/H.110 bus NETREF2.

net

Clock derived from external network connection (T1/E1 trunk).

When specifying net, use the =fallback network syntax to identify from which network trunk to extract the clock. For example, net=1 specifies fallback to clock derived from network trunk 1.

osc

On-board oscillator.


Note: If fallback source is not specified, clock fallback is disabled on the board.

Configuring fallback

Primary clock master

Follow these guidelines when configuring a TX board as the primary clock master:

For example:

clock net=1 a - net=2

This clocking configuration receives the timing reference from network 1 clock, drives A_CLOCK, and falls back to network 2 clock.

Secondary clock master

Follow these guidelines when configuring a TX board as the secondary clock master:

For example:

clock a b - net=1

This clocking configuration receives the timing reference from A_CLOCK, drives B_CLOCK, and falls back to network 1 clock.

Clock slave

Follow these guidelines when configuring a TX board as the clock slave:

For example:

clock a - - b

This clocking configuration receives the timing reference from A_CLOCK and falls back to B_CLOCK.

Configuring NETREF

Use the txcfg.txt netref command to route a clock signal recovered from a specified T1/E1 network connection to the indicated H.100/H.110 bus NETREF signals. If the netref command is not specified, the TX board does not drive any of the H.100/H.110 NETREF clock signals.

The NETREF clocking configuration statement syntax is:

netref network outsigs [netref speed]

where network is the network number (T1/E1 trunk number) from which to derive the clock signal, and outsigs specifies the clock signal to drive and is one of the following values:

Value

Description

nr1

Drive H.100/H.110 bus NETREF or NETREF1.

nr2

Drive H.100/H.110 bus NETREF2.

nr12

Drive H.100/H.110 bus NETREF1 AND NETREF2.

-

Do not drive any H.100/H.110 bus NETREF signal.


where netref speed optionally specifies the NETREF speed and is one of the following values:

Value

Description

8k

8 kHz NETREF clock signal.

15m

1.544 MHz NETREF clock signal.

20m

2.048 MHz NETREF clock signal.

-

Speed of NETREF clock signal not provided.