Utilities Software
TMB M 711
Transputer Motherboard User Manual
177
process ( interface ( input HostInput, output HostOutput,
int flags = NORUN,
char boot_file[len_2]=boot_2) ) driver_2;
process ( interface ( input HostInput, output HostOutput,
int flags = NORUN,
char boot_file[len_3]=boot_3) ) driver_3;
process ( interface ( input HostInput, output HostOutput,
input Input[2], output Output[2],
int Size = 2)) mult_1;
process ( interface ( input HostInput, output HostOutput,
input Input[2], output Output[2],
int Size = 2)) mult_2;
input HostInput;
output HostOutput;
connect mult_1.HostInput to HostInput;
connect mult_1.HostOutput to HostOutput;
connect mult_1.Input[0] to mult_2.HostOutput;
connect mult_1.Output[0] to mult_2.HostInput;
connect mult_1.Input[1] to driver_1.HostOutput;
connect mult_1.Output[1] to driver_1.HostInput;
connect mult_2.Input[0] to driver_3.HostOutput;
connect mult_2.Output[0] to driver_3.HostInput;
connect mult_2.Input[1] to driver_2.HostOutput;
connect mult_2.Output[1] to driver_2.HostInput;
/* placement */
use “hostmux.lku” for mult_1;
use “hostmux.lku” for mult_2;
use “run860.lku” for driver_1;
use “run860.lku” for driver_2;
use “run860.lku” for driver_3;
place driver_1 on TTM100_1;
place driver_2 on TTM100_2;
place driver_3 on TTM100_3;
Summary of Contents for Transputer
Page 1: ...Transputer Motherboard User Manual Ref TMB M 711...
Page 8: ...vi Transputer Motherboard User Manual TMB M 711...
Page 24: ...Summary 16 Transputer Motherboard User Manual TMB M 711...
Page 64: ...The Edge Connector 56 Transputer Motherboard User Manual TMB M 711...
Page 80: ...Examples 72 Transputer Motherboard User Manual TMB M 711...
Page 122: ...Programming 114 Transputer Motherboard User Manual TMB M 711...
Page 160: ...Examples 152 Transputer Motherboard User Manual TMB M 711...
Page 192: ...Reference Manual Pages 184 Transputer Motherboard User Manual TMB M 711...
Page 196: ...PC Host Interface 188 Transputer Motherboard User Manual TMB M 711...