T.R | Title | User | Personal Name | Date | Lines |
---|
665.1 | megahertz. | ROM01::OLD_CIPOLLA | Bruno Cipolla | Wed Mar 26 1997 09:09 | 11 |
| EV4 21064 100-200Mhz First revenue Alpha systems. Dual Issue.
EV45 21064A 233-300 Mhz
EV5 21164 250-350Mhz Quad issue.
EV56 21164A 366-622 Mhz Introduces byte & word support.
PCA56 21164PC 433-533 Mhz As 21164A with addition of multimedia instructions.
EV6 21264 500-? Mhz Six pipes, OOO etc etc. 30+specint95
|
665.2 | | RLTIME::COOK | | Wed Mar 26 1997 09:21 | 11 |
|
>EV5 21164 250-350Mhz Quad issue.
>
>EV56 21164A 366-622 Mhz Introduces byte & word support.
I thought we weren't supposed to put the a on there. Shouldn't that be
EV5 21164 250-350Mhz Quad issue.
EV56 21164 366-622 Mhz Introduces byte & word support.
|
665.3 | Yep, Same But Different | XDELTA::HOFFMAN | Steve, OpenVMS Engineering | Wed Mar 26 1997 09:41 | 10 |
| :>EV5 21164 250-350Mhz Quad issue.
:>EV56 21164A 366-622 Mhz Introduces byte & word support.
:
:I thought we weren't supposed to put the a on there.
Correct. Different instructions, different features, overlapping
MHz range, same product name. (The customers are beginning to notice
and ask about this, too -- differentiating these processors in the
product documentation is basically impossible.)
|
665.4 | | RDGENG::WOOD_J | [email protected] | Wed Mar 26 1997 10:33 | 11 |
| Re. .3
> Correct. Different instructions, different features, overlapping
> MHz range, same product name. (The customers are beginning to notice
> and ask about this, too -- differentiating these processors in the
> product documentation is basically impossible.)
Yes - this is really the reason behind my question. I.e. as compilers support
switches for EV5 and byte/word optimizations, if you don't know if
your system is an EV56 with byte/word capability, you could be wasting
your efforts...
|
665.5 | | HYDRA::SCHAFER | Mark Schafer, SPE MRO | Wed Mar 26 1997 12:05 | 13 |
| i think that was the reason for
/*
// ALPHA_IMPLVER_AMASK_FEATURES.C V1.1
// Retrieve the Alpha microprocessor family and features
//
// Author: Steve Hoffman, Digital Equipment Corporation
// [email protected], 3-Feb-1997.
//
On the web at:
http://www.partner.digital.com/www-swdev
/pages/Home/TECH/faqs/ovms/implver.html
|
665.6 | Unix knows an ev56, and will tell you if you're root | PERFOM::HENNING | | Wed Mar 26 1997 14:41 | 4 |
| also, if you're running digital unix v4 (and you are root) you can say
psrinfo -v
|
665.7 | Root access not needed | PERFOM::HENNING | | Wed Mar 26 1997 21:28 | 10 |
| I sit corrected.
Digital Unix V4 will tell you even if you are NOT root:
/usr/sbin/psrinfo -v
Status of processor 0 as of: 03/26/97 21:24:08
Processor has been on-line since 03/25/97 09:31:30
The alpha EV5.6 (21164A) processor operates at 598 MHz,
and has an alpha internal floating point processor.
|
665.8 | Thanks | RDGENG::WOOD_J | [email protected] | Thu Mar 27 1997 02:16 | 13 |
| re. .7:
> /usr/sbin/psrinfo -v
> Status of processor 0 as of: 03/26/97 21:24:08
> Processor has been on-line since 03/25/97 09:31:30
> The alpha EV5.6 (21164A) processor operates at 598 MHz,
> and has an alpha internal floating point processor.
Lucky you having an EV56 @600 MHz! I get:
The alpha EV4 (21064) processor operates at 150 MHz
:-( :-(
|
665.9 | Correct, Though The Problem Is (Still) The Name... | XDELTA::HOFFMAN | Steve, OpenVMS Engineering | Thu Mar 27 1997 11:05 | 1 |
| : i think that was the reason for ...
|