OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [rel-0-3-0-rc2/] [or1ksim/] [ChangeLog] - Diff between revs 1637 and 1640

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 1637 Rev 1640
Line 1376... Line 1376...
        cpu/common/trace.c, cpu/common/trace.h, cpu/or1k/arch.h,
        cpu/common/trace.c, cpu/common/trace.h, cpu/or1k/arch.h,
        cpu/or1k/except.c, cpu/or1k/except.h, cpu/or1k/sprs.c,
        cpu/or1k/except.c, cpu/or1k/except.h, cpu/or1k/sprs.c,
        cpu/or1k/sprs.h, cpu/or32/execute.c, cpu/or32/generate.c,
        cpu/or1k/sprs.h, cpu/or32/execute.c, cpu/or32/generate.c,
        cpu/or32/insnset.c, cpu/or32/or32.c, cuc/adv.c, cuc/bb.c,
        cpu/or32/insnset.c, cpu/or32/or32.c, cuc/adv.c, cuc/bb.c,
        cuc/cuc.c, cuc/insn.c, cuc/load.c, cuc/memory.c, cuc/timings.c,
        cuc/cuc.c, cuc/insn.c, cuc/load.c, cuc/memory.c, cuc/timings.c,
        cuc/verilog.c, debug/debug_unit.c, debug/gdb.h, mmu/dmmu.c,
        cuc/verilog.c, debug/debug_unit.c, debug/gdb.h, extras/Makefile.am,
 
        extras/Makefile.in, extras/extras.c, extras/extras.h, mmu/dmmu.c,
        mmu/dmmu.h, mmu/immu.c, mmu/immu.h, peripheral/16450.c,
        mmu/dmmu.h, mmu/immu.c, mmu/immu.h, peripheral/16450.c,
        peripheral/atadevice.c, peripheral/atahost.c, peripheral/atahost.h,
        peripheral/atadevice.c, peripheral/atahost.c, peripheral/atahost.h,
        peripheral/dma.c, peripheral/dma.h, peripheral/eth.c,
        peripheral/dma.c, peripheral/dma.h, peripheral/eth.c,
        peripheral/ethernet_i.h, peripheral/fb.c, peripheral/gpio.c,
        peripheral/ethernet_i.h, peripheral/fb.c, peripheral/gpio.c,
        peripheral/gpio_i.h, peripheral/mc.c, peripheral/ps2kbd.c,
        peripheral/gpio_i.h, peripheral/mc.c, peripheral/ps2kbd.c,
Line 1649... Line 1650...
2004-02-06 00:08  lampret
2004-02-06 00:08  lampret
 
 
        * Makefile.in, aclocal.m4, config.h.in, configure, bpb/Makefile.in,
        * Makefile.in, aclocal.m4, config.h.in, configure, bpb/Makefile.in,
        cache/Makefile.in, cpu/Makefile.in, cpu/common/Makefile.in,
        cache/Makefile.in, cpu/Makefile.in, cpu/common/Makefile.in,
        cpu/dlx/Makefile.in, cpu/or1k/Makefile.in, cpu/or32/Makefile.in,
        cpu/dlx/Makefile.in, cpu/or1k/Makefile.in, cpu/or32/Makefile.in,
        cuc/Makefile.in, debug/Makefile.in, mmu/Makefile.in,
        cuc/Makefile.in, debug/Makefile.in, extras/Makefile.in,
        peripheral/Makefile.in, peripheral/channels/Makefile.in,
        extras/extras.c, mmu/Makefile.in, peripheral/Makefile.in,
        pic/Makefile.in, pm/Makefile.in, support/Makefile.in,
        peripheral/channels/Makefile.in, pic/Makefile.in, pm/Makefile.in,
        testbench/Makefile.in, testbench/configure, tick/Makefile.in,
        support/Makefile.in, testbench/Makefile.in, testbench/configure,
        vapi/Makefile.in:
        tick/Makefile.in, vapi/Makefile.in:
 
 
        Downgrading back to automake-1.4
        Downgrading back to automake-1.4
 
 
2004-02-03 16:04  hpanther
2004-02-03 16:04  hpanther
 
 
Line 1673... Line 1674...
 
 
        Added "cm" command to copy data inside memory.  Make or1ksim work
        Added "cm" command to copy data inside memory.  Make or1ksim work
        on little endian platforms.  Port to Mac OS X.  Some bugfixes.
        on little endian platforms.  Port to Mac OS X.  Some bugfixes.
        Allow JTAG write access to read-only memory regions.
        Allow JTAG write access to read-only memory regions.
 
 
 
2004-02-03 15:29  hpanther
 
 
 
        * extras/: Makefile.am, Makefile.in, extras.c, extras.h:
 
 
 
        Added "cm" command to copy data inside memory.  Make or1ksim work
 
        on little endian platforms.  Port to Mac OS X.  Some bugfixes.
 
        Allow JTAG write access to read-only memory regions.
 
 
2004-02-03 15:26  hpanther
2004-02-03 15:26  hpanther
 
 
        * cuc/adv.c, cuc/cuc.c, cuc/cuc.h, cuc/verilog.c,
        * cuc/adv.c, cuc/cuc.c, cuc/cuc.h, cuc/verilog.c,
        debug/debug_unit.c, debug/debug_unit.h:
        debug/debug_unit.c, debug/debug_unit.h:
 
 
Line 5399... Line 5408...
 
 
        Moved from testbench.old
        Moved from testbench.old
 
 
2001-09-07 22:44  simons
2001-09-07 22:44  simons
 
 
        * testbench/uos/README:
        * testbench/uos/: README, kernel/Makefile, kernel/except_or32.S,
 
        kernel/idle.c, kernel/machine.c, kernel/machine.h,
 
        kernel/ukernel.c, kernel/ukernel.h, kernel/vmm.c, kernel/vmm.h,
 
        libc/Makefile, libc/string.c, libc/syscalls.c, user1/Makefile,
 
        user1/user1.c, user3/Makefile:
 
 
        This is not used any more.
        This is not used any more.
 
 
2001-09-07 22:17  simons
2001-09-07 22:17  simons
 
 
Line 5809... Line 5822...
 
 
        * testbench/README:
        * testbench/README:
 
 
        Description of all test cases (at least working one).
        Description of all test cases (at least working one).
 
 
 
2001-04-03 03:26  lampret
 
 
 
        * testbench/uos/: kernel/Makefile, kernel/except_or32.S,
 
        kernel/idle.c, kernel/machine.c, kernel/machine.h,
 
        kernel/ukernel.c, kernel/ukernel.h, kernel/vmm.c, kernel/vmm.h,
 
        libc/Makefile, libc/string.c, libc/syscalls.c, user1/Makefile,
 
        user1/user1.c, user3/Makefile:
 
 
 
        Update.
 
 
2001-04-03 03:24  lampret
2001-04-03 03:24  lampret
 
 
        * testbench/uos/README:
        * testbench/uos/README:
 
 
        Adding uos.
        Adding uos.
Line 6316... Line 6339...
        bpb/Makefile.am, bpb/Makefile.in, cache/Makefile,
        bpb/Makefile.am, bpb/Makefile.in, cache/Makefile,
        cache/Makefile.am, cache/Makefile.in, cpu/Makefile,
        cache/Makefile.am, cache/Makefile.in, cpu/Makefile,
        cpu/Makefile.am, cpu/Makefile.in, cpu/common/Makefile,
        cpu/Makefile.am, cpu/Makefile.in, cpu/common/Makefile,
        cpu/common/Makefile.am, cpu/common/Makefile.in,
        cpu/common/Makefile.am, cpu/common/Makefile.in,
        cpu/common/abstract.c, cpu/dlx/Makefile, cpu/or32/Makefile,
        cpu/common/abstract.c, cpu/dlx/Makefile, cpu/or32/Makefile,
        cpu/or32/Makefile.am, cpu/or32/Makefile.in, mmu/Makefile,
        cpu/or32/Makefile.am, cpu/or32/Makefile.in, libc/Makefile,
        mmu/Makefile.am, mmu/Makefile.in, support/Makefile.am,
        libc/libc.c, mmu/Makefile, mmu/Makefile.am, mmu/Makefile.in,
        support/Makefile.in, support/simprintf.c:
        support/Makefile.am, support/Makefile.in, support/simprintf.c:
 
 
        Major update of the enviorment.  Now uses autoconf and automake.
        Major update of the enviorment.  Now uses autoconf and automake.
        The simulator uses readline aswell to get input from the user.  A
        The simulator uses readline aswell to get input from the user.  A
        number of new files added, some modified. The libc directory is now
        number of new files added, some modified. The libc directory is now
        called support.
        called support.
Line 6357... Line 6380...
        cpu/common/Makefile, cpu/common/abstract.c, cpu/common/abstract.h,
        cpu/common/Makefile, cpu/common/abstract.c, cpu/common/abstract.h,
        cpu/common/execute.h, cpu/common/parse.c, cpu/common/parse.h,
        cpu/common/execute.h, cpu/common/parse.c, cpu/common/parse.h,
        cpu/common/stats.c, cpu/common/stats.h, cpu/common/trace.c,
        cpu/common/stats.c, cpu/common/stats.h, cpu/common/trace.c,
        cpu/common/trace.h, cpu/dlx/Makefile, cpu/dlx/arch.h,
        cpu/common/trace.h, cpu/dlx/Makefile, cpu/dlx/arch.h,
        cpu/dlx/execute.c, cpu/or32/Makefile, cpu/or32/arch.h,
        cpu/dlx/execute.c, cpu/or32/Makefile, cpu/or32/arch.h,
        cpu/or32/execute.c:
        cpu/or32/execute.c, libc/Makefile, libc/libc.c:
 
 
        First import.
        First import.
 
 
1999-10-29 06:02  cvs
1999-10-29 06:02  cvs
 
 
Line 6370... Line 6393...
        cpu/common/Makefile, cpu/common/abstract.c, cpu/common/abstract.h,
        cpu/common/Makefile, cpu/common/abstract.c, cpu/common/abstract.h,
        cpu/common/execute.h, cpu/common/parse.c, cpu/common/parse.h,
        cpu/common/execute.h, cpu/common/parse.c, cpu/common/parse.h,
        cpu/common/stats.c, cpu/common/stats.h, cpu/common/trace.c,
        cpu/common/stats.c, cpu/common/stats.h, cpu/common/trace.c,
        cpu/common/trace.h, cpu/dlx/Makefile, cpu/dlx/arch.h,
        cpu/common/trace.h, cpu/dlx/Makefile, cpu/dlx/arch.h,
        cpu/dlx/execute.c, cpu/or32/Makefile, cpu/or32/arch.h,
        cpu/dlx/execute.c, cpu/or32/Makefile, cpu/or32/arch.h,
        cpu/or32/execute.c:
        cpu/or32/execute.c, libc/Makefile, libc/libc.c:
 
 
        Initial revision
        Initial revision
 
 

powered by: WebSVN 2.1.0

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