• No results found

Design and implementation of a central instruction processor with a multimaster bus interface

N/A
N/A
Protected

Academic year: 2021

Share "Design and implementation of a central instruction processor with a multimaster bus interface"

Copied!
33
0
0

Bezig met laden.... (Bekijk nu de volledige tekst)

Hele tekst

(1)

Design and implementation of a central instruction processor

with a multimaster bus interface

Citation for published version (APA):

Fabian, K. (1981). Design and implementation of a central instruction processor with a multimaster bus interface. (EUT report. E, Fac. of Electrical Engineering; Vol. 81-E-117). Technische Hogeschool Eindhoven.

Document status and date: Published: 01/01/1981

Document Version:

Publisher’s PDF, also known as Version of Record (includes final page, issue and volume numbers)

Please check the document version of this publication:

• A submitted manuscript is the version of the article upon submission and before peer-review. There can be important differences between the submitted version and the official published version of record. People interested in the research are advised to contact the author for the final version of the publication, or visit the DOI to the publisher's website.

• The final author version and the galley proof are versions of the publication after peer review.

• The final published version features the final layout of the paper including the volume, issue and page numbers.

Link to publication

General rights

Copyright and moral rights for the publications made accessible in the public portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights. • Users may download and print one copy of any publication from the public portal for the purpose of private study or research. • You may not further distribute the material or use it for any profit-making activity or commercial gain

• You may freely distribute the URL identifying the publication in the public portal.

If the publication is distributed under the terms of Article 25fa of the Dutch Copyright Act, indicated by the “Taverne” license above, please follow below link for the End User Agreement:

www.tue.nl/taverne Take down policy

If you believe that this document breaches copyright please contact us at: openaccess@tue.nl

providing details and we will investigate your claim.

(2)

Design and implementation of a central

instruction processor with a multimaster

bus interface

by

(3)

E I N D H 0 V E NUN I V E R SIT Y 0 F T E C H N 0 LOG Y

Department of Electrical Engineering

Eindhoven

The Netherlands

DESIGN AND IMPLEMENTATION OF A

CENTRAL INSTRUCTION PROCESSOR

WITH A MULTIMASTER BUS INTERFACE

By

K. Fabian

TH-Report 81-E-117

ISBN 90-6144-117-X

Eindhoven

February 1981

(4)

- 1

-Abstract

Functional description and a circuit analysis of a Central Instruction Processor based on a CPU Signetics

SPC 16/10 is provided. Multimaster bus interface enables the use of the microcomputer in the multiprocessor applications based on the UPL - Bus structure.

Fabian, K.

DESIGN AND IMPLEMENTATION OF A CENTRAL INSTRUCTION PROCESSOR

WITH A MULTlMASTER BUS INTERFACE.

Department of Electrical Engineering, Eindhoven University of Technology, 1981.

TH-Report 81-E-117

Adress of the author

Ing. Karol Fabian, esc Institute of CYbernetics Slovak Academy of Science

Borna Strieborna 8

BANSKA BYSTRICA 974 00

(5)

Acknowledgement

This work would not be possible without the help of

Ir.M.P.J. stevens and Ing. C.H. Hooidonk and supervision of

(6)

- iii

-Contents

Page

I. Introduction

2. Central Processing Unit - SPC 16/10 2

2.1. General Information 2

2.2. Memory Organization 3

2.3. Automatic Restart and Power Fail Interrupt 4

2.4. I/O System 6

2.5.

CPU Timing 6

2.6. Instruction Set 6

2.7. CPU Support Circuits 7

3. Clock Circuits 8 4. Input/Ouput 8 4.1. Serial I/O 8 4.2. Parallel I/O 9 5. Interrupt Control 10 6. Memory Organization 12 7. Bus Interface 13 8. DMA Control 15 Literature Figures 16 17

(7)

central Instruction Processor SPC 16/10 Karol Fabian

1.Introduction.

This report contains a functional description

circuit analysis of a single board computer, based

Signetics SPC 16/10 CPU chip. The microcomputer was built and measured during a UNESCO fellowship which

from october 1980 t i l l february 1981 at Technical

and a on the designed, took place University Eindhoven.

Figure 1 is a simplified block diagram of the microcomputer,

that ilustrates the functional interface between the SPC 16/10 CPU and the system facilities via the UPL Bus (Unified Product Line Bus proposed by Signetics).

According to Signetics convention, low active signals at

Signetics chips are described with a letter N to make the report readable together with the used literature. Signals and lines Which continue on other figures are described by name and number of figure where they should continue.

(8)

central Instruction Processor SPC 16/10 Karol Fabian

2. Central Processing Unit - SPC 16/10.

2.1. General information.

Signetics SPC 16/10 microprocessor is a 16 bit single

chip cPU, which can work with SPC 16/12 Unified Bus Manager (UBM) to support multimaster bus systems that share acces to

Common system resources, and together with the SPC 16/11

Interrupt Handling Controller (IHC) provides a interrupt structure, which supports up to 64 hardware and software interrupt levels. The architecture of the SPC 16/10 is based on

an array of sixteen I6-bit registers, one of which is reserved

as the program counter, and a second as the system start

pointer. The other 14 registers are general prupose and can be

used as data accumulators, index registers, or memory pointers.

A 16-bit program status word provides status and control

information such as current interrupt level, interrupt control

and condition and can be operated upon by certain instructions

to alter the operational state. The CPU can directly address

32K 16-bit words software memory and 32K I6-bit words firmware

memory, 256 external registers and 64 I/O devices. The

firmware memory can be used for functions such as self-check

routines and control panel programs. These resourecs decrease

system program and read/write memory needs, and Can increase

the ststem throughput. The instruction set features eight addressing modes and operates on hit, characters (byte), word and double word data types. The instruction set includes hardware multiply and divid", multiple shifts and rotate, load and store of multiple r"gisters and test and set/reset bit operations on hit strings.

The addressing modes include direct, register, indirect, indexed and indexed indirect types. Operations directly on memory words are also supported. For use by the progrmmer are sixteen registers AO through ~5 available. Register P (AO) is

used as a program counter. It is incremented in steps of two

if the program is to continue in sequence or altered to hold the new address if a branch is to be performed. Working register Al-~4 may be used in the following waysl

as the source of one or both operands required by an instruction.

as a destination of the result of the execution of an instructon.

as a pointer where the specified register contains the operand address rather than the operand itself. as index registers.

as user stack pointers, which are automatically

updated on linking to and return from subroutines.

(9)

Central Instruction Processor SPC 16/~O Karol Fabian

A1S is the system stack pointer. Al5 can be adressed by

instruction in the same way as registers Al through Al4 but only while operating in system mode.

PSW register is divided into three parts which together

form one 16-bit word (Program Status Word). certain

instruction and hardware actions cause this word to be stored in a memory stack whenever it is required to be saved. Program

action is then necessary to restore the saved word. The

content of the PSW can be altered by processor intructions

while operating in system mode.

PSW register format

PL Priority leve. CR GP ~chine status bits

0 1 2 3 4 5 6 7 8 9 ~O I I 12 13 14 15

PO PI P2 P3 P4 P5

leo

Cl RUN EN! Not used F U

PL register - The 6 bit program level register indicates the priority level of the running program.

state

CR register The

of the result of,

instructions.

2 bit condition register holds the

or the response to, certain

GP register - The general flag register contains 8 bit,

4 unused. Remaining bits indicate and control the CPU status.

RUN - The CPU is in the idle state (RUN-O). RUN-l

indicates that the CPU is executing instructions.

ENE Interrupts are enabled when ENE-l.

F - The CPU executes instructions from firmware memory when F=O.

U - System state is indicated by u=o and user state by

U=1.

2.2 Memory Organization.

The SPC 16/10 addresses two program and data memory spaces referred to as software memory and firmware memory. The

(10)

central Instruction Processor SPC 16/10 Karol Fabian

memory currently addressed is indicated internally by the state of the F-bit in the PSW register and externally by the state of the FIRMN output pin. User application programs normally

reside in software memory while firmware memory can be used for

storage of system routines such as initial program load,

automatic restart, operator*s console and diagnostics. However

it is not necessary to use two distinct memories, if the FIRMN

output is not used in address decoding, all mamory accesses

will be from a single memory regardless of the state of the F-bit.

Firmware state is entered on receipt of the automatic

restart or EPIN interrupts. While in firmware state, the £PIN

Interrupts are disabled. All instructions are available in

this state and the extended load ELR, extended store ESR and

return from firmware RTF instruction are available in the

firmware state only. The software state is entered from the

firmware state upon execution of an RTF instruction with

appropriate parameters. Each address space is 32K words of 16 bits.

Although the CPU data types include bits and characters

(bytes) as well as words, accesses to the memory are always in

words (even address) and therefore the least significant bit of

the address is not revelant for memory addreSSing. Hexadecimal

addresses 0 and 2 of the firmware memory are reserved for automatic restart and EPIN interrupt vectors, while the high addressed (FFFC and FFFE if a full 32K words are in use) are

reserved as a save area for the PSW register and program

counter contents when EPIN interrupt is received. In software memory, OOOOH through 007EH contain address vectors for interrupts and traps. The system stack begins at the initial value of A15 and fills the value if the stack pointer goes lower than 0100H.

2.3 AutomatiC Restart and Power Fail Interrupt.

Active low input on reset pin sets the CPU to a known internal state. The PWFN input must be low while RESETN is low in order to properly reset the chip. When RESETN gars high after being low for the specified time period, the device

executes an internal initialization routine which resets all

interrupt flip-flops and initializes PSW register as follows: PLR ~ 111111, RUN

=

0, ENB -1, U - 0 and F - 1. The CPU then

remains in an idle condition and does not execute program

instruction until PWFN goes high or EPIN goes low.

The negative edge of PWFN input causes a power fail interrupt to be grnerated (level 0). The CPU completes

execution of the current instruction, stores P and PSW in the

(11)

central Instruction Processor SPC 16/10 Karol Fabian

system stack and writes a new program level (0) into the PL-register and to external PL-register FPH. It then vectors to the first instruction of the interrupt routine, Whose address is contained in the word 0 of the memory.

The positive edge of PWFN minimum time t - 20ms after the positive edge of RESETN causes an automatic restart interrupt (level 0) to be generated. If ENB e 1 or subsequently when interrupts are enabled, the CPU switches to firmware mode and vectors to the address contained in word 0 of the firmware

memory.

The CPU has the capability of dealing with 62 interrupt levels

and two traps. The sources of these interrupts area

Level

---0 1 2 3 4 to 61 Type of interrupt

power failure/automatic restart

LKM instruction or system stack overflow INT2N input

INT3N input INTXN input

Associated with each interrupt is a priority ranging between 0 and 61. Since the INTXN input encompasses interrupt levels 4 to 61 external circuitry compare the priority of the interrupting device with the Current program level, before activating INTXN. This is acomplished via the SPC 16/11 Interrupt Handling Controller, which function will be described in next chapter. Traps are high priority interrupts that differ from normal interrupts in that they are recognised regardless of the state of ENB bit and independent of program level. The two traps are: Trap 62 is activated upon detection of an instruction with content 68XXH. Trap 63 occurs on other illegal instructions or detction of a privileged instruction while operating in user mode. Location OOOOH to 007EH of software memory contains a table of 63 addresses. When an

interupt is recognised, the CPU suspends execution of the

current program, saves necessary parameters in the system stack

and perform an indirect branch via the appropriate table entry to the handling routine.

(12)

Central Instruction Processor SPC 16/10 Karol Fabian

2.4 I/O System.

The SPC 16/10 can use three methods to transfer data to

I/O devices. The first technique, memory-mapped I/O requires,

that a portion of the memory space is assigned to I/O devices.

Special I/O instructions are also available to address up to

256 external registers and 64 control units, independent of the

memory. These two types differ in that the control unit

instruction set the condition register to reflect the status of

CACK and AREN input pins wile the external registers

instruction do not. External register FFH is reserved for use

by the interrupt system.

2.5 CPU Timing.

Lit. [lJ provides figures to illustrate basic read and

write cycles of the CPU. The CLK input provides the basic

timing Signal. The cycle begins with a generation of the

address strobe ASTRa, the trailing edge of which samples the

multiplexed address on the ADO-AD15 lines. This address

together with the state of the AHA, AMB and WRITE outputs

determines the device being accessed and whether a read or

write operation is being performed. In the next clock cycle

REQN output goes low to alert the external devices that a data

transfer operation is in progress. At the same time, data is

placed on the AD outputs for a write operation, or the lines are prepared for input for a read operation.

One and a half clock periods later the state of the ROY input line is sampled to determine i f the addressed device has accepted or provided the data. If ROY is low, a wait cycle is

inserted and the process is repeated one clock period later.

When ROY goes high the cycle is terminated. Data and status

information is accepted by the CPU if required, and REQN is

returned to high, to indicate that the transfer has been completed.

2.6. Instruction set.

SPC ~6/~O executes a powerful set of instructions,

which is described in

[7).

It provides eight addressing modes,

bit, character (byte), single and double preCision integer and logical data types.

(13)

central Instruction Processor SPC 16/10

2.7. CPU suport circuits.

CPU support circuitry consists of the cycle status decoder, which is based on Intel 8205 chip. The inputs to this decoder are ANA, AMB. REQN and WRITE signals produced by the CPU unit. output control signals are connected to DM 8097 3 -state buffer. This buffering allows disconection of these control signals from the control bus by the DMA cycle. 3-state of the OM B097 is entered with the AEN signal from the DMA controller. Low active control signals provided by this scheme include MEMRD, MEMWR, l/OR, I/OW, ERR, ERW. Two types of MEMRD and MEMWR control signals are provided. One for normal memory read/write cycle and second pair for memory access with lock.

This is useful in multimaster systems for implementations of

semaphores. The memory address with lock specification is generated during tne execution of TSB (test bit) and TRB (reset bit) instructions.

Address and data are demultiplexed by the means of a pair of Intel 8282 latches and a pair of 8286 buffers. 8282 chips are used for address latching after the trailing edge of ASTRO strobe which is connected to STB input of 8282.

Latches are 3 - stated by the AEN signal produced by the DMA controller in the case of the DMA cycle. Data are buffered by th means of two 82B6 3 - state octal bidirectional buffers. Direction of transmission is switched by the WR signal which determines the data path. Output of buffers are enabled with the REQN low active signal, which signalizes the data transmission in progress.

(14)

Central Instruction Processor 5PC 16/10 Karol Fabian

3. Clock circuits.

The clock circuit ic composed of 745124 and two 7473 chips. Clock is stabilised by 25 MHz crystal. 745124 provides two independent clock frequencies. 25 MHz is used for Intel 8202 dynamic RAM controller, which is the maximum clock

frequency for this device. The same clock source is used for

the CPU 16/10 chip.

25 MHz is divided by 8 by the means of 3 J-K flip-flops to achieve exact synchronization of the CPU cycles and dynamic RAM responses. This can be very important in some real time applications, where the time is critical and the wait

states of CPU have to defined. This will be not the case of independent dynamic RAM controller clock. Resulting 3.125 MHz frequency is applied to CPU CLK input. The same frequency is used for U5ART CLK input and DMA CLK inputs.

Independent 614.4 kHz from the other oscilator of 745124 is used for USART TXC and RXC inputs for definition of receiver and transmitter baud rates.

4. Input/Output.

4.1. serial I/O.

The serial interface for the card is based on the Intel

8251A USART chip and provides V.24 interface. The 8251A is fully programable for synchronous or asynchronous operation and enables full or half duplex operation with the peripheral. The receive/transmitt baud rate is supplied by a 74S124 clock generator.

For a testing purposes the chosen frequency 614.4 kHz for TxC and RxC inputs enables 9600 Baud rate communication with thw CRT terminal in asnchronous mode. Fraction of this rate are

software programable. For some application it will be necessary

to use the programable baud rate generator with the Intel 8253

or other similar devices. List of USART commands can be found

in [6].

selection of 82SLA chip is provided by the means of 8205

adress decoder. Adress 30H is used for data I/O and 31H for

command and status words. Fig. 4. ilustrates the scheme of

serial I/O designed for use with SPC 16/10 CPU chip.

(15)

Central Instruction Processor SPC 15/10 Karol Fabian

4.2. Parallel I/O.

Parallel I/O system is based on two Intel 8255 chips. There are 32 general purpose I/O lines available on each chip that are divided into three groups of eight. Each group can be initialized in either input or output mode. The programming rules for these I/O lines are those of the 8255 chip. The list of initialization and operation commands of the SPC 16/10 procesor for 8255 device can be found in [61 .

8205 address decoder is used to select two 8255 devices at adresses stated in table:

Address Port name

lOB Port A 8255 nr 1 lIB Port B 8255 nr 1 12B Port C 8255 nr 1 DB Control 8255 nr 1 20B Port A 8255 nr 2 21B Port B 8255 nr 2 22B Port C 8255 nr 2 23H Control 8255 nr 2 9.

(16)

Central Instruction Processor SPC 15/10 Karol Fabian

5. Interrupt control.

Interrupt control is acomplished by the two SPC 16/11

Signetics chips. SPC 16/11 is a bipolar LSI device designed to

facilitate the handling of multilevel priority interrupts in microcomputer systems. It can work in three modes of operation

from which DINXT and INTRA mode is used in designed

microcomputer. CINXT mode can be used after the slight

modification of the SPC 16/11 nr2 chip connection.

In the DINXT discrete interrupt transmitter mode, the

interrupt handling controller (IRC) can accept eight discrete

interrupt request signals IRO IR7) and generates a

prioritizied time multiplexed interrupt level code on its bus

coded interrupt output BCI. The interrupt priority is

determined by the position of the discrete interrupt on the

input pins. While transmitting thr Bel, an internal priority

resolver checks i f a higher priority level interrupt is active

from another IHC and causes transmission of its BCI to be

terminated if this condition exists.

In the CINXT - coded interrupt transmitter mode, the IRC

accepts an interrupt level code on its interrupt level inputs ( ILO - IL5 ) and serially transmitts the code on its BCI line. Transmission of the BCI takes place as in the DINXT mode.

IHC operating in the INTRA interrupt receiver and

arbitrator mode receives the time multiplexed interrupt codes

from the transmitting IHC devices operating in the DINXT and

CINXT modes and compares the received code to the code stored

in its program level register PLR by the CPU. If the received

code has a higher priority level than the PLR the PLR is

updated to the received priority level and an interrupt request

is generated for the CPU. Upon request from the CPU, the IRC

places the interrupt code on its ILO IL5 outputs.

Conununication with the CPU is done through the external

register at address FFH, which will be descr1bed later in this chapter. Upon request from the CPU the IRC placea the interrupt code on its ILO - IL5 output lines.

Active low interrupt request inputs IRON IR7N from

pel:ipheral devices and control units are connected to IHC in

DINXT mode. Bus coded interrupt is send on the BCI line by this

. chip to IHC in INTRA mode. Details of serial coded interrupts

can be found in ~20.

Interrupt clock is supplied from the clock generator (

3.l25 MHz ) of the CPU. This signal is also applied to the INCL

line of the UPL Bus for synchronization of BCI with other

interrupt controllers. Bus coded interrupt signal is supplied

to the IRC in INTRA mode. If a higher priority interrupt code

(lower numeriC value) than the current code in the PLR of the

(17)

Central Instruction Processor SPC 16/10 Karol Fabian

INTRA IHC is received, output flag INTFN is set low.

Active low output INTFN causes that the CPU reads the

interrupt level from the external register with address FFB,

writes this level into the PL register and external register

FFH and vectors to the adress in the interrupt vector table

which coresponds to the new program level. ommand strobe CMDSN to the IHC in INTRA mode is produced from the address bus lines with the address FFH and external register control R/W signals.

Open colector outputs ILO - IL5 are directly connected to

lowest significant AD input/output lines of the CPU to provide direct reading or writing for register FFH.

(18)

central Instruction Processo.r SPC 16/10 Karol Fabian

6. Memory organization.

For on board memory the firmware memory option was used.

2K of 16-bit words EPROM with starting address OOOOH is used

for simple monitor program, which was used for testing

purposes. Intel 8205 address decoder is used for proper se1ection of two 2716 EPROMS. l.K of static RAM memory is placed from starting address 1000H. 8205 is again used with the appropriate address line to enab1e this part of memory. MEMRD and MEMWR control signals are used for enab1ing writing or reading desired locations of memory. Fig.7. shows the scheme of EPROM and static RAM configuration.

Dynamic RAM management is provided by the means of the Intel 8202 dynamic RAM controller chip. The starting address of dynamic RAM is 8000H with deSigned firmware memory layout. Sixten Intel 2118 provide 16K of 16 - bit words of RAM memory.

8202 provides refresh cycles in proper intervals and

arbitrates in the cases of simultaneous memory accesses

attempts. SACK output is used to enter wait states by the CPU if necessary. XACK signal strobes output data from the memory which are enabled on the local data bus by the means of MEMRD ored with pes signals. pes signal is produced from FIRMN and AO lines to access upper 16K of firmware memory.

Firmware memory for practical realization of designed

central Instruction Processor was used because of internal

switch Of the CPU to firmware state after the reset and power fail interrupt. Timing analysis of the used memories proved that there are no wait states necessary to be inserted exept of the dynamic RAM. One wait state is automatically inserted by the dynamic RAM controller with every dynamic RAM memory

access.

(19)

central Instruction Processor SPC 16/10 Karol Fabian

7. Bus interface.

Microcomputer bus interface is based on the SPC 16/12

Unified Bus Manager (UBM) chip. This bipolar device is designed

to permit a bus master device to request and gain control of

the common system bus. SPC 16/12 allows a bus master device in

a multimaster systems to as to transfer data to a

primarily intended to

proposed UPL Bus. Full

of this bus can be found

communicate with other masters as well

common memory and I/O devices. UBM is

interface devices to the Signetics

details of the structure and operation

in [4J.

UBM operates in deSigned scheme in CPU mode, its CU

input is tied low. UBM serves to

allocate

the bus to its own

use (highest priority) and

also

acts as a bus controller in

granting bus accesess to other master devices. The CPU requests

its own access to the bus by providing the signals BRQA, BRQB

and WR which specify the type of bus exchange request

along

with the bus request strobe BRQS1.

Bus request strobe BRQSl is produced by an of-board

access logiC multiplied with the REQN sgnal from the CPU, signalizing data transfer in progress. The positive edge of the

bus request strobe stores the request type in bus allocation

logic.

Signals AMA and AMB from the CPU are directly connected

to the BRQA and BRQB inputs of the UBM. The following bus

exchange types are specified by means of these signals:

BRQA BRQB

memory access with lock memory access without lock peripheral access

external register access

The lock mode access provides

capability of retaining control of the

access cycle. The UBM allocates the bus

it has received the bus request strobe

detection circuitry is provided for

following conditions are satisfied:

o

o

1 1

o

1

o

1

the bus master with the

bus for more than one

usage to the CPU after BRQS1 (of-board adress this purpose) and the

No other master has requested the bus (BUSRN high). Another master has not been selected (MSN high). The bus is not being used (BSYN high for a minimum of BSYNDLY period).

The UBM assumes control of the bus by lowering BSYN. once

(20)

Central Instruction Processor SPC 16/10 Karol Fabian

the bus has been allocated, the UBM generates the necessary control ana timing signals a.utomatically :

EMADN is used to enable two Intel

transfer address on the UPL Bus.

ASTRO strobe from the CPU.

Address is

8282 latches strobed by

to the EBON signal is used for switching the direction of data flow trough two 8286 buffers and EMADN enables data to a local

or to a system bus. Byte swapping is not provided.

Timing Signals TMRN, TMPN or THEN are dependent on the

type of bus exchange requestet. Upon a reception of a reply timing signal (TSMN) from the addressed device acknowledging the dat.a transfer, the UBM will raise its RDY line signifying to the CPU that the bus tra.nsfer has been completed. Fig. 8 shows the UPL Bus interface tu the single board computer with the SPC 16/10 CPU. Not shown are the drivers for the control signals. Specification of these can be found in (4).

(21)

central Instruction Processor SPC 16/10 Karol Fabian

8. DMA control.

DMA control is provided using the Intel 8237 device. It is a 4 - channel programable DMA controller. There are four pairs of channel registers, each pair consisting of a 16 - bit DMA address register and a 16 - bit terminal count register. 8237

also includes one 8 - bit status register. By the means of the 8205 adress decoder the following address assignement is used :

I/O port address Function F/L

OOH CHO DMA address LSB 0

OOH CHO DMA address MSB 1

01H CHO Term. count LSB 0

01H CHO Term. count MSB 1

02H CH1 DMA address LSB 0 02H CH1 DMA address MSB 1 03H CH1 Term. count LSB 0 03H CH1 Term. count MSB 1 04H CH2 DMA address LSB 0 04H CH2 DMA address MSB 1 05H CH2 Term. count LSB 0 05H CH2 Term. count MSB 1 06H CH3 DMA address LSB 0 06H CH3 DMA address MSB 1 07H CH3 Term. count LSB 0 07H CH3 Term. count MSB 1 08H Mode (Wr) 0 08H status (Rd) 1

upper part of the address is latched by the means of Intel 8282 at the ADSTB strobe which is produced by controller. AEN signal is uded to switch the direction of transmission of 8286 buffer for input or output the control sgnals. signal is also used for disabling the CPU control signals buffer DM8097. It is also used for 3 - stating 8282 address latches used by CPU for address demultiplexing.

DMA request and DMA acknowledge signals are connected through the inverters to the CPU appropriate pins. Fig. 9. shows complete scheme of DMA logic for designed microcomputer.

(22)

Central Instruction Processor SPC 16/10

Literature.

[lJ

SPC 16/10 Signetics product data sheet

[2] SPC 16/11 Signetics product data sheet

[3J SPC 16/12 Signetics product data sheet

Karol Fabian

[4J UPL - Bus Specification, Philips Data Systems 1979 [5J Intel Data Catalog 1980 , Intel Corp.

[6] SBCA Single Board Computer, Philips Data Systems 1980 [7J P800M Programmers Guide 1 & 2, Volume II: Instruction

set, Philips Data Systems 1976.

(23)

nYot~e.<

it

fo l;'rJ~.s.

CPU

'K.arn

1<.0'1

1'0

'10

CLK.

src(~o

Fr""-"'llllarl.. hv-n-r.ware. 1">",,$<-1 r - Seria.J

.

i"

i>-

..:

!=>-

~'>

0

""-.?

<..Z

<:....,.7

'"

>-

""

7

Local

4ddy"-Ss, lJodo.., Confrol

a"s

<

i"

..

r-1,,+. I#¢/s

4~'2

,..

..

7

])HA (L&,

VHA

IIPL-3us

Infer""!,,

I -

' - -

f-])f1A o.c!, col1.J.rol tiDY> <>fj"",,,,f C<;nfY'ol

~

?>

..

...

11

..

.7

...

7'

SJste-wt

Bus

~

(24)

J/

CLK. 6/ WI{, 01,

I

'l/lnA) / WrK

+

-2

0 - Ak

JL;

~ 1< =1-~.f1 lilT"

u~'

"

/JM"

s/

G/

8 {vi lJffA-l.J!:.

o/Ji

H42Q" ->---{ /US/l + 1l

-L-t-

---*1-1!, ~ <, 4 t;

'"

2<-2, 2, 14 30 33

I

I

A CL./i. N18 Z VOj) ~ ANA Vss R[QI{ 3< wR 3& S1'~

1hlM

F{RJ1~ {NT;. PClRI> ~7-EPi/o{

ADo,

,

(NT'!. AM {/Jr3 AD2 1 ~PJ 8 CAC/( AD, q /(PV ~OS <0

M.

/a AD? is

,4

ADS " ~IG A/)I" O/IAIIS /I(J# I>

NJIl A& Dl1AI?f/I/

,.

APf!, w AJiIl, PwFW {lf9V '''' "

,..

..

P

J'

-;, 11<.

..J.!1

~I'

~ /l

'"

TJ,

r'~

I-+-(

1k

ri~

L -")

v,"

13

~

f,

tJ L A2

A,

0, 11 0,

8205

Iv

A.

Or

F,

0. q

4.

~ ~

II

Gill!

-,V

It

10

,d'

, PI V'<- <w))q, iQ

,

.

'F 3 P4 J)Q, ~

V,

POL

YI, Plj Ii, oJ' 8282 ]~ If 6 !1i.

"

Vir Pet t;, .t 1)(~ VI>. g PI, _l>} 11 SrB oE H q A

,

A.

-r

,~

'2

'$. '8 '--"-hi Il. -~ it, 1, ,1 1 82Bb ~

,.

'"

,t

r it. 3,

} Ar !s-t>

"

it, l< 8

At-

a

"-DE Vh (;'0

'~l -:!=-~O +

Fig. 2. CPU circuitry

18. ~<i/ 110

"I .1

r;

I ~ Bz ~h. ~

HEiiiO/Y

,

'"

11€l1flWL/-:;

,

T I/o" 1,(0

)11

$OQ1 I/o", ((0 IV q

"

liS 4' ffi

Ir;

l ' ,~

Ef''''

Ie.

ONO

*

~57J<i)/q

120

r;11'

'0

1 10

v

e(.. '''DD ,Q Ao/1 2 If

MI1

3

1),

1~

ill

'DI, V'!- All?

"

8282

1>0,

I.

A3/,

r-

D~ 'PO, 'f'

A"P.

, V/" VOr

'"

ASf:t~ ~ 'VIr-

In.

p," ~q1 ~ g ~~.

!'?>

IZ-Pl'I

f:f:&

<f8 DE ~Ii

Iq

'"

~ AS/"f '" Mit ~

"'OIT '"

A#{t M2{t AI3 IT AI" I .. AlSI'f J)8 I .. pq I'/-[Mv I,/-PH 17-1)12 IT

001 ..

DJ" 1>-V151'1-j

'"

d

~

l'"

'3

A

-r

z.

,q DDf? .j

,

.

't -2-A, I!>, ~ J)11.

~~'

S. ~t. V1 f1. A-,

B1!1b

8, 'fT~D3/' r

'-t-

4, l>. '" lJ41'f A, ~ ') D'i I'/-, 1>. h --....--+-Db I ~ 8 A. 0,

"

V?

IT

Of

v",

GAl{)

'\tot-¥o

+

(25)

19 •

..

+ + If (; c~ Cl.!1. /NCLI6 c/.€ CLKI2. I, J iii J

q

:J 6/

,"

~, 'IL ~/2Sfl/l. ~

14S124

+ '141-3 + 7-413 + 'h ~ 4 7<17-3 Z Q 8 5=

..

/(

if

4l

q t: C!.u CUI CLj/ ca GLJ( -8111Rc/.~

2S

I1H, • 61't,4kHl 'I USA£.TCL

Fig. 3. Clock circuits

~I~r

~"

A

r-12

1;6

fl,/3 ~, 1('c.dam C / Aio V« .. T,p ,q

I

%

l

"

~ C(eo.~t.a> SUI [){S t~

W

2~

r

VI; Ul yo 2, qW

'"

f? Pafo.. sal n P1

m

DI3

,

P2. ...

~

VIZ ~ PJ 1(,0 3 (Mp

SNI5,fBB

011

,

p~

"

Dlo G DJ

ers

RT

01 09

a-

22

P6 8

AIR

1i-"/'1$.

dale..

1!1

8251

b 4 I/O~D I~

\-

8 / I ;0

1< ..

~.£,1

+0

Rli G~D

'"

liD"

10

-

3 ~ '1a".fa.. ia,yn,.

,

VI/I.

..!!...

leu;

1..0 7i<C

t

"-k RrC

I..:!...

'lID

,

82S1Cs Ai SIJ1Si(E ~ OS RESET 3 1, All

J+

I

OS/lIlTCL 2

I

RESJ.I

Local

Date>.

/I"" Vir-DB /2

(26)

~ N c{).,...~~~

'"

"'"

IkJ/!.

:z.t--z(ijOW /0 S4cfCS 10

/

$'2Sr~2

cs

7j

~Es;J ~..),.b

"

'"

r~

\ J~o 3\

po

PA,

,

~, 2 7J1 PA,

.,

D, 1~J

,

.'

D3 1A, ~

>0

PA, '!tI D'

,.

..

PA, tB OS" 7"~ ~1

P.

Z> lA no

"

"3J

·r

,

-

,.

!

82SS .,,;.

U.

••

we

it{

~

I; AI~

A"

4l B

le.

"

Af'Ir'-

A,

10 ?!~ 1c, ~8 fC L 19

,

Tel 1.0 CS I'

ro,

'"

1

"

lZ

i:

"

RES~r

·12

t,

+j,}3r

45

?~ q L po VA, 3 31 Dl Of fA

,

lA> < 3' OJ M;

L,.

10 04 Jf '" DC 7A,

1..,.

••

,W

p, 11 1> D1 ~AI _ 1!,. 'I

,..

~D

8255

?(J, IS l.

-

#2

P/!.,

..

W~ P/!., H

ra.

f'} All

:-

A.

710

I,

c.!

11\. ~ Al1

A,

71'>,

"

fe, '8

V'S

11:,

,.

,

11:., /.

-

I, CS 71, 1e, n

1=

f.!-

V"

7e, 11: n Z; Fr, <r RESET

ior

Fig. 5. Parallel Input/Output

20.

s~s

rfO<'

f

"08 Of 71,03

"

~

,

,

<

""

"

~ I. t

1 A

f""1,

"

'1.r

6 > 11.-" I ~/O 8

.,t

3

,.-

,

J1,/:3 II q,. 8 '" /0 t

A{)

port

<2."

"

'.r

,

1,2- 3 '2 J

,r

c

,1:,3

1, q {e 1

1C

porl U 8 • J

,

q,o ~f -1Z./~

,

1.2-

,

\.,- ~ .12 .f~ A4 flo 5 <1 0

24

por'

.:;:-

<

,

<, q,o 2-11 ~

1,-

~ l1.n

"

!IO 8 0(1) -"

28

p i

'(2 J~ ' I

..

,

& '-' :I

..

c:

-J'l-

.,.

At (~

A,

or

/0 S

2.C

pod \ /

' ? -

"

ii73 H

"0

8

(27)

21

ill

2/

Efl-w'

2./

fIITm

l/

It,,rR/J t. / MHO

z/

AIJI4 2/ IrDI2

t/

ATif3 2/ 1IP/., 2/ AVIS

2/ WR

'0

$/llIeL (UPL 8 us)

~

1JCI [UI'[ E<L<)

Fig. 6. > 11 3 l

,

II Z'

w

,

CIIDS"

~+

Ve<-TN CIIOO

..!2..-

q2-~y CH01

%1'/11

~o H - 0 +

~

'Co

Ife

18

+

A~

"I

/0

'<f

/RO

....:-.:-

Gez

1/1.1

9

~

110 IR.Z ~ ~'---~

'"

I-

!....---~

,

,?l

~~

/LO 1/1

--L-t--~ S'PC

(61u

1113

z

< I-'---~o__o~

,~----~~~

~

ILl

o~·

","0 IL2 11.3 19 IL4 ~CI IL>

'-11

-t-

GNv

Aq 8Ci

Net-j.:A~Y~__1_-.__+----.:::A>~ INCL ~ESH IG Interrupt control IR~ IRS Zl IR, L' IR.? to 16 21.

(28)

2,1 /1E/1/U) 820'" 0,

\!4L-",\-...

l ' '"' " 1432 )2:'---~ B GoJDh Fig. 7.

~

'---'

2-/

/.ocq/ aciciY<.SJ 6vs

PRO~ and static RAM diagram

I

t

A.

-\

J\, A6

2114-Ar

A,

"',

D

,,,

'"

'"

N N

(29)

1'\4

,

2/PRAII

I

L----i;;;Ao

P,,;

-.f' " Az

F '

1 g,

8

, Dynamic RAM diagram

Po

PI

z

p> p. p,-!l~ pO

p,

0'0 ()'< t'" I;

,.

I ' - -

-N W

(30)

-,-A.::;~::.:A:..I..::1. _______ --"'-18Rl/A ..::1\~H;.:J!,:c(!:.2 _ _ _ _ _ ---,,2'-l ~Q8 .-e;W;::R.,-1.::2~ -, _ _ _ _ _ -"--1" WR

,.

~ _ _ _ --C.::J £130,) _ _ -,-,f6'-j wAO!1

~32

r-'MIl

u

OKD'I-",O'---J /lW'~'---J RrQIJ/z

r(Hff

r

Fig. 9. Multimaster Bus Management

24.

t/k3

Hf-~OIJ

2/

At, "\ ;/-)32

2/

AZ <

l-

t/

AI

?32 /..j AO It>,

2/

FiR!1N

UPL CO'1/roI Bus

VPL J!at~ BvoS UPL 401010..$5 Z'VS

(31)

25.

Ao -

AIS

~

"[)11~ ~QiJ Il ~MAMSh

"

..

+~

iiffliiJ/2

3D .R~ HLPA < A. fJ28(, 80 Iq 'Ji!> rzq

10

/'I&fII. ff£I1J.fR

Iz

'P<y

I-z8

])1 2. A1 fl" 18

D<3 ~ Ol

11&11'

3 I?-

JI2/i'

/2

r:>t2

P.t

;)3 110";

A.

Ih

IloR

11-0« 13 b. ¥ur~ ~ A3 B3 16 VIc

v-z,:-

/JJ"

,1£

09~ D. 82?)1

J.

""D T Olf 08 11 1 CUi Clf.

J1'

!

~fSN f(r:!;Er

AEIJ

AIS

top

Ao

A"

<>--

A.

AiJ

Az

AI,

'17("

IU A, ~. A 0

~

Ao

'f GS

-

t:

A

0.

,

A~~ At Iy AOSr]3

M~

A,

8ZOf)

0,

r-r1

8 82SSil1

c.s

I

\ '2

:..

~8'--t

f,

Oz

rL

8ZJTttZ

c.s

/-

f,

AL BUi £OS

q

~

-AliA; GRJ)

-J!

1<

~IS

~

DI. S7E 1Q, 1q A'I

0';

---,

18 46 p~

Pq

n

'"

DO

...

'OIL f}j 6 ii' P/l

---r:-

V& 8292

Il>

r A3

p#

""

(II, z>o, A2 P'i) PI. 7<J

'"

O~

1

DI&

lb,

J Ai

D8

rs-

2- ",0 r---'- VI, " OE 9

4-1.oc«1

dolo. bils J)fS -lJ8

(32)

EINDHOVEN UNIVERSITY OF TECHNOLOGY THE NETHERLANDS

DEPARTMENT OF ELECTRICAL ENGINEERING

Reports:

105) Videc, M.F.

STRALINGSVERSCHIJNSELEN IN PLASMA'S EN BEHEGENDE MEDIA: Een geometrisch-optische en een golfzonebenadering.

TH-Report SO-E-I05. 19S0. ISBN 90-6144-105-6

106) Hajdasi~ski, A.K.

LIt;EAR HULTIVARIABLE SYSTEMS: Preliminary problems 'n mathematical

d~scription, modelling Rnd identificAtion.

TH-Report 80-E-I06. 1980. ISBN 90-6144-106-4 107) Heuvel, W.M.C. van den

CURRENT CHOPPING IN SF6'

Til-Report 80-E-l07. 1980. ISBN 90-6144-107-2

108) Etten, W.C. van and T.M. Lammers

TRANSMISSION OF FM-MODULATED AUDIOSIGNALS IN THE 87.5 - 108 MHz BROADCAST BAND OVER A FIBER OPTIC SYSTEM.

TH-Report 80-E-l08. 1980. ISBN 90-6144-108-0

109) Krause, J.e.

SHORT-CURRENT LIMITERS: Literature survey 1973-1979. TH-Report 80-E-l09. 1980. ISBN 90-6144-109-9

liD) Matacz, J.S.

UNTERSUCHUNGEN AN GYRATORFILTERSCHALTUNGEN.

TH-Report 80-E-ll0. 1980. ISBN 90-6144-110-2

111) Otten, H.H.J.M.

STRUCTURED LAYOUT DESIGN.

TH-Report 80-E-lll. 1980. ISBN 90-6144-111-0 (in preparation) 112) Worm, S.C.J.

OPTIMIZATION OF SOME APER'rURE ANTENNA PERFORMANCE INDICES WITH AND Wr:'HOUT PATTERN CONSTRAINTS.

TH-- Report 80- E-112. 1980. ISBN 90-6144-112-9

113) 'l'heeuwen, J.F.M. en J.A.G. Jess

EBN INTERAO'IEF FUNCTIONEEL ONTWERPSYSTEEM VOOR ELEKTRONISCHE SCIIAKELINGEN.

TH-Report 80-E-113. 1980. ISBN 90-6144-113-7

114) Lammers, T.M. en J.L. Manders

EEN DIGITAAL AUDIO-DISTRIBUTIESYSTEEM VOOR 31 STEREOKANALEN VIA GLASVEZEL.

TIl-Report 80-E-114. 1980. ISBN 90-6144-114-5

115) Vinck, A.J., A.C.M. Oerlemans and T.G.J.A. Martens

TI,O APPLICATIONS OF A CLASS OF CONVOLUTIONAL CODES WITH REDUCED DECODER COMPLEXITY.

(33)

EINDHOVEN UNIVERSITY OF TECHNOLOGY TIlE NETHl::RLANDS

DEPARTMENT OF ELECTRICAL ENGINEERING

Reports;

116) Versnel, W.

THE CIRCULAR HALL PLATE: Approximation of the geometrical correction

factor for small contacts.

TH-Report 81-E-116. 1981. ISBN 90-6144-116-1 1\ 7) Fabian, K.

DESIGN AND IMPLEMENTATION OF A CENTRAL INSTRUCTION PROCESSOR WITH A MULTIMASTER HUS INTERFACE.

Referenties

GERELATEERDE DOCUMENTEN

indicatie van de morfologie Oude lopen zijn goed aangesloten; natuurlijke morfologie met veel variatie in oever en bedding opmerkingen Aansluiting van de nieuwe loop heeft niet

We have carried out a hybrid study comprising simulation and analytical modeling to evaluate the attached node’s (device’s) data traffic and mobility related messages load, as well

Er zullen docenten zijn die niet weten wat formatief toetsen is, maar het wel dagelijks doen: het stellen van vragen, het observeren van leerlingen als ze alleen of in een

After analyzing relevant frameworks such as COSO (2013), the audit layer model and horizontal monitoring and after conducting interviews with the Dutch tax authority

Door zowel vanuit een functioneel gezichtspunt als vanuit het gezichtspunt van de eigenaar van de infrastructuur dit samenspel te beschouwen kunnen de gewenste afwegingen

We assume that the actual arrival times a actual i have a deviation from the scheduled arrival time according to a normal distribution with average 0 and standard deviation 3

• The vector font files for the Computer Modern version, ar〈series〈〈size〈.pfb includiong the single 10pt size sans serif and typewriter style fonts, and the vector font files

Ongevallen naar leeftijd en geslacht Jaarlijks lopen 7.700 bewoners van een verpleeg- of verzorgingshuis van 65 jaar of ouder letsel op waarvoor behandeling op een SEH-afdeling