background image

Without extending the bus cycle, the maximum delay time
from the leading edge of CMD to BURST inactive is
55 ns. The two delays which must be minimized in the DMA
interface design are tR/W and tLOG. tRXI/tWXI are con-
trolled by the PC16552C and tRC is created by the Micro
Channel. It is a quantity that is unknown to this designer as it
is not specified in the IBM Technical Reference Manual.

The PC16552C TXRDY signals were designed to be re-
leased by the rising edge of the last IOW strobe. This makes
it impossible to meet the BURST inactive setup time and
therefore perform slave-terminated bursts. The PC16552C
has since been redesigned so that TXRDY is released by
the RXRDY signals. The RXTXI.C driver program included in
this package uses DMA controller terminated burst transfers
for the transmitter FIFOs, a method which must be used
with the older revision of the PC16552C. The new revision
of the PC16552C was not available when this documenta-
tion was completed. However, slave-terminated transfers
were run with the old revision and the adapter performed
correctly

except

that

due

to

the

lateness

of

the

BURST deassertion, a 17th byte was always transferred to
the transmit FIFO. The last byte was lost since the FIFO
was already full. Therefore, the RXTXI.C driver program
should be used with all current PC16552C parts.

A second issue with the PC16552C is the length of both
tRXI and tWXI which are specified as 78 ns and 60 ns
(max). These times plus the delays in the logic implemented
on this adapter forces the use of an extended cycle (wait
state). Using the Synchronous Extended cycle as explained
in the Micro Channel Control Signals section, adds 100 ns
to the length of the CMD strobe, providing enough time to
meet the BURST inactive specification.

Adding a wait state is obviously undesirable since it increas-
es the bus cycle length by 50% (200 ns to 300 ns). One way
for a designer to avoid needing a wait state is to minimize
tLOG and tR/W. Besides using fast logic, the delay through
the DMA logic interface can be reduced by implementing
the design with four Local Arbiters. This eliminates the delay
created by the prioritization of the UART requests. Also, an
effort is being made to reduce the tRXI and tWXI specs on
the PC16552C. Finally, the IBM documentation is not clear
as to whether the t56 spec must be met for both IO read/
memory write and memory read/IO write transfers. The
spec is marked on the timing diagrams for both types of
transfers, but a separate note says that the spec must be
guaranteed for IO write cycles with no mention of the IO
read cycles. It is likely that the spec need not be met for IO
read cycles because the read to the IO device occurs long
before the end of the byte transfer since the byte must still
be written to memory.

While it did not meet worst-case specifications, the
PC16552C Adapter (with the old PC16552C rev) was also
tested without a wait state and ran I/O read DMA transfers
without errors. A test of the IO write transfers was futile
because only the older PC16552C was available making
slave-terminated transfers impossible.

The design chosen for implementation uses just one Local
Arbiter and prioritizes the UART DMA requests on the
adapter. This design was chosen because it is more inform-

ative example and has a lower chip count. This section de-
scribes the following functions of the interface logic: en-
able/disable of UART DMA requests; prioritization of the
four DMA requests; selection of the proper arbitration vec-
tor; local bus arbitration; fairness and Terminal Count inter-
rupt generation. Refer to the block diagram and schematics
for the PC16552C Adapter during the following discussions.

DMA Request Enable

A 4-bit write-only DMA request enable/disable register
(DMAÐEN) is implemented on the PC16552C Adapter us-

ing four 74LS74 latches. The complemented outputs of the
latches are used to gate the PC16552C’s DMA request sig-
nals RXRDY and TXRDY. To enable DMA request signals,
the system CPU must write a 1 to the bit locations corre-
sponding to those requests. Table I summarizes the regis-
ter’s function.

TABLE I

DMAÐEN Bits

7

6

5

4

3

2

1

0

X

X

X

X

0

0

0

0

All DMA Request Disabled

X

X

X

X

0

0

0

1

TXRDY2 Enabled

X

X

X

X

0

0

1

0

TXRDY1 Enabled

X

X

X

X

0

1

0

0

RXRDY2 Enabled

X

X

X

X

1

0

0

0

RXRDY1 Enabled

DMAÐEN is necessary to prevent errant DMA requests to

the Micro Channel (such as the immediate transmitter re-
quests after reset) and to maintain compatibility with stan-
dard CPU-serviced serial port operation. A hardware disable
is also implemented and is described in the TC Interrupt
section.

DMAÐEN is located at I/O address 2F7h. This location is

not used by IBM and was chosen because of its similarity to
the COM2 address block made the decode simpler. The
active low output of the register’s address decoder is gated
with the IOW signal to produce a write strobe to the CLK
inputs of the 74LS74 latches.

DMA Request Prioritization

If the adapter card is used at its full capability i.e. four simul-
taneous DMA-serviced file transfers, the four UART DMA
request strobes will operate as fully independent, asynchro-
nous signals. The asynchronous state machine, Lockout,
implemented in a 16L8D GAL, is used to select the highest
priority active DMA request and lock out all other requests
until that request has been serviced. The state diagram for
Lockout is illustrated in

Figure 2 . The state machine resides

in the Idle state until one or more DMA requests go active.
The requests are the active high gated versions of the
RXRDY and TXRDY signals and are called RX1, TX1, RX2,
and TX2. An active request moves Lockout to the corre-
sponding request state. If more than one request are active
at once, the machine will move to the highest priority state.
The requests are prioritized as follows: RX1 (highest), RX2,
TX1 and TX2. Note that this prioritization mechanism pro-
vides adapter-level arbitration between the requests leaving
only one which competes for the bus at the system level
(Central Arbitration).

9

Summary of Contents for PC16552C

Page 1: ...sis for a high performance serial port design Advancing modem technology is causing a substantial in crease in serial transfer baud rates putting a severe strain on existing serial port designs Personal computer systems are unable to keep up with transfer rates that are now reaching 115k baud The PC16552C allows the serial port designer to design ports that can handle these faster data rates Trans...

Page 2: ...PC16552C Adapter Block Diagram TL F 11195 1 2 ...

Page 3: ...niz es as an empty slot Since the system remembers which adapter and ID resides in each slot removing a card inserting a new card or even moving an existing card to a different slot will cause a POST failure IBM s System Configuration utilities must then be run to reconfigure the system by modifying the configuration data stored in CMOS RAM ADFsÐAdapter Description Files System board and adapter P...

Page 4: ...n external pins while others are used for internal address de coding or to define the operating modes of the 82C611 POS100 and POS101ÐAdapter ID Bytes All adapters must store a two byte ID number in POS regis ters 100 and 101 IBM specifies that all direct program con trol adapters including memory mapped I O have an ID byte between 6000 and 6FFFh As previously mentioned the ID byte for this adapte...

Page 5: ...ts DS16 input which is tied high in this design CD CHRDY Card Channel Ready An adapter which needs more time to transfer data on the Micro Channel pulls this signal low not ready to extend the current bus cycle There are two types of extended cycles Asynchronous Ex tended and Synchronous Extended The difference be tween them is when the CD CHRDY signal driven back high ready In the synchronous cas...

Page 6: ...d directly to each comparator and compared to POS102 bit 4 and bit 1 which are programmed for channel 1 and channel 2 respectively A14 A13 and A12 are connected to 82C611 multi function pins MFP6 5 and 4 respectively They are constantly com pared to two bit fields in POS103ÐB5 3 and B2 0 Bits 5 3 are programmed with the A14 A13 and A12 bits expected for channel 1 and bits 2 0 with the bits expecte...

Page 7: ...driving the BURST signal until all transfers are complete A bursting device may also stop transfers if another device drives PREEMPT active thus postponing any further transfers until it wins the system channel again IBMÉ requires a bursting device not to ignore an active PREEMPT for more than 7 8 ms thus 7 8 ms is the maxi mum time allowed for a single BURST transfer At this time the Central Arbi...

Page 8: ...ned with the latter implementa tion One particular timing specification required by the Micro Channel when a DMA slave terminates a burst cycle is the most critical issue in the design of a useful DMA serviced serial port The goal of the DMA interface design is to be able to transfer four files simultaneously in two directions with attention from the CPU only at the beginning and end of the file t...

Page 9: ...out a wait state and ran I O read DMA transfers without errors A test of the IO write transfers was futile because only the older PC16552C was available making slave terminated transfers impossible The design chosen for implementation uses just one Local Arbiter and prioritizes the UART DMA requests on the adapter This design was chosen because it is more inform ative example and has a lower chip ...

Page 10: ... stay in Idle until the Delay signal goes inactive low 100 ns later Thus DREQ is guaranteed to be inactive for at least 100 ns Selection of Arbitration Vector The PC16552C Adapter is designed to store four different arbitration vectors which correspond to the 4 DMA channels programmed to service the UART s RXRDY and TXRDY DMA request signals Two 74LS153 Dual 4 Line to 1 Line Data selectors are use...

Page 11: ...s asserted and DMA controller begins transfer XFR3 DREQ has gone inactive signifying completion of transfer BURST is deasserted This is an intermedi ate state to IDLE Fairness IBM s Fairness algorithm is enabled when POS register 102 bit 7 is set An asynchronous state machine for each of the four UART DMA request signals implemented in 2 PALs Fair1 and Fair2 ensures that the four requests obey the...

Page 12: ...he CL in puts of the DMAÐEN register s 74LS74 latches The TC pulse clears the adapter card enable bit for the decoded channel and prevents any further DMA request from that channel until the CPU has re intialized the system for a new file transfer All four UART TC pulses are OR ed together to set a 1 bit read only register called Interrupt Status Register ISR The output of ISR is connected to the ...

Page 13: ...PU sits in a wait loop while the DMA controller continues to service the serial ports The program stops af ter all four files have been transferred The dmaÐint IRQ3 service routine is executed if a line status error is generated or a TC is generated by a file trans fer completion The routine first checks for line status errors in both channels It then reads the 1 bit Interrupt Status Register ISR ...

Page 14: ...oice SERIAL 3 pos 0 4XXXX100Xb pos 1 4XXXXX011b io 3220h 3227h int 3 choice SERIAL 4 pos 0 4XXXX101Xb pos 1 4XXXXX011b io 3228h 322fh int 3 choice SERIAL 5 pos 0 4XXXX100Xb pos 1 4XXXXX100b io 4220h 4227h int 3 choice SERIAL 6 pos 0 4XXXX101Xb pos 1 4XXXXX100b io 4228h 422fh int 3 choice SERIAL 7 pos 0 4XXXX100Xb pos 1 4XXXXX101b io 5220h 5227h int 3 choice SERIAL 8 pos 0 4XXXX101Xb pos 1 4XXXXX10...

Page 15: ...s BUSARB Local Arbiter State Machine The following asynchronous state machine controls the Local Arbiter on the Adapter Card The device used is a 20L8 PAL outputs q3 q2 q1 q0 burst preout ack enarb pins 21 20 19 18 17 16 22 15 inputs dreq arbgnt buswin prein chrst pins 1 2 3 4 5 States of Arbiter idle e 1 1 1 1 req e 1 1 1 0 req uchannel bus preout q0 active arb e 1 0 1 0 vector enabled preout ena...

Page 16: ...nd enarb enable arb3 e sel3 enarb enable arb2 e sel2 Q enarb enable arb1 e sel1 Q2 enarb enable arb0 e sel0 Q2 Q3 enarb LOCKOUT Device Request Lockout State Machine This machine selects and prioritizes the four UART DMA requests and issues a single request to the Local Arbiter Once a particular request is selected all others are locked out The device used is 16L8D PAL Outputs dreq s1 s0 q0 q1 q2 q...

Page 17: ...r rx1 fair chrst Ý rx1Ðwait fair rx2 tx1 tx2 PREEMPT chrst rx1q1 e rx1Ðxfr rx1 fair chrst Ý rx1Ðwait rx2 tx1 tx2 PREEMPT chrst Ý rx1Ðwait rx2 tx1 tx2 PREEMPT chrst rx2q0 e rx2Ðdle rx2 chrst Ý rx2Ðxfr rx2 chrst Ý rx2Ðxfr rx2 fair chrst Ý rx2Ðwait fair rx1 tx1 tx2 PREEMPT chrst rx2q1 e rx2Ðxfr rx2 fair chrst Ý rx2Ðwait rx1 tx1 tx2 PREEMPT chrst Ý rx2Ðwait rx1 tx1 tx2 PREEMPT chrst rx1fair e rx1q1 rx...

Page 18: ...TL F 11195 7 18 ...

Page 19: ...TL F 11195 8 19 ...

Page 20: ...TL F 11195 9 20 ...

Page 21: ...TL F 11195 10 21 ...

Page 22: ...TL F 11195 11 22 ...

Page 23: ...TL F 11195 12 23 ...

Page 24: ...onal Semiconductor National Semiconductor National Semiconductores National Semiconductor Corporation GmbH Japan Ltd Hong Kong Ltd Do Brazil Ltda Australia Pty Ltd 2900 Semiconductor Drive Livry Gargan Str 10 Sumitomo Chemical 13th Floor Straight Block Rue Deputado Lacorda Franco Building 16 P O Box 58090 D 82256 F4urstenfeldbruck Engineering Center Ocean Centre 5 Canton Rd 120 3A Business Park Dr...

Reviews: