Difference between revisions of "MSV11-R memory module"
(Note definitely PMI; +warning) |
(prints now available) |
||
Line 5: | Line 5: | ||
'''''NOTE:''''' As a PMI card, it uses the [[CD interconnect]]; it can therefore ''only'' be plugged into a [[QBUS#Backplanes|Q/CD backplane]]. Plugging an MSV11-R card into a regular [[QBUS#Backplanes|Q/Q backplane]] will '''damage''' the MSV11-R. | '''''NOTE:''''' As a PMI card, it uses the [[CD interconnect]]; it can therefore ''only'' be plugged into a [[QBUS#Backplanes|Q/CD backplane]]. Plugging an MSV11-R card into a regular [[QBUS#Backplanes|Q/Q backplane]] will '''damage''' the MSV11-R. | ||
− | The MSV111-RA (M7358-A) holds 1 MByte when fully populated with 256K | + | The MSV111-RA (M7358-A) holds 1 MByte when fully populated with 256K DRAM [[integrated circuit|chips]]. The memory is arranged as 2 banks, each 16 data bits (1 [[PDP-11]] [[word]]) wide, with 2 additional bits for [[parity]] (1 per [[byte]]). In theory, it could support being half-populated (512 Kbytes), with only one bank; there is a jumper, W1, which seems to support this configuration, but no documentation for it. It is not clear if [[Digital Equipment Corporation|DEC]] ever sold that configuration. |
+ | |||
+ | It is a [[QBUS#Variable address size|Q22]] card, and apparently supports block mode. | ||
==Configuration== | ==Configuration== | ||
Line 11: | Line 13: | ||
A single 8-position [[Dual Inline Package|DIP]] switch configures the card: | A single 8-position [[Dual Inline Package|DIP]] switch configures the card: | ||
− | * Switches S1-S2 | + | * Switches S1-S2 sets bits 21-20 of the 22-bit starting [[address]]; |
− | * | + | * DEC documentation asserts that switches S3-S4 must always be off; however they seem to be functional (although perhaps only for the single bank configuration), and set bits 19-18; |
* Switches S5-S8 select the CSR address. | * Switches S5-S8 select the CSR address. | ||
Line 73: | Line 75: | ||
==Technical information== | ==Technical information== | ||
− | + | A copy of the engineering drawings for the MSV11-R has recently been discovered, in a set of [[PDP-11/84]] engineering drawings (see link below). | |
− | As described above, each board has 2 banks in the array of DRAM chips; with 256K chips, each bank is thus 512KB. <!-- (Note that when writing data, the MSV11-R sends a 'write' [[signal]] to ''all'' the banks, and selects the one to ''actually'' use by use of the RAS signal. It's not certain why DEC did this, but since there is no explicit 'read' signal to the chip, and likely the outputs from all the banks are [[wire-OR]]'d together, use of RAS to select the desired bank works for read as well as write.) | + | As described above, each board has 2 banks in the array of DRAM chips; with 256K chips, each bank is thus 512KB. <!-- (Note that when writing data, the MSV11-R sends a 'write' [[signal]] to ''all'' the banks, and selects the one to ''actually'' use by use of the RAS signal. It's not certain why DEC did this, but since there is no explicit 'read' signal to the chip, and likely the outputs from all the banks are [[wire-OR]]'d together, use of RAS to select the desired bank works for read as well as write.)--> |
− | The chips in each bank run across the board (when it is oriented with the chip side facing the viewer, with the metal edging holding the handles at the top). Bit 0 (value 1) is on the | + | The chips in each bank run across the board (when it is oriented with the chip side facing the viewer, with the metal edging holding the handles at the top). Bit 0 (value 1) of the even byte of the low bank is on the right hand edge of the top row of the array; bit 15 (value 0100000), the top bit of the odd byte, is toward the left hand side of the second row. The two parity bits are on the extreme left hand edge. The high bank is in the third and fourth rows down the board from the metal handle edge.<!-- The full table is: |
− | |||
{| class="wikitable" | {| class="wikitable" | ||
! Bit !! Bank 0 !! Bank 1 !! Bank 2 !! Bank 3 !! Bank 4 !! Bank 5 !! Bank 6 !! Bank 7 | ! Bit !! Bank 0 !! Bank 1 !! Bank 2 !! Bank 3 !! Bank 4 !! Bank 5 !! Bank 6 !! Bank 7 | ||
Line 124: | Line 125: | ||
* ''MSV11-R User Guide'', EK-MSV1R-UG | * ''MSV11-R User Guide'', EK-MSV1R-UG | ||
<!--* ''MSV11-R Field Maintenance Printset'' (MP-0 - not online) --> | <!--* ''MSV11-R Field Maintenance Printset'' (MP-0 - not online) --> | ||
+ | |||
+ | ==External links== | ||
+ | |||
+ | * [http://www.bitsavers.org/pdf/dec/pdp11/1184/MP-02015-01_11-84_Maintenance_Print_Set_198412.pdf PDP-11/84 Maintenance Print Set] - Contains MSV11-R engineering drawings | ||
{{PDP-11}} | {{PDP-11}} | ||
[[Category: QBUS Memories]] | [[Category: QBUS Memories]] |
Revision as of 21:20, 13 December 2020
The MSV11-R (M7458) is a quad-height QBUS/PMI DRAM main memory card.
NOTE: As a PMI card, it uses the CD interconnect; it can therefore only be plugged into a Q/CD backplane. Plugging an MSV11-R card into a regular Q/Q backplane will damage the MSV11-R.
The MSV111-RA (M7358-A) holds 1 MByte when fully populated with 256K DRAM chips. The memory is arranged as 2 banks, each 16 data bits (1 PDP-11 word) wide, with 2 additional bits for parity (1 per byte). In theory, it could support being half-populated (512 Kbytes), with only one bank; there is a jumper, W1, which seems to support this configuration, but no documentation for it. It is not clear if DEC ever sold that configuration.
It is a Q22 card, and apparently supports block mode.
Contents
Configuration
A single 8-position DIP switch configures the card:
- Switches S1-S2 sets bits 21-20 of the 22-bit starting address;
- DEC documentation asserts that switches S3-S4 must always be off; however they seem to be functional (although perhaps only for the single bank configuration), and set bits 19-18;
- Switches S5-S8 select the CSR address.
S1 | S2 | Staring Address |
---|---|---|
OFF | OFF | 00000000 (0 MB) |
OFF | ON | 04000000 (1 MB) |
ON | OFF | 10000000 (2 MB) |
ON | ON | 14000000 (3 MB) |
Control Register
Each board has a single control register, which can be configured in the range 17772100-17772136.
S5 | S6 | S7 | S8 | CSR Address |
---|---|---|---|---|
ON | ON | ON | ON | 17772100 |
ON | ON | ON | OFF | 17772102 |
ON | ON | OFF | ON | 17772104 |
ON | ON | OFF | OFF | 17772106 |
ON | OFF | ON | ON | 17772110 |
ON | OFF | ON | OFF | 17772112 |
ON | OFF | OFF | ON | 17772114 |
ON | OFF | OFF | OFF | 17772116 |
OFF | ON | ON | ON | 17772120 |
OFF | ON | ON | OFF | 17772122 |
OFF | ON | OFF | ON | 17772124 |
OFF | ON | OFF | OFF | 17772126 |
OFF | OFF | ON | ON | 17772130 |
OFF | OFF | ON | OFF | 17772132 |
OFF | OFF | OFF | ON | 17772134 |
OFF | OFF | OFF | OFF | 17772136 |
Technical information
A copy of the engineering drawings for the MSV11-R has recently been discovered, in a set of PDP-11/84 engineering drawings (see link below). As described above, each board has 2 banks in the array of DRAM chips; with 256K chips, each bank is thus 512KB. The chips in each bank run across the board (when it is oriented with the chip side facing the viewer, with the metal edging holding the handles at the top). Bit 0 (value 1) of the even byte of the low bank is on the right hand edge of the top row of the array; bit 15 (value 0100000), the top bit of the odd byte, is toward the left hand side of the second row. The two parity bits are on the extreme left hand edge. The high bank is in the third and fourth rows down the board from the metal handle edge. The following 256K DRAM chips have been observed to be used: MB81256-15 (Fujitsu).
Further reading
- MSV11-R User Guide, EK-MSV1R-UG
External links
- PDP-11/84 Maintenance Print Set - Contains MSV11-R engineering drawings
v • d • e PDP-11 Computers and Peripherals |
---|
UNIBUS PDP-11s - PDP-11/20 • PDP-11/15 • PDP-11/35 • PDP-11/40 • PDP-11/45 • PDP-11/50 • PDP-11/55 • PDP-11/70 PDP-11/05 • PDP-11/10 • PDP-11/04 • PDP-11/34 • PDP-11/60 • PDP-11/44 • PDP-11/24 • PDP-11/84 • PDP-11/94 QBUS PDP-11s - PDP-11/03 • PDP-11/23 • PDP-11/23+ • MicroPDP-11/73 • MicroPDP-11/53 • MicroPDP-11/83 • MicroPDP-11/93 QBUS CPUs: LSI-11 • LSI-11/2 • KDF11-A • KDF11-B • KDJ11-A • KDJ11-B • KDJ11-D • KDJ11-E Buses: UNIBUS • UNIBUS map • SPC • MUD • EUB • QBUS • CD interconnect • PMI Also: PDP-11 architecture • PDP-11 Extended Instruction Set • FP11 floating point • PDP-11 Memory Management |
UNIBUS CPUs: KA11 • KC11 • KB11-A • KB11-B • KB11-C • KB11-D • KD11-A • KD11-B • KD11-D • KD11-E • KD11-EA • KD11-K • KD11-Z • KDF11-U
Co-processors: FP11-A • FP11-B • FP11-C • FP11-E • FP11-F • KE44-A • FPF11 Chips: LSI-11 • KEV11-A • KEV11-B • KEV11-C • F-11 • KEF11-A • KTF11-A • T-11 • J-11 • FPJ11 CPU options: KE11-E • KE11-F • KJ11-A • KT11-C • KT11-D • KK11-A • KK11-B • KT24 • KTJ11-B Rare CPU options: KS11 Memory Protection and Relocation option • KT11-B Paging Option • KUV11 Writeable Control Store Front panels: KY11-A • KY11-D • KY11-J • KY11-LA • KY11-LB • KY11-P More on buses: UNIBUS and QBUS termination • Bus Arbitration on the Unibus and QBUS • CTI BUS PDT-11s - PDT-11/110 • PDT-11/130 • PDT-11/150 CTI PDP-11s - PRO-325 • PRO-350 • PRO-380 Other: FIS floating point • PDP-11 Commercial Instruction Set • PDP-11 stacks • PDP-11 family differences |