Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| blog:transputer_tmb08_repair [2020/12/09 07:58] – [Testing] john | blog:transputer_tmb08_repair [2020/12/09 08:29] (current) – [IO Speed Tuning] john | ||
|---|---|---|---|
| Line 121: | Line 121: | ||
| ===== IO Speed Tuning ===== | ===== IO Speed Tuning ===== | ||
| + | |||
| + | The default link speed from the root transputer to the PC host is moderately low; in the order of **270-280KBytes/ | ||
| + | |||
| + | * Standard BIOS settings are: | ||
| + | * **1/4** Bus clock as ISA speed (33MHz/4 = 8.// | ||
| + | * **8** clock cycles as 8bit ISA IO recovery time | ||
| + | |||
| + | I tried a sequence of changing ISA clock and then 8bit IO recovery time, testing in between each change via //ispy// to verify host IO link speed. These are the results: | ||
| + | |||
| + | {{: | ||
| + | |||
| + | The first increase in IO speed comes from both increasing the ISA clock from the standard 8MHz (bus / 4) to 11MHz (bus / 3), which gains an additional **22-24KBytes/ | ||
| + | |||
| + | CPU level 1 and motherboard level 2 caches are already optimal (write-back supported on both) and memory timings are already set correctly for the type and speed of the modules installed, so there are no further gains to be made there. | ||
| + | |||
| + | Still, the overall improvement from the base setting is approximately **55-56KBytes/ | ||
| ===== Transputer Network Configuration ===== | ===== Transputer Network Configuration ===== | ||