OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gdb-6.8/] [pre-binutils-2.20.1-sync/] [sim/] [ppc/] [README] - Diff between revs 157 and 223

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 157 Rev 223
                PSIM 1.0.1 - Model of the PowerPC Environments
                PSIM 1.0.1 - Model of the PowerPC Environments
    Copyright (C) 1994-1996, Andrew Cagney .
    Copyright (C) 1994-1996, Andrew Cagney .
    This program is free software; you can redistribute it and/or modify
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.
    (at your option) any later version.
    This program is distributed in the hope that it will be useful,
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
    GNU General Public License for more details.
    You should have received a copy of the GNU General Public License
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    ----------------------------------------------------------------------
    ----------------------------------------------------------------------
PSIM is a program written in extended ANSI-C that implements an
PSIM is a program written in extended ANSI-C that implements an
instruction level simulation of the PowerPC environment.  It is freely
instruction level simulation of the PowerPC environment.  It is freely
available in source code form under the terms of the GNU General
available in source code form under the terms of the GNU General
Public License (version 2 or later).
Public License (version 2 or later).
The PowerPC Architecture is described as having three levels of
The PowerPC Architecture is described as having three levels of
compliance:
compliance:
        UEA - User Environment Architecture
        UEA - User Environment Architecture
        VEA - Virtual Environment Architecture
        VEA - Virtual Environment Architecture
        OEA - Operating Environment Architecture
        OEA - Operating Environment Architecture
PSIM both implements all three levels of the PowerPC and includes (for
PSIM both implements all three levels of the PowerPC and includes (for
each level) a corresponding simulated run-time environment.
each level) a corresponding simulated run-time environment.
In addition, PSIM, to the execution unit level, models the performance
In addition, PSIM, to the execution unit level, models the performance
of most of the current PowerPC implementations (contributed by Michael
of most of the current PowerPC implementations (contributed by Michael
Meissner).  This detailed performance monitoring (unlike many other
Meissner).  This detailed performance monitoring (unlike many other
simulators) resulting in only a relatively marginal reduction in the
simulators) resulting in only a relatively marginal reduction in the
simulators performance.
simulators performance.
A description of how to build PSIM is contained in the file:
A description of how to build PSIM is contained in the file:
                ftp://ftp.ci.com.au/pub/psim/INSTALL
                ftp://ftp.ci.com.au/pub/psim/INSTALL
        or      ftp://cambridge.cygnus.com/pub/psim/INSTALL
        or      ftp://cambridge.cygnus.com/pub/psim/INSTALL
while an overview of how to use PSIM is in:
while an overview of how to use PSIM is in:
        ftp://ftp.ci.com.au/pub/psim/RUN
        ftp://ftp.ci.com.au/pub/psim/RUN
or      ftp://cambridge.cygnus.com/pub/psim/RUN
or      ftp://cambridge.cygnus.com/pub/psim/RUN
This file is found in:
This file is found in:
        ftp://ftp.ci.com.au/pub/psim/README
        ftp://ftp.ci.com.au/pub/psim/README
or      ftp://cambridge.cygnus.com/pub/psim/README
or      ftp://cambridge.cygnus.com/pub/psim/README
Thanks goes firstly to:
Thanks goes firstly to:
        Corinthian Engineering Pty Ltd
        Corinthian Engineering Pty Ltd
        Cygnus Support
        Cygnus Support
        Highland Logic Pty Ltd
        Highland Logic Pty Ltd
who provided the resources needed for making this software available
who provided the resources needed for making this software available
on the Internet.
on the Internet.
More importantly I'd like to thank the following individuals who each
More importantly I'd like to thank the following individuals who each
contributed in their own unique way:
contributed in their own unique way:
        Allen Briggs, Bett Koch, David Edelsohn, Gordon Irlam,
        Allen Briggs, Bett Koch, David Edelsohn, Gordon Irlam,
        Michael Meissner, Bob Mercier, Richard Perini, Dale Rahn,
        Michael Meissner, Bob Mercier, Richard Perini, Dale Rahn,
        Richard Stallman, Mitchele Walker
        Richard Stallman, Mitchele Walker
                                Andrew Cagney
                                Andrew Cagney
                                Feb, 1995
                                Feb, 1995
    ----------------------------------------------------------------------
    ----------------------------------------------------------------------
    What features does PSIM include?
    What features does PSIM include?
        Monitoring and modeling
        Monitoring and modeling
                PSIM includes (thanks to Michael Meissner)
                PSIM includes (thanks to Michael Meissner)
                a detailed model of most of the PowerPC
                a detailed model of most of the PowerPC
                implementations to the functional unit level.
                implementations to the functional unit level.
        SMP
        SMP
                The PowerPC ISA defines SMP synchronizing instructions.
                The PowerPC ISA defines SMP synchronizing instructions.
                This simulator implements a limited, but functional,
                This simulator implements a limited, but functional,
                subset of the PowerPC synchronization instructions
                subset of the PowerPC synchronization instructions
                behaviour.  Programs that restrict their synchronization
                behaviour.  Programs that restrict their synchronization
                primitives to those that work with this functional
                primitives to those that work with this functional
                sub-set (eg P() and V()) are able to run on the SMP
                sub-set (eg P() and V()) are able to run on the SMP
                version of PSIM.
                version of PSIM.
                People intending to use this system should study
                People intending to use this system should study
                the code implementing the lwarx instruction.
                the code implementing the lwarx instruction.
        ENDIAN SUPPORT
        ENDIAN SUPPORT
                PSIM implements the PowerPC's big and little (xor
                PSIM implements the PowerPC's big and little (xor
                endian) modes and correctly simulates code that
                endian) modes and correctly simulates code that
                switches between these two modes.
                switches between these two modes.
                In addition, psim can model a true little-endian
                In addition, psim can model a true little-endian
                machine.
                machine.
        ISA (Instruction Set Architecture) models
        ISA (Instruction Set Architecture) models
                PSIM includes a model of the UEA, VEA and OEA.  This
                PSIM includes a model of the UEA, VEA and OEA.  This
                includes the time base registers (VEA) and HTAB
                includes the time base registers (VEA) and HTAB
                and BATS (OEA).
                and BATS (OEA).
                In addition, a preliminary model of the 64 bit
                In addition, a preliminary model of the 64 bit
                PowerPC architecture is implemented.
                PowerPC architecture is implemented.
        IO Hardware
        IO Hardware
                PSIM's internals are based around the concept
                PSIM's internals are based around the concept
                of a Device Tree.  This tree intentionally
                of a Device Tree.  This tree intentionally
                resembles that of the Device Tree found in
                resembles that of the Device Tree found in
                OpenBoot firmware.  PSIM is flexible enough
                OpenBoot firmware.  PSIM is flexible enough
                to allow the user to fully configure this device
                to allow the user to fully configure this device
                tree (and consequently the hardware model) at
                tree (and consequently the hardware model) at
                run time.
                run time.
        Run-time environments:
        Run-time environments:
                PSIM's UEA model includes emulation for BSD
                PSIM's UEA model includes emulation for BSD
                based UNIX system calls.
                based UNIX system calls.
                PSIM's OEA model includes emulation of either:
                PSIM's OEA model includes emulation of either:
                        o       OpenBoot client interface
                        o       OpenBoot client interface
                        o       MOTO's BUG interface.
                        o       MOTO's BUG interface.
        Floating point
        Floating point
                Preliminary support for floating point is included.
                Preliminary support for floating point is included.
    Who would be interested in PSIM?
    Who would be interested in PSIM?
        o       the curious
        o       the curious
                Using psim, gdb, gcc and binutils the curious
                Using psim, gdb, gcc and binutils the curious
                user can construct an environment that allows
                user can construct an environment that allows
                them to play with PowerPC Environment without
                them to play with PowerPC Environment without
                the need for real hardware.
                the need for real hardware.
        o       the analyst
        o       the analyst
                PSIM includes many (contributed) monitoring
                PSIM includes many (contributed) monitoring
                features which (unlike many other simulators)
                features which (unlike many other simulators)
                do not come with a great penalty in performance.
                do not come with a great penalty in performance.
                Thus the performance analyst is able to use
                Thus the performance analyst is able to use
                this simulator to analyse the performance of
                this simulator to analyse the performance of
                the system under test.
                the system under test.
                If PSIM doesn't monitor a components of interest,
                If PSIM doesn't monitor a components of interest,
                the source code is freely available, and hence
                the source code is freely available, and hence
                there is no hinderance to changing things
                there is no hinderance to changing things
                to meet a specific analysts needs.
                to meet a specific analysts needs.
        o       the serious SW developer
        o       the serious SW developer
                PSIM models all three levels of the PowerPC
                PSIM models all three levels of the PowerPC
                Architecture: UEA, VEA and OEA.  Further,
                Architecture: UEA, VEA and OEA.  Further,
                the internal design is such that PSIM can
                the internal design is such that PSIM can
                be extended to support additional requirements.
                be extended to support additional requirements.
    What performance analysis measurements can PSIM perform?
    What performance analysis measurements can PSIM perform?
        Below is the output from a recent analysis run
        Below is the output from a recent analysis run
        (contributed by Michael Meissner):
        (contributed by Michael Meissner):
        For the following program:
        For the following program:
        long
        long
        simple_rand ()
        simple_rand ()
        {
        {
          static unsigned long seed = 47114711;
          static unsigned long seed = 47114711;
          unsigned long this = seed * 1103515245 + 12345;
          unsigned long this = seed * 1103515245 + 12345;
          seed = this;
          seed = this;
        /* cut-cut-cut - see the file RUN.psim */
        /* cut-cut-cut - see the file RUN.psim */
        }
        }
        Here is the current output generated with the -I switch on a P90
        Here is the current output generated with the -I switch on a P90
        (the compiler used is the development version of GCC with a new
        (the compiler used is the development version of GCC with a new
        scheduler replacing the old one):
        scheduler replacing the old one):
        CPU #1 executed     41,994 AND instructions.
        CPU #1 executed     41,994 AND instructions.
        CPU #1 executed    519,785 AND Immediate instructions.
        CPU #1 executed    519,785 AND Immediate instructions.
        .
        .
        .
        .
        .
        .
        CPU #1 executed          1 System Call instruction.
        CPU #1 executed          1 System Call instruction.
        CPU #1 executed    207,746 XOR instructions.
        CPU #1 executed    207,746 XOR instructions.
        CPU #1 executed 23,740,856 cycles.
        CPU #1 executed 23,740,856 cycles.
        CPU #1 executed 10,242,780 stalls waiting for data.
        CPU #1 executed 10,242,780 stalls waiting for data.
        CPU #1 executed          1 stall waiting for a function unit.
        CPU #1 executed          1 stall waiting for a function unit.
        .
        .
        .
        .
        .
        .
        CPU #1 executed  3,136,229 branch functional unit instructions.
        CPU #1 executed  3,136,229 branch functional unit instructions.
        CPU #1 executed 16,949,396 instructions that were accounted for in timing info.
        CPU #1 executed 16,949,396 instructions that were accounted for in timing info.
        CPU #1 executed    871,920 data reads.
        CPU #1 executed    871,920 data reads.
        CPU #1 executed    971,926 data writes.
        CPU #1 executed    971,926 data writes.
        CPU #1 executed        221 icache misses.
        CPU #1 executed        221 icache misses.
        CPU #1 executed 16,949,396 instructions in total.
        CPU #1 executed 16,949,396 instructions in total.
        Simulator speed was 250,731 instructions/second
        Simulator speed was 250,731 instructions/second
    What motivated PSIM?
    What motivated PSIM?
        As an idea, psim was first discussed seriously during mid
        As an idea, psim was first discussed seriously during mid
        1994.  At that time its main objectives were:
        1994.  At that time its main objectives were:
                o       good performance
                o       good performance
                        Many simulators loose out by only providing
                        Many simulators loose out by only providing
                        a binary interface to the internals.  This
                        a binary interface to the internals.  This
                        interface eventually becomes a bottle neck
                        interface eventually becomes a bottle neck
                        in the simulators performance.
                        in the simulators performance.
                        It was intended that PSIM would avoid this
                        It was intended that PSIM would avoid this
                        problem by giving the user access to the
                        problem by giving the user access to the
                        full source code.
                        full source code.
                        Further, by exploiting the power of modern
                        Further, by exploiting the power of modern
                        compilers it was hoped that PSIM would achieve
                        compilers it was hoped that PSIM would achieve
                        good performance with out having to compromise
                        good performance with out having to compromise
                        its internal design.
                        its internal design.
                o       practical portability
                o       practical portability
                        Rather than try to be portable to every
                        Rather than try to be portable to every
                        C compiler on every platform, it was decided
                        C compiler on every platform, it was decided
                        that PSIM would restrict its self to supporting
                        that PSIM would restrict its self to supporting
                        ANSI compilers that included the extension
                        ANSI compilers that included the extension
                        of a long long type.
                        of a long long type.
                        GCC is one such compiler, consequently PSIM
                        GCC is one such compiler, consequently PSIM
                        should be portable to any machine running GCC.
                        should be portable to any machine running GCC.
                o       flexibility in its design
                o       flexibility in its design
                        PSIM should allow the user to select the
                        PSIM should allow the user to select the
                        features required and customise the build
                        features required and customise the build
                        accordingly.  By having the source code,
                        accordingly.  By having the source code,
                        the compiler is able to eliminate any un
                        the compiler is able to eliminate any un
                        used features of the simulator.
                        used features of the simulator.
                        After all, let the compiler do the work.
                        After all, let the compiler do the work.
                o       SMP
                o       SMP
                        A model that allowed the simulation of
                        A model that allowed the simulation of
                        SMP platforms with out the large overhead
                        SMP platforms with out the large overhead
                        often encountered with such models.
                        often encountered with such models.
        PSIM achieves each of these objectives.
        PSIM achieves each of these objectives.
    Is PSIM PowerPC Platform (PPCP) (nee CHRP) Compliant?
    Is PSIM PowerPC Platform (PPCP) (nee CHRP) Compliant?
        No.
        No.
        Among other things it does not have an Apple ROM socket.
        Among other things it does not have an Apple ROM socket.
    Could PSIM be extended so that it models a CHRP machine?
    Could PSIM be extended so that it models a CHRP machine?
        Yes.
        Yes.
        PSIM has been designed with the CHRP spec in mind. To model
        PSIM has been designed with the CHRP spec in mind. To model
        a CHRP desktop the following would need to be added:
        a CHRP desktop the following would need to be added:
                o       An apple ROM socket :-)
                o       An apple ROM socket :-)
                o       Model of each of the desktop IO devices
                o       Model of each of the desktop IO devices
                o       An OpenPIC device.
                o       An OpenPIC device.
                o       RTAS (Run Time Abstraction Services).
                o       RTAS (Run Time Abstraction Services).
                o       A fully populated device tree.
                o       A fully populated device tree.
    Is the source code available?
    Is the source code available?
        Yes.
        Yes.
        The source code to PSIM is available under the terms of
        The source code to PSIM is available under the terms of
        the GNU Public Licence.  This allows you to distribute
        the GNU Public Licence.  This allows you to distribute
        the source code for free but with certain conditions.
        the source code for free but with certain conditions.
        See the file:
        See the file:
                ftp://archie.au/gnu/COPYING
                ftp://archie.au/gnu/COPYING
        For details of the terms and conditions.
        For details of the terms and conditions.
    Where do I send bugs or report problems?
    Where do I send bugs or report problems?
        There is a mailing list (subscribe through majordomo@ci.com.au) at:
        There is a mailing list (subscribe through majordomo@ci.com.au) at:
        powerpc-psim@ci.com.au
        powerpc-psim@ci.com.au
        If I get the ftp archive updated I post a note to that mailing list.
        If I get the ftp archive updated I post a note to that mailing list.
        In addition your welcome to send bugs or problems either to me or to
        In addition your welcome to send bugs or problems either to me or to
        that e-mail list.
        that e-mail list.
        This list currently averages zero articles a day.
        This list currently averages zero articles a day.
     Does PSIM have any limitations or problems?
     Does PSIM have any limitations or problems?
        PSIM can't run rs6000/AIX binaries - At present PSIM can only
        PSIM can't run rs6000/AIX binaries - At present PSIM can only
        simulate static executables.  Since an AIX executable is
        simulate static executables.  Since an AIX executable is
        never static, PSIM is unable to simulate its execution.
        never static, PSIM is unable to simulate its execution.
        PSIM is still under development - consequently there are going
        PSIM is still under development - consequently there are going
        to be bugs.
        to be bugs.
        See the file BUGS (included in the distribution) for any
        See the file BUGS (included in the distribution) for any
        other outstanding issues.
        other outstanding issues.
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.