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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [ChangeLog] - Diff between revs 86 and 88

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

Rev 86 Rev 88
2010-04-21  Jeremy Bennett 
2010-04-21  Jeremy Bennett 
        * NEWS: updated
        * NEWS: updated
 
        * mprofile.c (main_mprofiler): Bug 1710 fixed.
 
 
 
2010-04-21  Jeremy Bennett 
 
        * NEWS: updated
        * peripheral/ps2kbd.c (kbd_reset): Bug 1723 fixed.
        * peripheral/ps2kbd.c (kbd_reset): Bug 1723 fixed.
2010-04-21  Jeremy Bennett 
2010-04-21  Jeremy Bennett 
        * AUTHORS: Corrected spelling of Mark Jarvin.
        * AUTHORS: Corrected spelling of Mark Jarvin.
        * debug/rsp-server.c (rsp_get_client): Set len before calling
        * debug/rsp-server.c (rsp_get_client): Set len before calling
          accept ().
          accept ().
2010-04-20  Jeremy Bennett 
2010-04-20  Jeremy Bennett 
        * cache/icache-model.c (ic_end_sec): Use -1 as the invalid tag value.
        * cache/icache-model.c (ic_end_sec): Use -1 as the invalid tag value.
2010-04-20  Jeremy Bennett 
2010-04-20  Jeremy Bennett 
        * doc/or1ksim.texi: Updated with new testing instructions.
        * doc/or1ksim.texi: Updated with new testing instructions.
        * README: Updated.
        * README: Updated.
        * configure.ac: Check for rl_event_hook declaration.
        * configure.ac: Check for rl_event_hook declaration.
        * sim-cmd.c (initialize_readline): Only use rl_event_hook if it's
        * sim-cmd.c (initialize_readline): Only use rl_event_hook if it's
          available.
          available.
        * peripheral/atadevice.c: Added conditional includes for Apple  MAC.
        * peripheral/atadevice.c: Added conditional includes for Apple  MAC.
        * port/strndup.c: Include stddef.h to define size_t.
        * port/strndup.c: Include stddef.h to define size_t.
2010-04-20  Jeremy Bennett 
2010-04-20  Jeremy Bennett 
        * cpu/or1k/spr-defs.h: NOP_PRINTF removed.
        * cpu/or1k/spr-defs.h: NOP_PRINTF removed.
        * support/simprintf.h, support/simprintf.h: Deleted
        * support/simprintf.h, support/simprintf.h: Deleted
        * support/dbchs.h: simprintf channel removed.
        * support/dbchs.h: simprintf channel removed.
        * support/Makefile.am: References to simprintf.* removed.
        * support/Makefile.am: References to simprintf.* removed.
        * cpu/or32/generate.c (generate_body): Generate exception for
        * cpu/or32/generate.c (generate_body): Generate exception for
          illegal instructions.
          illegal instructions.
        * cpu/or32/insnset.c: NOP_PRINTF and stackaddr removed.
        * cpu/or32/insnset.c: NOP_PRINTF and stackaddr removed.
        * cpu/or32/execute.c (evalsim_reg): Remove simprintf reference.
        * cpu/or32/execute.c (evalsim_reg): Remove simprintf reference.
        * peripheral/channels/xterm.c (xterm_open): write result used.
        * peripheral/channels/xterm.c (xterm_open): write result used.
        * peripheral/generic.c (htoml): Fixed punning dereference.
        * peripheral/generic.c (htoml): Fixed punning dereference.
        * peripheral/generic.c (htoms): Fixed punning dereference.
        * peripheral/generic.c (htoms): Fixed punning dereference.
        * peripheral/generic.c (generic_read_byte): Fixed punning dereference.
        * peripheral/generic.c (generic_read_byte): Fixed punning dereference.
        * peripheral/generic.c (generic_write_byte): Fixed punning dereference.
        * peripheral/generic.c (generic_write_byte): Fixed punning dereference.
        * peripheral/generic.c (generic_read_hw): Fixed punning dereference.
        * peripheral/generic.c (generic_read_hw): Fixed punning dereference.
        * peripheral/generic.c (generic_write_hw): Fixed punning dereference.
        * peripheral/generic.c (generic_write_hw): Fixed punning dereference.
        * peripheral/atadevice.c (ata_devices_read): Clarified precedence.
        * peripheral/atadevice.c (ata_devices_read): Clarified precedence.
        * peripheral/atadevice.c (ata_devices_write): Clarified precedence.
        * peripheral/atadevice.c (ata_devices_write): Clarified precedence.
        * peripheral/atadevice-cmdi.c (ata_read_sect): fread result used.
        * peripheral/atadevice-cmdi.c (ata_read_sect): fread result used.
        * debug/debug-unit.c (calculate_watchpoints): memset fixed.
        * debug/debug-unit.c (calculate_watchpoints): memset fixed.
        * debug/jtag.c (crc32): i correctly initialized.
        * debug/jtag.c (crc32): i correctly initialized.
        * debug/jtag.c (construct_response): operator precedence clarified.
        * debug/jtag.c (construct_response): operator precedence clarified.
        * debug/jtag.c (construct_response): jreg[zero_bytes] fixed.
        * debug/jtag.c (construct_response): jreg[zero_bytes] fixed.
        * debug/jtag.c (validate_spr_fields): Format char fixed in printf.
        * debug/jtag.c (validate_spr_fields): Format char fixed in printf.
        * debug/jtag.c: "/*" within comments removed.
        * debug/jtag.c: "/*" within comments removed.
        * debug/jtag.c: included toplevel-support.h
        * debug/jtag.c: included toplevel-support.h
        * cuc/bb.c (reg_dep): Duplicate code removed.
        * cuc/bb.c (reg_dep): Duplicate code removed.
        * cuc/bb.c (detect_bb): Array bound check added
        * cuc/bb.c (detect_bb): Array bound check added
        * cuc/timings.c (load_timing_table): index initialized.
        * cuc/timings.c (load_timing_table): index initialized.
2010-04-19  Jeremy Bennett 
2010-04-19  Jeremy Bennett 
        * COPYING: Updated to v3.
        * COPYING: Updated to v3.
        * peripheral/gpio.c: #defines transfered to gpio.h
        * peripheral/gpio.c: #defines transfered to gpio.h
        * peripheral/gpio.h: #defines transfered from gpio.c
        * peripheral/gpio.h: #defines transfered from gpio.c
        * peripheral/mc.c: #defines transfered to mc.h
        * peripheral/mc.c: #defines transfered to mc.h
        * peripheral/mc.h: #defines transfered from mc.c
        * peripheral/mc.h: #defines transfered from mc.c
2010-04-18  Jeremy Bennett 
2010-04-18  Jeremy Bennett 
        * cpu/or32/insnset.c: Added support for new timing NOPs.
        * cpu/or32/insnset.c: Added support for new timing NOPs.
        * cpu/or1k/spr-defs.h: NOP_GET_TICKS and NOP_GET_PS added.
        * cpu/or1k/spr-defs.h: NOP_GET_TICKS and NOP_GET_PS added.
2010-04-14  Jeremy Bennett 
2010-04-14  Jeremy Bennett 
        * peripheral/eth.c: #defines transfered to eth.h
        * peripheral/eth.c: #defines transfered to eth.h
        * peripheral/eth.h: #defines transfered from eth.c
        * peripheral/eth.h: #defines transfered from eth.c
2009-03-02  Jeremy Bennett 
2009-03-02  Jeremy Bennett 
        * README: Reference to installation instructions updated
        * README: Reference to installation instructions updated
        * NEWS: Updated for release 0.3.0
        * NEWS: Updated for release 0.3.0
        * doc/or1ksim.texi: Copyright date updated
        * doc/or1ksim.texi: Copyright date updated
2009-02-24  Jeremy Bennett 
2009-02-24  Jeremy Bennett 
        * configure.ac: Version number upped
        * configure.ac: Version number upped
        * cpu/common/execute.h: cpu_state.npc_not_valid added
        * cpu/common/execute.h: cpu_state.npc_not_valid added
        * cpu/or1k/spr-defs.h: SPR_DRR_FPE added
        * cpu/or1k/spr-defs.h: SPR_DRR_FPE added
        * cpu/or1k/spr-dump.c: SPR_DRR_FPE added
        * cpu/or1k/spr-dump.c: SPR_DRR_FPE added
        * cpu/or1k/sprs.c: New handling of NPC added
        * cpu/or1k/sprs.c: New handling of NPC added
        * cpu/or32/execute.c: High reset vector start added
        * cpu/or32/execute.c: High reset vector start added
        * cpu/or32/insnset.c:
        * cpu/or32/insnset.c:
        * debug/debug-unit.c:
        * debug/debug-unit.c:
        * debug/rsp-server.c: Performance improved
        * debug/rsp-server.c: Performance improved
        * doc/or1ksim.texi: Updated
        * doc/or1ksim.texi: Updated
        * libtoplevel.c: Version prints out
        * libtoplevel.c: Version prints out
        * or1ksim.h: Interrupt library routines added
        * or1ksim.h: Interrupt library routines added
        * peripheral/channels/fd.c: RSP xterm fixed
        * peripheral/channels/fd.c: RSP xterm fixed
        * peripheral/generic.c: Endianess of upcalls fixed
        * peripheral/generic.c: Endianess of upcalls fixed
        * sim-config.c, sim-config.h: new config fields for NPC
        * sim-config.c, sim-config.h: new config fields for NPC
        functionality added.
        functionality added.
        * toplevel-support.c (sim_init): Version number printed out
        * toplevel-support.c (sim_init): Version number printed out
2008-11-17  Jeremy Bennett 
2008-11-17  Jeremy Bennett 
        * sim-config.c: MERROR deleted (not used). WARNING replaced by
        * sim-config.c: MERROR deleted (not used). WARNING replaced by
        explicit fprintf calls.
        explicit fprintf calls.
        * sim-config.h, sim-config.c, peripheral/16450.c: CONFIG_ERROR
        * sim-config.h, sim-config.c, peripheral/16450.c: CONFIG_ERROR
        replaced by fprintf.
        replaced by fprintf.
2008-11-16  Jeremy Bennett 
2008-11-16  Jeremy Bennett 
        * debug/gdbcomm.c (get_server_socket): server_ip flag getting by
        * debug/gdbcomm.c (get_server_socket): server_ip flag getting by
        fcntl corrected (wrong syntax used for GETFL).
        fcntl corrected (wrong syntax used for GETFL).
2008-11-16  Jeremy Bennett 
2008-11-16  Jeremy Bennett 
        * doc/or1ksim.texi: Documentation of the various configuration
        * doc/or1ksim.texi: Documentation of the various configuration
        options added.
        options added.
2008-11-16  Jeremy Bennett 
2008-11-16  Jeremy Bennett 
        * cpu/or32/op-mftspr-op.h, cpu/or32/op.c, cpu/or32/dyn32-defs.h,
        * cpu/or32/op-mftspr-op.h, cpu/or32/op.c, cpu/or32/dyn32-defs.h,
        cpu/or32/def_op_t.h, cpu/or32/op-support.c, cpu/or32/op-swhb-op.h,
        cpu/or32/def_op_t.h, cpu/or32/op-support.c, cpu/or32/op-swhb-op.h,
        cpu/or32/dyn-rec.c, cpu/or32/execute.c, cpu/or32/op-arith-op.h,
        cpu/or32/dyn-rec.c, cpu/or32/execute.c, cpu/or32/op-arith-op.h,
        cpu/or32/dyn-rec.h, cpu/or32/simpl32-defs.h, cpu/or32/insnset.c,
        cpu/or32/dyn-rec.h, cpu/or32/simpl32-defs.h, cpu/or32/insnset.c,
        cpu/or32/dyngen.c, cpu/or32/dyngen-elf.c, cpu/or32/Makefile.am:
        cpu/or32/dyngen.c, cpu/or32/dyngen-elf.c, cpu/or32/Makefile.am:
        Numerous changes to ensure compilation succeeds with
        Numerous changes to ensure compilation succeeds with
        DYNAMIC_EXECUTION.
        DYNAMIC_EXECUTION.
2008-11-16  Jeremy Bennett 
2008-11-16  Jeremy Bennett 
        * cpu/or1k/opcode/or32.h: Change include of simple32_defs.h to
        * cpu/or1k/opcode/or32.h: Change include of simple32_defs.h to
        simple32-defs.h and dyn32_defs.h to dyn32-defs.h
        simple32-defs.h and dyn32_defs.h to dyn32-defs.h
        * cpu/or32/simple32-defs.h: Made conditional and added include of
        * cpu/or32/simple32-defs.h: Made conditional and added include of
        * cpu/or32/Makefile.am: For simple execution removed insnset.c
        * cpu/or32/Makefile.am: For simple execution removed insnset.c
        from the sources and added it to EXTRA sources.
        from the sources and added it to EXTRA sources.
2008-10-15  Jeremy Bennett 
2008-10-15  Jeremy Bennett 
        * configure.ac: Corrected gcc args for --enabled-profiling
        * configure.ac: Corrected gcc args for --enabled-profiling
        * cpu/common/stats.h, cpu/common/stats.c: Moved definition of
        * cpu/common/stats.h, cpu/common/stats.c: Moved definition of
        RAW_RANGE to stats.h from stats.c. Made declaration of raw_stats
        RAW_RANGE to stats.h from stats.c. Made declaration of raw_stats
        non-static and added extern declaration to stats.h
        non-static and added extern declaration to stats.h
        * cpu/common/stats.c (printstats): Changed MAX_RANGE to RAW_RANGE
        * cpu/common/stats.c (printstats): Changed MAX_RANGE to RAW_RANGE
        * cpu/or32/execute.c (evalsim_reg): Changed MAX_RAW_RANGE to RAW_RANGE
        * cpu/or32/execute.c (evalsim_reg): Changed MAX_RAW_RANGE to RAW_RANGE
2008-10-11  Jeremy Bennett 
2008-10-11  Jeremy Bennett 
        * all: Removed redundant headers added missing GPL statements,
        * all: Removed redundant headers added missing GPL statements,
        formatted to GNU standard. Made all non-global functions and top
        formatted to GNU standard. Made all non-global functions and top
        level variables explicitly static, eliminated most typedefs.
        level variables explicitly static, eliminated most typedefs.
        * doc/or1ksim.texi: New file (user guide).
        * doc/or1ksim.texi: New file (user guide).
        * toplevel.c: Removed redundant headers. Tidied layout. Ensured
        * toplevel.c: Removed redundant headers. Tidied layout. Ensured
        explicit return code via exit() always.
        explicit return code via exit() always.
        * toplevel-support.c (debug): simplified code, removing
        * toplevel-support.c (debug): simplified code, removing
        conditionality on DEBUG. Tidied layout
        conditionality on DEBUG. Tidied layout
        * libtoplevel.c: Added Doxygen commenting
        * libtoplevel.c: Added Doxygen commenting
        * mainpage: New (top level Doxygen file)
        * mainpage: New (top level Doxygen file)
        * doxygen.config: Doxygen configuration file
        * doxygen.config: Doxygen configuration file
        * configure.ac: Deleted setting HAS_DEBUG (not used)
        * configure.ac: Deleted setting HAS_DEBUG (not used)
        * cpu/or32/or32.c: Deleted dummy debug definition
        * cpu/or32/or32.c: Deleted dummy debug definition
        * support/simprintf.c, sim-config.c, sim-config.h: Deleted
        * support/simprintf.c, sim-config.c, sim-config.h: Deleted
        config.sim.fstdout.
        config.sim.fstdout.
        * sim-config.c, sim-config.h: Deleted script_fn (not actually
        * sim-config.c, sim-config.h: Deleted script_fn (not actually
        used)
        used)
        * sim-config.c, sim-config.h, ps2kbd.c: Deleted config.sim.kfreq -
        * sim-config.c, sim-config.h, ps2kbd.c: Deleted config.sim.kfreq -
        calculate locally instead.
        calculate locally instead.
        * sim-config.c: Alternative (consistent) naming for file
        * sim-config.c: Alternative (consistent) naming for file
        parameters. Config parameters validated for range
        parameters. Config parameters validated for range
        * sim-config.c, vapi.c: Alternative (consistent) naming for file
        * sim-config.c, vapi.c: Alternative (consistent) naming for file
        parameters. Config parameters validated for range
        parameters. Config parameters validated for range
        * sim-config.c, cuc.c: Alternative (consistent) naming for file
        * sim-config.c, cuc.c: Alternative (consistent) naming for file
        parameters. Config parameters validated for range
        parameters. Config parameters validated for range
        * mmu/immu.c, mmu/dmmu.c: Defaults set for all paramters. Warnings
        * mmu/immu.c, mmu/dmmu.c: Defaults set for all paramters. Warnings
        replace errors for bad parameter settings. Formatting tidied
        replace errors for bad parameter settings. Formatting tidied
        up. Offsets for MMU config register bits corrected.
        up. Offsets for MMU config register bits corrected.
        * sim-config.c, cachce/dcache_model.c: All parameters initialized
        * sim-config.c, cachce/dcache_model.c: All parameters initialized
        and values checked. Warnings replace errors for bad parameter
        and values checked. Warnings replace errors for bad parameter
        settings.xo
        settings.xo
        * sim-config.c, sim-config.h, cache/icache_model: All parameters
        * sim-config.c, sim-config.h, cache/icache_model: All parameters
        initialized and values checked. Warnings replace errors for bad
        initialized and values checked. Warnings replace errors for bad
        parameter settings. static config fields in config.ic (not used)
        parameter settings. static config fields in config.ic (not used)
        all deleted.
        all deleted.
        * sim-config.c, pm/pm.c, cpu/or1k/sprs.c, cpu/or32/execute.c:
        * sim-config.c, pm/pm.c, cpu/or1k/sprs.c, cpu/or32/execute.c:
        Initialization includes setting of UPR field. All effects of the
        Initialization includes setting of UPR field. All effects of the
        power management SPR are made conditional on the PM unit being
        power management SPR are made conditional on the PM unit being
        enabled.
        enabled.
        * sim-config.c, sim-config.h, cpu/or1k/execute.c,
        * sim-config.c, sim-config.h, cpu/or1k/execute.c,
        debug/debug-unit.c, dcache/dcache.c, vapi/vapi.c, pm/pm.c:
        debug/debug-unit.c, dcache/dcache.c, vapi/vapi.c, pm/pm.c:
        References to cpu.config.upr replaced by the actual SPR in the cpu
        References to cpu.config.upr replaced by the actual SPR in the cpu
        state.
        state.
        * sim-config.c, sim-config.h, pic/pic.c, pic/pic.h,
        * sim-config.c, sim-config.h, pic/pic.c, pic/pic.h,
        cpu/or1k/sprs.c: Initialization structure placed in config.pic for
        cpu/or1k/sprs.c: Initialization structure placed in config.pic for
        consistency with other components.
        consistency with other components.
        * peripheral/mc.c (mc_sec_start, mc_poc): All fields explicitly
        * peripheral/mc.c (mc_sec_start, mc_poc): All fields explicitly
        set. MC enabled by default for consistency.
        set. MC enabled by default for consistency.
        * peripheral/16450.c (uart_sec_start, uart_channel): All fields
        * peripheral/16450.c (uart_sec_start, uart_channel): All fields
        explicitly initiated, default supplied for channel
        explicitly initiated, default supplied for channel
        * peripheral/dma.c (dma_sec_start): All fields explicitly
        * peripheral/dma.c (dma_sec_start): All fields explicitly
        initiated
        initiated
        * peripheral/etch.c: All fields explicitly initialized and values
        * peripheral/etch.c: All fields explicitly initialized and values
        checked on entry. All socket fields issue warning if used when not
        checked on entry. All socket fields issue warning if used when not
        configured in build.
        configured in build.
        * peripheral/gpio.c (reg_gpio_sec): Alternative (preferred)
        * peripheral/gpio.c (reg_gpio_sec): Alternative (preferred)
        parameter name "vapi_id" added. All fields explicitly initialized.
        parameter name "vapi_id" added. All fields explicitly initialized.
        * peripheral/vga.c (reg_vga_sec, vga_filename):  Alternative
        * peripheral/vga.c (reg_vga_sec, vga_filename):  Alternative
        (preferred) parameter name "txfile" added. All fields explicitly
        (preferred) parameter name "txfile" added. All fields explicitly
        initialized.
        initialized.
        * peripheral/fb.c (reg_fb_sec, fb_filename):  Alternative
        * peripheral/fb.c (reg_fb_sec, fb_filename):  Alternative
        (preferred) parameter name "txfile" added. All fields explicitly
        (preferred) parameter name "txfile" added. All fields explicitly
        initialized.
        initialized.
        * peripheral/ps2kbd.c (reg_kbd_sec, kdb_rxfile): All fields
        * peripheral/ps2kbd.c (reg_kbd_sec, kdb_rxfile): All fields
        explicitly initialized.
        explicitly initialized.
        * peripheral/atahost.c (reg_ata_sec, ata_file, ata_mwdma)
        * peripheral/atahost.c (reg_ata_sec, ata_file, ata_mwdma)
        (ata_pio): All fields explicitly initialized and entry values
        (ata_pio): All fields explicitly initialized and entry values
        checked.
        checked.
        * cpu-config.h, cpu-config.cpu: New - break out the CPU config
        * cpu-config.h, cpu-config.cpu: New - break out the CPU config
        code from sim-config.c, sim-config.h
        code from sim-config.c, sim-config.h
        * sim-config.c, sim-config.h: Transfer declaration of reg
        * sim-config.c, sim-config.h: Transfer declaration of reg
        functions to the headers where they are implemented.
        functions to the headers where they are implemented.
        * toplevel-support.c: new name for toplevel_support.c
        * toplevel-support.c: new name for toplevel_support.c
        * dma-defs.h: new name for dma_defs.h
        * dma-defs.h: new name for dma_defs.h
        * debug-unit.h, debug-unit.c: new names for debug_unit.h and
        * debug-unit.h, debug-unit.c: new names for debug_unit.h and
        debug_unit.c
        debug_unit.c
        * eth.h: created from ethernet_i.h and ethernet.h, which are
        * eth.h: created from ethernet_i.h and ethernet.h, which are
        deleted
        deleted
        * dcache-model.c, dcache-model.h, icache-model.c, icache-model.h:
        * dcache-model.c, dcache-model.h, icache-model.c, icache-model.h:
        new names for dcache_model.c, dcache_model.h, icache_model.c,
        new names for dcache_model.c, dcache_model.h, icache_model.c,
        icache_model.h
        icache_model.h
        * branch-predict.c, branch-predict.h: new names for
        * branch-predict.c, branch-predict.h: new names for
        branch_predict.c, branch_predict.h
        branch_predict.c, branch_predict.h
        * execute.c, insnset.c (set_reg): Deleted and replaced by setsim_reg
        * execute.c, insnset.c (set_reg): Deleted and replaced by setsim_reg
        * channel.c, channel.h, fd.c, fd.h, file.c, generic.c, generic.h,
        * channel.c, channel.h, fd.c, fd.h, file.c, generic.c, generic.h,
        tcp.c, tty.c, xterm.c: Code restructured and declarations made
        tcp.c, tty.c, xterm.c: Code restructured and declarations made
        rigorous.
        rigorous.
        * file.h, tcp.h, tty.h, xterm.h: New files
        * file.h, tcp.h, tty.h, xterm.h: New files
        * cpu/or32/generate.c, cpu/or32/or32.c: Function debug moved from
        * cpu/or32/generate.c, cpu/or32/or32.c: Function debug moved from
        generate.c to or32.c, renamed or32_debug and declared static, to
        generate.c to or32.c, renamed or32_debug and declared static, to
        avoid confusion with main debug function in toplevel-support.c.
        avoid confusion with main debug function in toplevel-support.c.
2008-09-08  Jeremy Bennett 
2008-09-08  Jeremy Bennett 
        * argtable2: This directory is a direct inclusion of the argtable2
        * argtable2: This directory is a direct inclusion of the argtable2
        library 
        library 
        * artable2/Makefile.am: Modified so the library and header are not
        * artable2/Makefile.am: Modified so the library and header are not
        installed
        installed
        * AUTHORS: Added argtable2 credits
        * AUTHORS: Added argtable2 credits
        * configure.ac: Created by renaming configure.in. Added extra
        * configure.ac: Created by renaming configure.in. Added extra
        tests needed for argtable2
        tests needed for argtable2
        * Makefile.am: Added argtable2 library and broke out separate
        * Makefile.am: Added argtable2 library and broke out separate
        commands for profiling (psim) and memory profiling (mpsim)
        commands for profiling (psim) and memory profiling (mpsim)
        * toplevel.c (main): Alternative profile and mprofile command
        * toplevel.c (main): Alternative profile and mprofile command
        lines removed from help text.
        lines removed from help text.
        * toplevel-mpsim.c: New top level for standalone mpsim command
        * toplevel-mpsim.c: New top level for standalone mpsim command
        * toplevel-psim.c: New top level for standalone psim command
        * toplevel-psim.c: New top level for standalone psim command
        * sim-config.c (parse_args): profile and mprofile options on
        * sim-config.c (parse_args): profile and mprofile options on
        command line removed.
        command line removed.
2008-09-07  Jeremy Bennett 
2008-09-07  Jeremy Bennett 
        * toplevel_support.c, sim-config.c, support/dumpverilog.c:
        * toplevel_support.c, sim-config.c, support/dumpverilog.c:
        or1ksim_ver replaced by PACKAGE_VERSION
        or1ksim_ver replaced by PACKAGE_VERSION
2008-09-06  Jeremy Bennett 
2008-09-06  Jeremy Bennett 
        * AUTHORS: Added Jeremy Bennett
        * AUTHORS: Added Jeremy Bennett
        * bpb/Makefile.am: Updated to use libtool libraries
        * bpb/Makefile.am: Updated to use libtool libraries
        * cache/Makefile.am: Updated to use libtool libraries
        * cache/Makefile.am: Updated to use libtool libraries
        * configure.in: Obsolete material removed
        * configure.in: Obsolete material removed
        * cpu/common/Makefile.am: Updated to use libtool libraries
        * cpu/common/Makefile.am: Updated to use libtool libraries
        * cpu/dlx/Makefile.am: Updated to use libtool libraries
        * cpu/dlx/Makefile.am: Updated to use libtool libraries
        * cpu/or1k/Makefile.am: Updated to use libtool libraries
        * cpu/or1k/Makefile.am: Updated to use libtool libraries
        * cpu/or32/Makefile.am: Updated to use libtool libraries
        * cpu/or32/Makefile.am: Updated to use libtool libraries
        * cuc/Makefile.am: Updated to use libtool libraries
        * cuc/Makefile.am: Updated to use libtool libraries
        * debug/Makefile.am: Updated to use libtool libraries
        * debug/Makefile.am: Updated to use libtool libraries
        * INSTALL: instructions updated
        * INSTALL: instructions updated
        * libtoplevel.c: new file
        * libtoplevel.c: new file
        * Makefile.am: Updated to use libtool libraries. Restructured to
        * Makefile.am: Updated to use libtool libraries. Restructured to
        generate both a standalone simulator and a library
        generate both a standalone simulator and a library
        * mmu/Makefile.am: Updated to use libtool libraries
        * mmu/Makefile.am: Updated to use libtool libraries
        * or1ksim.h: new file
        * or1ksim.h: new file
        * peripheral/channels/Makefile.am: Updated to use libtool
        * peripheral/channels/Makefile.am: Updated to use libtool
        libraries
        libraries
        * peripheral/generic.c, peripheral/generic.h: new files
        * peripheral/generic.c, peripheral/generic.h: new files
        * peripheral/Makefile.am: Updated to use libtool libraries
        * peripheral/Makefile.am: Updated to use libtool libraries
        * pic/Makefile.am: Updated to use libtool libraries
        * pic/Makefile.am: Updated to use libtool libraries
        * pm/Makefile.am: Updated to use libtool libraries
        * pm/Makefile.am: Updated to use libtool libraries
        * port/Makefile.am: Updated to use libtool libraries
        * port/Makefile.am: Updated to use libtool libraries
        * README: General update
        * README: General update
        * sim-config.c (reg_config_secs): Added call to reg_generic_sec()
        * sim-config.c (reg_config_secs): Added call to reg_generic_sec()
        * sim-config.h: Added config entries for SystemC library interface
        * sim-config.h: Added config entries for SystemC library interface
        and to facility timing. Declare reg_generic_sec()
        and to facility timing. Declare reg_generic_sec()
        * support/dbchs.h: Add a debug channel for generic peripherals
        * support/dbchs.h: Add a debug channel for generic peripherals
        * support/Makefile.am: Updated to use libtool libraries
        * support/Makefile.am: Updated to use libtool libraries
        * testbench/dhry.h: ^M characters removed
        * testbench/dhry.h: ^M characters removed
        * testbench/README: Updated instructions
        * testbench/README: Updated instructions
        * tick/Makefile.am: Updated to use libtool libraries
        * tick/Makefile.am: Updated to use libtool libraries
        * toplevel.c: Most support routines split out into
        * toplevel.c: Most support routines split out into
        toplevel_support.c
        toplevel_support.c
        * toplevel_support.c: New file
        * toplevel_support.c: New file
        * vapi/Makefile.am: Updated to use libtool libraries
        * vapi/Makefile.am: Updated to use libtool libraries
2008-09-04 15:04        Jeremy Bennett 
2008-09-04 15:04        Jeremy Bennett 
        * bpb/Makefile.am: Added header to SOURCES, so included in TAGS
        * bpb/Makefile.am: Added header to SOURCES, so included in TAGS
        file
        file
        * cache/dcache_model.c: Set UPR in config state when enabled
        * cache/dcache_model.c: Set UPR in config state when enabled
        * cache/icache_model.c: Set UPR in config state when enabled
        * cache/icache_model.c: Set UPR in config state when enabled
        * cpu/common/abstract.c (eval_insn): Trigger breakpoint on
        * cpu/common/abstract.c (eval_insn): Trigger breakpoint on
        instruction fetch address, not debug load address
        instruction fetch address, not debug load address
        * cpu/common/Makefile.am: Added header to SOURCES, so included in TAGS
        * cpu/common/Makefile.am: Added header to SOURCES, so included in TAGS
        file
        file
        * cpu/dlx/Makefile.am: Added header to SOURCES, so included in TAGS
        * cpu/dlx/Makefile.am: Added header to SOURCES, so included in TAGS
        file
        file
        * cpu/or1k/Makefile.am: Added header to SOURCES, so included in TAGS
        * cpu/or1k/Makefile.am: Added header to SOURCES, so included in TAGS
        file
        file
        * cpu/or1k/spr_defs.h: Updated bit definitions to match current
        * cpu/or1k/spr_defs.h: Updated bit definitions to match current
        OR1K architecture. Added missing bit definitions and bit
        OR1K architecture. Added missing bit definitions and bit
        definitions for CPU config and Debug config regs. Added NOP_PUTC
        definitions for CPU config and Debug config regs. Added NOP_PUTC
        constant for l.nop.
        constant for l.nop.
        * cpu/or1k/spr_dump.c: Updated bit definitions and data structures
        * cpu/or1k/spr_dump.c: Updated bit definitions and data structures
        to match changes in spr_defs.h.
        to match changes in spr_defs.h.
        * cpu/or32/execute.c: Added initialization of CPU and Debug config
        * cpu/or32/execute.c: Added initialization of CPU and Debug config
        regs
        regs
        * cpu/or32/insnset.c: Added sensitivity to breakpoint when setting
        * cpu/or32/insnset.c: Added sensitivity to breakpoint when setting
        registers and code for NOP_PUTC
        registers and code for NOP_PUTC
        * cpu/or32/Makefile.am: Added header to SOURCES, so included in TAGS
        * cpu/or32/Makefile.am: Added header to SOURCES, so included in TAGS
        file
        file
        * debug/debug_unit.c (du_clock): watchpoint status
        * debug/debug_unit.c (du_clock): watchpoint status
        dropped.
        dropped.
        * debug/debug_unit.c (CheckDebugUnit): Check for single stepping
        * debug/debug_unit.c (CheckDebugUnit): Check for single stepping
        removed.
        removed.
        * debug/debug_unit.c (calculate_watchpoints): Completely rewritten
        * debug/debug_unit.c (calculate_watchpoints): Completely rewritten
        to match current debug unit behavior.
        to match current debug unit behavior.
        * debug/gdbcomm.c (JTAGRequest): fcntl F_GETFL corrected.
        * debug/gdbcomm.c (JTAGRequest): fcntl F_GETFL corrected.
        * mmu/Makefile.am: Added header to SOURCES, so included in TAGS
        * mmu/Makefile.am: Added header to SOURCES, so included in TAGS
        file
        file
        * peripheral/channels/Makefile.am: Added header to SOURCES, so
        * peripheral/channels/Makefile.am: Added header to SOURCES, so
        included in TAGS file
        included in TAGS file
        * peripheral/channels/xterm.c: HAS_ON_EXIT changed to HAVE_ON_EXIT
        * peripheral/channels/xterm.c: HAS_ON_EXIT changed to HAVE_ON_EXIT
        * peripheral/Makefile.am: Added header to SOURCES, so included in
        * peripheral/Makefile.am: Added header to SOURCES, so included in
        TAGS file
        TAGS file
        * pic/Makefile.am: Added header to SOURCES, so included in TAGS
        * pic/Makefile.am: Added header to SOURCES, so included in TAGS
        file
        file
        * pm/Makefile.am: Added header to SOURCES, so included in TAGS
        * pm/Makefile.am: Added header to SOURCES, so included in TAGS
        file
        file
        * port/Makefile.am: Added header to SOURCES, so included in TAGS
        * port/Makefile.am: Added header to SOURCES, so included in TAGS
        file
        file
        * sim-config.c: Added entries for CPU config and made SR values
        * sim-config.c: Added entries for CPU config and made SR values
        symbolic
        symbolic
        * sim-config.h: Added entries for CPU config
        * sim-config.h: Added entries for CPU config
        * support/Makefile.am: Added header to SOURCES, so included in
        * support/Makefile.am: Added header to SOURCES, so included in
        TAGS file
        TAGS file
        * support/simprintf.c (simprintf). Fixed bug with evaluating
        * support/simprintf.c (simprintf). Fixed bug with evaluating
        arguments
        arguments
        * testbench/support/spr_defs.h. Apparent typo in comment
        * testbench/support/spr_defs.h. Apparent typo in comment
        * tick/Makefile.am: Added header to SOURCES, so included in TAGS
        * tick/Makefile.am: Added header to SOURCES, so included in TAGS
        file
        file
2006-01-18 20:34  nogj
2006-01-18 20:34  nogj
        * sim-cmd.c:
        * sim-cmd.c:
        Fix segmentation fault if setting a breakpoint on a non-existing
        Fix segmentation fault if setting a breakpoint on a non-existing
        label
        label
2006-01-07 18:12  nogj
2006-01-07 18:12  nogj
        * toplevel.c:
        * toplevel.c:
        Release 0.2.0-rc3
        Release 0.2.0-rc3
2006-01-07 18:11  nogj
2006-01-07 18:11  nogj
        * ChangeLog:
        * ChangeLog:
        Update ChangeLog
        Update ChangeLog
2006-01-07 18:09  nogj
2006-01-07 18:09  nogj
        * ChangeLog:
        * ChangeLog:
        Upgrade cvs2cl.pl to version 2.59
        Upgrade cvs2cl.pl to version 2.59
2006-01-04 10:44  rezso
2006-01-04 10:44  rezso
        * ChangeLog, cpu/common/elf.h, cpu/common/parse.c,
        * ChangeLog, cpu/common/elf.h, cpu/common/parse.c,
        cpu/common/parse.h:
        cpu/common/parse.h:
        [no log message]
        [no log message]
2005-12-15 08:46  jcastillo
2005-12-15 08:46  jcastillo
        * support/dumpverilog.h:
        * support/dumpverilog.h:
        Fixed types in function declaration
        Fixed types in function declaration
2005-12-05 01:18  phoenix
2005-12-05 01:18  phoenix
        * testbench/mmu.c:
        * testbench/mmu.c:
        CI should not be set in dMMU translation tables or one gets
        CI should not be set in dMMU translation tables or one gets
        different behaviour with dMMU on or off in case data cache is
        different behaviour with dMMU on or off in case data cache is
        enabled. care should be taken for addresses higher than 0x7fff_ffff
        enabled. care should be taken for addresses higher than 0x7fff_ffff
        where the situation is just reversed. (since or1200 does not cache
        where the situation is just reversed. (since or1200 does not cache
        upper half of address space if there is no dMMU)
        upper half of address space if there is no dMMU)
2005-11-26 14:19  nogj
2005-11-26 14:19  nogj
        * ChangeLog:
        * ChangeLog:
        Update ChangeLog
        Update ChangeLog
2005-11-26 13:41  nogj
2005-11-26 13:41  nogj
        * toplevel.c:
        * toplevel.c:
        0.2.0-rc2 release
        0.2.0-rc2 release
2005-11-25 19:37  nogj
2005-11-25 19:37  nogj
        * pic/pic.c:
        * pic/pic.c:
        Avoid scheduleing too many jobs, potentially underflowing the
        Avoid scheduleing too many jobs, potentially underflowing the
        scheduler stack
        scheduler stack
2005-11-25 19:35  nogj
2005-11-25 19:35  nogj
        * toplevel.c:
        * toplevel.c:
        Don't drop cycles from the scheduler
        Don't drop cycles from the scheduler
2005-11-25 14:35  phoenix
2005-11-25 14:35  phoenix
        * peripheral/eth.c:
        * peripheral/eth.c:
        fix uninitialized reads
        fix uninitialized reads
2005-11-18 19:15  nogj
2005-11-18 19:15  nogj
        * cpu/or32/or32.c:
        * cpu/or32/or32.c:
        Execute l.ff1 instruction
        Execute l.ff1 instruction
2005-11-18 19:14  nogj
2005-11-18 19:14  nogj
        * support/dumpverilog.c:
        * support/dumpverilog.c:
        Fix dumphex/dumpverilog to not do unaligned memory access
        Fix dumphex/dumpverilog to not do unaligned memory access
2005-11-06 17:44  nogj
2005-11-06 17:44  nogj
        * peripheral/eth.c:
        * peripheral/eth.c:
        Handle ethernet addresses as an address and not as an int
        Handle ethernet addresses as an address and not as an int
2005-11-06 17:23  nogj
2005-11-06 17:23  nogj
        * cpu/or32/or32.c:
        * cpu/or32/or32.c:
        Fix parsing the destination register
        Fix parsing the destination register
2005-11-06 17:21  nogj
2005-11-06 17:21  nogj
        * sim-cmd.c:
        * sim-cmd.c:
        Fix handling of eof in the sim cli
        Fix handling of eof in the sim cli
2005-11-06 17:09  nogj
2005-11-06 17:09  nogj
        * sim-config.c:
        * sim-config.c:
        Add default immu/dmmu page size
        Add default immu/dmmu page size
2005-11-06 17:08  nogj
2005-11-06 17:08  nogj
        * support/misc.c:
        * support/misc.c:
        Fix the case of is_power2(0)
        Fix the case of is_power2(0)
2005-11-06 17:08  nogj
2005-11-06 17:08  nogj
        * sim-cmd.c, sim-config.h, toplevel.c:
        * sim-cmd.c, sim-config.h, toplevel.c:
        Don't kill sim on second ctrl+c if the cli prompt has already been
        Don't kill sim on second ctrl+c if the cli prompt has already been
        shown
        shown
2005-11-03 20:01  lampret
2005-11-03 20:01  lampret
        * cpu/or32/or32.c:
        * cpu/or32/or32.c:
        Added l.fl1
        Added l.fl1
2005-10-31 08:23  nogj
2005-10-31 08:23  nogj
        * support/debug.c:
        * support/debug.c:
        Make -d channel be equivalent to -d +channel
        Make -d channel be equivalent to -d +channel
2005-10-31 08:00  nogj
2005-10-31 08:00  nogj
        * sim-cmd.c:
        * sim-cmd.c:
        Correct INT_MAX->INT32_MAX
        Correct INT_MAX->INT32_MAX
2005-10-26 16:32  nogj
2005-10-26 16:32  nogj
        * peripheral/memory.c:
        * peripheral/memory.c:
        Charles Qi Fix memory handling on big endian machines
        Charles Qi Fix memory handling on big endian machines
2005-10-21 00:15  phoenix
2005-10-21 00:15  phoenix
        * cpu/or1k/except.c:
        * cpu/or1k/except.c:
        added missing exception, fixes segfault with trap exception
        added missing exception, fixes segfault with trap exception
2005-10-20 01:10  phoenix
2005-10-20 01:10  phoenix
        * cpu/common/abstract.c, cpu/or32/execute.c, sim-cmd.c:
        * cpu/common/abstract.c, cpu/or32/execute.c, sim-cmd.c:
        usability improvments
        usability improvments
2005-10-11 08:21  nogj
2005-10-11 08:21  nogj
        * sim-cmd.c, sim-config.c, sim-config.h:
        * sim-cmd.c, sim-config.c, sim-config.h:
        Stephan Bourduas  * Fix starting instruction logger from > 2^31 - 1
        Stephan Bourduas  * Fix starting instruction logger from > 2^31 - 1
        instructions  * Fix `run x' command, where x > 2^31.
        instructions  * Fix `run x' command, where x > 2^31.
        nog.
        nog.
2005-09-29 13:16  nogj
2005-09-29 13:16  nogj
        * cpu/or1k/sprs.c:
        * cpu/or1k/sprs.c:
        Add missing break; statements
        Add missing break; statements
2005-09-29 13:15  nogj
2005-09-29 13:15  nogj
        * testbench/support/support.c:
        * testbench/support/support.c:
        Put consecutive asm statements into one __asm__() block to prevent
        Put consecutive asm statements into one __asm__() block to prevent
        gcc from scheduleing other instructions between them.
        gcc from scheduleing other instructions between them.
2005-09-29 13:12  nogj
2005-09-29 13:12  nogj
        * cpu/or32/generate.c:
        * cpu/or32/generate.c:
        gcc4 compile fix
        gcc4 compile fix
2005-09-29 00:54  phoenix
2005-09-29 00:54  phoenix
        * Makefile.in, aclocal.m4, config.h.in, configure, configure.in,
        * Makefile.in, aclocal.m4, config.h.in, configure, configure.in,
        bpb/Makefile.in, cache/Makefile.in, cpu/common/Makefile.in,
        bpb/Makefile.in, cache/Makefile.in, cpu/common/Makefile.in,
        cpu/Makefile.in, cpu/dlx/Makefile.in, cpu/or1k/Makefile.in,
        cpu/Makefile.in, cpu/dlx/Makefile.in, cpu/or1k/Makefile.in,
        cpu/or32/Makefile.in, cuc/Makefile.in, debug/Makefile.in,
        cpu/or32/Makefile.in, cuc/Makefile.in, debug/Makefile.in,
        mmu/Makefile.in, peripheral/Makefile.in,
        mmu/Makefile.in, peripheral/Makefile.in,
        peripheral/channels/Makefile.in, pic/Makefile.in, pm/Makefile.in,
        peripheral/channels/Makefile.in, pic/Makefile.in, pm/Makefile.in,
        port/Makefile.in, support/Makefile.in, tick/Makefile.in,
        port/Makefile.in, support/Makefile.in, tick/Makefile.in,
        vapi/Makefile.in:
        vapi/Makefile.in:
        configure updates
        configure updates
2005-09-13 18:01  nogj
2005-09-13 18:01  nogj
        * ChangeLog:
        * ChangeLog:
        Update ChangeLog with cvs2cl.pl -S
        Update ChangeLog with cvs2cl.pl -S
2005-09-06 18:32  nogj
2005-09-06 18:32  nogj
        * support/debug.c:
        * support/debug.c:
        Fix segfault when parsing invalid debug options
        Fix segfault when parsing invalid debug options
2005-09-06 18:32  nogj
2005-09-06 18:32  nogj
        * testbench/: acv_gpio.cfg, default.cfg:
        * testbench/: acv_gpio.cfg, default.cfg:
        Update config files
        Update config files
2005-09-06 18:31  nogj
2005-09-06 18:31  nogj
        * peripheral/ps2kbd.c:
        * peripheral/ps2kbd.c:
        Hush noisy message that was making test think that the ethernet
        Hush noisy message that was making test think that the ethernet
        test failed
        test failed
2005-09-06 18:31  nogj
2005-09-06 18:31  nogj
        * testbench/tick.c:
        * testbench/tick.c:
        Make the timer test emit the correct success protocol
        Make the timer test emit the correct success protocol
2005-09-06 18:30  nogj
2005-09-06 18:30  nogj
        * testbench/test:
        * testbench/test:
        Revert previous `fix' to accept the correct return code
        Revert previous `fix' to accept the correct return code
2005-09-06 18:30  nogj
2005-09-06 18:30  nogj
        * peripheral/gpio.c:
        * peripheral/gpio.c:
        Fix internal clock handling
        Fix internal clock handling
2005-09-06 18:29  nogj
2005-09-06 18:29  nogj
        * peripheral/16450.c:
        * peripheral/16450.c:
        Fix sending too many interrupts in the uart
        Fix sending too many interrupts in the uart
2005-09-05 10:53  nogj
2005-09-05 10:53  nogj
        * configure.in:
        * configure.in:
        Remove the no-longer used --enable-impl configure option
        Remove the no-longer used --enable-impl configure option
2005-09-05 10:52  nogj
2005-09-05 10:52  nogj
        * sim-config.c:
        * sim-config.c:
        Fix segfault when parsing unknown config sections
        Fix segfault when parsing unknown config sections
2005-09-05 10:50  nogj
2005-09-05 10:50  nogj
        * tick/tick.c:
        * tick/tick.c:
        Fix bug of not reporting timer interrupts when one was pending and
        Fix bug of not reporting timer interrupts when one was pending and
        a write happens to the ttmr spr that is not clearing the interrupt
        a write happens to the ttmr spr that is not clearing the interrupt
        pending flag
        pending flag
2005-09-05 10:50  nogj
2005-09-05 10:50  nogj
        * tick/tick.c:
        * tick/tick.c:
        Make the tick interrupt work when except_handle does not return
        Make the tick interrupt work when except_handle does not return
2005-09-05 10:49  nogj
2005-09-05 10:49  nogj
        * support/sched.h:
        * support/sched.h:
        Fix a bug where the scheduler stack would underrun when a job was
        Fix a bug where the scheduler stack would underrun when a job was
        scheduled run in negative time
        scheduled run in negative time
2005-09-05 10:47  nogj
2005-09-05 10:47  nogj
        * sim-cmd.c, sim-config.c, sim-config.h, toplevel.c,
        * sim-cmd.c, sim-config.c, sim-config.h, toplevel.c,
        cache/dcache_model.c, cpu/common/abstract.c, cpu/common/parse.c,
        cache/dcache_model.c, cpu/common/abstract.c, cpu/common/parse.c,
        cpu/common/stats.c, cpu/or1k/sprs.c, cpu/or32/execute.c,
        cpu/common/stats.c, cpu/or1k/sprs.c, cpu/or32/execute.c,
        cpu/or32/insnset.c, cpu/or32/or32.c, cuc/bb.c, cuc/cuc.c,
        cpu/or32/insnset.c, cpu/or32/or32.c, cuc/bb.c, cuc/cuc.c,
        cuc/cuc.h, cuc/insn.c, cuc/verilog.c, debug/debug_unit.c,
        cuc/cuc.h, cuc/insn.c, cuc/verilog.c, debug/debug_unit.c,
        debug/debug_unit.h, debug/gdbcomm.c, debug/gdbcomm.h,
        debug/debug_unit.h, debug/gdbcomm.c, debug/gdbcomm.h,
        peripheral/16450.c, peripheral/atadevice.c,
        peripheral/16450.c, peripheral/atadevice.c,
        peripheral/atadevice_cmdi.c, peripheral/atahost.c,
        peripheral/atadevice_cmdi.c, peripheral/atahost.c,
        peripheral/eth.c, peripheral/fb.c, peripheral/mc.c,
        peripheral/eth.c, peripheral/fb.c, peripheral/mc.c,
        peripheral/memory.c, peripheral/ps2kbd.c, peripheral/vga.c,
        peripheral/memory.c, peripheral/ps2kbd.c, peripheral/vga.c,
        peripheral/channels/tcp.c, peripheral/channels/tty.c,
        peripheral/channels/tcp.c, peripheral/channels/tty.c,
        peripheral/channels/xterm.c, support/debug.c,
        peripheral/channels/xterm.c, support/debug.c,
        support/dumpverilog.c, support/misc.h, support/sched.c,
        support/dumpverilog.c, support/misc.h, support/sched.c,
        support/simprintf.c, vapi/vapi.c, vapi/vapi.h:
        support/simprintf.c, vapi/vapi.c, vapi/vapi.h:
        Fix most warnings issued by gcc4
        Fix most warnings issued by gcc4
2005-09-05 10:42  nogj
2005-09-05 10:42  nogj
        * cpu/common/abstract.c, cpu/common/abstract.h, cpu/common/parse.c,
        * cpu/common/abstract.c, cpu/common/abstract.h, cpu/common/parse.c,
        peripheral/memory.c:
        peripheral/memory.c:
        Create an 8-bit program load function to be able to load an
        Create an 8-bit program load function to be able to load an
        unaligned section
        unaligned section
2005-09-05 10:41  nogj
2005-09-05 10:41  nogj
        * sim-config.c, cache/dcache_model.c, cache/icache_model.c,
        * sim-config.c, cache/dcache_model.c, cache/icache_model.c,
        cpu/or1k/spr_dump.c, cuc/adv.c, cuc/cuc.c, cuc/cuc.h,
        cpu/or1k/spr_dump.c, cuc/adv.c, cuc/cuc.c, cuc/cuc.h,
        cuc/verilog.c, mmu/dmmu.c, mmu/immu.c, support/Makefile.am,
        cuc/verilog.c, mmu/dmmu.c, mmu/immu.c, support/Makefile.am,
        support/misc.c, support/misc.h:
        support/misc.c, support/misc.h:
        * Moved log2_int() from cuc/cuc.c as it is usefull for other things
        * Moved log2_int() from cuc/cuc.c as it is usefull for other things
        aswell.  * Changed code to use log2_int() instead of log2(), which
        aswell.  * Changed code to use log2_int() instead of log2(), which
        is also a builtin   library function (fixes compile on gcc4).  *
        is also a builtin   library function (fixes compile on gcc4).  *
        Moved is_power2() from sim-config.c to misc.c.
        Moved is_power2() from sim-config.c to misc.c.
2005-08-19 00:13  phoenix
2005-08-19 00:13  phoenix
        * cpu/or32/or32.c:
        * cpu/or32/or32.c:
        fixed l.maci encoding
        fixed l.maci encoding
2005-07-21 22:02  robertmh
2005-07-21 22:02  robertmh
        * config.guess, config.sub, testbench/config.sub:
        * config.guess, config.sub, testbench/config.sub:
        Update most config.guess and config.sub scripts.
        Update most config.guess and config.sub scripts.
2005-07-05 21:54  nogj
2005-07-05 21:54  nogj
        * cpu/: or1k/sprs.c, or32/dyn_rec_stubs.c, or32/execute.c:
        * cpu/: or1k/sprs.c, or32/dyn_rec_stubs.c, or32/execute.c:
        Remove the pcprev global
        Remove the pcprev global
2005-07-05 21:53  nogj
2005-07-05 21:53  nogj
        * mprofiler.c, mprofiler.h, sim-config.c, sim-config.h, toplevel.c,
        * mprofiler.c, mprofiler.h, sim-config.c, sim-config.h, toplevel.c,
        cpu/or1k/sprs.c, cpu/or32/dyn_rec.c, cpu/or32/execute.c,
        cpu/or1k/sprs.c, cpu/or32/dyn_rec.c, cpu/or32/execute.c,
        debug/debug_unit.c, debug/gdbcomm.c:
        debug/debug_unit.c, debug/gdbcomm.c:
        * prototype() -> prototype(void) where appropriate.  * Use `static'
        * prototype() -> prototype(void) where appropriate.  * Use `static'
        where it can be used.
        where it can be used.
2005-07-05 21:53  nogj
2005-07-05 21:53  nogj
        * sim-config.c, cpu/common/abstract.h, cpu/or1k/sprs.c,
        * sim-config.c, cpu/common/abstract.h, cpu/or1k/sprs.c,
        cpu/or32/dyn32_defs.h, cpu/or32/op.c, peripheral/16450.c,
        cpu/or32/dyn32_defs.h, cpu/or32/op.c, peripheral/16450.c,
        peripheral/channels/channel.c, testbench/acv_uart.c:
        peripheral/channels/channel.c, testbench/acv_uart.c:
        Spelling fixes
        Spelling fixes
2005-07-05 21:52  nogj
2005-07-05 21:52  nogj
        * toplevel.c:
        * toplevel.c:
        Print the useage of the -d in the help text
        Print the useage of the -d in the help text
2005-07-05 21:52  nogj
2005-07-05 21:52  nogj
        * cpu/: common/execute.h, or32/dyn_rec.c, or32/dyn_rec.h,
        * cpu/: common/execute.h, or32/dyn_rec.c, or32/dyn_rec.h,
        or32/op_support.c:
        or32/op_support.c:
        Use an array to keep track of the recompiled pages instead of a
        Use an array to keep track of the recompiled pages instead of a
        linked list
        linked list
2005-07-05 21:51  nogj
2005-07-05 21:51  nogj
        * debug/debug_unit.c:
        * debug/debug_unit.c:
        Only tell the user that we don't simulate a stalled cpu when it
        Only tell the user that we don't simulate a stalled cpu when it
        would actually get stalled
        would actually get stalled
2005-07-05 21:51  nogj
2005-07-05 21:51  nogj
        * sim-cmd.c, pic/pic.c, support/sched.c, support/sched.h,
        * sim-cmd.c, pic/pic.c, support/sched.c, support/sched.h,
        tick/tick.c:
        tick/tick.c:
        move sched_next_insn from sim-cmd.c to sched.c.  It is also usefull
        move sched_next_insn from sim-cmd.c to sched.c.  It is also usefull
        for the pic and the tick timer
        for the pic and the tick timer
2005-07-05 21:50  nogj
2005-07-05 21:50  nogj
        * cpu/or32/op_support.c:
        * cpu/or32/op_support.c:
        Print the exit code in decimal, like with the complex execution
        Print the exit code in decimal, like with the complex execution
2005-07-05 21:50  nogj
2005-07-05 21:50  nogj
        * cpu/or32/dyn_rec.c:
        * cpu/or32/dyn_rec.c:
        Try to find a symbolic name of the location where we crashed
        Try to find a symbolic name of the location where we crashed
2005-07-05 21:50  nogj
2005-07-05 21:50  nogj
        * cpu/or32/dyn_rec.c:
        * cpu/or32/dyn_rec.c:
        Print stackdump to stderr instead of stdout
        Print stackdump to stderr instead of stdout
2005-07-05 21:49  nogj
2005-07-05 21:49  nogj
        * support/: dbchs.h, sched.h:
        * support/: dbchs.h, sched.h:
        Print the scheduler jobs when the sched_jobs debug channel has been
        Print the scheduler jobs when the sched_jobs debug channel has been
        specified
        specified
2005-07-05 21:49  nogj
2005-07-05 21:49  nogj
        * cpu/or1k/sprs.c, testbench/Makefile.am, tick/tick.c, tick/tick.h,
        * cpu/or1k/sprs.c, testbench/Makefile.am, tick/tick.c, tick/tick.h,
        testbench/tick.c:
        testbench/tick.c:
        * Breakup the tick_job function into smaller ones.  * Fix lots of
        * Breakup the tick_job function into smaller ones.  * Fix lots of
        conner cases.  * Add tests for the tick timer.
        conner cases.  * Add tests for the tick timer.
2005-07-05 08:34  nogj
2005-07-05 08:34  nogj
        * sim-config.h, toplevel.c, cpu/common/abstract.h, mmu/dmmu.c,
        * sim-config.h, toplevel.c, cpu/common/abstract.h, mmu/dmmu.c,
        mmu/dmmu.h:
        mmu/dmmu.h:
        Speed up the dmmu
        Speed up the dmmu
2005-07-05 08:33  nogj
2005-07-05 08:33  nogj
        * sim-config.h, toplevel.c, cpu/common/abstract.h, mmu/immu.c,
        * sim-config.h, toplevel.c, cpu/common/abstract.h, mmu/immu.c,
        mmu/immu.h:
        mmu/immu.h:
        Speed up the immu
        Speed up the immu
2005-07-05 08:33  nogj
2005-07-05 08:33  nogj
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        cpu/or32/insnset.c, debug/debug_unit.c:
        cpu/or32/insnset.c, debug/debug_unit.c:
        Remove old spr logging code.  Use `-d +spr' to get spr access
        Remove old spr logging code.  Use `-d +spr' to get spr access
        logged to stderr
        logged to stderr
2005-07-01 22:04  nogj
2005-07-01 22:04  nogj
        * cpu/or1k/Makefile.am, cpu/or1k/sprs.c, cpu/or1k/sprs.h,
        * cpu/or1k/Makefile.am, cpu/or1k/sprs.c, cpu/or1k/sprs.h,
        mmu/dmmu.c, mmu/immu.c, support/dbchs.h, cpu/or1k/spr_dump.c:
        mmu/dmmu.c, mmu/immu.c, support/dbchs.h, cpu/or1k/spr_dump.c:
        Add pretty spr dumping code
        Add pretty spr dumping code
2005-07-01 22:03  nogj
2005-07-01 22:03  nogj
        * cpu/or1k/sprs.c:
        * cpu/or1k/sprs.c:
        Remove non-trigerable out-of-range checks
        Remove non-trigerable out-of-range checks
2005-07-01 22:03  nogj
2005-07-01 22:03  nogj
        * support/: debug.c, debug.h:
        * support/: debug.c, debug.h:
        Move the checking of the debug channel into the TRACE() macro
        Move the checking of the debug channel into the TRACE() macro
2005-06-30 19:53  nogj
2005-06-30 19:53  nogj
        * cpu/or1k/sprs.c:
        * cpu/or1k/sprs.c:
        * The effective address as written to the I/DCBPR registers needs
        * The effective address as written to the I/DCBPR registers needs
        to be translated by the respective mmu.  * Don't treat any values
        to be translated by the respective mmu.  * Don't treat any values
        as special in the handling of DCPBR, DCBFR, DCBIR, ICBPR and ICBIR.
        as special in the handling of DCPBR, DCBFR, DCBIR, ICBPR and ICBIR.
2005-06-30 13:42  nogj
2005-06-30 13:42  nogj
        * port/port.h:
        * port/port.h:
        s/HAS_ISBLANK/HAVE_ISBLANK/ fix compileing on windows/cygwin.
        s/HAS_ISBLANK/HAVE_ISBLANK/ fix compileing on windows/cygwin.
        Reported by Kuoping Hsu and Girish Venkatar
        Reported by Kuoping Hsu and Girish Venkatar
2005-06-30 13:42  nogj
2005-06-30 13:42  nogj
        * cpu/or32/dyn_rec.c:
        * cpu/or32/dyn_rec.c:
        Fix the execution log when an mtspr instruction causes an itlb miss
        Fix the execution log when an mtspr instruction causes an itlb miss
2005-06-30 13:42  nogj
2005-06-30 13:42  nogj
        * cpu/or32/dyn_rec.c:
        * cpu/or32/dyn_rec.c:
        Fix a very outdated comment
        Fix a very outdated comment
2005-06-30 13:42  nogj
2005-06-30 13:42  nogj
        * cpu/: common/abstract.h, or1k/except.c, or32/dyn_rec.c,
        * cpu/: common/abstract.h, or1k/except.c, or32/dyn_rec.c,
        or32/op_support.c:
        or32/op_support.c:
        Rename ADDR_PAGE to IADDR_PAGE
        Rename ADDR_PAGE to IADDR_PAGE
2005-06-30 13:41  nogj
2005-06-30 13:41  nogj
        * cpu/or32/dyn_rec.c:
        * cpu/or32/dyn_rec.c:
        Check OR32_IF_DELAY instead of it_jump || it_branch
        Check OR32_IF_DELAY instead of it_jump || it_branch
2005-06-30 13:41  nogj
2005-06-30 13:41  nogj
        * testbench/: acv_gpio.cfg, acv_uart.cfg, mmu.cfg:
        * testbench/: acv_gpio.cfg, acv_uart.cfg, mmu.cfg:
        Bring config files up-to-date with recent changes
        Bring config files up-to-date with recent changes
2005-06-30 13:41  nogj
2005-06-30 13:41  nogj
        * support/: dbchs.h, debug.c:
        * support/: dbchs.h, debug.c:
        Add the cycles debug channel to print the value of the cycle
        Add the cycles debug channel to print the value of the cycle
        counter before each line
        counter before each line
2005-06-30 13:40  nogj
2005-06-30 13:40  nogj
        * support/debug.h:
        * support/debug.h:
        Add {TRACE,ERR,FIXME,WARN}_ON macros to get the state of the given
        Add {TRACE,ERR,FIXME,WARN}_ON macros to get the state of the given
        debug channel
        debug channel
2005-06-30 13:40  nogj
2005-06-30 13:40  nogj
        * sim-config.c:
        * sim-config.c:
        Remove unused code
        Remove unused code
2005-06-30 13:40  nogj
2005-06-30 13:40  nogj
        * peripheral/mc.c:
        * peripheral/mc.c:
        Add a usefull trace to the mc
        Add a usefull trace to the mc
2005-06-30 13:39  nogj
2005-06-30 13:39  nogj
        * peripheral/16450.c:
        * peripheral/16450.c:
        Print a '\n' at the end of the trace
        Print a '\n' at the end of the trace
2005-06-30 13:39  nogj
2005-06-30 13:39  nogj
        * peripheral/16450.c:
        * peripheral/16450.c:
        Use uint8_t instead of char
        Use uint8_t instead of char
2005-06-30 13:39  nogj
2005-06-30 13:39  nogj
        * debug/debug_unit.c:
        * debug/debug_unit.c:
        Make non-writeable memory writeable by the debug core
        Make non-writeable memory writeable by the debug core
2005-06-30 13:38  nogj
2005-06-30 13:38  nogj
        * debug/debug_unit.c, support/dbchs.h:
        * debug/debug_unit.c, support/dbchs.h:
        Use the new debug channel code instead of a compile time macro
        Use the new debug channel code instead of a compile time macro
2005-06-30 13:38  nogj
2005-06-30 13:38  nogj
        * cpu/or32/execute.c:
        * cpu/or32/execute.c:
        Fix compileation with --enable-execution=simple
        Fix compileation with --enable-execution=simple
2005-06-30 13:38  nogj
2005-06-30 13:38  nogj
        * cpu/: or1k/sprs.c, or32/execute.c, or32/insnset.c:
        * cpu/: or1k/sprs.c, or32/execute.c, or32/insnset.c:
        Remove the flag global
        Remove the flag global
2005-06-30 13:37  nogj
2005-06-30 13:37  nogj
        * cpu/or32/Makefile.am:
        * cpu/or32/Makefile.am:
        Fix compileing on windows (Reported my Kuoping Hsu and Girish
        Fix compileing on windows (Reported my Kuoping Hsu and Girish
        Venkatar)
        Venkatar)
2005-06-30 13:37  nogj
2005-06-30 13:37  nogj
        * cpu/or1k/spr_defs.h, testbench/support/spr_defs.h:
        * cpu/or1k/spr_defs.h, testbench/support/spr_defs.h:
        Fix typo
        Fix typo
2005-06-30 13:37  nogj
2005-06-30 13:37  nogj
        * cpu/or1k/except.c, support/dbchs.h:
        * cpu/or1k/except.c, support/dbchs.h:
        Create a seporate debug channel to dump exceptions to
        Create a seporate debug channel to dump exceptions to
2005-06-30 13:37  nogj
2005-06-30 13:37  nogj
        * cpu/or1k/arch.h:
        * cpu/or1k/arch.h:
        Remove 08 prefix from PRIdREG
        Remove 08 prefix from PRIdREG
2005-06-30 13:36  nogj
2005-06-30 13:36  nogj
        * cpu/or1k/except.c, cpu/or1k/sprs.c, cpu/or1k/sprs.h,
        * cpu/or1k/except.c, cpu/or1k/sprs.c, cpu/or1k/sprs.h,
        cpu/or32/dyn_rec_stubs.c, cpu/or32/execute.c, cpu/or32/insnset.c,
        cpu/or32/dyn_rec_stubs.c, cpu/or32/execute.c, cpu/or32/insnset.c,
        debug/debug_unit.c, mmu/dmmu.c, mmu/immu.c, pm/pm.c:
        debug/debug_unit.c, mmu/dmmu.c, mmu/immu.c, pm/pm.c:
        Remove m{f,t}spr calls where we can access the spr directly
        Remove m{f,t}spr calls where we can access the spr directly
2005-06-30 13:36  nogj
2005-06-30 13:36  nogj
        * configure.in:
        * configure.in:
        Use readline by default if it is availible
        Use readline by default if it is availible
2005-06-30 13:36  nogj
2005-06-30 13:36  nogj
        * sim-config.c, toplevel.c, cache/dcache_model.c,
        * sim-config.c, toplevel.c, cache/dcache_model.c,
        cache/icache_model.c, cpu/common/stats.c, cpu/or1k/except.c,
        cache/icache_model.c, cpu/common/stats.c, cpu/or1k/except.c,
        cpu/or1k/sprs.h, cpu/or32/execute.c, cpu/or32/insnset.c,
        cpu/or1k/sprs.h, cpu/or32/execute.c, cpu/or32/insnset.c,
        debug/debug_unit.c, mmu/dmmu.c, mmu/immu.c, pic/pic.c, tick/tick.c:
        debug/debug_unit.c, mmu/dmmu.c, mmu/immu.c, pic/pic.c, tick/tick.c:
        * Remove very slow {set,test}sprbit{,s} functions.  * Remove uses
        * Remove very slow {set,test}sprbit{,s} functions.  * Remove uses
        of getsprbits in time critical functions.
        of getsprbits in time critical functions.
2005-06-15 15:02  nogj
2005-06-15 15:02  nogj
        * peripheral/16450.c:
        * peripheral/16450.c:
        Make output clearer
        Make output clearer
2005-06-15 15:01  nogj
2005-06-15 15:01  nogj
        * peripheral/: 16450.c, 16450.h:
        * peripheral/: 16450.c, 16450.h:
        Use proper types
        Use proper types
2005-06-15 15:01  nogj
2005-06-15 15:01  nogj
        * peripheral/16450.c:
        * peripheral/16450.c:
        Move loopback handling out of uart_clock16
        Move loopback handling out of uart_clock16
2005-06-15 15:00  nogj
2005-06-15 15:00  nogj
        * peripheral/: 16450.c, 16450.h:
        * peripheral/: 16450.c, 16450.h:
        Move interrupt handling out of uart_clock16
        Move interrupt handling out of uart_clock16
2005-06-15 15:00  nogj
2005-06-15 15:00  nogj
        * peripheral/: 16450.c, 16450.h:
        * peripheral/: 16450.c, 16450.h:
        Move RX logic out of uart_clock16
        Move RX logic out of uart_clock16
2005-06-15 15:00  nogj
2005-06-15 15:00  nogj
        * peripheral/16450.c:
        * peripheral/16450.c:
        Move vapi command handling out of uart_clock16
        Move vapi command handling out of uart_clock16
2005-06-15 14:59  nogj
2005-06-15 14:59  nogj
        * peripheral/: 16450.c, 16450.h:
        * peripheral/: 16450.c, 16450.h:
        Move TX logic out of uart_clock16
        Move TX logic out of uart_clock16
2005-06-15 14:59  nogj
2005-06-15 14:59  nogj
        * testbench/acv_uart.c:
        * testbench/acv_uart.c:
        Correct a couple of tests
        Correct a couple of tests
2005-06-15 14:58  nogj
2005-06-15 14:58  nogj
        * testbench/acv_uart.c:
        * testbench/acv_uart.c:
        Print more verbose ouput
        Print more verbose ouput
2005-06-15 14:58  nogj
2005-06-15 14:58  nogj
        * pic/pic.c:
        * pic/pic.c:
        Don't issue a pending interrupt when it has already been cleared
        Don't issue a pending interrupt when it has already been cleared
2005-05-23 09:59  nogj
2005-05-23 09:59  nogj
        * support/: dbchs.h, simprintf.c:
        * support/: dbchs.h, simprintf.c:
        Make simprintf use the new debugging functions
        Make simprintf use the new debugging functions
2005-05-23 09:58  nogj
2005-05-23 09:58  nogj
        * support/dbchs.h, vapi/vapi.c:
        * support/dbchs.h, vapi/vapi.c:
        Make the vapi use the new debugging functions
        Make the vapi use the new debugging functions
2005-05-23 09:57  nogj
2005-05-23 09:57  nogj
        * peripheral/dma.c, support/dbchs.h:
        * peripheral/dma.c, support/dbchs.h:
        Make the dma peripheral use the new debugging functions
        Make the dma peripheral use the new debugging functions
2005-05-23 09:57  nogj
2005-05-23 09:57  nogj
        * peripheral/mc.c, support/dbchs.h:
        * peripheral/mc.c, support/dbchs.h:
        Make the mc peripheral use the new debugging functions
        Make the mc peripheral use the new debugging functions
2005-05-23 09:56  nogj
2005-05-23 09:56  nogj
        * peripheral/gpio.c, support/dbchs.h:
        * peripheral/gpio.c, support/dbchs.h:
        Make the gpio use the new debugging functions
        Make the gpio use the new debugging functions
2005-05-23 09:55  nogj
2005-05-23 09:55  nogj
        * peripheral/atadevice.c, peripheral/atadevice.h,
        * peripheral/atadevice.c, peripheral/atadevice.h,
        peripheral/atadevice_cmdi.c, peripheral/atahost.c,
        peripheral/atadevice_cmdi.c, peripheral/atahost.c,
        peripheral/messages.h, support/dbchs.h:
        peripheral/messages.h, support/dbchs.h:
        Make the ata peripheral use the new debugging functions
        Make the ata peripheral use the new debugging functions
2005-05-23 09:55  nogj
2005-05-23 09:55  nogj
        * sim-cmd.c, cpu/common/abstract.c, cpu/common/abstract.h,
        * sim-cmd.c, cpu/common/abstract.c, cpu/common/abstract.h,
        cpu/common/parse.c, cpu/or32/dyn_rec.c, cpu/or32/dyn_rec_stubs.c,
        cpu/common/parse.c, cpu/or32/dyn_rec.c, cpu/or32/dyn_rec_stubs.c,
        cpu/or32/execute.c, cuc/cuc.c, debug/debug_unit.c,
        cpu/or32/execute.c, cuc/cuc.c, debug/debug_unit.c,
        peripheral/dma.c, peripheral/eth.c, peripheral/fb.c,
        peripheral/dma.c, peripheral/eth.c, peripheral/fb.c,
        peripheral/vga.c, support/dumpverilog.c, support/simprintf.c:
        peripheral/vga.c, support/dumpverilog.c, support/simprintf.c:
        Remove useless *breakpoint argument from the {set,eval}_direct*
        Remove useless *breakpoint argument from the {set,eval}_direct*
        functions
        functions
2005-05-18 13:13  nogj
2005-05-18 13:13  nogj
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        cache/dcache_model.c, cache/dcache_model.h, cache/icache_model.c,
        cache/dcache_model.c, cache/dcache_model.h, cache/icache_model.c,
        cache/icache_model.h, cpu/common/abstract.c, cpu/common/abstract.h,
        cache/icache_model.h, cpu/common/abstract.c, cpu/common/abstract.h,
        cpu/common/parse.c, cpu/or1k/sprs.c, cpu/or32/dyn_rec.c,
        cpu/common/parse.c, cpu/or1k/sprs.c, cpu/or32/dyn_rec.c,
        cpu/or32/dyn_rec.h, cpu/or32/dyn_rec_stubs.c, cuc/bb.c,
        cpu/or32/dyn_rec.h, cpu/or32/dyn_rec_stubs.c, cuc/bb.c,
        peripheral/16450.c, peripheral/Makefile.am, peripheral/atahost.c,
        peripheral/16450.c, peripheral/Makefile.am, peripheral/atahost.c,
        peripheral/atahost.h, peripheral/dma.c, peripheral/eth.c,
        peripheral/atahost.h, peripheral/dma.c, peripheral/eth.c,
        peripheral/fb.c, peripheral/gpio.c, peripheral/mc.c,
        peripheral/fb.c, peripheral/gpio.c, peripheral/mc.c,
        peripheral/mc.h, peripheral/memory.c, peripheral/ps2kbd.c,
        peripheral/mc.h, peripheral/memory.c, peripheral/ps2kbd.c,
        peripheral/vga.c, testbench/default.cfg:
        peripheral/vga.c, testbench/default.cfg:
        * Seporate out the code used for handling the memory peripheral to
        * Seporate out the code used for handling the memory peripheral to
        peripheral/memory.c * Mostly decouple the memory controller from
        peripheral/memory.c * Mostly decouple the memory controller from
        the internals of the memory handling.  * Rewrite memory handling to
        the internals of the memory handling.  * Rewrite memory handling to
        be more linear and thus much faster.  * Issue a bus error on
        be more linear and thus much faster.  * Issue a bus error on
        read/write with invalid granularity.
        read/write with invalid granularity.
2005-05-18 13:11  nogj
2005-05-18 13:11  nogj
        * sim-config.c, sim-config.h, peripheral/Makefile.am,
        * sim-config.c, sim-config.h, peripheral/Makefile.am,
        peripheral/test.c:
        peripheral/test.c:
        Remove nolonger used test peripheral
        Remove nolonger used test peripheral
2005-05-12 18:57  nogj
2005-05-12 18:57  nogj
        * sim-cmd.c, cpu/common/abstract.c, cpu/common/parse.c,
        * sim-cmd.c, cpu/common/abstract.c, cpu/common/parse.c,
        cpu/or32/execute.c, cuc/cuc.c, peripheral/fb.c, peripheral/vga.c,
        cpu/or32/execute.c, cuc/cuc.c, peripheral/fb.c, peripheral/vga.c,
        support/dumpverilog.c:
        support/dumpverilog.c:
        Use the {set,eval}_direct* functions where they are supposed to be
        Use the {set,eval}_direct* functions where they are supposed to be
        used
        used
2005-04-27 21:17  nogj
2005-04-27 21:17  nogj
        * cpu/: common/abstract.h, or32/dyn_rec.c, or32/op.c:
        * cpu/: common/abstract.h, or32/dyn_rec.c, or32/op.c:
        Remove fixed pagesize limitation from the recompiler
        Remove fixed pagesize limitation from the recompiler
2005-04-27 21:16  nogj
2005-04-27 21:16  nogj
        * cpu/or32/execute.c:
        * cpu/or32/execute.c:
        Fix instruction counter
        Fix instruction counter
2005-04-27 21:16  nogj
2005-04-27 21:16  nogj
        * cpu/: common/execute.h, or1k/except.c, or32/dyn32_defs.h,
        * cpu/: common/execute.h, or1k/except.c, or32/dyn32_defs.h,
        or32/dyn_rec.c, or32/dyn_rec.h, or32/dyn_rec_stubs.c,
        or32/dyn_rec.c, or32/dyn_rec.h, or32/dyn_rec_stubs.c,
        or32/dyngen.c, or32/op.c, or32/op_i386.h, or32/op_support.c,
        or32/dyngen.c, or32/op.c, or32/op_i386.h, or32/op_support.c,
        or32/op_support.h, or32/op_t_reg_mov_op.h, or32/rec_i386.h:
        or32/op_support.h, or32/op_t_reg_mov_op.h, or32/rec_i386.h:
        Remove the useless cross reference stuff: it was a bad idea to
        Remove the useless cross reference stuff: it was a bad idea to
        begin with
        begin with
2005-04-27 21:14  nogj
2005-04-27 21:14  nogj
        * toplevel.c:
        * toplevel.c:
        Kill the sim on the second ctrl-c
        Kill the sim on the second ctrl-c
2005-04-27 21:14  nogj
2005-04-27 21:14  nogj
        * sim-cmd.c:
        * sim-cmd.c:
        The `break' and `stall' commands don't work correctly in the
        The `break' and `stall' commands don't work correctly in the
        recompiler (yet)
        recompiler (yet)
2005-04-27 21:14  nogj
2005-04-27 21:14  nogj
        * pic/pic.c:
        * pic/pic.c:
        Move a TRACE such that it is displayed when except handle does not
        Move a TRACE such that it is displayed when except handle does not
        return
        return
2005-04-27 21:13  nogj
2005-04-27 21:13  nogj
        * peripheral/vga.c:
        * peripheral/vga.c:
        Fix typo such that the vga peripheral may be disabled
        Fix typo such that the vga peripheral may be disabled
2005-04-27 21:13  nogj
2005-04-27 21:13  nogj
        * peripheral/16450.c:
        * peripheral/16450.c:
        Change the wording of error messages to more acuretly reflect the
        Change the wording of error messages to more acuretly reflect the
        error they are talking about.
        error they are talking about.
2005-04-27 21:13  nogj
2005-04-27 21:13  nogj
        * cpu/or32/or32.c:
        * cpu/or32/or32.c:
        l.rfe does not have a delay slot.  Don't mark it as such.
        l.rfe does not have a delay slot.  Don't mark it as such.
2005-04-27 21:12  nogj
2005-04-27 21:12  nogj
        * cpu/or32/Makefile.am:
        * cpu/or32/Makefile.am:
        * Building op.S and op.o depend on op_t_reg_mov_op.h * Clean
        * Building op.S and op.o depend on op_t_reg_mov_op.h * Clean
        generated files produced by the recompiler
        generated files produced by the recompiler
2005-03-31 18:18  nogj
2005-03-31 18:18  nogj
        * cpu/or1k/except.c, pic/pic.c:
        * cpu/or1k/except.c, pic/pic.c:
        Add warning that except_handle may not return
        Add warning that except_handle may not return
2005-03-31 18:16  nogj
2005-03-31 18:16  nogj
        * sim-cmd.c, sim-config.h, toplevel.c, cpu/or1k/sprs.c,
        * sim-cmd.c, sim-config.h, toplevel.c, cpu/or1k/sprs.c,
        cpu/or32/execute.c, cpu/or32/insnset.c, debug/debug_unit.c:
        cpu/or32/execute.c, cpu/or32/insnset.c, debug/debug_unit.c:
        Rewrite the interactive mode handling to also work in the
        Rewrite the interactive mode handling to also work in the
        recompiler
        recompiler
2005-03-31 18:15  nogj
2005-03-31 18:15  nogj
        * peripheral/: eth.c, fb.c, ps2kbd.c:
        * peripheral/: eth.c, fb.c, ps2kbd.c:
        Don't halt the sim when not needed
        Don't halt the sim when not needed
2005-03-31 18:15  nogj
2005-03-31 18:15  nogj
        * peripheral/: dma.c, vga.c:
        * peripheral/: dma.c, vga.c:
        * Remove useless checks.  * Don't halt the sim when not really
        * Remove useless checks.  * Don't halt the sim when not really
        necessary.
        necessary.
2005-03-31 18:14  nogj
2005-03-31 18:14  nogj
        * peripheral/dma.c:
        * peripheral/dma.c:
        Fix printing of uninitialised value
        Fix printing of uninitialised value
2005-03-31 18:13  nogj
2005-03-31 18:13  nogj
        * peripheral/eth.c, support/dbchs.h:
        * peripheral/eth.c, support/dbchs.h:
        Make the ethernet peripheral use the new debug channels
        Make the ethernet peripheral use the new debug channels
2005-03-31 18:13  nogj
2005-03-31 18:13  nogj
        * sim.cfg, peripheral/16450.c, peripheral/16450.h,
        * sim.cfg, peripheral/16450.c, peripheral/16450.h,
        peripheral/atahost.c, peripheral/atahost.h, peripheral/dma.c,
        peripheral/atahost.c, peripheral/atahost.h, peripheral/dma.c,
        peripheral/dma.h, peripheral/eth.c, peripheral/ethernet_i.h,
        peripheral/dma.h, peripheral/eth.c, peripheral/ethernet_i.h,
        peripheral/fb.c, peripheral/gpio.c, peripheral/gpio_i.h,
        peripheral/fb.c, peripheral/gpio.c, peripheral/gpio_i.h,
        peripheral/mc.c, peripheral/ps2kbd.c, peripheral/vga.c:
        peripheral/mc.c, peripheral/ps2kbd.c, peripheral/vga.c:
        Add an optional `enabled' paramter to every peripheral
        Add an optional `enabled' paramter to every peripheral
2005-03-31 18:12  nogj
2005-03-31 18:12  nogj
        * sim-config.c, support/dbchs.h:
        * sim-config.c, support/dbchs.h:
        Add traces to the config file parsing routines
        Add traces to the config file parsing routines
2005-03-31 18:12  nogj
2005-03-31 18:12  nogj
        * debug/debug_unit.c:
        * debug/debug_unit.c:
        Fix typo in the debug unit configureation
        Fix typo in the debug unit configureation
2005-03-31 18:11  nogj
2005-03-31 18:11  nogj
        * sim-config.c, sim-config.h, toplevel.c:
        * sim-config.c, sim-config.h, toplevel.c:
        Remove nolonger needed --output-cfg option
        Remove nolonger needed --output-cfg option
2005-03-31 18:10  nogj
2005-03-31 18:10  nogj
        * configure.in:
        * configure.in:
        Spelling fix spotted by Matjaz
        Spelling fix spotted by Matjaz
2005-03-31 18:09  nogj
2005-03-31 18:09  nogj
        * configure.in, toplevel.c, cpu/common/abstract.c,
        * configure.in, toplevel.c, cpu/common/abstract.c,
        cpu/common/abstract.h, cpu/common/execute.h, cpu/or1k/except.c,
        cpu/common/abstract.h, cpu/common/execute.h, cpu/or1k/except.c,
        cpu/or1k/except.h, cpu/or1k/sprs.c, cpu/or1k/opcode/or32.h,
        cpu/or1k/except.h, cpu/or1k/sprs.c, cpu/or1k/opcode/or32.h,
        cpu/or32/Makefile.am, cpu/or32/common_i386.h,
        cpu/or32/Makefile.am, cpu/or32/common_i386.h,
        cpu/or32/dyn32_defs.h, cpu/or32/dyn_rec.c, cpu/or32/dyn_rec.h,
        cpu/or32/dyn32_defs.h, cpu/or32/dyn_rec.c, cpu/or32/dyn_rec.h,
        cpu/or32/dyn_rec_stubs.c, cpu/or32/dyngen.c, cpu/or32/dyngen.h,
        cpu/or32/dyn_rec_stubs.c, cpu/or32/dyngen.c, cpu/or32/dyngen.h,
        cpu/or32/dyngen_elf.c, cpu/or32/dyngen_i386.c, cpu/or32/execute.c,
        cpu/or32/dyngen_elf.c, cpu/or32/dyngen_i386.c, cpu/or32/execute.c,
        cpu/or32/i386_regs.h, cpu/or32/op.c, cpu/or32/op_arith_op.h,
        cpu/or32/i386_regs.h, cpu/or32/op.c, cpu/or32/op_arith_op.h,
        cpu/or32/op_comp_op.h, cpu/or32/op_extend_op.h,
        cpu/or32/op_comp_op.h, cpu/or32/op_extend_op.h,
        cpu/or32/op_ff1_op.h, cpu/or32/op_i386.h, cpu/or32/op_lwhb_op.h,
        cpu/or32/op_ff1_op.h, cpu/or32/op_i386.h, cpu/or32/op_lwhb_op.h,
        cpu/or32/op_mac_op.h, cpu/or32/op_mftspr_op.h,
        cpu/or32/op_mac_op.h, cpu/or32/op_mftspr_op.h,
        cpu/or32/op_support.c, cpu/or32/op_support.h,
        cpu/or32/op_support.c, cpu/or32/op_support.h,
        cpu/or32/op_swhb_op.h, cpu/or32/op_t_reg_mov_op.h, cpu/or32/or32.c,
        cpu/or32/op_swhb_op.h, cpu/or32/op_t_reg_mov_op.h, cpu/or32/or32.c,
        cpu/or32/rec_i386.h, cpu/or32/sched_i386.h, support/sched.h:
        cpu/or32/rec_i386.h, cpu/or32/sched_i386.h, support/sched.h:
        Implement a dynamic recompiler to speed up the execution
        Implement a dynamic recompiler to speed up the execution
2005-03-31 18:06  nogj
2005-03-31 18:06  nogj
        * configure.in:
        * configure.in:
        Change --enable-simple to --enable-execution to be able to select
        Change --enable-simple to --enable-execution to be able to select
        between more than two mutually exclusive execution models
        between more than two mutually exclusive execution models
2005-03-31 18:05  nogj
2005-03-31 18:05  nogj
        * configure.in:
        * configure.in:
        Issue an error if the selected target cpu is unknown
        Issue an error if the selected target cpu is unknown
2005-03-31 18:04  nogj
2005-03-31 18:04  nogj
        * sim-cmd.c, sim-config.h, toplevel.c, cpu/common/abstract.c,
        * sim-cmd.c, sim-config.h, toplevel.c, cpu/common/abstract.c,
        cpu/common/abstract.h, cpu/or1k/sprs.c, cpu/or32/execute.c,
        cpu/common/abstract.h, cpu/or1k/sprs.c, cpu/or32/execute.c,
        mmu/immu.c, peripheral/fb.c, peripheral/ps2kbd.c, pic/pic.c,
        mmu/immu.c, peripheral/fb.c, peripheral/ps2kbd.c, pic/pic.c,
        support/simprintf.c, testbench/mmu.c, tick/tick.c:
        support/simprintf.c, testbench/mmu.c, tick/tick.c:
        Cosmetic fixes
        Cosmetic fixes
2005-03-31 18:03  nogj
2005-03-31 18:03  nogj
        * cpu/: or1k/opcode/or32.h, or32/simpl32_defs.h:
        * cpu/: or1k/opcode/or32.h, or32/simpl32_defs.h:
        Move the definitions needed for the simple execution model out of
        Move the definitions needed for the simple execution model out of
        or32.h and into simpl32_defs.h
        or32.h and into simpl32_defs.h
2005-03-31 18:02  nogj
2005-03-31 18:02  nogj
        * cpu/: or1k/except.c, or1k/sprs.h, or32/execute.c:
        * cpu/: or1k/except.c, or1k/sprs.h, or32/execute.c:
        Replace some problematic calles to mfspr/mtspr with direct access
        Replace some problematic calles to mfspr/mtspr with direct access
        to the spr
        to the spr
2005-03-31 18:01  nogj
2005-03-31 18:01  nogj
        * cpu/or32/or32.c:
        * cpu/or32/or32.c:
        Reclasify l.trap and l.sys to be an exception instruction
        Reclasify l.trap and l.sys to be an exception instruction
2005-03-31 18:01  nogj
2005-03-31 18:01  nogj
        * cpu/or32/insnset.c:
        * cpu/or32/insnset.c:
        NOP_REPORT should report numbers in hex not decimal
        NOP_REPORT should report numbers in hex not decimal
2005-03-31 18:00  nogj
2005-03-31 18:00  nogj
        * cpu/common/trace.c:
        * cpu/common/trace.c:
        Rearange some code to make it clearer what it does
        Rearange some code to make it clearer what it does
2005-03-31 18:00  nogj
2005-03-31 18:00  nogj
        * cpu/common/execute.h:
        * cpu/common/execute.h:
        Fix the prototype of setsim_reg
        Fix the prototype of setsim_reg
2005-03-31 17:59  nogj
2005-03-31 17:59  nogj
        * sim-cmd.c, sim-config.c, toplevel.c, cache/dcache_model.c,
        * sim-cmd.c, sim-config.c, toplevel.c, cache/dcache_model.c,
        cache/icache_model.c, cpu/common/abstract.c, cpu/common/execute.h,
        cache/icache_model.c, cpu/common/abstract.c, cpu/common/execute.h,
        cpu/common/stats.c, cpu/or1k/except.c, cpu/or1k/sprs.c,
        cpu/common/stats.c, cpu/or1k/except.c, 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, debug/debug_unit.c, mmu/dmmu.c, mmu/immu.c,
        cpu/or32/insnset.c, debug/debug_unit.c, mmu/dmmu.c, mmu/immu.c,
        pic/pic.c, pm/pm.c, support/dumpverilog.c, tick/tick.c:
        pic/pic.c, pm/pm.c, support/dumpverilog.c, tick/tick.c:
        Collect most of the cpu state variables in a structure (cpu_state)
        Collect most of the cpu state variables in a structure (cpu_state)
2005-03-31 17:57  nogj
2005-03-31 17:57  nogj
        * cpu/or32/execute.c:
        * cpu/or32/execute.c:
        Log SPR_SR in the execution log
        Log SPR_SR in the execution log
2005-03-31 17:55  nogj
2005-03-31 17:55  nogj
        * cpu/: common/stats.c, common/stats.h, or32/execute.c:
        * cpu/: common/stats.c, common/stats.h, or32/execute.c:
        Remove useless indirection: check_depend()->depend_operands()
        Remove useless indirection: check_depend()->depend_operands()
2005-03-31 17:55  nogj
2005-03-31 17:55  nogj
        * pic/pic.c, support/dbchs.h:
        * pic/pic.c, support/dbchs.h:
        * Fix some warnings.  * Add some debugging messages.
        * Fix some warnings.  * Add some debugging messages.
2005-03-31 17:54  nogj
2005-03-31 17:54  nogj
        * testbench/: acv_gpio.cfg, acv_uart.cfg, default.cfg:
        * testbench/: acv_gpio.cfg, acv_uart.cfg, default.cfg:
        Update the config files for the tests to the new format
        Update the config files for the tests to the new format
2005-03-31 17:52  nogj
2005-03-31 17:52  nogj
        * testbench/support/support.c:
        * testbench/support/support.c:
        Remove the useless include "sys/time.h"
        Remove the useless include "sys/time.h"
2005-03-31 17:52  nogj
2005-03-31 17:52  nogj
        * testbench/test:
        * testbench/test:
        Fix test to expect the correct `return code'
        Fix test to expect the correct `return code'
2005-03-31 17:51  nogj
2005-03-31 17:51  nogj
        * mmu/immu.c:
        * mmu/immu.c:
        Rearange some code such that it is not assumed that except_handle
        Rearange some code such that it is not assumed that except_handle
        returns
        returns
2005-03-31 17:51  nogj
2005-03-31 17:51  nogj
        * mmu/immu.c, support/dbchs.h:
        * mmu/immu.c, support/dbchs.h:
        Make the immu use the new debug functions
        Make the immu use the new debug functions
2005-03-31 17:50  nogj
2005-03-31 17:50  nogj
        * mmu/dmmu.c:
        * mmu/dmmu.c:
        Rearange code in the dmmu such that it is not assumed that
        Rearange code in the dmmu such that it is not assumed that
        except_handle returns
        except_handle returns
2005-03-31 17:50  nogj
2005-03-31 17:50  nogj
        * mmu/dmmu.c, support/dbchs.h:
        * mmu/dmmu.c, support/dbchs.h:
        Make the dmmu use the new debug functions
        Make the dmmu use the new debug functions
2005-03-31 17:49  nogj
2005-03-31 17:49  nogj
        * tick/: tick.c, tick.h:
        * tick/: tick.c, tick.h:
        Use the uorreg_t where it should be used
        Use the uorreg_t where it should be used
2005-03-31 17:49  nogj
2005-03-31 17:49  nogj
        * support/dbchs.h, tick/tick.c:
        * support/dbchs.h, tick/tick.c:
        Make the tick timer use the new debug functions
        Make the tick timer use the new debug functions
2005-03-31 17:48  nogj
2005-03-31 17:48  nogj
        * cache/icache_model.c:
        * cache/icache_model.c:
        Fix the declaration of `sec' in reg_ic_sec
        Fix the declaration of `sec' in reg_ic_sec
2005-03-31 17:48  nogj
2005-03-31 17:48  nogj
        * toplevel.c, cache/icache_model.c, cache/icache_model.h,
        * toplevel.c, cache/icache_model.c, cache/icache_model.h,
        cpu/or1k/sprs.c:
        cpu/or1k/sprs.c:
        Move the function of ic_clock() to mtspr() and remove it
        Move the function of ic_clock() to mtspr() and remove it
2005-03-31 17:47  nogj
2005-03-31 17:47  nogj
        * toplevel.c, cache/dcache_model.c, cache/dcache_model.h,
        * toplevel.c, cache/dcache_model.c, cache/dcache_model.h,
        cpu/or1k/sprs.c:
        cpu/or1k/sprs.c:
        Do what dc_clock() did in mtspr() and remove it
        Do what dc_clock() did in mtspr() and remove it
2005-03-31 17:46  nogj
2005-03-31 17:46  nogj
        * peripheral/dma.c:
        * peripheral/dma.c:
        Useing set_mem32 and eval_mem32 is incorrect.  Use set_direct32 and
        Useing set_mem32 and eval_mem32 is incorrect.  Use set_direct32 and
        eval_direct32 instead
        eval_direct32 instead
2005-03-31 17:46  nogj
2005-03-31 17:46  nogj
        * cpu/common/abstract.h, support/simprintf.c:
        * cpu/common/abstract.h, support/simprintf.c:
        Correct incorrect calls to eval_direct8
        Correct incorrect calls to eval_direct8
2005-03-31 17:44  nogj
2005-03-31 17:44  nogj
        * peripheral/16450.c:
        * peripheral/16450.c:
        Remove useless use of floats
        Remove useless use of floats
2005-03-31 17:44  nogj
2005-03-31 17:44  nogj
        * peripheral/16450.c:
        * peripheral/16450.c:
        Fix VAPI in the uart
        Fix VAPI in the uart
2005-03-31 17:43  nogj
2005-03-31 17:43  nogj
        * peripheral/16450.c, support/dbchs.h:
        * peripheral/16450.c, support/dbchs.h:
        Make uart use the new trace functions
        Make uart use the new trace functions
2005-03-31 17:40  nogj
2005-03-31 17:40  nogj
        * toplevel.c, peripheral/16450.c, peripheral/dma.c,
        * toplevel.c, peripheral/16450.c, peripheral/dma.c,
        peripheral/eth.c, peripheral/fb.c, peripheral/gpio.c,
        peripheral/eth.c, peripheral/fb.c, peripheral/gpio.c,
        peripheral/ps2kbd.c, peripheral/vga.c, support/dbchs.h,
        peripheral/ps2kbd.c, peripheral/vga.c, support/dbchs.h,
        support/sched.c, support/sched.h, tick/tick.c:
        support/sched.c, support/sched.h, tick/tick.c:
         * Change scheduler to count down to 0 instead of reaching a
         * Change scheduler to count down to 0 instead of reaching a
        certain cycle
        certain cycle
           count.
           count.
         * Change the SCHED_ADD interface to take a time out as the
         * Change the SCHED_ADD interface to take a time out as the
        parameter instead of   the number of cycles.
        parameter instead of   the number of cycles.
2005-03-25 13:20  nogj
2005-03-25 13:20  nogj
        * sim-cmd.c, sim-config.c, support/Makefile.am, support/dbchs.h,
        * sim-cmd.c, sim-config.c, support/Makefile.am, support/dbchs.h,
        support/debug.c, support/debug.h:
        support/debug.c, support/debug.h:
        Implement debug channels based on the wine debugging scheme
        Implement debug channels based on the wine debugging scheme
2005-03-25 13:19  nogj
2005-03-25 13:19  nogj
        * peripheral/eth.c:
        * peripheral/eth.c:
        Remove useless define
        Remove useless define
2005-03-25 13:18  nogj
2005-03-25 13:18  nogj
        * toplevel.c, pic/pic.c, pic/pic.h:
        * toplevel.c, pic/pic.c, pic/pic.h:
        Remove pic_clock()
        Remove pic_clock()
2005-03-25 13:17  nogj
2005-03-25 13:17  nogj
        * cache/dcache_model.c, cache/icache_model.c,
        * cache/dcache_model.c, cache/icache_model.c,
        cpu/common/abstract.c, cpu/or1k/except.c, cpu/or1k/except.h,
        cpu/common/abstract.c, cpu/or1k/except.c, cpu/or1k/except.h,
        cpu/or1k/sprs.c, cpu/or32/execute.c, cpu/or32/insnset.c,
        cpu/or1k/sprs.c, cpu/or32/execute.c, cpu/or32/insnset.c,
        tick/tick.c:
        tick/tick.c:
        Rework exception handling
        Rework exception handling
2005-03-16 13:25  nogj
2005-03-16 13:25  nogj
        * cpu/or32/or32.c:
        * cpu/or32/or32.c:
        Fix the parameters to the l.ff1/l.maci instructions
        Fix the parameters to the l.ff1/l.maci instructions
2005-03-16 13:14  nogj
2005-03-16 13:14  nogj
        * peripheral/gpio.c:
        * peripheral/gpio.c:
        Nir Mor:  Corrected stupid typo
        Nir Mor:  Corrected stupid typo
2005-03-16 13:03  nogj
2005-03-16 13:03  nogj
        * sim-config.c, cache/dcache_model.c, cache/dcache_model.h,
        * sim-config.c, cache/dcache_model.c, cache/dcache_model.h,
        cache/icache_model.c, cache/icache_model.h, cpu/or1k/spr_defs.h,
        cache/icache_model.c, cache/icache_model.h, cpu/or1k/spr_defs.h,
        testbench/support/spr_defs.h, mmu/dmmu.c, mmu/immu.c:
        testbench/support/spr_defs.h, mmu/dmmu.c, mmu/immu.c:
        Nir Mor:  Implemented DCCFGR, ICCFGR, DMMUCFGR and IMMUCFGR spr
        Nir Mor:  Implemented DCCFGR, ICCFGR, DMMUCFGR and IMMUCFGR spr
        registers.
        registers.
2005-03-12 03:25  phoenix
2005-03-12 03:25  phoenix
        * cuc/Makefile:
        * cuc/Makefile:
        removed
        removed
2005-02-26 13:46  phoenix
2005-02-26 13:46  phoenix
        * vapi/Makefile.in:
        * vapi/Makefile.in:
        aclocal && autoconf && automake
        aclocal && autoconf && automake
2005-02-26 13:40  phoenix
2005-02-26 13:40  phoenix
        * port/Makefile.in, Makefile.in, aclocal.m4, configure,
        * port/Makefile.in, Makefile.in, aclocal.m4, configure,
        bpb/Makefile.in, cache/Makefile.in, cpu/Makefile.in,
        bpb/Makefile.in, cache/Makefile.in, cpu/Makefile.in,
        cpu/common/Makefile.in, cpu/dlx/Makefile.in, cpu/or1k/Makefile.in,
        cpu/common/Makefile.in, cpu/dlx/Makefile.in, cpu/or1k/Makefile.in,
        cpu/or32/Makefile.in, cuc/Makefile.in, debug/Makefile.in,
        cpu/or32/Makefile.in, cuc/Makefile.in, debug/Makefile.in,
        mmu/Makefile.in, peripheral/Makefile.in,
        mmu/Makefile.in, peripheral/Makefile.in,
        peripheral/channels/Makefile.in, pic/Makefile.in, pm/Makefile.in,
        peripheral/channels/Makefile.in, pic/Makefile.in, pm/Makefile.in,
        support/Makefile.in, tick/Makefile.in:
        support/Makefile.in, tick/Makefile.in:
        aclocal && autoconf && automake
        aclocal && autoconf && automake
2005-02-26 12:51  phoenix
2005-02-26 12:51  phoenix
        * port/Makefile.in:
        * port/Makefile.in:
        aclocal && autoconf && automake, missing piece
        aclocal && autoconf && automake, missing piece
2005-02-26 12:51  phoenix
2005-02-26 12:51  phoenix
        * port/Makefile.in:
        * port/Makefile.in:
        file Makefile.in was added on branch stable_0_1_x on 2005-02-26
        file Makefile.in was added on branch stable_0_1_x on 2005-02-26
        12:40:59 +0000
        12:40:59 +0000
2005-02-25 12:56  phoenix
2005-02-25 12:56  phoenix
        * Makefile.in, aclocal.m4, configure, bpb/Makefile.in,
        * Makefile.in, aclocal.m4, 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/or1k/Makefile.in, cpu/or32/Makefile.in, cuc/Makefile.in,
        cpu/or1k/Makefile.in, cpu/or32/Makefile.in, cuc/Makefile.in,
        debug/Makefile.in, mmu/Makefile.in, peripheral/Makefile.in,
        debug/Makefile.in, mmu/Makefile.in, peripheral/Makefile.in,
        peripheral/channels/Makefile.in, pic/Makefile.in, pm/Makefile.in,
        peripheral/channels/Makefile.in, pic/Makefile.in, pm/Makefile.in,
        support/Makefile.in, tick/Makefile.in, vapi/Makefile.in,
        support/Makefile.in, tick/Makefile.in, vapi/Makefile.in,
        cpu/dlx/Makefile.in:
        cpu/dlx/Makefile.in:
        aclocal && autoconf && automake
        aclocal && autoconf && automake
2005-02-18 22:04  nogj
2005-02-18 22:04  nogj
        * configure.in, sim-cmd.c, sim-config.c, sim-config.h, toplevel.c,
        * configure.in, sim-cmd.c, sim-config.c, sim-config.h, toplevel.c,
        cpu/common/abstract.c, cpu/or32/insnset.c:
        cpu/common/abstract.c, cpu/or32/insnset.c:
        Remove FAST_SIM, it nolonger provides a speed up
        Remove FAST_SIM, it nolonger provides a speed up
2005-02-18 22:03  nogj
2005-02-18 22:03  nogj
        * sim-cmd.c, sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        * sim-cmd.c, sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        peripheral/gpio.c, peripheral/gpio.h:
        peripheral/gpio.c, peripheral/gpio.h:
        Cleanup the gpio peripheral useing the new callbacks
        Cleanup the gpio peripheral useing the new callbacks
2005-02-18 22:02  nogj
2005-02-18 22:02  nogj
        * sim-cmd.c, sim-config.c, sim-config.h, toplevel.c,
        * sim-cmd.c, sim-config.c, sim-config.h, toplevel.c,
        peripheral/mc.c, peripheral/mc.h:
        peripheral/mc.c, peripheral/mc.h:
        Cleanup the memory controller useing the new callbacks
        Cleanup the memory controller useing the new callbacks
2005-02-18 22:01  nogj
2005-02-18 22:01  nogj
        * sim-cmd.c, sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        * sim-cmd.c, sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        peripheral/eth.c, peripheral/ethernet.h, peripheral/ethernet_i.h:
        peripheral/eth.c, peripheral/ethernet.h, peripheral/ethernet_i.h:
        Cleanup ethernet peripheral, useing the new callbacks
        Cleanup ethernet peripheral, useing the new callbacks
2005-02-18 22:01  nogj
2005-02-18 22:01  nogj
        * sim-cmd.c, sim-config.h, sim.cfg, toplevel.c,
        * sim-cmd.c, sim-config.h, sim.cfg, toplevel.c,
        peripheral/ps2kbd.c, peripheral/ps2kbd.h:
        peripheral/ps2kbd.c, peripheral/ps2kbd.h:
        Cleanup kbd peripheral useing the new callbacks
        Cleanup kbd peripheral useing the new callbacks
2005-02-18 22:00  nogj
2005-02-18 22:00  nogj
        * sim-cmd.c, sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        * sim-cmd.c, sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        peripheral/dma.c, peripheral/dma.h:
        peripheral/dma.c, peripheral/dma.h:
        Cleanup dma peripheral useing the new callbacks
        Cleanup dma peripheral useing the new callbacks
2005-02-18 21:59  nogj
2005-02-18 21:59  nogj
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c, peripheral/fb.c,
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c, peripheral/fb.c,
        peripheral/fb.h:
        peripheral/fb.h:
        Cleanup FB peripheral, useing the new callbacks
        Cleanup FB peripheral, useing the new callbacks
2005-02-18 21:59  nogj
2005-02-18 21:59  nogj
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        peripheral/vga.c, peripheral/vga.h:
        peripheral/vga.c, peripheral/vga.h:
        Cleanup VGA peripheral useing the new callbacks
        Cleanup VGA peripheral useing the new callbacks
2005-02-18 21:58  nogj
2005-02-18 21:58  nogj
        * sim-cmd.c, sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        * sim-cmd.c, sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        peripheral/16450.c, peripheral/16450.h:
        peripheral/16450.c, peripheral/16450.h:
        Cleanup uart peripheral useing the new callback mechanism
        Cleanup uart peripheral useing the new callback mechanism
2005-02-18 21:57  nogj
2005-02-18 21:57  nogj
        * peripheral/16450.c, peripheral/eth.c, peripheral/gpio.c,
        * peripheral/16450.c, peripheral/eth.c, peripheral/gpio.c,
        vapi/vapi.c, vapi/vapi.h:
        vapi/vapi.c, vapi/vapi.h:
        Pass a caller given pointer to the vapi_read callback
        Pass a caller given pointer to the vapi_read callback
2005-02-18 21:56  nogj
2005-02-18 21:56  nogj
        * toplevel.c, peripheral/atadevice.c, support/sched.c,
        * toplevel.c, peripheral/atadevice.c, support/sched.c,
        support/sched.h, tick/tick.c:
        support/sched.h, tick/tick.c:
        Pass a pointer as the user given argument in the schedular callback
        Pass a pointer as the user given argument in the schedular callback
2005-02-18 21:55  nogj
2005-02-18 21:55  nogj
        * sim-cmd.c, sim-config.h, sim.cfg, toplevel.c,
        * sim-cmd.c, sim-config.h, sim.cfg, toplevel.c,
        peripheral/atadevice.c, peripheral/atadevice.h,
        peripheral/atadevice.c, peripheral/atadevice.h,
        peripheral/atahost.c, peripheral/atahost.h:
        peripheral/atahost.c, peripheral/atahost.h:
        Clean up the ata peripheral useing the new set of callbacks
        Clean up the ata peripheral useing the new set of callbacks
2005-02-18 21:55  nogj
2005-02-18 21:55  nogj
        * sim-cmd.c, sim-config.h:
        * sim-cmd.c, sim-config.h:
        Add status callback
        Add status callback
2005-02-18 21:54  nogj
2005-02-18 21:54  nogj
        * cpu/common/abstract.c:
        * cpu/common/abstract.c:
        initialise dev_mem->chip_select in register_memory
        initialise dev_mem->chip_select in register_memory
2005-02-18 21:53  nogj
2005-02-18 21:53  nogj
        * sim-config.c, sim-config.h, peripheral/test.c:
        * sim-config.c, sim-config.h, peripheral/test.c:
        Cleanup test peripheral
        Cleanup test peripheral
2005-02-18 21:52  nogj
2005-02-18 21:52  nogj
        * sim-config.h, toplevel.c:
        * sim-config.h, toplevel.c:
        Add dynamic hooks to sim_reset
        Add dynamic hooks to sim_reset
2005-02-18 21:51  nogj
2005-02-18 21:51  nogj
        * cpu/common/abstract.c, cpu/common/abstract.h, debug/debug_unit.c,
        * cpu/common/abstract.c, cpu/common/abstract.h, debug/debug_unit.c,
        peripheral/16450.c, peripheral/atahost.c, peripheral/atahost.h,
        peripheral/16450.c, peripheral/atahost.c, peripheral/atahost.h,
        peripheral/dma.c, peripheral/eth.c, peripheral/fb.c,
        peripheral/dma.c, peripheral/eth.c, peripheral/fb.c,
        peripheral/gpio.c, peripheral/mc.c, peripheral/ps2kbd.c,
        peripheral/gpio.c, peripheral/mc.c, peripheral/ps2kbd.c,
        peripheral/test.c, peripheral/vga.c:
        peripheral/test.c, peripheral/vga.c:
        Pass private data in readfunc/writefunc callbacks
        Pass private data in readfunc/writefunc callbacks
2005-02-18 21:47  nogj
2005-02-18 21:47  nogj
        * profiler.c, sim-config.c, sim-config.h, toplevel.c,
        * profiler.c, sim-config.c, sim-config.h, toplevel.c,
        bpb/branch_predict.c, cache/dcache_model.c, cache/icache_model.c,
        bpb/branch_predict.c, cache/dcache_model.c, cache/icache_model.c,
        cpu/common/abstract.c, cpu/common/labels.c, cuc/cuc.c,
        cpu/common/abstract.c, cpu/common/labels.c, cuc/cuc.c,
        debug/debug_unit.c, debug/gdbcomm.c, mmu/dmmu.c, mmu/immu.c,
        debug/debug_unit.c, debug/gdbcomm.c, mmu/dmmu.c, mmu/immu.c,
        peripheral/16450.c, peripheral/atahost.c, peripheral/dma.c,
        peripheral/16450.c, peripheral/atahost.c, peripheral/dma.c,
        peripheral/eth.c, peripheral/fb.c, peripheral/gpio.c,
        peripheral/eth.c, peripheral/fb.c, peripheral/gpio.c,
        peripheral/mc.c, peripheral/ps2kbd.c, peripheral/test.c,
        peripheral/mc.c, peripheral/ps2kbd.c, peripheral/test.c,
        peripheral/vga.c, pm/pm.c, support/dumpverilog.c, support/sched.c,
        peripheral/vga.c, pm/pm.c, support/dumpverilog.c, support/sched.c,
        vapi/vapi.c:
        vapi/vapi.c:
        Modularise config file parseing.  Paving the way for further
        Modularise config file parseing.  Paving the way for further
        modularisation.
        modularisation.
2005-02-11 11:23  nogj
2005-02-11 11:23  nogj
        * peripheral/dma.h, peripheral/dma_defs.h, testbench/dmatest.c:
        * peripheral/dma.h, peripheral/dma_defs.h, testbench/dmatest.c:
        Fix dmatest testcase
        Fix dmatest testcase
2005-02-10 15:53  phoenix
2005-02-10 15:53  phoenix
        * cpu/: common/abstract.c, or1k/sprs.c, or1k/sprs.h:
        * cpu/: common/abstract.c, or1k/sprs.c, or1k/sprs.h:
        typing fixes
        typing fixes
2005-02-09 19:18  nogj
2005-02-09 19:18  nogj
        * Makefile.am, sim-cmd.c, sim-config.c, sim-config.h, toplevel.c,
        * Makefile.am, sim-cmd.c, sim-config.c, sim-config.h, toplevel.c,
        cpu/common/parse.c, cpu/common/parse.h:
        cpu/common/parse.c, cpu/common/parse.h:
        Modularise simulator command parsing
        Modularise simulator command parsing
2005-02-09 19:02  nogj
2005-02-09 19:02  nogj
        * cpu/: common/abstract.h, or32/execute.c:
        * cpu/: common/abstract.h, or32/execute.c:
        Optimise execution history tracking
        Optimise execution history tracking
2005-02-09 18:57  nogj
2005-02-09 18:57  nogj
        * toplevel.c:
        * toplevel.c:
        Optimise execution history tracking
        Optimise execution history tracking
2005-02-09 18:47  nogj
2005-02-09 18:47  nogj
        * debug/debug_unit.c:
        * debug/debug_unit.c:
        Reindent create_watchpoints useing a more compact indentation style
        Reindent create_watchpoints useing a more compact indentation style
2005-02-09 18:40  nogj
2005-02-09 18:40  nogj
        * Makefile.am, configure.in, mprofiler.c, sim-config.c, toplevel.c,
        * Makefile.am, configure.in, mprofiler.c, sim-config.c, toplevel.c,
        bpb/branch_predict.c, bpb/branch_predict.h, cache/dcache_model.c,
        bpb/branch_predict.c, bpb/branch_predict.h, cache/dcache_model.c,
        cache/dcache_model.h, cache/icache_model.c, cache/icache_model.h,
        cache/dcache_model.h, cache/icache_model.c, cache/icache_model.h,
        cpu/common/abstract.c, cpu/common/abstract.h, cpu/common/execute.h,
        cpu/common/abstract.c, cpu/common/abstract.h, cpu/common/execute.h,
        cpu/common/labels.c, cpu/common/labels.h, cpu/common/parse.c,
        cpu/common/labels.c, cpu/common/labels.h, cpu/common/parse.c,
        cpu/common/parse.h, cpu/common/stats.c, cpu/common/trace.c,
        cpu/common/parse.h, cpu/common/stats.c, cpu/common/trace.c,
        cpu/common/trace.h, cpu/or1k/arch.h, cpu/or1k/except.c,
        cpu/common/trace.h, cpu/or1k/arch.h, cpu/or1k/except.c,
        cpu/or1k/except.h, cpu/or1k/sprs.c, cpu/or1k/sprs.h,
        cpu/or1k/except.h, cpu/or1k/sprs.c, cpu/or1k/sprs.h,
        cpu/or32/execute.c, cpu/or32/generate.c, cpu/or32/insnset.c,
        cpu/or32/execute.c, cpu/or32/generate.c, cpu/or32/insnset.c,
        cpu/or32/or32.c, cuc/adv.c, cuc/bb.c, cuc/cuc.c, cuc/insn.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/verilog.c,
        cuc/load.c, cuc/memory.c, cuc/timings.c, cuc/verilog.c,
        debug/debug_unit.c, debug/gdb.h, extras/Makefile.am,
        debug/debug_unit.c, debug/gdb.h, extras/Makefile.am,
        extras/Makefile.in, extras/extras.c, extras/extras.h, mmu/dmmu.c,
        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,
        peripheral/test.c, peripheral/vga.c, peripheral/channels/channel.c,
        peripheral/test.c, peripheral/vga.c, peripheral/channels/channel.c,
        pic/pic.c, pm/pm.c, port/Makefile.am, port/isblank.c, port/port.h,
        pic/pic.c, pm/pm.c, port/Makefile.am, port/isblank.c, port/port.h,
        port/strndup.c, support/dumpverilog.c, support/profile.c,
        port/strndup.c, support/dumpverilog.c, support/profile.c,
        support/profile.h, support/simprintf.c, tick/tick.c, vapi/vapi.c:
        support/profile.h, support/simprintf.c, tick/tick.c, vapi/vapi.c:
        Mark a simulated cpu address as such, by introducing the new
        Mark a simulated cpu address as such, by introducing the new
        oraddr_t type
        oraddr_t type
2005-01-29 07:54  nogj
2005-01-29 07:54  nogj
        * debug/debug_unit.c.bak:
        * debug/debug_unit.c.bak:
        Remove backup file
        Remove backup file
2005-01-27 15:14  nogj
2005-01-27 15:14  nogj
        * cpu/: or32/execute.c, or32/or32.c, or32/generate.c,
        * cpu/: or32/execute.c, or32/or32.c, or32/generate.c,
        common/abstract.h:
        common/abstract.h:
        Remove the global op structure
        Remove the global op structure
2005-01-27 15:02  nogj
2005-01-27 15:02  nogj
        * cpu/or32/Makefile.am, configure.in:
        * cpu/or32/Makefile.am, configure.in:
        Fix out-of-tree builds
        Fix out-of-tree builds
2005-01-27 14:51  nogj
2005-01-27 14:51  nogj
        * cpu/or32/execute.c, cpu/or32/insnset.c, cpu/or1k/opcode/or32.h,
        * cpu/or32/execute.c, cpu/or32/insnset.c, cpu/or1k/opcode/or32.h,
        toplevel.c, sim-config.c, cache/dcache_model.c,
        toplevel.c, sim-config.c, cache/dcache_model.c,
        cache/icache_model.c, mmu/immu.c, mmu/dmmu.c,
        cache/icache_model.c, mmu/immu.c, mmu/dmmu.c,
        cpu/common/abstract.h, cpu/common/abstract.c, cpu/common/stats.c,
        cpu/common/abstract.h, cpu/common/abstract.c, cpu/common/stats.c,
        bpb/branch_predict.c, support/dumpverilog.c:
        bpb/branch_predict.c, support/dumpverilog.c:
         * Avoid doing a store in *every* instruction executed by storeing
         * Avoid doing a store in *every* instruction executed by storeing
        the instruction function unit in or32_opcodes
        the instruction function unit in or32_opcodes
2005-01-27 14:41  nogj
2005-01-27 14:41  nogj
        * cpu/or32/: execute.c, insnset.c:
        * cpu/or32/: execute.c, insnset.c:
         * Fix warnings in insnset.c and execute.c
         * Fix warnings in insnset.c and execute.c
2005-01-27 14:35  nogj
2005-01-27 14:35  nogj
        * cpu/: or32/generate.c, or32/or32.c, or32/execute.c,
        * cpu/: or32/generate.c, or32/or32.c, or32/execute.c,
        or32/insnset.c, or1k/opcode/or32.h:
        or32/insnset.c, or1k/opcode/or32.h:
         * Fix generate.c to produce a execgen.c with less warnings.
         * Fix generate.c to produce a execgen.c with less warnings.
         * Fix the --enable-simple configure option.
         * Fix the --enable-simple configure option.
2005-01-27 14:15  nogj
2005-01-27 14:15  nogj
        * cpu/: or32/or32.c, or1k/opcode/or32.h:
        * cpu/: or32/or32.c, or1k/opcode/or32.h:
        Mark wich operand is the destination operand in the architechture
        Mark wich operand is the destination operand in the architechture
        definition
        definition
2005-01-11 16:41  andreje
2005-01-11 16:41  andreje
        * cpu/: or1k/opcode/or32.h, or32/insnset.c, or32/or32.c:
        * cpu/: or1k/opcode/or32.h, or32/insnset.c, or32/or32.c:
        l.ff1 instruction added
        l.ff1 instruction added
2004-12-23 22:16  phoenix
2004-12-23 22:16  phoenix
        * peripheral/eth.c:
        * peripheral/eth.c:
        gcc 3.4.3 compile fix
        gcc 3.4.3 compile fix
2004-10-22 00:26  phoenix
2004-10-22 00:26  phoenix
        * cpu/common/abstract.c:
        * cpu/common/abstract.c:
        memory access functions fixes
        memory access functions fixes
2004-10-20 18:02  phoenix
2004-10-20 18:02  phoenix
        * configure.in, cpu/common/parse.c, cpu/common/stats.c,
        * configure.in, cpu/common/parse.c, cpu/common/stats.c,
        peripheral/ethernet_i.h:
        peripheral/ethernet_i.h:
        Adrian Wise: or1ksim bugfix & Solaris build
        Adrian Wise: or1ksim bugfix & Solaris build
2004-10-18 00:55  phoenix
2004-10-18 00:55  phoenix
        * cpu/or32/insnset.c:
        * cpu/or32/insnset.c:
        some tests rely on exit(0) as a last std output text to pass
        some tests rely on exit(0) as a last std output text to pass
2004-10-16 01:08  phoenix
2004-10-16 01:08  phoenix
        * sim-config.h:
        * sim-config.h:
        cpu/sim memory accesses separation, tick, exception, nr. of
        cpu/sim memory accesses separation, tick, exception, nr. of
        operands, cycles count,... corrections.
        operands, cycles count,... corrections.
2004-10-16 00:52  phoenix
2004-10-16 00:52  phoenix
        * tick/tick.c, support/sched.h, support/simprintf.c,
        * tick/tick.c, support/sched.h, support/simprintf.c,
        cpu/or32/execute.c, cpu/or32/insnset.c, cpu/or1k/except.c,
        cpu/or32/execute.c, cpu/or32/insnset.c, cpu/or1k/except.c,
        cpu/or1k/spr_defs.h, testbench/support/spr_defs.h,
        cpu/or1k/spr_defs.h, testbench/support/spr_defs.h,
        cpu/common/abstract.c, cpu/common/abstract.h:
        cpu/common/abstract.c, cpu/common/abstract.h:
        cpu/sim memory accesses separation, tick, exception, nr. of
        cpu/sim memory accesses separation, tick, exception, nr. of
        operands, cycles count,... corrections.
        operands, cycles count,... corrections.
2004-09-28 03:14  phoenix
2004-09-28 03:14  phoenix
        * cpu/or1k/arch.h:
        * cpu/or1k/arch.h:
        added a warning
        added a warning
2004-09-28 03:09  phoenix
2004-09-28 03:09  phoenix
        * support/simprintf.c:
        * support/simprintf.c:
        missing declaration when defined STACK_ARGS
        missing declaration when defined STACK_ARGS
2004-09-28 02:58  phoenix
2004-09-28 02:58  phoenix
        * cpu/or1k/arch.h:
        * cpu/or1k/arch.h:
        in some cases (cbasic test from orp for example) this caused
        in some cases (cbasic test from orp for example) this caused
        problems, disable for now
        problems, disable for now
2004-07-22 22:17  phoenix
2004-07-22 22:17  phoenix
        * cpu/or32/or32.c:
        * cpu/or32/or32.c:
        removed includes
        removed includes
2004-07-20 01:05  phoenix
2004-07-20 01:05  phoenix
        * debug/gdbcomm.c, debug/gdbcomm.h, mmu/dmmu.c, mmu/dmmu.h,
        * debug/gdbcomm.c, debug/gdbcomm.h, mmu/dmmu.c, mmu/dmmu.h,
        mmu/immu.c, mmu/immu.h, cuc/load.c, cuc/memory.c, cuc/timings.c,
        mmu/immu.c, mmu/immu.h, cuc/load.c, cuc/memory.c, cuc/timings.c,
        cuc/verilog.c, debug/debug_unit.c, debug/debug_unit.h,
        cuc/verilog.c, debug/debug_unit.c, debug/debug_unit.h,
        configure.in, bpb/branch_predict.h, cache/dcache_model.c,
        configure.in, bpb/branch_predict.h, cache/dcache_model.c,
        cache/dcache_model.h, cache/icache_model.c, cache/icache_model.h,
        cache/dcache_model.h, cache/icache_model.c, cache/icache_model.h,
        cpu/common/abstract.c, cpu/common/abstract.h, cpu/common/execute.h,
        cpu/common/abstract.c, cpu/common/abstract.h, cpu/common/execute.h,
        cpu/common/labels.c, cpu/common/labels.h, cpu/common/parse.c,
        cpu/common/labels.c, cpu/common/labels.h, cpu/common/parse.c,
        cpu/common/parse.h, cpu/common/stats.c, cpu/common/trace.c,
        cpu/common/parse.h, cpu/common/stats.c, cpu/common/trace.c,
        cpu/or1k/except.c, cpu/or1k/sprs.c, cpu/or32/execute.c,
        cpu/or1k/except.c, cpu/or1k/sprs.c, cpu/or32/execute.c,
        cpu/or32/generate.c, cpu/or32/insnset.c, cpu/or32/or32.c,
        cpu/or32/generate.c, cpu/or32/insnset.c, cpu/or32/or32.c,
        cuc/adv.c, cuc/bb.c, cuc/cuc.c, cuc/cuc.h, cuc/insn.c:
        cuc/adv.c, cuc/bb.c, cuc/cuc.c, cuc/cuc.h, cuc/insn.c:
        Gyorgy Jeney: extensive cleanup
        Gyorgy Jeney: extensive cleanup
2004-07-20 01:01  phoenix
2004-07-20 01:01  phoenix
        * peripheral/dma.h, peripheral/eth.c, peripheral/fb.c,
        * peripheral/dma.h, peripheral/eth.c, peripheral/fb.c,
        peripheral/gpio.c, peripheral/mc.c, peripheral/ps2kbd.c,
        peripheral/gpio.c, peripheral/mc.c, peripheral/ps2kbd.c,
        peripheral/ps2kbd.h, peripheral/vga.c, pic/pic.h,
        peripheral/ps2kbd.h, peripheral/vga.c, pic/pic.h,
        peripheral/atadevice_cmdi.c, peripheral/atahost.c,
        peripheral/atadevice_cmdi.c, peripheral/atahost.c,
        peripheral/atahost.h, peripheral/dma.c, peripheral/channels/tcp.c,
        peripheral/atahost.h, peripheral/dma.c, peripheral/channels/tcp.c,
        peripheral/channels/tty.c, peripheral/channels/xterm.c,
        peripheral/channels/tty.c, peripheral/channels/xterm.c,
        mprofiler.c, mprofiler.h, peripheral/16450.c, peripheral/16450.h,
        mprofiler.c, mprofiler.h, peripheral/16450.c, peripheral/16450.h,
        peripheral/atadevice.c:
        peripheral/atadevice.c:
        Gyorgy Jeney: extensive cleanup
        Gyorgy Jeney: extensive cleanup
2004-07-20 00:56  phoenix
2004-07-20 00:56  phoenix
        * cpu/common/trace.h, profiler.c, sim-config.c, sim-config.h,
        * cpu/common/trace.h, profiler.c, sim-config.c, sim-config.h,
        toplevel.c, support/dumpverilog.c, support/dumpverilog.h,
        toplevel.c, support/dumpverilog.c, support/dumpverilog.h,
        support/sched.h, support/simprintf.c, pic/pic.c, vapi/vapi.c:
        support/sched.h, support/simprintf.c, pic/pic.c, vapi/vapi.c:
        Gyorgy Jeney: extensive cleanup
        Gyorgy Jeney: extensive cleanup
2004-07-02 13:14  phoenix
2004-07-02 13:14  phoenix
        * cpu/or32/insnset.c:
        * cpu/or32/insnset.c:
        compile fix regarding lf.itof.s, lf.itof.d
        compile fix regarding lf.itof.s, lf.itof.d
2004-07-02 03:19  phoenix
2004-07-02 03:19  phoenix
        * cpu/or1k/sprs.c:
        * cpu/or1k/sprs.c:
        compile fix (remove const)
        compile fix (remove const)
2004-06-28 00:56  lampret
2004-06-28 00:56  lampret
        * cpu/or32/or32.c:
        * cpu/or32/or32.c:
        Updated instruction set descriptions. Changed FP instructions
        Updated instruction set descriptions. Changed FP instructions
        encoding.
        encoding.
2004-05-20 01:09  phoenix
2004-05-20 01:09  phoenix
        * cpu/or32/generate.c:
        * cpu/or32/generate.c:
        added more operands
        added more operands
2004-05-09 21:52  lampret
2004-05-09 21:52  lampret
        * cpu/or32/: or32.c:
        * cpu/or32/: or32.c:
        Changed desciption of the l.cust5 insns
        Changed desciption of the l.cust5 insns
2004-04-05 15:15  jurem
2004-04-05 15:15  jurem
        * testbench/: support/Makefile.in, aclocal.m4, uos/Makefile.in,
        * testbench/: support/Makefile.in, aclocal.m4, uos/Makefile.in,
        Makefile.in, configure:
        Makefile.in, configure:
        aclocal, autoconf and automake dependency problem solved (so it
        aclocal, autoconf and automake dependency problem solved (so it
        doesn't do automatic update of aclocal, configure and Makefile.in
        doesn't do automatic update of aclocal, configure and Makefile.in
        files)
        files)
2004-03-29 13:29  jurem
2004-03-29 13:29  jurem
        * testbench/: Makefile.in, configure, configure.in:
        * testbench/: Makefile.in, configure, configure.in:
        Fixed CCAS & CCASFLAGS, now works
        Fixed CCAS & CCASFLAGS, now works
2004-03-26 15:57  markom
2004-03-26 15:57  markom
        * support/simprintf.c:
        * support/simprintf.c:
        simprintf now uses stack vargs -- same as printf
        simprintf now uses stack vargs -- same as printf
2004-03-26 15:24  jurem
2004-03-26 15:24  jurem
        * testbench/: Makefile.in, configure, configure.in,
        * testbench/: Makefile.in, configure, configure.in,
        uos/Makefile.in:
        uos/Makefile.in:
        CCAS added to configure.in, CCASCOMPILE changed in Makefile.in
        CCAS added to configure.in, CCASCOMPILE changed in Makefile.in
2004-03-26 10:25  markom
2004-03-26 10:25  markom
        * cpu/or1k/arch.h:
        * cpu/or1k/arch.h:
        simprintf now uses stack vargs -- same as printf
        simprintf now uses stack vargs -- same as printf
2004-02-14 20:50  phoenix
2004-02-14 20:50  phoenix
        * cpu/or1k/opcode/or32.h:
        * cpu/or1k/opcode/or32.h:
        page size is 8192 on or32
        page size is 8192 on or32
2004-02-06 00:23  lampret
2004-02-06 00:23  lampret
        * depcomp:
        * depcomp:
        Added depcomp \(should this be part of configure process with
        Added depcomp \(should this be part of configure process with
        automake --add-missing\?\)
        automake --add-missing\?\)
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, extras/Makefile.in,
        cuc/Makefile.in, debug/Makefile.in, extras/Makefile.in,
        extras/extras.c, mmu/Makefile.in, peripheral/Makefile.in,
        extras/extras.c, mmu/Makefile.in, peripheral/Makefile.in,
        peripheral/channels/Makefile.in, pic/Makefile.in, pm/Makefile.in,
        peripheral/channels/Makefile.in, pic/Makefile.in, pm/Makefile.in,
        support/Makefile.in, testbench/Makefile.in, testbench/configure,
        support/Makefile.in, testbench/Makefile.in, testbench/configure,
        tick/Makefile.in, 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
        * toplevel.c:
        * toplevel.c:
        Correct typo.
        Correct typo.
2004-02-03 15:33  hpanther
2004-02-03 15:33  hpanther
        * peripheral/: 16450.c, eth.c, ethernet_i.h, fb.c,
        * peripheral/: 16450.c, eth.c, ethernet_i.h, fb.c,
        channels/channel.c, channels/fd.c, channels/file.c,
        channels/channel.c, channels/fd.c, channels/file.c,
        channels/generic.c, channels/xterm.c:
        channels/generic.c, channels/xterm.c:
        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
2004-02-03 15:29  hpanther
        * extras/: Makefile.am, Makefile.in, extras.c, extras.h:
        * extras/: Makefile.am, Makefile.in, extras.c, extras.h:
        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: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:
        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:23  hpanther
2004-02-03 15:23  hpanther
        * cpu/common/abstract.c, cpu/common/coff.h, cpu/common/elf.h,
        * cpu/common/abstract.c, cpu/common/coff.h, cpu/common/elf.h,
        cpu/common/stats.c, cpu/common/stats.h, cpu/or1k/spr_defs.h,
        cpu/common/stats.c, cpu/common/stats.h, cpu/or1k/spr_defs.h,
        testbench/support/spr_defs.h, cpu/or32/execute.c,
        testbench/support/spr_defs.h, cpu/or32/execute.c,
        cpu/or32/generate.c, cpu/or32/insnset.c:
        cpu/or32/generate.c, cpu/or32/insnset.c:
        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:17  hpanther
2004-02-03 15:17  hpanther
        * bpb/branch_predict.c:
        * bpb/branch_predict.c:
        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:12  hpanther
2004-02-03 15:12  hpanther
        * ChangeLog, Makefile.am, Makefile.in, README.gdb, aclocal.m4,
        * ChangeLog, Makefile.am, Makefile.in, README.gdb, aclocal.m4,
        config.guess, config.h.in, config.sub, configure, configure.in,
        config.guess, config.h.in, config.sub, configure, configure.in,
        mprofiler.c, toplevel.c:
        mprofiler.c, toplevel.c:
        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-01-30 05:21  phoenix
2004-01-30 05:21  phoenix
        * peripheral/eth.c:
        * peripheral/eth.c:
        make it work with MMU enabled
        make it work with MMU enabled
2004-01-30 05:12  phoenix
2004-01-30 05:12  phoenix
        * cpu/common/abstract.c:
        * cpu/common/abstract.c:
        additional functions to bypass cache and mmu needed for peripheral
        additional functions to bypass cache and mmu needed for peripheral
        devices
        devices
2004-01-30 05:07  phoenix
2004-01-30 05:07  phoenix
        * mmu/dmmu.c:
        * mmu/dmmu.c:
        additional functions to bypass cache and mmu needed for peripheral
        additional functions to bypass cache and mmu needed for peripheral
        devices
        devices
2004-01-06 03:14  phoenix
2004-01-06 03:14  phoenix
        * peripheral/channels/tty.c:
        * peripheral/channels/tty.c:
        cfmakeraw is not avaliable on cygwin
        cfmakeraw is not avaliable on cygwin
2003-12-13 02:27  phoenix
2003-12-13 02:27  phoenix
        * cpu/common/abstract.c:
        * cpu/common/abstract.c:
        segfault when there is no memory context fix
        segfault when there is no memory context fix
2003-11-28 16:04  phoenix
2003-11-28 16:04  phoenix
        * sim-config.c:
        * sim-config.c:
        fix for gdb_debug config
        fix for gdb_debug config
2003-11-11 04:42  phoenix
2003-11-11 04:42  phoenix
        * cpu/or32/execute.c:
        * cpu/or32/execute.c:
        added additional field into executed log wich besides EA also
        added additional field into executed log wich besides EA also
        prints PA (physical address)
        prints PA (physical address)
2003-11-11 04:39  phoenix
2003-11-11 04:39  phoenix
        * cpu/or1k/sprs.c:
        * cpu/or1k/sprs.c:
        value stored in ITLB and DTLB match registers was wrong. fixed.
        value stored in ITLB and DTLB match registers was wrong. fixed.
2003-11-11 04:27  phoenix
2003-11-11 04:27  phoenix
        * cpu/or1k/except.c:
        * cpu/or1k/except.c:
        at exception print insn number to ease debugging
        at exception print insn number to ease debugging
2003-10-13 09:22  danwi
2003-10-13 09:22  danwi
        * configure:
        * configure:
        Daniel Wiklund: Removed multiple entries of debug/Makefile in
        Daniel Wiklund: Removed multiple entries of debug/Makefile in
        configure
        configure
2003-09-17 18:29  phoenix
2003-09-17 18:29  phoenix
        * Makefile.in:
        * Makefile.in:
        make it compile on RH 8,9
        make it compile on RH 8,9
2003-09-12 12:17  dries
2003-09-12 12:17  dries
        * configure.in:
        * configure.in:
        removed second debug/Makefile (credits: Daniel Wiklund -
        removed second debug/Makefile (credits: Daniel Wiklund -
        danwi@isy.liu.se)
        danwi@isy.liu.se)
2003-07-13 03:58  phoenix
2003-07-13 03:58  phoenix
        * cpu/or32/execute.c:
        * cpu/or32/execute.c:
        avoid another immu exception that should not happen
        avoid another immu exception that should not happen
2003-07-11 21:21  phoenix
2003-07-11 21:21  phoenix
        * cpu/or32/execute.c:
        * cpu/or32/execute.c:
        more informative output
        more informative output
2003-07-10 02:06  phoenix
2003-07-10 02:06  phoenix
        * cpu/or32/execute.c, mmu/immu.c:
        * cpu/or32/execute.c, mmu/immu.c:
        fix for immu exceptions that never should have happened
        fix for immu exceptions that never should have happened
2003-07-01 22:07  csanchez
2003-07-01 22:07  csanchez
        * cpu/or32/insnset.c:
        * cpu/or32/insnset.c:
        Added support for l.addc instruction.
        Added support for l.addc instruction.
2003-07-01 21:33  csanchez
2003-07-01 21:33  csanchez
        * cpu/: or1k/opcode/or32.h, or32/or32.c:
        * cpu/: or1k/opcode/or32.h, or32/or32.c:
        Added support for l.addc instruction.
        Added support for l.addc instruction.
2003-06-09 17:46  markom
2003-06-09 17:46  markom
        * peripheral/16450.c:
        * peripheral/16450.c:
        timeout bug fixed; contribution by Carlos
        timeout bug fixed; contribution by Carlos
2003-04-13 08:55  sfurman
2003-04-13 08:55  sfurman
        * peripheral/channels/tty.c:
        * peripheral/channels/tty.c:
        When using tty channel, put the serial port into raw mode (no echo,
        When using tty channel, put the serial port into raw mode (no echo,
        no CR/LF conversion, no other line discipline/buffering).
        no CR/LF conversion, no other line discipline/buffering).
2003-04-12 22:21  sfurman
2003-04-12 22:21  sfurman
        * peripheral/16450.c:
        * peripheral/16450.c:
        When multiple interrupts were pending, e.g. TX buffer empty and RX
        When multiple interrupts were pending, e.g. TX buffer empty and RX
        available, reading the UART's IIR register could potentially clear
        available, reading the UART's IIR register could potentially clear
        a TX interrupt before it had been sent to the processor, thus
        a TX interrupt before it had been sent to the processor, thus
        dropping the interrupt permanently.
        dropping the interrupt permanently.
        Fix tested w/ both eCos and uclinux.
        Fix tested w/ both eCos and uclinux.
2003-04-12 18:24  phoenix
2003-04-12 18:24  phoenix
        * debug/gdb.h:
        * debug/gdb.h:
        [no log message]
        [no log message]
2003-04-12 16:48  phoenix
2003-04-12 16:48  phoenix
        * cpu/common/elf.h:
        * cpu/common/elf.h:
        remove unneded include
        remove unneded include
2003-04-12 05:08  phoenix
2003-04-12 05:08  phoenix
        * cuc/cuc.h:
        * cuc/cuc.h:
        [no log message]
        [no log message]
2003-04-12 05:02  phoenix
2003-04-12 05:02  phoenix
        * debug/debug_unit.c, debug/gdb.h, debug/gdbcomm.c, vapi/vapi.c:
        * debug/debug_unit.c, debug/gdb.h, debug/gdbcomm.c, vapi/vapi.c:
        remove unneeded include
        remove unneeded include
2003-04-12 04:57  phoenix
2003-04-12 04:57  phoenix
        * peripheral/ethernet_i.h:
        * peripheral/ethernet_i.h:
        cygwin fix
        cygwin fix
2003-04-12 04:52  phoenix
2003-04-12 04:52  phoenix
        * peripheral/channels/xterm.c:
        * peripheral/channels/xterm.c:
        cygwin fix
        cygwin fix
2003-04-12 04:33  sfurman
2003-04-12 04:33  sfurman
        * peripheral/16450.c:
        * peripheral/16450.c:
        1) Fix trivial bug w/ transmitter empty interrupts that I
        1) Fix trivial bug w/ transmitter empty interrupts that I
        introduced in the    last check-in.  2) Improve printed output from
        introduced in the    last check-in.  2) Improve printed output from
        debugging-only uart_status() routine.
        debugging-only uart_status() routine.
2003-04-09 08:11  sfurman
2003-04-09 08:11  sfurman
        * peripheral/16450.c:
        * peripheral/16450.c:
        Make UART transmitter-empty interrupts match both 16450 and 16550
        Make UART transmitter-empty interrupts match both 16450 and 16550
        behavior.
        behavior.
2003-04-02 04:26  sfurman
2003-04-02 04:26  sfurman
        * peripheral/channels/tty.c:
        * peripheral/channels/tty.c:
        Fixed my bustage: Add missing 2nd argument to open().  Otherwise,
        Fixed my bustage: Add missing 2nd argument to open().  Otherwise,
        opening a serial port channel can sporadically fail.
        opening a serial port channel can sporadically fail.
2003-03-30 03:42  sfurman
2003-03-30 03:42  sfurman
        * peripheral/channels/: Makefile.am, Makefile.in, channel.c, tty.c:
        * peripheral/channels/: Makefile.am, Makefile.in, channel.c, tty.c:
        Added ability to map I/O from simulated UARTs to physical serial
        Added ability to map I/O from simulated UARTs to physical serial
        ports on the host running the simulator.
        ports on the host running the simulator.
2003-03-28 00:22  sfurman
2003-03-28 00:22  sfurman
        * sim.cfg:
        * sim.cfg:
        Added lengthy comment explaining all possible choices for UART
        Added lengthy comment explaining all possible choices for UART
        channels, e.g. xterm, tcp, file, etc.
        channels, e.g. xterm, tcp, file, etc.
2003-02-28 21:06  sfurman
2003-02-28 21:06  sfurman
        * peripheral/channels/xterm.c:
        * peripheral/channels/xterm.c:
        Get rid of C++ style declarations (which can appear in the middle
        Get rid of C++ style declarations (which can appear in the middle
        of a block) in C program.  Some older compilers complain.
        of a block) in C program.  Some older compilers complain.
2003-02-28 20:31  sfurman
2003-02-28 20:31  sfurman
        * .cvsignore:
        * .cvsignore:
        Ignore generated files
        Ignore generated files
2003-02-28 20:19  sfurman
2003-02-28 20:19  sfurman
        * peripheral/channels/Makefile.in:
        * peripheral/channels/Makefile.in:
        Fix my dumb automake bustage
        Fix my dumb automake bustage
2003-02-28 00:25  sfurman
2003-02-28 00:25  sfurman
        * peripheral/channels/Makefile.in:
        * peripheral/channels/Makefile.in:
        1) Fix the "channels:xterm" feature so that it functions on linux.
        1) Fix the "channels:xterm" feature so that it functions on linux.
           The existing implementation relies on SysV STREAMS behavior that
           The existing implementation relies on SysV STREAMS behavior that
            Linux does not possess.
            Linux does not possess.
        2) Allow arguments to be passed to the xterm from the sim.cfg file,
        2) Allow arguments to be passed to the xterm from the sim.cfg file,
           e.g. to set the window dimensions or fonts.
           e.g. to set the window dimensions or fonts.
        3) Add the ability for a program to interact with the simulator
        3) Add the ability for a program to interact with the simulator
        UART    through a TCP socket.
        UART    through a TCP socket.
2003-02-28 00:15  sfurman
2003-02-28 00:15  sfurman
        * peripheral/channels/: channel.c, Makefile.am, tcp.c, xterm.c:
        * peripheral/channels/: channel.c, Makefile.am, tcp.c, xterm.c:
        1) Fix the "channels:xterm" feature so that it functions on linux.
        1) Fix the "channels:xterm" feature so that it functions on linux.
           The existing implementation relies on SysV STREAMS behavior that
           The existing implementation relies on SysV STREAMS behavior that
            Linux does not possess.
            Linux does not possess.
        2) Allow arguments to be passed to the xterm from the sim.cfg file,
        2) Allow arguments to be passed to the xterm from the sim.cfg file,
           e.g. to set the window dimensions or fonts.
           e.g. to set the window dimensions or fonts.
        3) Add the ability for a program to interact with the simulator
        3) Add the ability for a program to interact with the simulator
        UART    through a TCP socket.
        UART    through a TCP socket.
2003-02-28 00:01  sfurman
2003-02-28 00:01  sfurman
        * bpb/.cvsignore, cpu/common/.cvsignore, cpu/.cvsignore,
        * bpb/.cvsignore, cpu/common/.cvsignore, cpu/.cvsignore,
        cpu/or1k/.cvsignore, cpu/or32/.cvsignore, cache/.cvsignore,
        cpu/or1k/.cvsignore, cpu/or32/.cvsignore, cache/.cvsignore,
        cuc/.cvsignore, debug/.cvsignore, mmu/.cvsignore,
        cuc/.cvsignore, debug/.cvsignore, mmu/.cvsignore,
        peripheral/channels/.cvsignore, peripheral/.cvsignore,
        peripheral/channels/.cvsignore, peripheral/.cvsignore,
        pic/.cvsignore, pm/.cvsignore, support/.cvsignore,
        pic/.cvsignore, pm/.cvsignore, support/.cvsignore,
        testbench/support/.cvsignore, testbench/.cvsignore,
        testbench/support/.cvsignore, testbench/.cvsignore,
        testbench/uos/.cvsignore, tick/.cvsignore, vapi/.cvsignore:
        testbench/uos/.cvsignore, tick/.cvsignore, vapi/.cvsignore:
        Ignore generated files for CVS purposes
        Ignore generated files for CVS purposes
2003-02-27 23:23  sfurman
2003-02-27 23:23  sfurman
        * peripheral/16450.c:
        * peripheral/16450.c:
        There was a bug in the simulator's UART implementation that caused
        There was a bug in the simulator's UART implementation that caused
        the UART's LSR register to become corrupted.  This was due to an
        the UART's LSR register to become corrupted.  This was due to an
        assumption that 'char' is an unsigned type, but that is not true on
        assumption that 'char' is an unsigned type, but that is not true on
        all platforms.
        all platforms.
        When the char type is signed and a character is read in the range
        When the char type is signed and a character is read in the range
        0x80-0xff, the high bit is sign-extended into the upper bits of an
        0x80-0xff, the high bit is sign-extended into the upper bits of an
        entry in the receive FIFO.  When the character reaches the head of
        entry in the receive FIFO.  When the character reaches the head of
        the FIFO, the upper bits of the FIFO entry are OR'ed into the LSR,
        the FIFO, the upper bits of the FIFO entry are OR'ed into the LSR,
        causing the LSR to be set to 0xFF.
        causing the LSR to be set to 0xFF.
        A simple cast fixes the problem.
        A simple cast fixes the problem.
2003-01-28 04:49  lampret
2003-01-28 04:49  lampret
        * cpu/or32/or32.c:
        * cpu/or32/or32.c:
        Added cvs log keywords
        Added cvs log keywords
2002-12-09 16:51  simons
2002-12-09 16:51  simons
        * cpu/or1k/sprs.c:
        * cpu/or1k/sprs.c:
        Cache invalidate bug fixed again (it was ok before).
        Cache invalidate bug fixed again (it was ok before).
2002-12-03 15:43  markom
2002-12-03 15:43  markom
        * cuc/verilog.c:
        * cuc/verilog.c:
        sync problem in cuc not yet fixed
        sync problem in cuc not yet fixed
2002-12-03 15:39  markom
2002-12-03 15:39  markom
        * cuc/: Makefile, verilog.c:
        * cuc/: Makefile, verilog.c:
        few cuc bug fixes
        few cuc bug fixes
2002-12-03 12:45  markom
2002-12-03 12:45  markom
        * cuc/verilog.c:
        * cuc/verilog.c:
        cuc now compiles
        cuc now compiles
2002-12-03 12:42  markom
2002-12-03 12:42  markom
        * cuc/Makefile, peripheral/atadevice.h:
        * cuc/Makefile, peripheral/atadevice.h:
        cvs problem fixed
        cvs problem fixed
2002-12-03 12:37  markom
2002-12-03 12:37  markom
        * Makefile.in, aclocal.m4, cache/Makefile.in, cuc/Makefile,
        * Makefile.in, aclocal.m4, cache/Makefile.in, cuc/Makefile,
        mmu/Makefile.in:
        mmu/Makefile.in:
        cvs bug fixed
        cvs bug fixed
2002-12-03 12:24  markom
2002-12-03 12:24  markom
        * sim-config.c, cuc/cuc.c, cuc/cuc.h, cuc/verilog.c,
        * sim-config.c, cuc/cuc.c, cuc/cuc.h, cuc/verilog.c,
        peripheral/atadevice.h:
        peripheral/atadevice.h:
        small bug in cuc fixed
        small bug in cuc fixed
2002-12-02 22:20  simons
2002-12-02 22:20  simons
        * cpu/or1k/sprs.c:
        * cpu/or1k/sprs.c:
        Cache invalidate bug fixed.
        Cache invalidate bug fixed.
2002-12-02 22:13  simons
2002-12-02 22:13  simons
        * Makefile.in, bpb/Makefile.in, cpu/Makefile.in:
        * Makefile.in, bpb/Makefile.in, cpu/Makefile.in:
        Cache invalidate bug fixed.
        Cache invalidate bug fixed.
2002-11-26 04:37  lampret
2002-11-26 04:37  lampret
        * support/simprintf.c:
        * support/simprintf.c:
        eval_reg replaced with the new evalsim_reg32
        eval_reg replaced with the new evalsim_reg32
2002-11-26 02:21  lampret
2002-11-26 02:21  lampret
        * cpu/or1k/arch.h:
        * cpu/or1k/arch.h:
        STACK_ARGS is getting obsolete and is only needed by simprintf,
        STACK_ARGS is getting obsolete and is only needed by simprintf,
        which needs it to be 0.
        which needs it to be 0.
2002-11-20 22:33  simons
2002-11-20 22:33  simons
        * cache/: dcache_model.c, icache_model.c:
        * cache/: dcache_model.c, icache_model.c:
        Bug fixed.
        Bug fixed.
2002-11-06 03:03  rprescott
2002-11-06 03:03  rprescott
        * configure:
        * configure:
        channels integration
        channels integration
2002-10-29 10:48  simons
2002-10-29 10:48  simons
        * testbench/README:
        * testbench/README:
        or32-uclinux tool chain have to be used to build the testbench.
        or32-uclinux tool chain have to be used to build the testbench.
2002-10-27 22:30  rprescott
2002-10-27 22:30  rprescott
        * sim.cfg:
        * sim.cfg:
        channels integration
        channels integration
2002-10-27 22:26  rprescott
2002-10-27 22:26  rprescott
        * configure.in, sim-config.c, sim-config.h:
        * configure.in, sim-config.c, sim-config.h:
        channels integration
        channels integration
2002-10-27 22:19  rprescott
2002-10-27 22:19  rprescott
        * Makefile.am:
        * Makefile.am:
        channels integration
        channels integration
2002-10-27 22:15  rprescott
2002-10-27 22:15  rprescott
        * configure, configure.in:
        * configure, configure.in:
        channels integration
        channels integration
2002-10-27 22:11  rprescott
2002-10-27 22:11  rprescott
        * configure, configure.in:
        * configure, configure.in:
        channels integration
        channels integration
2002-10-25 20:19  rprescott
2002-10-25 20:19  rprescott
        * peripheral/: 16450.c, 16450.h, Makefile.am:
        * peripheral/: 16450.c, 16450.h, Makefile.am:
        channels support
        channels support
2002-10-25 20:17  rprescott
2002-10-25 20:17  rprescott
        * AUTHORS:
        * AUTHORS:
        Added me ;-)
        Added me ;-)
2002-10-25 19:41  rprescott
2002-10-25 19:41  rprescott
        * peripheral/channels/: channel.c, channel.h, Makefile.am,
        * peripheral/channels/: channel.c, channel.h, Makefile.am,
        Makefile.in, fd.c, fd.h, file.c, generic.c, generic.h, xterm.c:
        Makefile.in, fd.c, fd.h, file.c, generic.c, generic.h, xterm.c:
        Channels (fd,file,xterm) first import
        Channels (fd,file,xterm) first import
2002-10-25 19:41  rprescott
2002-10-25 19:41  rprescott
        * peripheral/channels/: channel.c, channel.h, Makefile.am,
        * peripheral/channels/: channel.c, channel.h, Makefile.am,
        Makefile.in, fd.c, fd.h, file.c, generic.c, generic.h, xterm.c:
        Makefile.in, fd.c, fd.h, file.c, generic.c, generic.h, xterm.c:
        Initial revision
        Initial revision
2002-10-24 03:09  simons
2002-10-24 03:09  simons
        * peripheral/eth.c:
        * peripheral/eth.c:
        Minimum packet length cheching changed to present the real hw.
        Minimum packet length cheching changed to present the real hw.
2002-10-21 11:37  rherveille
2002-10-21 11:37  rherveille
        * peripheral/atadevice.h:
        * peripheral/atadevice.h:
        Changed main structure.
        Changed main structure.
2002-10-21 11:30  markom
2002-10-21 11:30  markom
        * README:
        * README:
        readme updated
        readme updated
2002-10-18 15:07  rherveille
2002-10-18 15:07  rherveille
        * peripheral/: atadevice.c, atadevice_cmdi.c:
        * peripheral/: atadevice.c, atadevice_cmdi.c:
        Removed trailing ' \' used to continue code on the next line.  This
        Removed trailing ' \' used to continue code on the next line.  This
        caused problems with some compilers.
        caused problems with some compilers.
2002-10-11 12:55  markom
2002-10-11 12:55  markom
        * cuc/: bb.c, cuc.c, cuc.h, insn.c, load.c:
        * cuc/: bb.c, cuc.c, cuc.h, insn.c, load.c:
        few cuc bugs fixed
        few cuc bugs fixed
2002-10-10 16:11  markom
2002-10-10 16:11  markom
        * toplevel.c, cpu/common/parse.c, cuc/bb.c, cuc/cuc.c, cuc/cuc.h,
        * toplevel.c, cpu/common/parse.c, cuc/bb.c, cuc/cuc.c, cuc/cuc.h,
        cuc/load.c, cuc/verilog.c:
        cuc/load.c, cuc/verilog.c:
        ELF sym loading improved
        ELF sym loading improved
2002-09-27 16:58  markom
2002-09-27 16:58  markom
        * cuc/load.c:
        * cuc/load.c:
        cuc sw loading bug fixed
        cuc sw loading bug fixed
2002-09-27 16:46  markom
2002-09-27 16:46  markom
        * cuc/: cuc.c, insn.c, verilog.c:
        * cuc/: cuc.c, insn.c, verilog.c:
        several cuc bugs fixed; different verilog cuc file naming
        several cuc bugs fixed; different verilog cuc file naming
2002-09-16 22:48  simons
2002-09-16 22:48  simons
        * peripheral/mc.h:
        * peripheral/mc.h:
        Different memory controller.
        Different memory controller.
2002-09-13 21:07  ivang
2002-09-13 21:07  ivang
        * toplevel.c:
        * toplevel.c:
        HUGE VOODOO BUG FIXED
        HUGE VOODOO BUG FIXED
2002-09-13 18:51  ivang
2002-09-13 18:51  ivang
        * toplevel.c:
        * toplevel.c:
        Added help for "breaks" command.
        Added help for "breaks" command.
2002-09-13 18:49  ivang
2002-09-13 18:49  ivang
        * cpu/common/labels.c, cpu/common/labels.h, toplevel.c:
        * cpu/common/labels.c, cpu/common/labels.h, toplevel.c:
        Added "breaks" command that prints all set breakpoints.
        Added "breaks" command that prints all set breakpoints.
2002-09-12 16:43  markom
2002-09-12 16:43  markom
        * toplevel.c, cuc/verilog.c, testbench/acv_uart.c,
        * toplevel.c, cuc/verilog.c, testbench/acv_uart.c,
        testbench/acv_uart.cfg:
        testbench/acv_uart.cfg:
        breakpoint can be set on labels
        breakpoint can be set on labels
2002-09-10 18:37  markom
2002-09-10 18:37  markom
        * cuc/: cuc.c, insn.c:
        * cuc/: cuc.c, insn.c:
        options missing bug fixed
        options missing bug fixed
2002-09-10 18:10  markom
2002-09-10 18:10  markom
        * cuc/insn.c:
        * cuc/insn.c:
        cmov pushing through
        cmov pushing through
2002-09-10 12:44  markom
2002-09-10 12:44  markom
        * cuc/bb.c:
        * cuc/bb.c:
        fixed type 2 joining FLAG_REG bug
        fixed type 2 joining FLAG_REG bug
2002-09-10 11:36  markom
2002-09-10 11:36  markom
        * cuc/bb.c:
        * cuc/bb.c:
        uncond branch simplification bug fixed
        uncond branch simplification bug fixed
2002-09-10 11:10  markom
2002-09-10 11:10  markom
        * cuc/load.c:
        * cuc/load.c:
        cuc delay slot loading bug fixed
        cuc delay slot loading bug fixed
2002-09-09 17:18  markom
2002-09-09 17:18  markom
        * cuc/bb.c:
        * cuc/bb.c:
        added a-b-c, a-c bb simplification
        added a-b-c, a-c bb simplification
2002-09-09 16:20  markom
2002-09-09 16:20  markom
        * cuc/: bb.c, cuc.c, insn.c:
        * cuc/: bb.c, cuc.c, insn.c:
        profiling miscalculation and add-sfxx joining bugs fixed
        profiling miscalculation and add-sfxx joining bugs fixed
2002-09-08 04:29  lampret
2002-09-08 04:29  lampret
        * cpu/or32/or32.c:
        * cpu/or32/or32.c:
        Fixed encoding for l.div/l.divu.
        Fixed encoding for l.div/l.divu.
2002-09-05 11:07  simons
2002-09-05 11:07  simons
        * testbench/support/support.c:
        * testbench/support/support.c:
        PRINTF/printf mess fixed.
        PRINTF/printf mess fixed.
2002-09-04 22:05  simons
2002-09-04 22:05  simons
        * cpu/or1k/spr_defs.h, testbench/support/spr_defs.h:
        * cpu/or1k/spr_defs.h, testbench/support/spr_defs.h:
        PRINTF/printf mess fixed.
        PRINTF/printf mess fixed.
2002-09-04 13:29  simons
2002-09-04 13:29  simons
        * testbench/acv_gpio.c, testbench/acv_uart.c, testbench/cbasic.c,
        * testbench/acv_gpio.c, testbench/acv_uart.c, testbench/cbasic.c,
        testbench/dhry.c, testbench/dhry.h, testbench/dmatest.c,
        testbench/dhry.c, testbench/dhry.h, testbench/dmatest.c,
        testbench/eth.c, testbench/eth0.tx, testbench/except_test.c,
        testbench/eth.c, testbench/eth0.tx, testbench/except_test.c,
        testbench/functest.c, testbench/kbdtest.c, testbench/mc_async.c,
        testbench/functest.c, testbench/kbdtest.c, testbench/mc_async.c,
        testbench/mc_common.c, testbench/mc_dram.c, testbench/mc_ssram.c,
        testbench/mc_common.c, testbench/mc_dram.c, testbench/mc_ssram.c,
        testbench/mc_sync.c, testbench/mmu.c, testbench/mul.c,
        testbench/mc_sync.c, testbench/mmu.c, testbench/mul.c,
        testbench/mycompress.c, cpu/or1k/spr_defs.h,
        testbench/mycompress.c, cpu/or1k/spr_defs.h,
        testbench/support/spr_defs.h, testbench/support/support.c,
        testbench/support/spr_defs.h, testbench/support/support.c,
        testbench/support/support.h, testbench/uos/spr_defs.h,
        testbench/support/support.h, testbench/uos/spr_defs.h,
        testbench/uos/task.c, testbench/uos/uos.c:
        testbench/uos/task.c, testbench/uos/uos.c:
        Mess with printf/PRINTF fixed. Ethernet test changed to support
        Mess with printf/PRINTF fixed. Ethernet test changed to support
        latest changes.
        latest changes.
2002-08-30 21:46  rherveille
2002-08-30 21:46  rherveille
        * sim.cfg:
        * sim.cfg:
        [no log message]
        [no log message]
2002-08-30 21:45  rherveille
2002-08-30 21:45  rherveille
        * peripheral/atahost.c:
        * peripheral/atahost.c:
        fixed some bugs detected by Bender hardware
        fixed some bugs detected by Bender hardware
2002-08-30 14:57  simons
2002-08-30 14:57  simons
        * peripheral/eth.c:
        * peripheral/eth.c:
        TX_BD_NUM register now contains a real number of transmit BDs
        TX_BD_NUM register now contains a real number of transmit BDs
        (before this was n*2)
        (before this was n*2)
2002-08-29 12:26  simons
2002-08-29 12:26  simons
        * config.guess:
        * config.guess:
        Host type was not recognized.
        Host type was not recognized.
2002-08-23 14:57  markom
2002-08-23 14:57  markom
        * cuc/cuc.c:
        * cuc/cuc.c:
        cuc temporary files are deleted upon exiting
        cuc temporary files are deleted upon exiting
2002-08-23 14:50  markom
2002-08-23 14:50  markom
        * cuc/verilog.c:
        * cuc/verilog.c:
        fixed load/store state machine verilog generation errors
        fixed load/store state machine verilog generation errors
2002-08-23 11:38  markom
2002-08-23 11:38  markom
        * sim-config.c:
        * sim-config.c:
        added missing fout initialization
        added missing fout initialization
2002-08-23 10:38  markom
2002-08-23 10:38  markom
        * config.guess, mprofiler.c, profiler.c, sim-config.c,
        * config.guess, mprofiler.c, profiler.c, sim-config.c,
        sim-config.h, toplevel.c, bpb/Makefile.in, bpb/branch_predict.c,
        sim-config.h, toplevel.c, bpb/Makefile.in, bpb/branch_predict.c,
        cache/dcache_model.c, cache/icache_model.c, cpu/Makefile.in,
        cache/dcache_model.c, cache/icache_model.c, cpu/Makefile.in,
        cpu/common/Makefile.in, cpu/common/abstract.c, cpu/common/parse.c,
        cpu/common/Makefile.in, cpu/common/abstract.c, cpu/common/parse.c,
        cpu/common/stats.c, cpu/common/trace.c, cpu/dlx/execute.c,
        cpu/common/stats.c, cpu/common/trace.c, cpu/dlx/execute.c,
        cpu/or1k/Makefile.in, cpu/or1k/except.c, cpu/or1k/sprs.c,
        cpu/or1k/Makefile.in, cpu/or1k/except.c, cpu/or1k/sprs.c,
        cpu/or1k/sprs.h, cpu/or32/Makefile.in, cpu/or32/execute.c,
        cpu/or1k/sprs.h, cpu/or32/Makefile.in, cpu/or32/execute.c,
        cpu/or32/insnset.c, cuc/bb.c, cuc/cuc.c, cuc/cuc.h, cuc/insn.c,
        cpu/or32/insnset.c, cuc/bb.c, cuc/cuc.c, cuc/cuc.h, cuc/insn.c,
        cuc/load.c, cuc/memory.c, cuc/timings.c, cuc/verilog.c,
        cuc/load.c, cuc/memory.c, cuc/timings.c, cuc/verilog.c,
        debug/debug_unit.c, debug/debug_unit.c.bak, debug/gdbcomm.c,
        debug/debug_unit.c, debug/debug_unit.c.bak, debug/gdbcomm.c,
        mmu/dmmu.c, mmu/immu.c, peripheral/16450.c, peripheral/atadevice.c,
        mmu/dmmu.c, mmu/immu.c, peripheral/16450.c, peripheral/atadevice.c,
        peripheral/atahost.c, peripheral/dma.c, peripheral/eth.c,
        peripheral/atahost.c, peripheral/dma.c, peripheral/eth.c,
        peripheral/fb.c, peripheral/gpio.c, peripheral/mc.c,
        peripheral/fb.c, peripheral/gpio.c, peripheral/mc.c,
        peripheral/ps2kbd.c, pic/pic.c, pm/pm.c, support/dumpverilog.c,
        peripheral/ps2kbd.c, pic/pic.c, pm/pm.c, support/dumpverilog.c,
        support/sched.h, support/simprintf.c, testbench/acv_gpio.c,
        support/sched.h, support/simprintf.c, testbench/acv_gpio.c,
        testbench/acv_uart.c, testbench/cbasic.c, testbench/dhry.c,
        testbench/acv_uart.c, testbench/cbasic.c, testbench/dhry.c,
        testbench/dhry.h, testbench/dmatest.c, testbench/eth.c,
        testbench/dhry.h, testbench/dmatest.c, testbench/eth.c,
        testbench/except_test.c, testbench/functest.c, testbench/kbdtest.c,
        testbench/except_test.c, testbench/functest.c, testbench/kbdtest.c,
        testbench/mc_async.c, testbench/mc_common.c, testbench/mc_dram.c,
        testbench/mc_async.c, testbench/mc_common.c, testbench/mc_dram.c,
        testbench/mc_ssram.c, testbench/mc_sync.c, testbench/mmu.c,
        testbench/mc_ssram.c, testbench/mc_sync.c, testbench/mmu.c,
        testbench/mul.c, testbench/mycompress.c,
        testbench/mul.c, testbench/mycompress.c,
        testbench/support/support.c, testbench/support/support.h,
        testbench/support/support.c, testbench/support/support.h,
        testbench/uos/task.c, testbench/uos/uos.c, tick/tick.c,
        testbench/uos/task.c, testbench/uos/uos.c, tick/tick.c,
        vapi/vapi.c:
        vapi/vapi.c:
        PRINTF should be used instead of printf; command redirection
        PRINTF should be used instead of printf; command redirection
        repaired
        repaired
2002-08-22 11:59  markom
2002-08-22 11:59  markom
        * cuc/: Makefile, cuc.c, insn.c, verilog.c:
        * cuc/: Makefile, cuc.c, insn.c, verilog.c:
        some minor bugs fixed
        some minor bugs fixed
2002-08-21 19:12  simons
2002-08-21 19:12  simons
        * cache/dcache_model.c, cache/icache_model.c,
        * cache/dcache_model.c, cache/icache_model.c,
        cpu/common/abstract.c:
        cpu/common/abstract.c:
        A bug when cache enabled and bus error comes fixed.
        A bug when cache enabled and bus error comes fixed.
2002-08-19 11:44  markom
2002-08-19 11:44  markom
        * cuc/verilog.c:
        * cuc/verilog.c:
        outputs out of function are not registered anymore
        outputs out of function are not registered anymore
2002-08-16 15:38  markom
2002-08-16 15:38  markom
        * cuc/: bb.c, cuc.c, insn.c, memory.c, verilog.c:
        * cuc/: bb.c, cuc.c, insn.c, memory.c, verilog.c:
        generated cuc top scheduler builds without syntax errors; not
        generated cuc top scheduler builds without syntax errors; not
        tested yet
        tested yet
2002-08-16 15:17  simons
2002-08-16 15:17  simons
        * testbench/: board.h, default.cfg, eth0.tx:
        * testbench/: board.h, default.cfg, eth0.tx:
        Interrupt suorces fixed.
        Interrupt suorces fixed.
2002-08-16 12:30  simons
2002-08-16 12:30  simons
        * testbench/: kbdtest.c, kbdtest.rx:
        * testbench/: kbdtest.c, kbdtest.rx:
        Now even keyboard test passes.
        Now even keyboard test passes.
2002-08-15 23:41  simons
2002-08-15 23:41  simons
        * testbench/: board.h, xess.ld:
        * testbench/: board.h, xess.ld:
        Testbench is now running on ORP architecture platform.
        Testbench is now running on ORP architecture platform.
2002-08-15 23:38  simons
2002-08-15 23:38  simons
        * Makefile.in, aclocal.m4, sim-config.c, sim-config.h,
        * Makefile.in, aclocal.m4, sim-config.c, sim-config.h,
        bpb/Makefile.in, cache/Makefile.in, cpu/Makefile.in,
        bpb/Makefile.in, cache/Makefile.in, cpu/Makefile.in,
        cpu/common/Makefile.in, cpu/common/abstract.c,
        cpu/common/Makefile.in, cpu/common/abstract.c,
        cpu/common/abstract.h, cpu/or1k/Makefile.in, cpu/or32/Makefile.in,
        cpu/common/abstract.h, cpu/or1k/Makefile.in, cpu/or32/Makefile.in,
        cuc/Makefile, debug/Makefile.in, mmu/Makefile.in,
        cuc/Makefile, debug/Makefile.in, mmu/Makefile.in,
        peripheral/16450.c, peripheral/Makefile.am, peripheral/Makefile.in,
        peripheral/16450.c, peripheral/Makefile.am, peripheral/Makefile.in,
        peripheral/atahost.c, peripheral/dma.c, peripheral/eth.c,
        peripheral/atahost.c, peripheral/dma.c, peripheral/eth.c,
        peripheral/fb.c, peripheral/gpio.c, peripheral/mc.c,
        peripheral/fb.c, peripheral/gpio.c, peripheral/mc.c,
        peripheral/ps2kbd.c, peripheral/vga.c, pic/Makefile.in,
        peripheral/ps2kbd.c, peripheral/vga.c, pic/Makefile.in,
        pm/Makefile.in, support/Makefile.in, testbench/Makefile.am,
        pm/Makefile.in, support/Makefile.in, testbench/Makefile.am,
        testbench/Makefile.in, testbench/basic.S, testbench/cache.cfg,
        testbench/Makefile.in, testbench/basic.S, testbench/cache.cfg,
        testbench/cache.ld, testbench/cache_asm.S, testbench/cfg.S,
        testbench/cache.ld, testbench/cache_asm.S, testbench/cfg.S,
        testbench/default.cfg, testbench/default.ld, testbench/dmatest.c,
        testbench/default.cfg, testbench/default.ld, testbench/dmatest.c,
        testbench/dmatest.cfg, testbench/eth.c, testbench/eth.cfg,
        testbench/dmatest.cfg, testbench/eth.c, testbench/eth.cfg,
        testbench/eth0.tx, testbench/except.S, testbench/except_test.c,
        testbench/eth0.tx, testbench/except.S, testbench/except_test.c,
        testbench/except_test.cfg, testbench/except_test_s.S,
        testbench/except_test.cfg, testbench/except_test_s.S,
        testbench/fbtest.c, testbench/fbtest.cfg, testbench/flag.S,
        testbench/fbtest.c, testbench/fbtest.cfg, testbench/flag.S,
        testbench/int_test.S, testbench/int_test.cfg, testbench/kbdtest.c,
        testbench/int_test.S, testbench/int_test.cfg, testbench/kbdtest.c,
        testbench/kbdtest.cfg, testbench/mmu.c, testbench/mmu.cfg,
        testbench/kbdtest.cfg, testbench/mmu.c, testbench/mmu.cfg,
        testbench/uos/except_or32.S, tick/Makefile.in, vapi/Makefile.in,
        testbench/uos/except_or32.S, tick/Makefile.in, vapi/Makefile.in,
        peripheral/test.c, testbench/int_test.ld:
        peripheral/test.c, testbench/int_test.ld:
        Testbench is now running on ORP architecture platform.
        Testbench is now running on ORP architecture platform.
2002-08-13 22:15  simons
2002-08-13 22:15  simons
        * testbench/: except.S, mmu.c, mmu.cfg, xess.ld:
        * testbench/: except.S, mmu.c, mmu.cfg, xess.ld:
        Flash at 0x04000000 RAM at 0x00000000. Only MMU test works.
        Flash at 0x04000000 RAM at 0x00000000. Only MMU test works.
2002-08-13 18:03  simons
2002-08-13 18:03  simons
        * testbench/: basic.S, cache.ld, cfg.S, default.ld, eth0.tx,
        * testbench/: basic.S, cache.ld, cfg.S, default.ld, eth0.tx,
        except.S, except_mc.ld, except_test.c, except_test.cfg,
        except.S, except_mc.ld, except_test.c, except_test.cfg,
        except_test_s.S, fbtest.c, flag.S, int_test.S, mul.c, mycompress.c,
        except_test_s.S, fbtest.c, flag.S, int_test.S, mul.c, mycompress.c,
        xess.ld, support/support.c:
        xess.ld, support/support.c:
        Changed to work with or32-uclinux tool chain. Everything works
        Changed to work with or32-uclinux tool chain. Everything works
        except keyboard test.
        except keyboard test.
2002-08-12 13:42  markom
2002-08-12 13:42  markom
        * cuc/memory.c:
        * cuc/memory.c:
        some debugging code cleanup
        some debugging code cleanup
2002-08-12 12:58  markom
2002-08-12 12:58  markom
        * cuc/: bb.c, cuc.c, cuc.h, insn.c, memory.c:
        * cuc/: bb.c, cuc.c, cuc.h, insn.c, memory.c:
        burst detection for bytes & halfwords added
        burst detection for bytes & halfwords added
2002-08-09 14:17  markom
2002-08-09 14:17  markom
        * cuc/: bb.c, cuc.c, cuc.h, memory.c:
        * cuc/: bb.c, cuc.c, cuc.h, memory.c:
        memory optimizations moved into main optimization loop
        memory optimizations moved into main optimization loop
2002-08-08 16:59  markom
2002-08-08 16:59  markom
        * profiler.c, cuc/bb.c, cuc/cuc.c, cuc/cuc.h, cuc/verilog.c:
        * profiler.c, cuc/bb.c, cuc/cuc.c, cuc/cuc.h, cuc/verilog.c:
        profiling and cuc can be made in one run
        profiling and cuc can be made in one run
2002-08-08 11:11  markom
2002-08-08 11:11  markom
        * cuc/: bb.c, cuc.c, cuc.h, insn.c:
        * cuc/: bb.c, cuc.c, cuc.h, insn.c:
        caller saved register r11 fixed
        caller saved register r11 fixed
2002-08-08 10:50  markom
2002-08-08 10:50  markom
        * cuc/: adv.c, insn.c:
        * cuc/: adv.c, insn.c:
        conditional facts does not work for assignments outside BB
        conditional facts does not work for assignments outside BB
2002-08-08 10:00  markom
2002-08-08 10:00  markom
        * cuc/: adv.c, cuc.c, cuc.h, insn.c, memory.c, verilog.c:
        * cuc/: adv.c, cuc.c, cuc.h, insn.c, memory.c, verilog.c:
        added file; cleanup
        added file; cleanup
2002-08-07 14:43  markom
2002-08-07 14:43  markom
        * cuc/: Makefile, Makefile.am, Makefile.in, bb.c, cuc.c, cuc.h,
        * cuc/: Makefile, Makefile.am, Makefile.in, bb.c, cuc.c, cuc.h,
        insn.c:
        insn.c:
        simple conditional facts generation tested
        simple conditional facts generation tested
2002-08-06 16:19  markom
2002-08-06 16:19  markom
        * cuc/: bb.c, cuc.c:
        * cuc/: bb.c, cuc.c:
        conditional facts generation
        conditional facts generation
2002-08-06 13:19  markom
2002-08-06 13:19  markom
        * cuc/: bb.c, cuc.c, cuc.h, verilog.c:
        * cuc/: bb.c, cuc.c, cuc.h, verilog.c:
        adding fact generation from conditionals; still under development
        adding fact generation from conditionals; still under development
2002-08-06 12:11  markom
2002-08-06 12:11  markom
        * cuc/: bb.c, cuc.c, cuc.h, insn.c, insn.h, timings.c, verilog.c:
        * cuc/: bb.c, cuc.c, cuc.h, insn.c, insn.h, timings.c, verilog.c:
        adv. dead code elimination; few optimizations
        adv. dead code elimination; few optimizations
2002-08-05 18:11  markom
2002-08-05 18:11  markom
        * cuc/: bb.c, cuc.c, cuc.h, insn.c, insn.h, verilog.c:
        * cuc/: bb.c, cuc.c, cuc.h, insn.c, insn.h, verilog.c:
        more CMOV optimizations; some bugs fixed; more complex optimization
        more CMOV optimizations; some bugs fixed; more complex optimization
        structure
        structure
2002-08-05 16:40  markom
2002-08-05 16:40  markom
        * cuc/: bb.c, insn.c, timings.c:
        * cuc/: bb.c, insn.c, timings.c:
        more CMOV optimizations; cse tested
        more CMOV optimizations; cse tested
2002-08-02 14:10  markom
2002-08-02 14:10  markom
        * cuc/insn.c:
        * cuc/insn.c:
        add - sfxx optimization
        add - sfxx optimization
2002-08-02 13:35  markom
2002-08-02 13:35  markom
        * configure, virtex.tim, cuc/bb.c, cuc/insn.c, cuc/insn.h:
        * configure, virtex.tim, cuc/bb.c, cuc/insn.c, cuc/insn.h:
        sfor instruction replaced by conditional cmov
        sfor instruction replaced by conditional cmov
2002-08-02 13:17  markom
2002-08-02 13:17  markom
        * virtex.tim, cuc/bb.c, cuc/insn.c:
        * virtex.tim, cuc/bb.c, cuc/insn.c:
        problems with LRBB removal solved
        problems with LRBB removal solved
2002-08-01 19:15  markom
2002-08-01 19:15  markom
        * cuc/: insn.c, verilog.c:
        * cuc/: insn.c, verilog.c:
        regs and loads do not use rst - can yield less logic
        regs and loads do not use rst - can yield less logic
2002-08-01 19:12  markom
2002-08-01 19:12  markom
        * virtex.tim, cuc/bb.c, cuc/cuc.h, cuc/insn.c, cuc/verilog.c:
        * virtex.tim, cuc/bb.c, cuc/cuc.h, cuc/insn.c, cuc/verilog.c:
        new BB joining type; BBID_END added; virtex.tim sample cuc timings
        new BB joining type; BBID_END added; virtex.tim sample cuc timings
2002-08-01 12:13  markom
2002-08-01 12:13  markom
        * cuc/: bb.c, cuc.c, verilog.c:
        * cuc/: bb.c, cuc.c, verilog.c:
        bb joining, basic block triggers bugs fixed; more verilog
        bb joining, basic block triggers bugs fixed; more verilog
        generation of arbiter
        generation of arbiter
2002-07-31 20:17  rherveille
2002-07-31 20:17  rherveille
        * peripheral/: atadevice.c, atadevice.h, atadevice_cmdi.c,
        * peripheral/: atadevice.c, atadevice.h, atadevice_cmdi.c,
        atadevice_cmdi.h, atahost.c, atahost.h:
        atadevice_cmdi.h, atahost.c, atahost.h:
        stable release
        stable release
2002-07-31 13:47  markom
2002-07-31 13:47  markom
        * cuc/cuc.c:
        * cuc/cuc.c:
        sa command bug fixed
        sa command bug fixed
2002-07-31 13:46  markom
2002-07-31 13:46  markom
        * cuc/insn.c:
        * cuc/insn.c:
        optimize cmovs bug fixed
        optimize cmovs bug fixed
2002-07-30 16:31  markom
2002-07-30 16:31  markom
        * cuc/bb.c, cuc/cuc.c, cuc/verilog.c, testbench/mul.c,
        * cuc/bb.c, cuc/cuc.c, cuc/verilog.c, testbench/mul.c,
        testbench/support/support.h:
        testbench/support/support.h:
        cuc main verilog file generation
        cuc main verilog file generation
2002-07-30 11:25  lampret
2002-07-30 11:25  lampret
        * cpu/or1k/sprs.c:
        * cpu/or1k/sprs.c:
        SR[FO] is always set to 1.
        SR[FO] is always set to 1.
2002-07-30 11:12  lampret
2002-07-30 11:12  lampret
        * cpu/or32/execute.c:
        * cpu/or32/execute.c:
        Executed log insns counter output in decimal instead of hex.
        Executed log insns counter output in decimal instead of hex.
2002-07-30 11:09  lampret
2002-07-30 11:09  lampret
        * sim-config.c:
        * sim-config.c:
        Reset SR (and ESR) have TEE set to zero (no tick timer).
        Reset SR (and ESR) have TEE set to zero (no tick timer).
2002-07-30 11:06  lampret
2002-07-30 11:06  lampret
        * cpu/or32/execute.c:
        * cpu/or32/execute.c:
        Added instruction count to hardware executed log
        Added instruction count to hardware executed log
2002-07-30 10:26  lampret
2002-07-30 10:26  lampret
        * configure.in:
        * configure.in:
        No arith and overflow flags by default.
        No arith and overflow flags by default.
2002-07-28 23:54  lampret
2002-07-28 23:54  lampret
        * testbench/basic.S:
        * testbench/basic.S:
        Bug fix.
        Bug fix.
2002-07-24 16:01  markom
2002-07-24 16:01  markom
        * cuc/verilog.c:
        * cuc/verilog.c:
        busy signal added
        busy signal added
2002-07-24 15:58  markom
2002-07-24 15:58  markom
        * cuc/: cuc.h, memory.c, timings.c, verilog.c:
        * cuc/: cuc.h, memory.c, timings.c, verilog.c:
        function calling generation; not tested yet
        function calling generation; not tested yet
2002-07-24 12:46  markom
2002-07-24 12:46  markom
        * cuc/: bb.c, cuc.c, cuc.h, insn.c, insn.h, load.c, verilog.c:
        * cuc/: bb.c, cuc.c, cuc.h, insn.c, insn.h, load.c, verilog.c:
        function dependency analysis added
        function dependency analysis added
2002-07-23 17:18  markom
2002-07-23 17:18  markom
        * cuc/: bb.c, cuc.c, cuc.h, insn.c, load.c:
        * cuc/: bb.c, cuc.c, cuc.h, insn.c, load.c:
        type 2 bb joining; few small bugs fixed; cmov edge condition added
        type 2 bb joining; few small bugs fixed; cmov edge condition added
2002-07-23 11:31  markom
2002-07-23 11:31  markom
        * cuc/: cuc.c, cuc.h, memory.c:
        * cuc/: cuc.c, cuc.h, memory.c:
        duplicated memory loads (same location) can be removed
        duplicated memory loads (same location) can be removed
2002-07-22 18:21  markom
2002-07-22 18:21  markom
        * cuc/: cuc.c, insn.c:
        * cuc/: cuc.c, insn.c:
        a few gui improvements
        a few gui improvements
2002-07-22 17:28  markom
2002-07-22 17:28  markom
        * cuc/: bb.c, cuc.c, insn.c, insn.h, verilog.c:
        * cuc/: bb.c, cuc.c, insn.c, insn.h, verilog.c:
        separated async and sync cond rst||... and fixed few other bugs in
        separated async and sync cond rst||... and fixed few other bugs in
        verilog generator; advanced cmov optimization
        verilog generator; advanced cmov optimization
2002-07-17 18:55  markom
2002-07-17 18:55  markom
        * cuc/: Makefile, bb.c, cuc.c, load.c:
        * cuc/: Makefile, bb.c, cuc.c, load.c:
        l.movhi added; (signed) comparison bug fixed
        l.movhi added; (signed) comparison bug fixed
2002-07-17 18:32  markom
2002-07-17 18:32  markom
        * configure, configure.in, sim-config.c, sim-config.h, sim.cfg,
        * configure, configure.in, sim-config.c, sim-config.h, sim.cfg,
        toplevel.c, cpu/common/abstract.c, cpu/common/abstract.h,
        toplevel.c, cpu/common/abstract.c, cpu/common/abstract.h,
        cpu/common/parse.c, cpu/common/parse.h, cpu/or32/execute.c,
        cpu/common/parse.c, cpu/common/parse.h, cpu/or32/execute.c,
        cuc/Makefile, cuc/bb.c, cuc/cuc.c, cuc/cuc.h, cuc/insn.c,
        cuc/Makefile, cuc/bb.c, cuc/cuc.c, cuc/cuc.h, cuc/insn.c,
        cuc/insn.h, cuc/load.c, cuc/memory.c, cuc/timings.c:
        cuc/insn.h, cuc/load.c, cuc/memory.c, cuc/timings.c:
        improved CUC GUI; pre/unroll bugs fixed
        improved CUC GUI; pre/unroll bugs fixed
2002-07-13 02:28  simons
2002-07-13 02:28  simons
        * configure, configure.in:
        * configure, configure.in:
        Typing mistake fixed.
        Typing mistake fixed.
2002-07-12 20:20  ivang
2002-07-12 20:20  ivang
        * sim-config.c, sim-config.h, cuc/Makefile, peripheral/eth.c,
        * sim-config.c, sim-config.h, cuc/Makefile, peripheral/eth.c,
        peripheral/ethernet.h, peripheral/ethernet_i.h,
        peripheral/ethernet.h, peripheral/ethernet_i.h,
        testbench/Makefile.in, testbench/aclocal.m4, testbench/configure,
        testbench/Makefile.in, testbench/aclocal.m4, testbench/configure,
        testbench/eth0.tx, testbench/support/Makefile.in,
        testbench/eth0.tx, testbench/support/Makefile.in,
        testbench/uos/Makefile.in:
        testbench/uos/Makefile.in:
        Modified Ethernet model.
        Modified Ethernet model.
2002-07-10 18:24  simons
2002-07-10 18:24  simons
        * cpu/or1k/sprs.c, mmu/dmmu.c, mmu/immu.c:
        * cpu/or1k/sprs.c, mmu/dmmu.c, mmu/immu.c:
        MMU registers reserved fields protected from writing.
        MMU registers reserved fields protected from writing.
2002-07-10 12:32  markom
2002-07-10 12:32  markom
        * sim-config.h, toplevel.c, cache/dcache_model.c,
        * sim-config.h, toplevel.c, cache/dcache_model.c,
        cache/icache_model.c, cpu/common/abstract.c, cpu/common/stats.c,
        cache/icache_model.c, cpu/common/abstract.c, cpu/common/stats.c,
        cpu/or1k/sprs.c, cpu/or32/execute.c, cpu/or32/insnset.c,
        cpu/or1k/sprs.c, cpu/or32/execute.c, cpu/or32/insnset.c,
        debug/debug_unit.c, debug/debug_unit.h, mmu/dmmu.c, mmu/immu.c,
        debug/debug_unit.c, debug/debug_unit.h, mmu/dmmu.c, mmu/immu.c,
        peripheral/16450.c, peripheral/dma.c, peripheral/eth.c,
        peripheral/16450.c, peripheral/dma.c, peripheral/eth.c,
        peripheral/fb.c, peripheral/ps2kbd.c, peripheral/vga.c,
        peripheral/fb.c, peripheral/ps2kbd.c, peripheral/vga.c,
        support/sched.c, support/sched.h, support/simprintf.c, tick/tick.c:
        support/sched.c, support/sched.h, support/simprintf.c, tick/tick.c:
        code cleaning - a lot of global variables moved to runtime struct
        code cleaning - a lot of global variables moved to runtime struct
2002-07-09 17:37  markom
2002-07-09 17:37  markom
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        cpu/common/parse.c, cuc/bb.c, cuc/cuc.c, cuc/cuc.h, cuc/insn.c,
        cpu/common/parse.c, cuc/bb.c, cuc/cuc.c, cuc/cuc.h, cuc/insn.c,
        cuc/insn.h, cuc/load.c, cuc/timings.c, cuc/verilog.c:
        cuc/insn.h, cuc/load.c, cuc/timings.c, cuc/verilog.c:
        cuc updated, cuc prompt parsing; CSM analysis
        cuc updated, cuc prompt parsing; CSM analysis
2002-07-07 14:50  simons
2002-07-07 14:50  simons
        * cpu/common/: abstract.c, abstract.h:
        * cpu/common/: abstract.c, abstract.h:
        Routine for adjusting read and write delay for devices added.
        Routine for adjusting read and write delay for devices added.
2002-07-04 18:35  markom
2002-07-04 18:35  markom
        * Makefile.am, Makefile.in, README, configure, configure.in,
        * Makefile.am, Makefile.in, README, configure, configure.in,
        mprofiler.h, profiler.c, profiler.h, sim.cfg, toplevel.c,
        mprofiler.h, profiler.c, profiler.h, sim.cfg, toplevel.c,
        cpu/dlx/Makefile.in, cpu/or1k/opcode/or32.h, cpu/or32/or32.c,
        cpu/dlx/Makefile.in, cpu/or1k/opcode/or32.h, cpu/or32/or32.c,
        cuc/Makefile, cuc/Makefile.am, cuc/Makefile.in, cuc/bb.c,
        cuc/Makefile, cuc/Makefile.am, cuc/Makefile.in, cuc/bb.c,
        cuc/cuc.c, cuc/cuc.h, cuc/insn.c, cuc/insn.h, cuc/load.c,
        cuc/cuc.c, cuc/cuc.h, cuc/insn.c, cuc/insn.h, cuc/load.c,
        cuc/memory.c, cuc/timings.c, cuc/verilog.c:
        cuc/memory.c, cuc/timings.c, cuc/verilog.c:
        Initial version of OpenRISC Custom Unit Compiler added
        Initial version of OpenRISC Custom Unit Compiler added
2002-07-03 00:53  rherveille
2002-07-03 00:53  rherveille
        * cpu/common/Makefile.in, cpu/or1k/Makefile.in,
        * cpu/common/Makefile.in, cpu/or1k/Makefile.in,
        cpu/or32/Makefile.in, peripheral/messages.h:
        cpu/or32/Makefile.in, peripheral/messages.h:
        ata beta release
        ata beta release
2002-07-03 00:44  rherveille
2002-07-03 00:44  rherveille
        * Makefile.in, aclocal.m4, sim-config.c, sim-config.h, sim.cfg,
        * Makefile.in, aclocal.m4, sim-config.c, sim-config.h, sim.cfg,
        toplevel.c, bpb/Makefile.in, cache/Makefile.in, cpu/Makefile.in,
        toplevel.c, bpb/Makefile.in, cache/Makefile.in, cpu/Makefile.in,
        debug/Makefile.in, mmu/Makefile.in, peripheral/Makefile.am,
        debug/Makefile.in, mmu/Makefile.in, peripheral/Makefile.am,
        peripheral/Makefile.in, peripheral/atacmd.h,
        peripheral/Makefile.in, peripheral/atacmd.h,
        peripheral/atadevice.c, peripheral/atadevice.h,
        peripheral/atadevice.c, peripheral/atadevice.h,
        peripheral/atadevice_cmdi.c, peripheral/atadevice_cmdi.h,
        peripheral/atadevice_cmdi.c, peripheral/atadevice_cmdi.h,
        peripheral/atahost.c, peripheral/atahost.h,
        peripheral/atahost.c, peripheral/atahost.h,
        peripheral/atahost_define.h, pic/Makefile.in, pm/Makefile.in,
        peripheral/atahost_define.h, pic/Makefile.in, pm/Makefile.in,
        support/Makefile.in, tick/Makefile.in, vapi/Makefile.in:
        support/Makefile.in, tick/Makefile.in, vapi/Makefile.in:
        Beta release of ATA simulation
        Beta release of ATA simulation
2002-06-05 08:26  markom
2002-06-05 08:26  markom
        * toplevel.c:
        * toplevel.c:
        help added for mprofiler and profiler commands
        help added for mprofiler and profiler commands
2002-06-03 08:10  markom
2002-06-03 08:10  markom
        * peripheral/: eth.c, ethernet_i.h, fb.c:
        * peripheral/: eth.c, ethernet_i.h, fb.c:
        ifdefs changed to ifs, to exclude ethernet_i header file
        ifdefs changed to ifs, to exclude ethernet_i header file
2002-05-24 00:27  ivang
2002-05-24 00:27  ivang
        * cpu/common/abstract.c:
        * cpu/common/abstract.c:
        Added delayr and delayw variable initialization (default value 1)
        Added delayr and delayw variable initialization (default value 1)
2002-05-22 09:15  markom
2002-05-22 09:15  markom
        * peripheral/: fb.c, fb.h:
        * peripheral/: fb.c, fb.h:
        camera support added to fb
        camera support added to fb
2002-05-14 12:15  markom
2002-05-14 12:15  markom
        * sim-config.c:
        * sim-config.c:
        I/D MMU and I/D caches takes some cycles by default
        I/D MMU and I/D caches takes some cycles by default
2002-05-13 14:58  markom
2002-05-13 14:58  markom
        * config.h.in, configure, configure.in, peripheral/eth.c,
        * config.h.in, configure, configure.in, peripheral/eth.c,
        peripheral/ethernet.c, peripheral/ethernet_i.h:
        peripheral/ethernet.c, peripheral/ethernet_i.h:
        eth phy is now optional and disabled by default, use
        eth phy is now optional and disabled by default, use
        --enable-ethphy to enable it
        --enable-ethphy to enable it
2002-05-10 12:22  markom
2002-05-10 12:22  markom
        * mprofiler.c, toplevel.c, cpu/common/parse.c, cpu/common/parse.h:
        * mprofiler.c, toplevel.c, cpu/common/parse.c, cpu/common/parse.h:
        profiler and mprofiler commands added to interactive mode of
        profiler and mprofiler commands added to interactive mode of
        or1ksim
        or1ksim
2002-05-10 11:32  markom
2002-05-10 11:32  markom
        * mprofiler.c, mprofiler.h, profiler.c, profiler.h, sim-config.c,
        * mprofiler.c, mprofiler.h, profiler.c, profiler.h, sim-config.c,
        sim-config.h, toplevel.c:
        sim-config.h, toplevel.c:
        profiler now uses nicer parameters
        profiler now uses nicer parameters
2002-05-10 11:19  markom
2002-05-10 11:19  markom
        * peripheral/fb.c:
        * peripheral/fb.c:
        fb refresh updated
        fb refresh updated
2002-05-09 11:06  markom
2002-05-09 11:06  markom
        * peripheral/: fb.c, fb.h:
        * peripheral/: fb.c, fb.h:
        refresh indicator/count added to frame buffer
        refresh indicator/count added to frame buffer
2002-05-03 18:45  ivang
2002-05-03 18:45  ivang
        * peripheral/eth.c:
        * peripheral/eth.c:
        Fix.
        Fix.
2002-04-29 17:06  simons
2002-04-29 17:06  simons
        * peripheral/eth.c:
        * peripheral/eth.c:
        Controller reset fixed.
        Controller reset fixed.
2002-04-26 14:26  ivang
2002-04-26 14:26  ivang
        * testbench/test:
        * testbench/test:
        Added execution of pre and post simulation shell scripts.  Script
        Added execution of pre and post simulation shell scripts.  Script
        should be named .pre.sh for pre-execution script and
        should be named .pre.sh for pre-execution script and
        .post.sh for post-execution script.
        .post.sh for post-execution script.
2002-04-25 21:10  ivang
2002-04-25 21:10  ivang
        * testbench/eth.c:
        * testbench/eth.c:
        Bug fix.
        Bug fix.
2002-04-25 18:49  ivang
2002-04-25 18:49  ivang
        * testbench/: eth.cfg, eth0.tx:
        * testbench/: eth.cfg, eth0.tx:
        Configuration for ethernet testcase.
        Configuration for ethernet testcase.
2002-04-25 18:39  ivang
2002-04-25 18:39  ivang
        * peripheral/eth.c, testbench/eth.c:
        * peripheral/eth.c, testbench/eth.c:
        Fixed bug in file interface. Modified testcase to suid
        Fixed bug in file interface. Modified testcase to suid
        modifications.
        modifications.
2002-04-18 12:20  markom
2002-04-18 12:20  markom
        * config.sub, testbench/config.sub:
        * config.sub, testbench/config.sub:
        or32-uclinux target added
        or32-uclinux target added
2002-04-17 16:23  ivang
2002-04-17 16:23  ivang
        * support/simprintf.c, sim-config.c, sim-config.h:
        * support/simprintf.c, sim-config.c, sim-config.h:
        Added configuration parameter for specifying stdout file filename.
        Added configuration parameter for specifying stdout file filename.
2002-04-15 15:54  markom
2002-04-15 15:54  markom
        * peripheral/16450.c, support/sched.h:
        * peripheral/16450.c, support/sched.h:
        ugly bug with duplicate redefined i removed
        ugly bug with duplicate redefined i removed
2002-04-12 17:18  simons
2002-04-12 17:18  simons
        * cpu/common/parse.c:
        * cpu/common/parse.c:
        Physical address bug fixed.
        Physical address bug fixed.
2002-04-11 22:52  simons
2002-04-11 22:52  simons
        * cpu/common/elf.h:
        * cpu/common/elf.h:
        Elf support added.
        Elf support added.
2002-04-11 12:20  simons
2002-04-11 12:20  simons
        * cpu/common/parse.c:
        * cpu/common/parse.c:
        Elf support added.
        Elf support added.
2002-04-10 09:46  markom
2002-04-10 09:46  markom
        * configure, configure.in, cpu/common/Makefile.am,
        * configure, configure.in, cpu/common/Makefile.am,
        cpu/common/Makefile.in, support/Makefile.am, support/Makefile.in,
        cpu/common/Makefile.in, support/Makefile.am, support/Makefile.in,
        support/sched.c, support/sched.h:
        support/sched.c, support/sched.h:
        sched files moved to support dir
        sched files moved to support dir
2002-04-10 09:40  markom
2002-04-10 09:40  markom
        * toplevel.c, peripheral/16450.c, peripheral/16450.h:
        * toplevel.c, peripheral/16450.c, peripheral/16450.h:
        uart now partially uses scheduler
        uart now partially uses scheduler
2002-04-10 09:10  markom
2002-04-10 09:10  markom
        * sim-config.c, sim-config.h, toplevel.c, cpu/or1k/sprs.c,
        * sim-config.c, sim-config.h, toplevel.c, cpu/or1k/sprs.c,
        peripheral/16450.c, peripheral/fb.c, peripheral/fb.h,
        peripheral/16450.c, peripheral/fb.c, peripheral/fb.h,
        peripheral/ps2kbd.c, peripheral/ps2kbd.h, peripheral/vga.c,
        peripheral/ps2kbd.c, peripheral/ps2kbd.h, peripheral/vga.c,
        peripheral/vga.h, pic/pic.c, pm/pm.c, pm/pm.h:
        peripheral/vga.h, pic/pic.c, pm/pm.c, pm/pm.h:
        kbd, fb, vga devices now uses scheduler
        kbd, fb, vga devices now uses scheduler
2002-04-09 15:15  markom
2002-04-09 15:15  markom
        * cpu/or32/execute.c, peripheral/mc.c:
        * cpu/or32/execute.c, peripheral/mc.c:
        memory regions can now overlap with MC -- not according to MC spec
        memory regions can now overlap with MC -- not according to MC spec
2002-04-05 11:11  simons
2002-04-05 11:11  simons
        * testbench/Makefile.am, testbench/Makefile.in,
        * testbench/Makefile.am, testbench/Makefile.in,
        testbench/int_test.S, testbench/int_test.cfg, tick/tick.c:
        testbench/int_test.S, testbench/int_test.cfg, tick/tick.c:
        Cache and tick timer tests fixed.
        Cache and tick timer tests fixed.
2002-04-03 15:09  markom
2002-04-03 15:09  markom
        * cpu/or32/or32.c:
        * cpu/or32/or32.c:
        l.muli instruction added
        l.muli instruction added
2002-03-29 23:11  simons
2002-03-29 23:11  simons
        * peripheral/fb.c:
        * peripheral/fb.c:
        Wrapping around 512k boundary to simulate real hw.
        Wrapping around 512k boundary to simulate real hw.
2002-03-26 17:04  simons
2002-03-26 17:04  simons
        * peripheral/fb.c:
        * peripheral/fb.c:
        Color bits position changed.
        Color bits position changed.
2002-03-17 20:48  simons
2002-03-17 20:48  simons
        * peripheral/: eth.c, ethernet.h, ethernet_i.h:
        * peripheral/: eth.c, ethernet.h, ethernet_i.h:
        Some changes and fixes.
        Some changes and fixes.
2002-03-15 12:12  ivang
2002-03-15 12:12  ivang
        * peripheral/: mc.c, mc.h:
        * peripheral/: mc.c, mc.h:
        Added status info dump.
        Added status info dump.
2002-03-15 11:57  ivang
2002-03-15 11:57  ivang
        * toplevel.c:
        * toplevel.c:
        Added dump of MC status.
        Added dump of MC status.
2002-03-14 11:59  ivang
2002-03-14 11:59  ivang
        * cpu/or32/Makefile.in:
        * cpu/or32/Makefile.in:
        [no log message]
        [no log message]
2002-03-08 17:00  ivang
2002-03-08 17:00  ivang
        * sim-config.c:
        * sim-config.c:
        Fixed eth configuration.
        Fixed eth configuration.
2002-03-08 17:00  ivang
2002-03-08 17:00  ivang
        * testbench/: eth.c, eth.cfg:
        * testbench/: eth.c, eth.cfg:
        Fixed configuration.
        Fixed configuration.
2002-03-08 16:34  ivang
2002-03-08 16:34  ivang
        * sim-config.c, sim-config.h:
        * sim-config.c, sim-config.h:
        Fixed error during merge.
        Fixed error during merge.
2002-03-08 16:16  ivang
2002-03-08 16:16  ivang
        * sim-config.c, sim-config.h:
        * sim-config.c, sim-config.h:
        Merge.
        Merge.
2002-03-07 12:03  markom
2002-03-07 12:03  markom
        * sim-config.c, sim.cfg, testbench/default.cfg,
        * sim-config.c, sim.cfg, testbench/default.cfg,
        testbench/dmatest.cfg, testbench/except_test.cfg,
        testbench/dmatest.cfg, testbench/except_test.cfg,
        testbench/int_test.cfg:
        testbench/int_test.cfg:
        tick section is now obsolete; update your .cfg files!
        tick section is now obsolete; update your .cfg files!
2002-03-07 12:02  markom
2002-03-07 12:02  markom
        * pic/pic.c:
        * pic/pic.c:
        some small optimizations
        some small optimizations
2002-03-07 11:39  markom
2002-03-07 11:39  markom
        * toplevel.c, cpu/common/Makefile.am, cpu/common/Makefile.in,
        * toplevel.c, cpu/common/Makefile.am, cpu/common/Makefile.in,
        cpu/or1k/sprs.c, cpu/or1k/sprs.h, tick/tick.c, tick/tick.h:
        cpu/or1k/sprs.c, cpu/or1k/sprs.h, tick/tick.c, tick/tick.h:
        tick timer works with scheduler
        tick timer works with scheduler
2002-03-06 16:53  ivang
2002-03-06 16:53  ivang
        * cpu/or32/Makefile.am, sim-config.c:
        * cpu/or32/Makefile.am, sim-config.c:
        Fixed building problem.
        Fixed building problem.
2002-03-06 16:29  ivang
2002-03-06 16:29  ivang
        * sim-config.c, sim-config.h, sim.cfg, peripheral/eth.c:
        * sim-config.c, sim-config.h, sim.cfg, peripheral/eth.c:
        Added some more configuration parameters.
        Added some more configuration parameters.
2002-03-06 16:16  ivang
2002-03-06 16:16  ivang
        * sim.cfg:
        * sim.cfg:
        Configuration of ethernet model socket interface and IRQ added.
        Configuration of ethernet model socket interface and IRQ added.
2002-03-06 16:13  ivang
2002-03-06 16:13  ivang
        * sim-config.c, sim-config.h, peripheral/eth.c:
        * sim-config.c, sim-config.h, peripheral/eth.c:
        Added configuration for socket interface and IRQ level.
        Added configuration for socket interface and IRQ level.
2002-03-06 14:28  markom
2002-03-06 14:28  markom
        * cpu/or32/: execute.c, insnset.c, or32.c:
        * cpu/or32/: execute.c, insnset.c, or32.c:
        floating point registers are obsolete; GPRs should be used instead
        floating point registers are obsolete; GPRs should be used instead
2002-03-06 10:52  markom
2002-03-06 10:52  markom
        * configure, configure.in:
        * configure, configure.in:
        configure files updated
        configure files updated
2002-03-06 10:30  markom
2002-03-06 10:30  markom
        * cpu/: common/abstract.h, or1k/opcode/or32.h, or32/execute.c,
        * cpu/: common/abstract.h, or1k/opcode/or32.h, or32/execute.c,
        or32/generate.c, or32/insnset.c, or32/or32.c:
        or32/generate.c, or32/insnset.c, or32/or32.c:
        single floating point support added
        single floating point support added
2002-03-06 10:29  markom
2002-03-06 10:29  markom
        * config.h.in:
        * config.h.in:
        config.h.in updated
        config.h.in updated
2002-03-06 08:44  markom
2002-03-06 08:44  markom
        * cpu/or32/: execute.c, generate.c, or32.c:
        * cpu/or32/: execute.c, generate.c, or32.c:
        some minor improvements
        some minor improvements
2002-03-05 09:38  markom
2002-03-05 09:38  markom
        * testbench/dhry.c:
        * testbench/dhry.c:
        dhrystones strcmp repaired
        dhrystones strcmp repaired
2002-03-04 13:09  markom
2002-03-04 13:09  markom
        * toplevel.c, cpu/or32/execute.c, cpu/or32/generate.c,
        * toplevel.c, cpu/or32/execute.c, cpu/or32/generate.c,
        cpu/or32/or32.c:
        cpu/or32/or32.c:
        do_stats introduced for faster no-stats execution
        do_stats introduced for faster no-stats execution
2002-03-04 10:27  markom
2002-03-04 10:27  markom
        * sim-config.c, sim-config.h, toplevel.c, cpu/common/stats.c,
        * sim-config.c, sim-config.h, toplevel.c, cpu/common/stats.c,
        cpu/or32/execute.c, cpu/or32/generate.c, cpu/or32/insnset.c,
        cpu/or32/execute.c, cpu/or32/generate.c, cpu/or32/insnset.c,
        mmu/immu.c, peripheral/16450.c, peripheral/16450.h:
        mmu/immu.c, peripheral/16450.c, peripheral/16450.h:
        lot of small minor improvements: code documented, cleaned; runs at
        lot of small minor improvements: code documented, cleaned; runs at
        about same speed when not actually logging, but exe_log is enabled;
        about same speed when not actually logging, but exe_log is enabled;
        raw_stats now run only with simple execution - enable
        raw_stats now run only with simple execution - enable
        RAW_USAGE_STATS macro
        RAW_USAGE_STATS macro
2002-03-01 13:29  markom
2002-03-01 13:29  markom
        * cpu/or32/: execute.c, generate.c, insnset.c:
        * cpu/or32/: execute.c, generate.c, insnset.c:
        eval_operand and set_operand functions are being generated
        eval_operand and set_operand functions are being generated
2002-03-01 07:39  markom
2002-03-01 07:39  markom
        * cpu/or32/: execute.c, generate.c, or32.c:
        * cpu/or32/: execute.c, generate.c, or32.c:
        eval_operands is now being generated
        eval_operands is now being generated
2002-02-28 15:04  markom
2002-02-28 15:04  markom
        * aclocal.m4, config.h.in, configure, configure.in,
        * aclocal.m4, config.h.in, configure, configure.in,
        cpu/or1k/opcode/or32.h, cpu/or32/Makefile.am, cpu/or32/Makefile.in,
        cpu/or1k/opcode/or32.h, cpu/or32/Makefile.am, cpu/or32/Makefile.in,
        cpu/or32/execute.c, cpu/or32/insnset.c, cpu/or32/or32.c:
        cpu/or32/execute.c, cpu/or32/insnset.c, cpu/or32/or32.c:
        insn_decode execution part replaced by generated function
        insn_decode execution part replaced by generated function
        decode_execute; use --enable-simple to use runtime decoding
        decode_execute; use --enable-simple to use runtime decoding
2002-02-27 14:17  ivang
2002-02-27 14:17  ivang
        * peripheral/eth.c, peripheral/ethernet.h, testbench/eth.c:
        * peripheral/eth.c, peripheral/ethernet.h, testbench/eth.c:
        Updated changed registers.
        Updated changed registers.
2002-02-27 13:06  markom
2002-02-27 13:06  markom
        * support/simprintf.c:
        * support/simprintf.c:
        exe_logs now print also l.nop 3 printfs
        exe_logs now print also l.nop 3 printfs
2002-02-27 10:30  markom
2002-02-27 10:30  markom
        * cpu/: common/parse.c, or1k/except.c, or1k/opcode/or32.h,
        * cpu/: common/parse.c, or1k/except.c, or1k/opcode/or32.h,
        or32/execute.c, or32/or32.c:
        or32/execute.c, or32/or32.c:
        small optimizations to dissasemble
        small optimizations to dissasemble
2002-02-27 09:56  ivang
2002-02-27 09:56  ivang
        * sim.cfg, cpu/common/stats.c, peripheral/Makefile.am,
        * sim.cfg, cpu/common/stats.c, peripheral/Makefile.am,
        peripheral/Makefile.in, peripheral/eth.c, peripheral/ethernet.h,
        peripheral/Makefile.in, peripheral/eth.c, peripheral/ethernet.h,
        peripheral/ethernet_i.h, testbench/eth.c:
        peripheral/ethernet_i.h, testbench/eth.c:
        Initial coding of ethernet simulator model finished.
        Initial coding of ethernet simulator model finished.
2002-02-22 21:39  simons
2002-02-22 21:39  simons
        * testbench/support/support.c:
        * testbench/support/support.c:
        Simprintf bug fixed again.
        Simprintf bug fixed again.
2002-02-22 21:24  simons
2002-02-22 21:24  simons
        * testbench/support/support.c:
        * testbench/support/support.c:
        Simprintf bug fixed again.
        Simprintf bug fixed again.
2002-02-22 21:13  simons
2002-02-22 21:13  simons
        * testbench/support/support.c:
        * testbench/support/support.c:
        Simprintf bug fixed again.
        Simprintf bug fixed again.
2002-02-20 14:20  ivang
2002-02-20 14:20  ivang
        * peripheral/eth.c:
        * peripheral/eth.c:
        Development version of ethernet.c
        Development version of ethernet.c
2002-02-20 14:20  ivang
2002-02-20 14:20  ivang
        * peripheral/: ethernet.h, ethernet_i.h:
        * peripheral/: ethernet.h, ethernet_i.h:
        Modifications and additions for finished ethernet core.
        Modifications and additions for finished ethernet core.
2002-02-20 10:19  markom
2002-02-20 10:19  markom
        * cpu/common/: parse.c, stats.c:
        * cpu/common/: parse.c, stats.c:
        immediate stats added
        immediate stats added
2002-02-20 08:41  markom
2002-02-20 08:41  markom
        * cpu/or1k/except.c, cpu/or32/execute.c, debug/debug_unit.c:
        * cpu/or1k/except.c, cpu/or32/execute.c, debug/debug_unit.c:
        exception info is outputted only in verbose mode
        exception info is outputted only in verbose mode
2002-02-20 08:40  markom
2002-02-20 08:40  markom
        * cpu/common/stats.c:
        * cpu/common/stats.c:
        stats data is now initialized; should fix some problems with
        stats data is now initialized; should fix some problems with
        caches, etc
        caches, etc
2002-02-20 08:38  markom
2002-02-20 08:38  markom
        * peripheral/ps2kbd.c:
        * peripheral/ps2kbd.c:
        some more file sanity checking
        some more file sanity checking
2002-02-20 08:36  markom
2002-02-20 08:36  markom
        * testbench/: cache.cfg, eth.cfg, acv_gpio.cfg, acv_uart.cfg,
        * testbench/: cache.cfg, eth.cfg, acv_gpio.cfg, acv_uart.cfg,
        except_test.cfg, mmu.cfg:
        except_test.cfg, mmu.cfg:
        update
        update
2002-02-20 08:17  markom
2002-02-20 08:17  markom
        * sim.cfg:
        * sim.cfg:
        profiling disabled in sample configuration
        profiling disabled in sample configuration
2002-02-19 21:31  lampret
2002-02-19 21:31  lampret
        * peripheral/: ps2kbd.c, ps2kbd.h:
        * peripheral/: ps2kbd.c, ps2kbd.h:
        Now works with the uClinux ps/2 keyboard driver.
        Now works with the uClinux ps/2 keyboard driver.
2002-02-19 21:28  lampret
2002-02-19 21:28  lampret
        * toplevel.c:
        * toplevel.c:
        Added info for ps2kbd.
        Added info for ps2kbd.
2002-02-17 18:21  ivang
2002-02-17 18:21  ivang
        * cpu/or1k/opcode/or32.h:
        * cpu/or1k/opcode/or32.h:
        num_opcodes better because of linking.
        num_opcodes better because of linking.
2002-02-17 16:03  ivang
2002-02-17 16:03  ivang
        * cpu/or1k/opcode/or32.h:
        * cpu/or1k/opcode/or32.h:
        extern CONST int num_opcodes -> extern CONST unsigned int
        extern CONST int num_opcodes -> extern CONST unsigned int
        or32_num_opcodes.
        or32_num_opcodes.
2002-02-15 16:00  markom
2002-02-15 16:00  markom
        * cpu/or32/execute.c, testbench/default.cfg:
        * cpu/or32/execute.c, testbench/default.cfg:
        some minor improvements
        some minor improvements
2002-02-15 14:47  markom
2002-02-15 14:47  markom
        * cpu/or32/execute.c, testbench/default.cfg:
        * cpu/or32/execute.c, testbench/default.cfg:
        executed log output looks nicer (and more correct :))
        executed log output looks nicer (and more correct :))
2002-02-15 14:21  markom
2002-02-15 14:21  markom
        * cpu/: or1k/opcode/or32.h, or32/or32.c:
        * cpu/: or1k/opcode/or32.h, or32/or32.c:
        update of shared files
        update of shared files
2002-02-15 12:59  markom
2002-02-15 12:59  markom
        * sim-config.c, sim-config.h, sim.cfg, cpu/or32/execute.c:
        * sim-config.c, sim-config.h, sim.cfg, cpu/or32/execute.c:
        register output added to sw executed log
        register output added to sw executed log
2002-02-15 10:11  markom
2002-02-15 10:11  markom
        * sim-config.c, sim-config.h, sim.cfg, cpu/or32/execute.c:
        * sim-config.c, sim-config.h, sim.cfg, cpu/or32/execute.c:
        advanced exe_log functionality added
        advanced exe_log functionality added
2002-02-15 10:06  markom
2002-02-15 10:06  markom
        * cpu/or32/or32.c:
        * cpu/or32/or32.c:
        wrong version was restored
        wrong version was restored
2002-02-15 10:05  markom
2002-02-15 10:05  markom
        * peripheral/ps2kbd.c:
        * peripheral/ps2kbd.c:
        typo fixed
        typo fixed
2002-02-15 09:32  markom
2002-02-15 09:32  markom
        * peripheral/ps2kbd.c:
        * peripheral/ps2kbd.c:
        some corrections to model; control and status is not yet
        some corrections to model; control and status is not yet
        implemented!
        implemented!
2002-02-12 12:26  markom
2002-02-12 12:26  markom
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        peripheral/Makefile.am, peripheral/Makefile.in,
        peripheral/Makefile.am, peripheral/Makefile.in,
        peripheral/ps2kbd.c, peripheral/ps2kbd.h, testbench/Makefile.am,
        peripheral/ps2kbd.c, peripheral/ps2kbd.h, testbench/Makefile.am,
        testbench/Makefile.in, testbench/kbdtest.c, testbench/kbdtest.cfg,
        testbench/Makefile.in, testbench/kbdtest.c, testbench/kbdtest.cfg,
        testbench/kbdtest.rx:
        testbench/kbdtest.rx:
        very simple PS/2 keyboard model with associated test added
        very simple PS/2 keyboard model with associated test added
2002-02-11 12:23  ivang
2002-02-11 12:23  ivang
        * cpu/: or1k/opcode/or32.h, or32/or32.c:
        * cpu/: or1k/opcode/or32.h, or32/or32.c:
        GNU binutils merge.
        GNU binutils merge.
2002-02-06 09:47  markom
2002-02-06 09:47  markom
        * sim-config.c, sim-config.h, sim.cfg, peripheral/fb.c,
        * sim-config.c, sim-config.h, sim.cfg, peripheral/fb.c,
        testbench/fbtest.c, testbench/fbtest.cfg:
        testbench/fbtest.c, testbench/fbtest.cfg:
        fb now works in system memory
        fb now works in system memory
2002-02-05 15:23  markom
2002-02-05 15:23  markom
        * sim-config.c, sim-config.h, peripheral/fb.c, peripheral/fb.h,
        * sim-config.c, sim-config.h, peripheral/fb.c, peripheral/fb.h,
        testbench/fbtest.c, testbench/fbtest.cfg:
        testbench/fbtest.c, testbench/fbtest.cfg:
        some changes to fb to make it compatible with HW
        some changes to fb to make it compatible with HW
2002-02-05 13:38  markom
2002-02-05 13:38  markom
        * Makefile.am, Makefile.in, sim-config.c:
        * Makefile.am, Makefile.in, sim-config.c:
        some bugs fixed
        some bugs fixed
2002-02-05 09:57  markom
2002-02-05 09:57  markom
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        peripheral/Makefile.am, peripheral/Makefile.in, peripheral/fb.c,
        peripheral/Makefile.am, peripheral/Makefile.in, peripheral/fb.c,
        peripheral/fb.h, peripheral/vga.c, peripheral/vga.h,
        peripheral/fb.h, peripheral/vga.c, peripheral/vga.h,
        testbench/Makefile.am, testbench/Makefile.in,
        testbench/Makefile.am, testbench/Makefile.in,
        testbench/default.cfg, testbench/fbtest.c, testbench/fbtest.cfg,
        testbench/default.cfg, testbench/fbtest.c, testbench/fbtest.cfg,
        vapi/vapi.h:
        vapi/vapi.h:
        simple frame buffer peripheral with test added
        simple frame buffer peripheral with test added
2002-02-04 14:39  ivang
2002-02-04 14:39  ivang
        * cpu/or1k/: sprs.c, sprs.h:
        * cpu/or1k/: sprs.c, sprs.h:
        Modified logging of SPR accesses. Logging only explicit instruction
        Modified logging of SPR accesses. Logging only explicit instruction
        accesses.
        accesses.
2002-02-04 14:35  ivang
2002-02-04 14:35  ivang
        * debug/debug_unit.c:
        * debug/debug_unit.c:
        Quick bug fix.
        Quick bug fix.
2002-02-04 14:32  ivang
2002-02-04 14:32  ivang
        * debug/debug_unit.c:
        * debug/debug_unit.c:
        Modified logging of SPR accesses. Logging only explicit instruction
        Modified logging of SPR accesses. Logging only explicit instruction
        accesses.
        accesses.
2002-02-04 14:17  ivang
2002-02-04 14:17  ivang
        * cpu/or32/execute.c:
        * cpu/or32/execute.c:
        Modified logging of SPR accesses. Logging only explicit instruction
        Modified logging of SPR accesses. Logging only explicit instruction
        accesses.
        accesses.
2002-02-04 12:54  ivang
2002-02-04 12:54  ivang
        * Makefile.in:
        * Makefile.in:
        Merge profiler and mprofiler with sim.
        Merge profiler and mprofiler with sim.
2002-02-01 22:22  simons
2002-02-01 22:22  simons
        * testbench/: mmu.c, mmu.cfg, mmu_asm.S:
        * testbench/: mmu.c, mmu.cfg, mmu_asm.S:
        MMU cache inhibit bit test added.
        MMU cache inhibit bit test added.
2002-02-01 22:04  simons
2002-02-01 22:04  simons
        * cpu/common/abstract.c, cpu/common/abstract.h,
        * cpu/common/abstract.c, cpu/common/abstract.h,
        cache/dcache_model.c, cache/icache_model.c, mmu/dmmu.c, mmu/immu.c:
        cache/dcache_model.c, cache/icache_model.c, mmu/dmmu.c, mmu/immu.c:
        TLBTR CI bit is now working properly.
        TLBTR CI bit is now working properly.
2002-01-31 17:01  ivang
2002-01-31 17:01  ivang
        * sim-config.c:
        * sim-config.c:
        Bug fix in command line parser.
        Bug fix in command line parser.
2002-01-30 22:02  ivang
2002-01-30 22:02  ivang
        * Makefile.am, sim-config.c, toplevel.c, mprofiler.c, mprofiler.h,
        * Makefile.am, sim-config.c, toplevel.c, mprofiler.c, mprofiler.h,
        profiler.c, profiler.h, sim-config.h, sim.cfg:
        profiler.c, profiler.h, sim-config.h, sim.cfg:
        profiler and mprofiler merged into sim.
        profiler and mprofiler merged into sim.
2002-01-29 23:09  simons
2002-01-29 23:09  simons
        * cache/dcache_model.c, cache/dcache_model.h, cache/icache_model.c,
        * cache/dcache_model.c, cache/dcache_model.h, cache/icache_model.c,
        cache/icache_model.h, cpu/common/abstract.c, sim-config.c,
        cache/icache_model.h, cpu/common/abstract.c, sim-config.c,
        sim-config.h, testbench/cache.c, testbench/cache.cfg,
        sim-config.h, testbench/cache.c, testbench/cache.cfg,
        cpu/or32/execute.c:
        cpu/or32/execute.c:
        Real cache access is simulated now.
        Real cache access is simulated now.
2002-01-29 14:07  markom
2002-01-29 14:07  markom
        * cpu/: common/stats.c, or32/execute.c:
        * cpu/: common/stats.c, or32/execute.c:
        some bug fixes in store buffer analysis
        some bug fixes in store buffer analysis
2002-01-29 10:47  markom
2002-01-29 10:47  markom
        * sim-config.h, sim.cfg, cpu/common/stats.c, cpu/or32/execute.c:
        * sim-config.h, sim.cfg, cpu/common/stats.c, cpu/or32/execute.c:
        typo fixed
        typo fixed
2002-01-29 10:05  markom
2002-01-29 10:05  markom
        * cpu/or32/or32.c:
        * cpu/or32/or32.c:
        or32 restored
        or32 restored
2002-01-29 10:04  markom
2002-01-29 10:04  markom
        * sim-config.c, sim-config.h, sim.cfg, cache/dcache_model.h,
        * sim-config.c, sim-config.h, sim.cfg, cache/dcache_model.h,
        cpu/common/stats.c, cpu/or32/execute.c:
        cpu/common/stats.c, cpu/or32/execute.c:
        store buffer added
        store buffer added
2002-01-28 17:33  ivang
2002-01-28 17:33  ivang
        * cpu/or1k/sprs.c, cpu/or1k/sprs.h, sim-config.c, sim-config.h,
        * cpu/or1k/sprs.c, cpu/or1k/sprs.h, sim-config.c, sim-config.h,
        sim.cfg, toplevel.c:
        sim.cfg, toplevel.c:
        Added logging of writes/read to/from SPR registers.
        Added logging of writes/read to/from SPR registers.
2002-01-28 15:39  markom
2002-01-28 15:39  markom
        * cpu/or32/or32.c:
        * cpu/or32/or32.c:
        update based on recent changes; arithmetic instructions does not
        update based on recent changes; arithmetic instructions does not
        modify carry yet
        modify carry yet
2002-01-28 12:26  simons
2002-01-28 12:26  simons
        * testbench/cache.ld:
        * testbench/cache.ld:
        Cache test works on hardware.
        Cache test works on hardware.
2002-01-28 11:24  simons
2002-01-28 11:24  simons
        * testbench/: Makefile.am, Makefile.in, cache.c, cache.cfg,
        * testbench/: Makefile.am, Makefile.in, cache.c, cache.cfg,
        cache_asm.S:
        cache_asm.S:
        Cache test works on hardware.
        Cache test works on hardware.
2002-01-28 11:18  markom
2002-01-28 11:18  markom
        * cpu/or32/execute.c:
        * cpu/or32/execute.c:
        use ARITH_SET_FLAG to turn off set flag by arith. instructions
        use ARITH_SET_FLAG to turn off set flag by arith. instructions
2002-01-28 11:14  markom
2002-01-28 11:14  markom
        * cpu/or32/execute.c, testbench/except_test.c,
        * cpu/or32/execute.c, testbench/except_test.c,
        testbench/int_test.S, testbench/xess.ld:
        testbench/int_test.S, testbench/xess.ld:
        all test pass, after newest changes
        all test pass, after newest changes
2002-01-25 16:07  markom
2002-01-25 16:07  markom
        * testbench/flag.S:
        * testbench/flag.S:
        flags test added
        flags test added
2002-01-25 16:06  markom
2002-01-25 16:06  markom
        * cpu/common/stats.c, cpu/or1k/spr_defs.h,
        * cpu/common/stats.c, cpu/or1k/spr_defs.h,
        testbench/support/spr_defs.h, cpu/or1k/opcode/or32.h,
        testbench/support/spr_defs.h, cpu/or1k/opcode/or32.h,
        cpu/or32/execute.c, cpu/or32/or32.c, testbench/Makefile.am,
        cpu/or32/execute.c, cpu/or32/or32.c, testbench/Makefile.am,
        testbench/Makefile.in:
        testbench/Makefile.in:
        cmov and extxx instructions; add, addi, and, andi now set flag
        cmov and extxx instructions; add, addi, and, andi now set flag
2002-01-24 10:40  simons
2002-01-24 10:40  simons
        * testbench/except_test.c:
        * testbench/except_test.c:
        Tick timer period extended to meet real timing.
        Tick timer period extended to meet real timing.
2002-01-23 09:10  simons
2002-01-23 09:10  simons
        * cpu/common/abstract.c, cpu/or32/execute.c, pic/pic.c,
        * cpu/common/abstract.c, cpu/or32/execute.c, pic/pic.c,
        testbench/except_test.c, testbench/except_test.cfg,
        testbench/except_test.c, testbench/except_test.cfg,
        testbench/xess.ld, tick/tick.c:
        testbench/xess.ld, tick/tick.c:
        EEAR register is not changed by trap, sys, int, tick and range
        EEAR register is not changed by trap, sys, int, tick and range
        exception.
        exception.
2002-01-22 13:28  simons
2002-01-22 13:28  simons
        * testbench/: except_test.c, except_test.cfg, except_test_s.S:
        * testbench/: except_test.c, except_test.cfg, except_test_s.S:
        Range exception removed from test.
        Range exception removed from test.
2002-01-21 13:05  markom
2002-01-21 13:05  markom
        * cpu/or32/execute.c:
        * cpu/or32/execute.c:
        raw register range bug fixed; acv_uart test passes
        raw register range bug fixed; acv_uart test passes
2002-01-21 12:54  markom
2002-01-21 12:54  markom
        * toplevel.c, cpu/or32/execute.c:
        * toplevel.c, cpu/or32/execute.c:
        simulator prints out a message, when gdb is not attached and stall
        simulator prints out a message, when gdb is not attached and stall
        occurs; OV flag fixed
        occurs; OV flag fixed
2002-01-21 12:23  markom
2002-01-21 12:23  markom
        * cpu/or32/execute.c, testbench/Makefile.am, testbench/Makefile.in,
        * cpu/or32/execute.c, testbench/Makefile.am, testbench/Makefile.in,
        testbench/mul.c, testbench/pic.c:
        testbench/mul.c, testbench/pic.c:
        mul test repaired - signed multiplication; obsolete pic test
        mul test repaired - signed multiplication; obsolete pic test
        removed; make check pass
        removed; make check pass
2002-01-19 23:54  simons
2002-01-19 23:54  simons
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        cpu/common/abstract.c, cpu/or1k/except.c, cpu/or1k/except.h,
        cpu/common/abstract.c, cpu/or1k/except.c, cpu/or1k/except.h,
        cpu/or1k/spr_defs.h, cpu/or1k/sprs.c, cpu/or1k/sprs.h,
        cpu/or1k/spr_defs.h, cpu/or1k/sprs.c, cpu/or1k/sprs.h,
        testbench/support/spr_defs.h, cpu/or32/execute.c,
        testbench/support/spr_defs.h, cpu/or32/execute.c,
        debug/debug_unit.c, mmu/dmmu.c, mmu/immu.c, pic/pic.c,
        debug/debug_unit.c, mmu/dmmu.c, mmu/immu.c, pic/pic.c,
        testbench/acv_gpio.c, testbench/acv_uart.c, testbench/except.S,
        testbench/acv_gpio.c, testbench/acv_uart.c, testbench/except.S,
        testbench/except_mc.S, testbench/except_test.c,
        testbench/except_mc.S, testbench/except_test.c,
        testbench/except_test_s.S, testbench/int_test.S, testbench/mmu.c,
        testbench/except_test_s.S, testbench/int_test.S, testbench/mmu.c,
        testbench/mmu_asm.S, testbench/pic.c, testbench/support/int.c,
        testbench/mmu_asm.S, testbench/pic.c, testbench/support/int.c,
        testbench/support/int.h, testbench/support/support.c,
        testbench/support/int.h, testbench/support/support.c,
        testbench/support/support.h, testbench/uos/spr_defs.h,
        testbench/support/support.h, testbench/uos/spr_defs.h,
        testbench/uos/tick.c, testbench/uos/uos.c, tick/tick.c:
        testbench/uos/tick.c, testbench/uos/uos.c, tick/tick.c:
        No more low/high priority interrupts (PICPR removed). Added tick
        No more low/high priority interrupts (PICPR removed). Added tick
        timer exception.
        timer exception.
2002-01-17 16:17  markom
2002-01-17 16:17  markom
        * cpu/common/abstract.c, debug/debug_unit.c:
        * cpu/common/abstract.c, debug/debug_unit.c:
        gdb messages disabled
        gdb messages disabled
2002-01-15 15:12  markom
2002-01-15 15:12  markom
        * testbench/: Makefile.am, Makefile.in, inst_set_test.c,
        * testbench/: Makefile.am, Makefile.in, inst_set_test.c,
        int_test.S, int_test.cfg:
        int_test.S, int_test.cfg:
        some risc test added
        some risc test added
2002-01-15 12:47  simons
2002-01-15 12:47  simons
        * testbench/cache.c:
        * testbench/cache.c:
        Not needed to be compiled with -O2 optimization any more.
        Not needed to be compiled with -O2 optimization any more.
2002-01-15 10:49  markom
2002-01-15 10:49  markom
        * sim-config.c, cpu/common/abstract.c, cpu/or32/execute.c,
        * sim-config.c, cpu/common/abstract.c, cpu/or32/execute.c,
        testbench/Makefile.am, testbench/Makefile.in, testbench/cache.c,
        testbench/Makefile.am, testbench/Makefile.in, testbench/cache.c,
        testbench/cache.cfg, testbench/functest.c:
        testbench/cache.cfg, testbench/functest.c:
        fixed some tests to work
        fixed some tests to work
2002-01-14 22:15  simons
2002-01-14 22:15  simons
        * sim-config.c, cpu/common/abstract.c, cpu/or1k/except.c,
        * sim-config.c, cpu/common/abstract.c, cpu/or1k/except.c,
        cpu/or1k/sprs.c, mmu/dmmu.c:
        cpu/or1k/sprs.c, mmu/dmmu.c:
        Some new bugs fixed.
        Some new bugs fixed.
2002-01-14 10:06  markom
2002-01-14 10:06  markom
        * sim-config.c, sim.cfg, testbench/configure,
        * sim-config.c, sim.cfg, testbench/configure,
        testbench/configure.in:
        testbench/configure.in:
        include command added to cfg script
        include command added to cfg script
2002-01-14 09:50  simons
2002-01-14 09:50  simons
        * pic/pic.c:
        * pic/pic.c:
        Commit lapsus fixed.
        Commit lapsus fixed.
2002-01-14 09:26  simons
2002-01-14 09:26  simons
        * configure, configure.in:
        * configure, configure.in:
        Fast sim switch fixed.
        Fast sim switch fixed.
2002-01-13 18:34  simons
2002-01-13 18:34  simons
        * cpu/or1k/sprs.c, pic/pic.c, tick/tick.c:
        * cpu/or1k/sprs.c, pic/pic.c, tick/tick.c:
        Tick timer is not connected to PIC.
        Tick timer is not connected to PIC.
2002-01-11 10:21  markom
2002-01-11 10:21  markom
        * toplevel.c, cpu/common/abstract.c, cpu/common/execute.h,
        * toplevel.c, cpu/common/abstract.c, cpu/common/execute.h,
        cpu/or32/execute.c:
        cpu/or32/execute.c:
        some code cleanup
        some code cleanup
2002-01-10 14:21  ivang
2002-01-10 14:21  ivang
        * peripheral/fields.h:
        * peripheral/fields.h:
        Fixed bug in SET_FIELD macro. (setting register field to 0 is not
        Fixed bug in SET_FIELD macro. (setting register field to 0 is not
        such a good idea)
        such a good idea)
2002-01-10 12:06  markom
2002-01-10 12:06  markom
        * cpu/: common/stats.c, or32/execute.c:
        * cpu/: common/stats.c, or32/execute.c:
        nop statistics removed
        nop statistics removed
2002-01-10 11:14  markom
2002-01-10 11:14  markom
        * configure, configure.in, sim-config.c, sim-config.h, sim.cfg,
        * configure, configure.in, sim-config.c, sim-config.h, sim.cfg,
        toplevel.c, cpu/common/abstract.c, cpu/common/execute.h,
        toplevel.c, cpu/common/abstract.c, cpu/common/execute.h,
        cpu/common/labels.c, cpu/common/labels.h, cpu/or32/execute.c,
        cpu/common/labels.c, cpu/common/labels.h, cpu/or32/execute.c,
        pic/pic.c:
        pic/pic.c:
        some optimizations; fsim running at 2MIPS; pm section added to
        some optimizations; fsim running at 2MIPS; pm section added to
        config; configure bug fixed
        config; configure bug fixed
2002-01-10 08:59  markom
2002-01-10 08:59  markom
        * sim-config.c, sim-config.h, sim.cfg, cpu/common/stats.c,
        * sim-config.c, sim-config.h, sim.cfg, cpu/common/stats.c,
        cpu/or1k/except.c, cpu/or32/execute.c:
        cpu/or1k/except.c, cpu/or32/execute.c:
        support for SPR_SR_EP added; cpu.sr added to config
        support for SPR_SR_EP added; cpu.sr added to config
2002-01-10 08:21  markom
2002-01-10 08:21  markom
        * cpu/common/stats.c:
        * cpu/common/stats.c:
        stats 1 requirement bug fixed
        stats 1 requirement bug fixed
2002-01-10 08:13  markom
2002-01-10 08:13  markom
        * sim-config.c, toplevel.c, cpu/common/abstract.c:
        * sim-config.c, toplevel.c, cpu/common/abstract.c:
        memory fill bug fixed
        memory fill bug fixed
2002-01-10 08:08  markom
2002-01-10 08:08  markom
        * sim.cfg:
        * sim.cfg:
        FLASH and RAM were named incorrectly
        FLASH and RAM were named incorrectly
2002-01-09 17:01  ivang
2002-01-09 17:01  ivang
        * testbench/: mc_async.c, mc_async.h, mc_common.c, mc_dram.c,
        * testbench/: mc_async.c, mc_async.h, mc_common.c, mc_dram.c,
        mc_dram.h, mc_ssram.c, mc_ssram.h, mc_sync.c, mc_sync.h:
        mc_dram.h, mc_ssram.c, mc_ssram.h, mc_sync.c, mc_sync.h:
        Added option to read configuration from MC.  Fixed bugs in address
        Added option to read configuration from MC.  Fixed bugs in address
        calculation.
        calculation.
2002-01-09 15:58  markom
2002-01-09 15:58  markom
        * config.h.in, configure, configure.in, sim-config.c, sim-config.h,
        * config.h.in, configure, configure.in, sim-config.c, sim-config.h,
        toplevel.c, testbench/acv_uart.cfg, testbench/cache.cfg,
        toplevel.c, testbench/acv_uart.cfg, testbench/cache.cfg,
        testbench/default.cfg, testbench/except_test.cfg, vapi/vapi.c:
        testbench/default.cfg, testbench/except_test.cfg, vapi/vapi.c:
        fsim runs 4 times faster than sim
        fsim runs 4 times faster than sim
2002-01-09 14:32  markom
2002-01-09 14:32  markom
        * sim-config.h, toplevel.c, cpu/common/abstract.c,
        * sim-config.h, toplevel.c, cpu/common/abstract.c,
        cpu/or32/execute.c:
        cpu/or32/execute.c:
        deprecated GDB_ENABLED and DEBUG_ENABLED macros removed
        deprecated GDB_ENABLED and DEBUG_ENABLED macros removed
2002-01-09 14:25  markom
2002-01-09 14:25  markom
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        peripheral/16450.c, peripheral/dma.c, peripheral/ethernet.c,
        peripheral/16450.c, peripheral/dma.c, peripheral/ethernet.c,
        peripheral/gpio.c, testbench/acv_gpio.cfg, testbench/default.cfg,
        peripheral/gpio.c, testbench/acv_gpio.cfg, testbench/default.cfg,
        testbench/dmatest.cfg, testbench/eth.cfg, testbench/mmu.cfg:
        testbench/dmatest.cfg, testbench/eth.cfg, testbench/mmu.cfg:
        enabled parameters removed from devices, which also have number of
        enabled parameters removed from devices, which also have number of
        devices; command line --output-cfg parameter added
        devices; command line --output-cfg parameter added
2002-01-09 11:31  markom
2002-01-09 11:31  markom
        * mprofiler.c:
        * mprofiler.c:
        update of mprofiler
        update of mprofiler
2002-01-09 10:03  markom
2002-01-09 10:03  markom
        * Makefile.am, Makefile.in, mprofiler.c, profiler.c, sim-config.c,
        * Makefile.am, Makefile.in, mprofiler.c, profiler.c, sim-config.c,
        sim-config.h, sim.cfg, toplevel.c, cpu/common/abstract.c,
        sim-config.h, sim.cfg, toplevel.c, cpu/common/abstract.c,
        support/Makefile.am, support/Makefile.in, support/profile.c,
        support/Makefile.am, support/Makefile.in, support/profile.c,
        support/profile.h:
        support/profile.h:
        memory profiler added
        memory profiler added
2002-01-08 21:10  simons
2002-01-08 21:10  simons
        * cpu/common/abstract.c, testbench/mem_test.c:
        * cpu/common/abstract.c, testbench/mem_test.c:
        Alignment bug fixed.
        Alignment bug fixed.
2002-01-08 18:36  ivang
2002-01-08 18:36  ivang
        * peripheral/mc.c:
        * peripheral/mc.c:
        Fixed mc_read_word() bug!
        Fixed mc_read_word() bug!
2002-01-08 16:22  ivang
2002-01-08 16:22  ivang
        * testbench/: mc_async.c, mc_sync.c, mc_common.h, mc_dram.c,
        * testbench/: mc_async.c, mc_sync.c, mc_common.h, mc_dram.c,
        mc_ssram.c:
        mc_ssram.c:
        Added GPIO output for progress indication for FPGA simulation.
        Added GPIO output for progress indication for FPGA simulation.
2002-01-08 15:08  simons
2002-01-08 15:08  simons
        * toplevel.c, cpu/common/abstract.c, cpu/common/abstract.h,
        * toplevel.c, cpu/common/abstract.c, cpu/common/abstract.h,
        peripheral/mc.c:
        peripheral/mc.c:
        Memory controller fixed.
        Memory controller fixed.
2002-01-08 14:20  markom
2002-01-08 14:20  markom
        * cpu/common/abstract.c:
        * cpu/common/abstract.c:
        lot of new parameters concerning memory delays added; bpb parameter
        lot of new parameters concerning memory delays added; bpb parameter
        moved from cpu to new bpb section; UPDATE YOUR .CFG FILES!
        moved from cpu to new bpb section; UPDATE YOUR .CFG FILES!
2002-01-08 14:05  markom
2002-01-08 14:05  markom
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        bpb/branch_predict.c, cache/dcache_model.c, cache/icache_model.c,
        bpb/branch_predict.c, cache/dcache_model.c, cache/icache_model.c,
        cpu/common/stats.c, cpu/or32/execute.c, mmu/dmmu.c, mmu/immu.c,
        cpu/common/stats.c, cpu/or32/execute.c, mmu/dmmu.c, mmu/immu.c,
        testbench/acv_gpio.cfg, testbench/acv_uart.cfg,
        testbench/acv_gpio.cfg, testbench/acv_uart.cfg,
        testbench/cache.cfg, testbench/default.cfg,
        testbench/cache.cfg, testbench/default.cfg,
        testbench/except_test.cfg, testbench/mmu.cfg:
        testbench/except_test.cfg, testbench/mmu.cfg:
        lot of new parameters concerning memory delays added; bpb parameter
        lot of new parameters concerning memory delays added; bpb parameter
        moved from cpu to new bpb section; UPDATE YOUR .CFG FILES!
        moved from cpu to new bpb section; UPDATE YOUR .CFG FILES!
2002-01-08 11:19  simons
2002-01-08 11:19  simons
        * cpu/common/abstract.c:
        * cpu/common/abstract.c:
        CS number added to mem dev list.
        CS number added to mem dev list.
2002-01-08 11:16  simons
2002-01-08 11:16  simons
        * peripheral/: mc.c, mc.h:
        * peripheral/: mc.c, mc.h:
        Missing parts added.
        Missing parts added.
2002-01-08 10:39  markom
2002-01-08 10:39  markom
        * toplevel.c, cpu/common/abstract.c, cpu/common/abstract.h,
        * toplevel.c, cpu/common/abstract.c, cpu/common/abstract.h,
        cpu/dlx/Makefile.in, cpu/or32/execute.c, testbench/Makefile.am,
        cpu/dlx/Makefile.in, cpu/or32/execute.c, testbench/Makefile.am,
        testbench/Makefile.in, testbench/mem_test.c,
        testbench/Makefile.in, testbench/mem_test.c,
        testbench/support/support.c:
        testbench/support/support.c:
        memory width increased to 32bit; new memory test mem_test added -
        memory width increased to 32bit; new memory test mem_test added -
        simple big endian test
        simple big endian test
2002-01-08 08:53  markom
2002-01-08 08:53  markom
        * toplevel.c, cpu/common/abstract.c, cpu/common/abstract.h,
        * toplevel.c, cpu/common/abstract.c, cpu/common/abstract.h,
        cpu/or32/execute.c:
        cpu/or32/execute.c:
        memory cycles are calculated according to parameters from .cfg file
        memory cycles are calculated according to parameters from .cfg file
2002-01-07 15:36  markom
2002-01-07 15:36  markom
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        cpu/common/abstract.c, cpu/common/stats.c, cpu/common/stats.h,
        cpu/common/abstract.c, cpu/common/stats.c, cpu/common/stats.h,
        cpu/or1k/except.c, cpu/or32/execute.c, mmu/dmmu.c, mmu/immu.c:
        cpu/or1k/except.c, cpu/or32/execute.c, mmu/dmmu.c, mmu/immu.c:
        stats is updated; statical single stats removed; t command output
        stats is updated; statical single stats removed; t command output
        cleaned, added time output; cycles is moved to instructions; cycles
        cleaned, added time output; cycles is moved to instructions; cycles
        now count time
        now count time
2002-01-07 13:29  simons
2002-01-07 13:29  simons
        * testbench/cache.c:
        * testbench/cache.c:
        Changed to work with new simulator.
        Changed to work with new simulator.
2002-01-07 10:39  markom
2002-01-07 10:39  markom
        * profiler.c:
        * profiler.c:
        profiler updated; lot of comments; bug with missaligned return call
        profiler updated; lot of comments; bug with missaligned return call
        resolving fixed
        resolving fixed
2002-01-07 09:50  markom
2002-01-07 09:50  markom
        * sim-config.c, sim-config.h, sim.cfg, cpu/common/abstract.c,
        * sim-config.c, sim-config.h, sim.cfg, cpu/common/abstract.c,
        cpu/common/stats.c, cpu/common/stats.h, cpu/or32/execute.c,
        cpu/common/stats.c, cpu/common/stats.h, cpu/or32/execute.c,
        support/dumpverilog.h, testbench/acv_gpio.cfg,
        support/dumpverilog.h, testbench/acv_gpio.cfg,
        testbench/acv_uart.cfg, testbench/cache.cfg, testbench/default.cfg,
        testbench/acv_uart.cfg, testbench/cache.cfg, testbench/default.cfg,
        testbench/dhry.c, testbench/except_test.cfg, testbench/mmu.cfg:
        testbench/dhry.c, testbench/except_test.cfg, testbench/mmu.cfg:
        removed stats 6 command, handling SLP; function profiling is
        removed stats 6 command, handling SLP; function profiling is
        supported by profiler; subroutine level parallelism is not covered
        supported by profiler; subroutine level parallelism is not covered
        yet, but should be done in profiler
        yet, but should be done in profiler
2002-01-06 21:08  simons
2002-01-06 21:08  simons
        * peripheral/16450.c:
        * peripheral/16450.c:
        THRI interrupt fixed.
        THRI interrupt fixed.
2002-01-06 18:55  simons
2002-01-06 18:55  simons
        * peripheral/16450.c:
        * peripheral/16450.c:
        Bug in receiver fixed.
        Bug in receiver fixed.
2002-01-06 10:50  simons
2002-01-06 10:50  simons
        * cpu/common/abstract.c, testbench/except_test.c:
        * cpu/common/abstract.c, testbench/except_test.c:
        EEAR shows virtual address on bus error exception.
        EEAR shows virtual address on bus error exception.
2002-01-05 18:25  simons
2002-01-05 18:25  simons
        * testbench/except_test_s.S:
        * testbench/except_test_s.S:
        Bug fixed.
        Bug fixed.
2002-01-05 18:03  simons
2002-01-05 18:03  simons
        * testbench/support/support.c:
        * testbench/support/support.c:
        Simprintf bug fixed.
        Simprintf bug fixed.
2002-01-05 16:28  simons
2002-01-05 16:28  simons
        * testbench/except_test.c:
        * testbench/except_test.c:
        LP interrupt test removed, because it can not be tested with tick
        LP interrupt test removed, because it can not be tested with tick
        timer.
        timer.
2002-01-05 15:40  simons
2002-01-05 15:40  simons
        * testbench/: except_test.S, except_test_s.S:
        * testbench/: except_test.S, except_test_s.S:
        except_test.S renamed to except_test_s.S
        except_test.S renamed to except_test_s.S
2002-01-04 15:52  markom
2002-01-04 15:52  markom
        * configure, configure.in, sim-config.c, toplevel.c,
        * configure, configure.in, sim-config.c, toplevel.c,
        cpu/common/stats.c, cpu/or1k/sprs.c, cpu/or1k/sprs.h:
        cpu/common/stats.c, cpu/or1k/sprs.c, cpu/or1k/sprs.h:
        some more performance optimizations
        some more performance optimizations
2002-01-04 14:58  markom
2002-01-04 14:58  markom
        * Makefile.in, configure, configure.in, bpb/Makefile.in,
        * Makefile.in, configure, configure.in, bpb/Makefile.in,
        cache/Makefile.in, cpu/Makefile.in, cpu/common/Makefile.in,
        cache/Makefile.in, cpu/Makefile.in, cpu/common/Makefile.in,
        cpu/or1k/Makefile.in, cpu/or1k/sprs.c, cpu/or1k/sprs.h,
        cpu/or1k/Makefile.in, cpu/or1k/sprs.c, cpu/or1k/sprs.h,
        cpu/or32/Makefile.in, debug/Makefile.in, mmu/Makefile.in,
        cpu/or32/Makefile.in, debug/Makefile.in, mmu/Makefile.in,
        peripheral/Makefile.in, pic/Makefile.in, pm/Makefile.in,
        peripheral/Makefile.in, pic/Makefile.in, pm/Makefile.in,
        support/Makefile.in, testbench/dhry.c, tick/Makefile.in,
        support/Makefile.in, testbench/dhry.c, tick/Makefile.in,
        vapi/Makefile.in:
        vapi/Makefile.in:
        some performance optimizations
        some performance optimizations
2002-01-04 11:37  markom
2002-01-04 11:37  markom
        * testbench/: Makefile.am, Makefile.in, except.cfg, except_main.c,
        * testbench/: Makefile.am, Makefile.in, except.cfg, except_main.c,
        except_test.c, except_test.cfg:
        except_test.c, except_test.cfg:
        except test files renamed
        except test files renamed
2002-01-04 11:26  markom
2002-01-04 11:26  markom
        * cpu/or1k/sprs.c, support/simprintf.c, testbench/acv_uart.c:
        * cpu/or1k/sprs.c, support/simprintf.c, testbench/acv_uart.c:
        uart test updated; simprintf updated
        uart test updated; simprintf updated
2002-01-04 09:39  markom
2002-01-04 09:39  markom
        * configure, configure.in, cpu/common/coff.h, cpu/common/parse.c,
        * configure, configure.in, cpu/common/coff.h, cpu/common/parse.c,
        testbench/test3.o:
        testbench/test3.o:
        obsolete --enable-profiler and --disable-debugmod configure options
        obsolete --enable-profiler and --disable-debugmod configure options
        removed; parse.c now loads only external symbols
        removed; parse.c now loads only external symbols
2002-01-03 15:44  markom
2002-01-03 15:44  markom
        * cpu/or1k/spr_defs.h, cpu/or1k/sprs.c,
        * cpu/or1k/spr_defs.h, cpu/or1k/sprs.c,
        testbench/support/spr_defs.h, cpu/or32/execute.c,
        testbench/support/spr_defs.h, cpu/or32/execute.c,
        testbench/basic.S, testbench/cfg.S, testbench/test,
        testbench/basic.S, testbench/cfg.S, testbench/test,
        testbench/support/support.c, testbench/uos/except_or32.S:
        testbench/support/support.c, testbench/uos/except_or32.S:
        new reporting system
        new reporting system
2002-01-03 14:38  markom
2002-01-03 14:38  markom
        * testbench/mmu.c:
        * testbench/mmu.c:
        unused var warning corrected
        unused var warning corrected
2002-01-03 14:04  markom
2002-01-03 14:04  markom
        * cpu/or32/or32.c:
        * cpu/or32/or32.c:
        nop instruction now has immediate
        nop instruction now has immediate
2002-01-02 13:13  erez
2002-01-02 13:13  erez
        * peripheral/dma.c:
        * peripheral/dma.c:
        Fixed tabs in dma.c
        Fixed tabs in dma.c
2002-01-02 11:38  erez
2002-01-02 11:38  erez
        * peripheral/gpio.c, peripheral/gpio.h, peripheral/gpio_i.h,
        * peripheral/gpio.c, peripheral/gpio.h, peripheral/gpio_i.h,
        testbench/acv_gpio.c:
        testbench/acv_gpio.c:
        Added RGPIO_INTS (according to GPIO spec)
        Added RGPIO_INTS (according to GPIO spec)
2002-01-02 11:16  erez
2002-01-02 11:16  erez
        * testbench/.cvsignore:
        * testbench/.cvsignore:
        Added .cvsignore files for annoying generated files in testbench
        Added .cvsignore files for annoying generated files in testbench
2002-01-02 11:14  erez
2002-01-02 11:14  erez
        * .cvsignore, bpb/.cvsignore, cache/.cvsignore, cpu/.cvsignore,
        * .cvsignore, bpb/.cvsignore, cache/.cvsignore, cpu/.cvsignore,
        cpu/common/.cvsignore, cpu/dlx/.cvsignore, cpu/or16/.cvsignore,
        cpu/common/.cvsignore, cpu/dlx/.cvsignore, cpu/or16/.cvsignore,
        cpu/or1k/.cvsignore, cpu/or32/.cvsignore, debug/.cvsignore,
        cpu/or1k/.cvsignore, cpu/or32/.cvsignore, debug/.cvsignore,
        mmu/.cvsignore, peripheral/.cvsignore, pic/.cvsignore,
        mmu/.cvsignore, peripheral/.cvsignore, pic/.cvsignore,
        pm/.cvsignore, support/.cvsignore, testbench/support/.cvsignore,
        pm/.cvsignore, support/.cvsignore, testbench/support/.cvsignore,
        testbench/uos/.cvsignore, tick/.cvsignore, vapi/.cvsignore:
        testbench/uos/.cvsignore, tick/.cvsignore, vapi/.cvsignore:
        Added .cvsignore files for annoying generated files
        Added .cvsignore files for annoying generated files
2002-01-02 11:11  erez
2002-01-02 11:11  erez
        * peripheral/gpio.c, testbench/acv_gpio.c, testbench/support/int.c,
        * peripheral/gpio.c, testbench/acv_gpio.c, testbench/support/int.c,
        testbench/support/int.h, testbench/uos/tick.c:
        testbench/support/int.h, testbench/uos/tick.c:
        Made testbench/support/int.c more usable and changed acv_gpio test
        Made testbench/support/int.c more usable and changed acv_gpio test
        to use it
        to use it
2001-12-22 02:16  lampret
2001-12-22 02:16  lampret
        * cpu/or32/execute.c:
        * cpu/or32/execute.c:
        Fixed data type bug in l_mac() that caused incorrect calculation of
        Fixed data type bug in l_mac() that caused incorrect calculation of
        MACHI. Possible that l_msb has the same bug.
        MACHI. Possible that l_msb has the same bug.
2001-12-22 01:25  lampret
2001-12-22 01:25  lampret
        * cpu/or32/or32.c:
        * cpu/or32/or32.c:
        Fixed encoding of the following insns:
        Fixed encoding of the following insns:
        l.mac,l.msb,l.maci,l.mtspr,l.mfspr
        l.mac,l.msb,l.maci,l.mtspr,l.mfspr
2001-12-21 14:11  markom
2001-12-21 14:11  markom
        * sim-config.c:
        * sim-config.c:
        added missing enddevice command in GPIO section
        added missing enddevice command in GPIO section
2001-12-21 14:09  markom
2001-12-21 14:09  markom
        * toplevel.c, cpu/common/abstract.c, cpu/common/abstract.h,
        * toplevel.c, cpu/common/abstract.c, cpu/common/abstract.h,
        cpu/common/trace.c, cpu/common/trace.h, cpu/or32/execute.c,
        cpu/common/trace.c, cpu/common/trace.h, cpu/or32/execute.c,
        debug/debug_unit.c, peripheral/dma.c, peripheral/ethernet.c,
        debug/debug_unit.c, peripheral/dma.c, peripheral/ethernet.c,
        support/dumpverilog.c:
        support/dumpverilog.c:
        trace.h removed; removed absolete trace_fd code - use exe_log
        trace.h removed; removed absolete trace_fd code - use exe_log
        instead
        instead
2001-12-21 11:15  markom
2001-12-21 11:15  markom
        * peripheral/Makefile.in, testbench/Makefile.am,
        * peripheral/Makefile.in, testbench/Makefile.am,
        testbench/Makefile.in, testbench/acv_uart.c, testbench/cbasic.c,
        testbench/Makefile.in, testbench/acv_uart.c, testbench/cbasic.c,
        testbench/configure, testbench/configure.in,
        testbench/configure, testbench/configure.in,
        testbench/support/Makefile.in, testbench/uos/Makefile.am,
        testbench/support/Makefile.in, testbench/uos/Makefile.am,
        testbench/uos/Makefile.in:
        testbench/uos/Makefile.in:
        --enable-opt switch added to testbench configure
        --enable-opt switch added to testbench configure
2001-12-21 11:14  markom
2001-12-21 11:14  markom
        * peripheral/16450.c:
        * peripheral/16450.c:
        uart THRE interrupt immedialty after write to IER
        uart THRE interrupt immedialty after write to IER
2001-12-20 15:53  markom
2001-12-20 15:53  markom
        * toplevel.c:
        * toplevel.c:
        pc command fixed
        pc command fixed
2001-12-20 15:36  markom
2001-12-20 15:36  markom
        * sim-config.c, peripheral/16450.c:
        * sim-config.c, peripheral/16450.c:
        clkcycle parsing problem fixed
        clkcycle parsing problem fixed
2001-12-20 09:55  erez
2001-12-20 09:55  erez
        * sim.cfg:
        * sim.cfg:
        Updated documentation in default sim.cfg
        Updated documentation in default sim.cfg
2001-12-20 08:22  markom
2001-12-20 08:22  markom
        * debug/debug_unit.c, debug/gdb.h, testbench/Makefile.am,
        * debug/debug_unit.c, debug/gdb.h, testbench/Makefile.am,
        testbench/Makefile.in, testbench/default.ld, testbench/except.ld:
        testbench/Makefile.in, testbench/default.ld, testbench/except.ld:
        gdb.h moved to debug dir; except.ld renamed to default.ld
        gdb.h moved to debug dir; except.ld renamed to default.ld
2001-12-19 20:12  simons
2001-12-19 20:12  simons
        * testbench/: cache.c, cache.cfg:
        * testbench/: cache.c, cache.cfg:
        Changed to support execution from various addresses.
        Changed to support execution from various addresses.
2001-12-19 19:34  erez
2001-12-19 19:34  erez
        * peripheral/gpio.c, peripheral/gpio_i.h, testbench/acv_gpio.c,
        * peripheral/gpio.c, peripheral/gpio_i.h, testbench/acv_gpio.c,
        testbench/acv_gpio.cfg:
        testbench/acv_gpio.cfg:
        Implemented some GPIO tests
        Implemented some GPIO tests
2001-12-19 15:56  markom
2001-12-19 15:56  markom
        * cpu/or32/execute.c:
        * cpu/or32/execute.c:
        profiling uses l.jr instead of obsolete l.jalr
        profiling uses l.jr instead of obsolete l.jalr
2001-12-19 15:54  markom
2001-12-19 15:54  markom
        * sim-config.c:
        * sim-config.c:
        -f bug fixed
        -f bug fixed
2001-12-19 15:44  simons
2001-12-19 15:44  simons
        * testbench/mmu.c:
        * testbench/mmu.c:
        RTL_SIM define added for shorter simulation runtime.
        RTL_SIM define added for shorter simulation runtime.
2001-12-19 15:31  markom
2001-12-19 15:31  markom
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        cpu/common/abstract.c, cpu/common/abstract.h, cpu/common/stats.c,
        cpu/common/abstract.c, cpu/common/abstract.h, cpu/common/stats.c,
        cpu/or1k/except.c, cpu/or1k/except.h, cpu/or1k/spr_defs.h,
        cpu/or1k/except.c, cpu/or1k/except.h, cpu/or1k/spr_defs.h,
        cpu/or1k/sprs.c, cpu/or1k/sprs.h, cpu/or32/execute.c,
        cpu/or1k/sprs.c, cpu/or1k/sprs.h, cpu/or32/execute.c,
        debug/debug_unit.c, debug/debug_unit.h, debug/gdbcomm.c,
        debug/debug_unit.c, debug/debug_unit.h, debug/gdbcomm.c,
        debug/gdbcomm.h, testbench/support/spr_defs.h, testbench/configure,
        debug/gdbcomm.h, testbench/support/spr_defs.h, testbench/configure,
        testbench/functest.c, testbench/support/Makefile.in,
        testbench/functest.c, testbench/support/Makefile.in,
        testbench/uos/Makefile.in:
        testbench/uos/Makefile.in:
        connection with gdb repaired; temp_except_delay removed; lot of
        connection with gdb repaired; temp_except_delay removed; lot of
        except and debug code cleaned; sys 203 causes stall under gdb;
        except and debug code cleaned; sys 203 causes stall under gdb;
        non-sim memory area log bug fixed
        non-sim memory area log bug fixed
2001-12-19 15:18  erez
2001-12-19 15:18  erez
        * testbench/: Makefile.am, Makefile.in, acv_gpio.c, acv_gpio.cfg,
        * testbench/: Makefile.am, Makefile.in, acv_gpio.c, acv_gpio.cfg,
        acv_uart.cfg:
        acv_uart.cfg:
        Started adding acv_gpio testbench
        Started adding acv_gpio testbench
2001-12-19 15:16  erez
2001-12-19 15:16  erez
        * sim-config.c, sim-config.h, peripheral/gpio.c, peripheral/gpio.h,
        * sim-config.c, sim-config.h, peripheral/gpio.c, peripheral/gpio.h,
        peripheral/gpio_i.h, vapi/vapi.c, vapi/vapi.h:
        peripheral/gpio_i.h, vapi/vapi.c, vapi/vapi.h:
        Improved multi-id vapi logs (i.e. GPIO)
        Improved multi-id vapi logs (i.e. GPIO)
2001-12-19 14:36  ivang
2001-12-19 14:36  ivang
        * testbench/mc_common.c:
        * testbench/mc_common.c:
        Fixed warnings.
        Fixed warnings.
2001-12-19 13:38  simons
2001-12-19 13:38  simons
        * testbench/: except.S, except_mc.S, except_test.S, mmu_asm.S:
        * testbench/: except.S, except_mc.S, except_test.S, mmu_asm.S:
        l.jalr r9 is not used any more.
        l.jalr r9 is not used any more.
2001-12-19 09:58  ivang
2001-12-19 09:58  ivang
        * testbench/mc_async.h:
        * testbench/mc_async.h:
        Added test flag templates.
        Added test flag templates.
2001-12-19 09:57  ivang
2001-12-19 09:57  ivang
        * testbench/mc_async.c:
        * testbench/mc_async.c:
        Removed MC initialization. Must be done in except_mc.S
        Removed MC initialization. Must be done in except_mc.S
2001-12-19 09:46  ivang
2001-12-19 09:46  ivang
        * testbench/mc_sync.c:
        * testbench/mc_sync.c:
        Removed MC initialization. Must be done in except_mc.S
        Removed MC initialization. Must be done in except_mc.S
2001-12-19 09:46  ivang
2001-12-19 09:46  ivang
        * testbench/mc_sync.h:
        * testbench/mc_sync.h:
        Added test flag templates.
        Added test flag templates.
2001-12-19 09:36  ivang
2001-12-19 09:36  ivang
        * testbench/mc_ssram.h:
        * testbench/mc_ssram.h:
        Added test flag templates
        Added test flag templates
2001-12-19 09:36  ivang
2001-12-19 09:36  ivang
        * testbench/mc_ssram.c:
        * testbench/mc_ssram.c:
        Removed MC initialization. Must be done in except_mc.S
        Removed MC initialization. Must be done in except_mc.S
2001-12-19 09:13  ivang
2001-12-19 09:13  ivang
        * testbench/mc_common.c:
        * testbench/mc_common.c:
        Fixed some typos.
        Fixed some typos.
2001-12-18 23:28  simons
2001-12-18 23:28  simons
        * testbench/mmu.c:
        * testbench/mmu.c:
        EEAR is used for determing ITLB miss and IPF page address.
        EEAR is used for determing ITLB miss and IPF page address.
2001-12-18 23:26  simons
2001-12-18 23:26  simons
        * testbench/: except_main.c, except_test.S:
        * testbench/: except_main.c, except_test.S:
        New tests added.
        New tests added.
2001-12-18 23:24  simons
2001-12-18 23:24  simons
        * toplevel.c:
        * toplevel.c:
        Interrupt has the highest priority among all exceptions.
        Interrupt has the highest priority among all exceptions.
2001-12-18 23:23  simons
2001-12-18 23:23  simons
        * cpu/: or32/execute.c, or1k/except.c, or1k/sprs.c:
        * cpu/: or32/execute.c, or1k/except.c, or1k/sprs.c:
        Some small bugs fixed.
        Some small bugs fixed.
2001-12-18 00:09  simons
2001-12-18 00:09  simons
        * testbench/: except.cfg, except_main.c, except_test.S:
        * testbench/: except.cfg, except_main.c, except_test.S:
        Exception test.
        Exception test.
2001-12-17 23:49  simons
2001-12-17 23:49  simons
        * testbench/except.S:
        * testbench/except.S:
        DTLBMISS and DPF exceptions are fixed in simulator.
        DTLBMISS and DPF exceptions are fixed in simulator.
2001-12-17 23:47  simons
2001-12-17 23:47  simons
        * testbench/: Makefile.am, Makefile.in:
        * testbench/: Makefile.am, Makefile.in:
        excpt test removed except test added.
        excpt test removed except test added.
2001-12-17 23:46  simons
2001-12-17 23:46  simons
        * testbench/excpt.S:
        * testbench/excpt.S:
        This is replaced by except test.
        This is replaced by except test.
2001-12-17 23:20  simons
2001-12-17 23:20  simons
        * cpu/: or32/execute.c, common/abstract.c, or1k/except.c:
        * cpu/: or32/execute.c, common/abstract.c, or1k/except.c:
        Align, bus error and range exception fixed.
        Align, bus error and range exception fixed.
2001-12-14 19:55  simons
2001-12-14 19:55  simons
        * testbench/: mmu.c, mmu.cfg:
        * testbench/: mmu.c, mmu.cfg:
        Page size set to 8192.
        Page size set to 8192.
2001-12-14 19:54  simons
2001-12-14 19:54  simons
        * mmu/: dmmu.c, immu.c:
        * mmu/: dmmu.c, immu.c:
        Page size bug fixed.
        Page size bug fixed.
2001-12-14 14:59  ivang
2001-12-14 14:59  ivang
        * testbench/except_mc.ld:
        * testbench/except_mc.ld:
        For mc tests
        For mc tests
2001-12-14 14:55  ivang
2001-12-14 14:55  ivang
        * testbench/: mc_async.c, mc_async.h, mc_common.c, mc_common.h,
        * testbench/: mc_async.c, mc_async.h, mc_common.c, mc_common.h,
        mc_dram.c, mc_dram.h, mc_ssram.c, mc_ssram.h, mc_sync.c, mc_sync.h:
        mc_dram.c, mc_dram.h, mc_ssram.c, mc_ssram.h, mc_sync.c, mc_sync.h:
        MC Tests.
        MC Tests.
2001-12-14 14:48  ivang
2001-12-14 14:48  ivang
        * testbench/except_mc.S:
        * testbench/except_mc.S:
        Also performs mc initialization.
        Also performs mc initialization.
2001-12-14 14:44  ivang
2001-12-14 14:44  ivang
        * testbench/Makefile.am:
        * testbench/Makefile.am:
        Added mc tests.
        Added mc tests.
2001-12-14 13:27  markom
2001-12-14 13:27  markom
        * testbench/: Makefile.am, Makefile.in, configure.in:
        * testbench/: Makefile.am, Makefile.in, configure.in:
        each test should define its own LDFLAGS
        each test should define its own LDFLAGS
2001-12-14 11:01  simons
2001-12-14 11:01  simons
        * cpu/or1k/: except.c, sprs.c:
        * cpu/or1k/: except.c, sprs.c:
        Exceptions are allways enabled.
        Exceptions are allways enabled.
2001-12-13 10:34  simons
2001-12-13 10:34  simons
        * testbench/mmu.cfg:
        * testbench/mmu.cfg:
        MMU test configuration.
        MMU test configuration.
2001-12-13 10:07  simons
2001-12-13 10:07  simons
        * testbench/mmu.c:
        * testbench/mmu.c:
        Permission test added.
        Permission test added.
2001-12-13 09:14  simons
2001-12-13 09:14  simons
        * cpu/or1k/spr_defs.h, testbench/support/spr_defs.h, mmu/immu.c:
        * cpu/or1k/spr_defs.h, testbench/support/spr_defs.h, mmu/immu.c:
        ITLBMR register bit fields set in order.
        ITLBMR register bit fields set in order.
2001-12-13 07:55  erez
2001-12-13 07:55  erez
        * peripheral/gpio.c:
        * peripheral/gpio.c:
        Reading GPIO input reg now also returns values on output bits
        Reading GPIO input reg now also returns values on output bits
2001-12-12 23:21  erez
2001-12-12 23:21  erez
        * sim-config.c, sim-config.h, toplevel.c, peripheral/Makefile.am,
        * sim-config.c, sim-config.h, toplevel.c, peripheral/Makefile.am,
        peripheral/Makefile.in, peripheral/ethernet.h, peripheral/gpio.c,
        peripheral/Makefile.in, peripheral/ethernet.h, peripheral/gpio.c,
        peripheral/gpio.h, peripheral/gpio_i.h:
        peripheral/gpio.h, peripheral/gpio_i.h:
        Added GPIO simulation
        Added GPIO simulation
2001-12-12 19:45  simons
2001-12-12 19:45  simons
        * testbench/except.ld:
        * testbench/except.ld:
        Text and data sections are put in ram.
        Text and data sections are put in ram.
2001-12-12 16:28  erez
2001-12-12 16:28  erez
        * vapi/vapi.c:
        * vapi/vapi.c:
        VAPI can now accept requests for different device ids on the same
        VAPI can now accept requests for different device ids on the same
        stream
        stream
2001-12-12 15:54  simons
2001-12-12 15:54  simons
        * testbench/except.S:
        * testbench/except.S:
        Two instructions removed from reset wrapper to save space.
        Two instructions removed from reset wrapper to save space.
2001-12-12 15:45  erez
2001-12-12 15:45  erez
        * vapi/: vapi.c, vapi.h:
        * vapi/: vapi.c, vapi.h:
        Changed VAPI device ID in log file to 16 bits
        Changed VAPI device ID in log file to 16 bits
2001-12-12 15:24  erez
2001-12-12 15:24  erez
        * sim-config.c, sim-config.h, debug/gdbcomm.c, debug/gdbcomm.h,
        * sim-config.c, sim-config.h, debug/gdbcomm.c, debug/gdbcomm.h,
        peripheral/ethernet.c, vapi/vapi.c, vapi/vapi.h:
        peripheral/ethernet.c, vapi/vapi.c, vapi/vapi.h:
        Added "fake" JTAG proxy log to vapi log file
        Added "fake" JTAG proxy log to vapi log file
2001-12-12 15:10  simons
2001-12-12 15:10  simons
        * mmu/dmmu.c:
        * mmu/dmmu.c:
        ITLB -> DTLB lapsus fixed.
        ITLB -> DTLB lapsus fixed.
2001-12-12 15:09  simons
2001-12-12 15:09  simons
        * cpu/: common/abstract.c, or1k/except.c, or32/execute.c,
        * cpu/: common/abstract.c, or1k/except.c, or32/execute.c,
        or1k/except.h:
        or1k/except.h:
        When lsu instruction produce exception registers are preserved.
        When lsu instruction produce exception registers are preserved.
2001-12-12 15:04  simons
2001-12-12 15:04  simons
        * testbench/except.S:
        * testbench/except.S:
        Copying from flash to ram only when there is 0xff on address 0.
        Copying from flash to ram only when there is 0xff on address 0.
2001-12-12 09:56  markom
2001-12-12 09:56  markom
        * sim-config.c, sim.cfg:
        * sim-config.c, sim.cfg:
        isblank changed to isspace
        isblank changed to isspace
2001-12-12 09:18  markom
2001-12-12 09:18  markom
        * sim-config.c, sim-config.h, sim.cfg, cpu/common/abstract.c,
        * sim-config.c, sim-config.h, sim.cfg, cpu/common/abstract.c,
        cpu/common/abstract.h:
        cpu/common/abstract.h:
        clkcycle parameter added to configuration
        clkcycle parameter added to configuration
2001-12-12 09:16  markom
2001-12-12 09:16  markom
        * testbench/basic.S:
        * testbench/basic.S:
        added missing basic.S file
        added missing basic.S file
2001-12-12 08:30  markom
2001-12-12 08:30  markom
        * cpu/or32/execute.c:
        * cpu/or32/execute.c:
        stepping over breakpoint added
        stepping over breakpoint added
2001-12-11 16:06  markom
2001-12-11 16:06  markom
        * cpu/common/abstract.c, mmu/dmmu.c, mmu/dmmu.h, mmu/immu.c:
        * cpu/common/abstract.c, mmu/dmmu.c, mmu/dmmu.h, mmu/immu.c:
        dpfault and ipfault exceptions implemented
        dpfault and ipfault exceptions implemented
2001-12-11 15:38  markom
2001-12-11 15:38  markom
        * sim-config.c, sim-config.h, sim.cfg, cache/dcache_model.c,
        * sim-config.c, sim-config.h, sim.cfg, cache/dcache_model.c,
        cache/dcache_model.h, cache/icache_model.c, cache/icache_model.h,
        cache/dcache_model.h, cache/icache_model.c, cache/icache_model.h,
        cpu/common/abstract.c, cpu/common/abstract.h, mmu/dmmu.c,
        cpu/common/abstract.c, cpu/common/abstract.h, mmu/dmmu.c,
        mmu/immu.c:
        mmu/immu.c:
        cache configuration added
        cache configuration added
2001-12-11 14:52  markom
2001-12-11 14:52  markom
        * sim-config.c, sim.cfg, toplevel.c, cpu/common/abstract.c,
        * sim-config.c, sim.cfg, toplevel.c, cpu/common/abstract.c,
        cpu/common/abstract.h, testbench/acv_uart.cfg:
        cpu/common/abstract.h, testbench/acv_uart.cfg:
        memory_table status output; some bugs fixed in configuration
        memory_table status output; some bugs fixed in configuration
        loading
        loading
2001-12-11 14:29  markom
2001-12-11 14:29  markom
        * sim-config.c, sim-config.h, toplevel.c, cpu/common/abstract.c,
        * sim-config.c, sim-config.h, toplevel.c, cpu/common/abstract.c,
        cpu/common/abstract.h:
        cpu/common/abstract.h:
        memory logging added
        memory logging added
2001-12-11 13:51  markom
2001-12-11 13:51  markom
        * sim-config.c, sim-config.h, sim.cfg, mmu/dmmu.c, mmu/dmmu.h,
        * sim-config.c, sim-config.h, sim.cfg, mmu/dmmu.c, mmu/dmmu.h,
        mmu/immu.c, mmu/immu.h:
        mmu/immu.c, mmu/immu.h:
        immu and dmmu configurations added
        immu and dmmu configurations added
2001-12-11 11:31  markom
2001-12-11 11:31  markom
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        cpu/common/abstract.c, cpu/common/abstract.h, peripheral/16450.c,
        cpu/common/abstract.c, cpu/common/abstract.h, peripheral/16450.c,
        peripheral/dma.c, peripheral/ethernet.c, testbench/Makefile.am,
        peripheral/dma.c, peripheral/ethernet.c, testbench/Makefile.am,
        testbench/Makefile.in, testbench/acv_uart.cfg, testbench/basic.s,
        testbench/Makefile.in, testbench/acv_uart.cfg, testbench/basic.s,
        testbench/cache.c, testbench/default.cfg, testbench/defaultmem.cfg,
        testbench/cache.c, testbench/default.cfg, testbench/defaultmem.cfg,
        testbench/dmatest.cfg, testbench/eth.cfg, testbench/excpt.S,
        testbench/dmatest.cfg, testbench/eth.cfg, testbench/excpt.S,
        testbench/functest.c:
        testbench/functest.c:
        memory configuration file joined into .cfg file; *mem.cfg are
        memory configuration file joined into .cfg file; *mem.cfg are
        obsolete; read-only and write-only memory is supported; memory
        obsolete; read-only and write-only memory is supported; memory
        logging is not yet supported; update of testbench - only cache test
        logging is not yet supported; update of testbench - only cache test
        fails, since it writes to RO memory
        fails, since it writes to RO memory
2001-12-10 16:00  markom
2001-12-10 16:00  markom
        * peripheral/16450.c, peripheral/16450.h, testbench/acv_uart.c,
        * peripheral/16450.c, peripheral/16450.h, testbench/acv_uart.c,
        testbench/acv_uart.cfg, testbench/defaultmem.cfg:
        testbench/acv_uart.cfg, testbench/defaultmem.cfg:
        changed break behaviour and interrupt pending; interrupt line
        changed break behaviour and interrupt pending; interrupt line
        chabnged to 15; sync bug in mode switch
        chabnged to 15; sync bug in mode switch
2001-12-10 13:57  simons
2001-12-10 13:57  simons
        * testbench/except.ld:
        * testbench/except.ld:
        Data section is put to flash when loading.
        Data section is put to flash when loading.
2001-12-10 13:35  markom
2001-12-10 13:35  markom
        * testbench/functest.c:
        * testbench/functest.c:
        aadded missing file
        aadded missing file
2001-12-10 11:35  simons
2001-12-10 11:35  simons
        * testbench/excpt.S:
        * testbench/excpt.S:
        Jump bug fixed.
        Jump bug fixed.
2001-12-09 22:23  erez
2001-12-09 22:23  erez
        * sim-config.c, sim-config.h, testbench/acv_uart.cfg, vapi/vapi.c:
        * sim-config.c, sim-config.h, testbench/acv_uart.cfg, vapi/vapi.c:
        Added config parameter vapi.log_device_id
        Added config parameter vapi.log_device_id
2001-12-09 22:21  erez
2001-12-09 22:21  erez
        * peripheral/crc32.c, peripheral/dma.c, peripheral/ethernet.c,
        * peripheral/crc32.c, peripheral/dma.c, peripheral/ethernet.c,
        peripheral/ethernet.h, peripheral/ethernet_i.h,
        peripheral/ethernet.h, peripheral/ethernet_i.h,
        testbench/dmatest.cfg, testbench/eth.c, testbench/eth.cfg:
        testbench/dmatest.cfg, testbench/eth.c, testbench/eth.cfg:
        Renamed ethernet's RX_BD_NUM to TX_BD_NUM (following change in
        Renamed ethernet's RX_BD_NUM to TX_BD_NUM (following change in
        original files)
        original files)
2001-12-09 00:53  simons
2001-12-09 00:53  simons
        * testbench/mmu.c:
        * testbench/mmu.c:
        ITLB test tested on simulator.
        ITLB test tested on simulator.
2001-12-09 00:52  simons
2001-12-09 00:52  simons
        * cpu/or32/execute.c, cpu/common/abstract.c, mmu/immu.c:
        * cpu/or32/execute.c, cpu/common/abstract.c, mmu/immu.c:
        IMMU bugs fixed.
        IMMU bugs fixed.
2001-12-08 00:14  simons
2001-12-08 00:14  simons
        * testbench/: mmu.c, mmu_asm.S:
        * testbench/: mmu.c, mmu_asm.S:
        DTLB test tested on simulator.
        DTLB test tested on simulator.
2001-12-07 16:16  simons
2001-12-07 16:16  simons
        * testbench/xess.ld:
        * testbench/xess.ld:
        Stack section should not be loaded into mamory.
        Stack section should not be loaded into mamory.
2001-12-07 14:42  markom
2001-12-07 14:42  markom
        * testbench/: Makefile.in, basic.s, cfg.S, except.S, except.ld,
        * testbench/: Makefile.in, basic.s, cfg.S, except.S, except.ld,
        mmu.c, mmu_asm.S:
        mmu.c, mmu_asm.S:
        some section changes
        some section changes
2001-12-07 13:47  simons
2001-12-07 13:47  simons
        * testbench/mmu.c:
        * testbench/mmu.c:
        [no log message]
        [no log message]
2001-12-07 10:56  markom
2001-12-07 10:56  markom
        * peripheral/16450.c, peripheral/16450.h, testbench/acv_uart.c:
        * peripheral/16450.c, peripheral/16450.h, testbench/acv_uart.c:
        acv uart testsuite now works (without modem test)
        acv uart testsuite now works (without modem test)
2001-12-06 17:13  simons
2001-12-06 17:13  simons
        * testbench/: Makefile.am, Makefile.in, configure, configure.in,
        * testbench/: Makefile.am, Makefile.in, configure, configure.in,
        except.S, except.ld, mmu.c, mmu_asm.S, xess.ld, support/support.h:
        except.S, except.ld, mmu.c, mmu_asm.S, xess.ld, support/support.h:
        MMU test added.
        MMU test added.
2001-12-06 10:51  markom
2001-12-06 10:51  markom
        * peripheral/16450.c, peripheral/16450.h, pic/pic.c,
        * peripheral/16450.c, peripheral/16450.h, pic/pic.c,
        testbench/Makefile.am, testbench/Makefile.in, testbench/acv_uart.c,
        testbench/Makefile.am, testbench/Makefile.in, testbench/acv_uart.c,
        testbench/acv_uart.cfg, testbench/cbasic.c, testbench/default.cfg,
        testbench/acv_uart.cfg, testbench/cbasic.c, testbench/default.cfg,
        testbench/except.S:
        testbench/except.S:
        some minor changes to or1ksim; Testbench except.s modified.
        some minor changes to or1ksim; Testbench except.s modified.
        Interrupt test almost finished for uart ACV.
        Interrupt test almost finished for uart ACV.
2001-12-05 14:37  erez
2001-12-05 14:37  erez
        * peripheral/ethernet.c:
        * peripheral/ethernet.c:
        Fixed errant rx_bd_num
        Fixed errant rx_bd_num
2001-12-05 12:02  erez
2001-12-05 12:02  erez
        * peripheral/ethernet.c, peripheral/ethernet.h,
        * peripheral/ethernet.c, peripheral/ethernet.h,
        peripheral/ethernet_i.h, testbench/eth.c:
        peripheral/ethernet_i.h, testbench/eth.c:
        Renamed ethernet's RX_BD_ADR to RX_BD_NUM
        Renamed ethernet's RX_BD_ADR to RX_BD_NUM
2001-11-28 14:44  ivang
2001-11-28 14:44  ivang
        * peripheral/mc.h:
        * peripheral/mc.h:
        added register field defines
        added register field defines
2001-11-28 13:23  markom
2001-11-28 13:23  markom
        * config.sub, configure, configure.in, toplevel.c,
        * config.sub, configure, configure.in, toplevel.c,
        cpu/or16/Makefile.am, cpu/or16/Makefile.in, cpu/or16/arch.h,
        cpu/or16/Makefile.am, cpu/or16/Makefile.in, cpu/or16/arch.h,
        cpu/or16/execute.c, cpu/or1k/opcode/or16.h, cpu/or1k/opcode/or32.h:
        cpu/or16/execute.c, cpu/or1k/opcode/or16.h, cpu/or1k/opcode/or32.h:
        removed or16 architecture
        removed or16 architecture
2001-11-28 11:20  markom
2001-11-28 11:20  markom
        * testbench/: acv_uart.c, defaultmem.cfg:
        * testbench/: acv_uart.c, defaultmem.cfg:
        added missing file
        added missing file
2001-11-28 09:21  markom
2001-11-28 09:21  markom
        * testbench/: acv_uart.cfg, default.cfg:
        * testbench/: acv_uart.cfg, default.cfg:
        removed obsolete dependency and history from cpu section
        removed obsolete dependency and history from cpu section
2001-11-28 08:07  markom
2001-11-28 08:07  markom
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        cpu/or32/execute.c:
        cpu/or32/execute.c:
        dependency joined with dependstats; history moved to sim section
        dependency joined with dependstats; history moved to sim section
2001-11-28 07:56  markom
2001-11-28 07:56  markom
        * cpu/: dlx/execute.c, or16/execute.c, or32/execute.c:
        * cpu/: dlx/execute.c, or16/execute.c, or32/execute.c:
        messages: exception on many places changed to abort
        messages: exception on many places changed to abort
2001-11-27 22:12  lampret
2001-11-27 22:12  lampret
        * cpu/or32/execute.c:
        * cpu/or32/execute.c:
        Changed default delay for load and store in superscalar cpu.
        Changed default delay for load and store in superscalar cpu.
2001-11-27 22:11  lampret
2001-11-27 22:11  lampret
        * sim.cfg:
        * sim.cfg:
        Added comments for cpu section.
        Added comments for cpu section.
2001-11-27 14:39  markom
2001-11-27 14:39  markom
        * peripheral/16450.c, peripheral/16450.h, testbench/Makefile.am,
        * peripheral/16450.c, peripheral/16450.h, testbench/Makefile.am,
        testbench/Makefile.in, testbench/configure, testbench/configure.in,
        testbench/Makefile.in, testbench/configure, testbench/configure.in,
        testbench/test, testbench/support/Makefile.in,
        testbench/test, testbench/support/Makefile.in,
        testbench/uos/Makefile.in:
        testbench/uos/Makefile.in:
        check testbench now modified to work with new report output
        check testbench now modified to work with new report output
2001-11-27 13:20  markom
2001-11-27 13:20  markom
        * sim.cfg:
        * sim.cfg:
        modified simmem.cfg structure! ADD > BEFORE EACH LINE!
        modified simmem.cfg structure! ADD > BEFORE EACH LINE!
2001-11-27 13:17  markom
2001-11-27 13:17  markom
        * sim.cfg, cpu/common/abstract.c, testbench/acv_uartmem.cfg,
        * sim.cfg, cpu/common/abstract.c, testbench/acv_uartmem.cfg,
        testbench/uos/int.h:
        testbench/uos/int.h:
        modified simmem.cfg structure! ADD
        modified simmem.cfg structure! ADD
2001-11-27 11:37  markom
2001-11-27 11:37  markom
        * cpu/common/abstract.c:
        * cpu/common/abstract.c:
        bitmask function bug fixed
        bitmask function bug fixed
2001-11-27 11:33  markom
2001-11-27 11:33  markom
        * cpu/or1k/sprs.c, testbench/Makefile.am, testbench/Makefile.in,
        * cpu/or1k/sprs.c, testbench/Makefile.am, testbench/Makefile.in,
        testbench/acv_uart.c, testbench/configure, testbench/configure.in,
        testbench/acv_uart.c, testbench/configure, testbench/configure.in,
        testbench/dhry.c, testbench/mul.c, testbench/support/Makefile.in,
        testbench/dhry.c, testbench/mul.c, testbench/support/Makefile.in,
        testbench/support/int.c, testbench/support/support.c,
        testbench/support/int.c, testbench/support/support.c,
        testbench/support/support.h, vapi/vapi.c:
        testbench/support/support.h, vapi/vapi.c:
        number display is more strict with 0x prefix with hex numbers
        number display is more strict with 0x prefix with hex numbers
2001-11-27 10:59  markom
2001-11-27 10:59  markom
        * testbench/: Makefile.am, Makefile.in, acv_uart.c, acv_uart.cfg,
        * testbench/: Makefile.am, Makefile.in, acv_uart.c, acv_uart.cfg,
        default.cfg, dmatest.cfg, eth.cfg:
        default.cfg, dmatest.cfg, eth.cfg:
        all tests pass check
        all tests pass check
2001-11-27 09:36  markom
2001-11-27 09:36  markom
        * cpu/or1k/spr_defs.h, cpu/or1k/sprs.c,
        * cpu/or1k/spr_defs.h, cpu/or1k/sprs.c,
        testbench/support/spr_defs.h, cpu/or32/execute.c,
        testbench/support/spr_defs.h, cpu/or32/execute.c,
        debug/debug_unit.c, testbench/support/int.c,
        debug/debug_unit.c, testbench/support/int.c,
        testbench/support/int.h, testbench/support/support.c,
        testbench/support/int.h, testbench/support/support.c,
        testbench/uos/Makefile.am, testbench/uos/Makefile.in:
        testbench/uos/Makefile.am, testbench/uos/Makefile.in:
        cleanup in testbench; pc divided into ppc and npc
        cleanup in testbench; pc divided into ppc and npc
2001-11-27 09:00  markom
2001-11-27 09:00  markom
        * testbench/: acv_uart.c, acv_uartmem.cfg, support/Makefile.am,
        * testbench/: acv_uart.c, acv_uartmem.cfg, support/Makefile.am,
        support/Makefile.in, support/int.c, support/int.h, uos/Makefile.am,
        support/Makefile.in, support/int.c, support/int.h, uos/Makefile.am,
        uos/Makefile.in, uos/int.c:
        uos/Makefile.in, uos/int.c:
        int.c and int.h are general enough and should be useful for other
        int.c and int.h are general enough and should be useful for other
        tests beside uos
        tests beside uos
2001-11-26 17:34  simons
2001-11-26 17:34  simons
        * cpu/or32/or32.c:
        * cpu/or32/or32.c:
        [no log message]
        [no log message]
2001-11-26 11:02  markom
2001-11-26 11:02  markom
        * config.h.in, configure, configure.in, cpu/or1k/Makefile.am,
        * config.h.in, configure, configure.in, cpu/or1k/Makefile.am,
        cpu/or1k/Makefile.in, cpu/or1k/sprs.c, cpu/or1k/opcode/or32.h,
        cpu/or1k/Makefile.in, cpu/or1k/sprs.c, cpu/or1k/opcode/or32.h,
        cpu/or32/or32.c, peripheral/Makefile.in, testbench/acv_uart.c,
        cpu/or32/or32.c, peripheral/Makefile.in, testbench/acv_uart.c,
        testbench/acv_uart.cfg, testbench/except.S:
        testbench/acv_uart.cfg, testbench/except.S:
        steps toward joining or32.c and opcode/or32.h of or1ksim and gdb;
        steps toward joining or32.c and opcode/or32.h of or1ksim and gdb;
        decode.c moved to or32.c
        decode.c moved to or32.c
2001-11-23 09:51  simons
2001-11-23 09:51  simons
        * testbench/README:
        * testbench/README:
        Configuration command description added.
        Configuration command description added.
2001-11-22 20:10  simons
2001-11-22 20:10  simons
        * INSTALL:
        * INSTALL:
        [no log message]
        [no log message]
2001-11-21 09:09  markom
2001-11-21 09:09  markom
        * sim-config.c, sim-config.h, toplevel.c, cpu/common/abstract.c,
        * sim-config.c, sim-config.h, toplevel.c, cpu/common/abstract.c,
        cpu/common/parse.c, cpu/or32/execute.c, peripheral/16450.c,
        cpu/common/parse.c, cpu/or32/execute.c, peripheral/16450.c,
        testbench/acv_uart.c, testbench/acv_uart.cfg, vapi/vapi.c:
        testbench/acv_uart.c, testbench/acv_uart.cfg, vapi/vapi.c:
        set config command added; config struct has been divided into two
        set config command added; config struct has been divided into two
        structs - config and runtime; -f option allows multiple config
        structs - config and runtime; -f option allows multiple config
        scripts
        scripts
2001-11-20 12:30  markom
2001-11-20 12:30  markom
        * sim-config.c, sim-config.h, sim.cfg, cpu/or32/or32.c,
        * sim-config.c, sim-config.h, sim.cfg, cpu/or32/or32.c,
        peripheral/16450.c, peripheral/16450.h, testbench/acv_uart.c,
        peripheral/16450.c, peripheral/16450.h, testbench/acv_uart.c,
        testbench/acv_uart.cfg, vapi/vapi.c:
        testbench/acv_uart.cfg, vapi/vapi.c:
        uart VAPI model improved; changes to MC and eth.
        uart VAPI model improved; changes to MC and eth.
2001-11-16 21:06  simons
2001-11-16 21:06  simons
        * cpu/common/abstract.c, cpu/or32/execute.c, pic/pic.c,
        * cpu/common/abstract.c, cpu/or32/execute.c, pic/pic.c,
        testbench/cache.c:
        testbench/cache.c:
        Some bugs regarding cache simulation fixed.
        Some bugs regarding cache simulation fixed.
2001-11-14 16:02  erez
2001-11-14 16:02  erez
        * peripheral/: Makefile.am, Makefile.in, crc32.c, crc32.h,
        * peripheral/: Makefile.am, Makefile.in, crc32.c, crc32.h,
        ethernet.c:
        ethernet.c:
        Added CRC32 calculation to Ethernet
        Added CRC32 calculation to Ethernet
2001-11-14 14:40  erez
2001-11-14 14:40  erez
        * peripheral/: ethernet.c, ethernet.h, ethernet_i.h:
        * peripheral/: ethernet.c, ethernet.h, ethernet_i.h:
        Improved Ethernet simulation
        Improved Ethernet simulation
2001-11-14 14:38  erez
2001-11-14 14:38  erez
        * config.h.in, configure, configure.in:
        * config.h.in, configure, configure.in:
        Added check for net/ethernet.h (needed by ethernet simulator)
        Added check for net/ethernet.h (needed by ethernet simulator)
2001-11-14 12:33  markom
2001-11-14 12:33  markom
        * sim.cfg, toplevel.c, cpu/common/parse.c, cpu/common/stats.c,
        * sim.cfg, toplevel.c, cpu/common/parse.c, cpu/common/stats.c,
        cpu/or16/execute.c, cpu/or1k/except.c, cpu/or32/execute.c,
        cpu/or16/execute.c, cpu/or1k/except.c, cpu/or32/execute.c,
        cpu/or32/or32.c, mmu/dmmu.c, mmu/immu.c, peripheral/16450.c,
        cpu/or32/or32.c, mmu/dmmu.c, mmu/immu.c, peripheral/16450.c,
        peripheral/16450.h, peripheral/mc.c, support/simprintf.c,
        peripheral/16450.h, peripheral/mc.c, support/simprintf.c,
        testbench/Makefile.am, testbench/Makefile.in, testbench/acv_uart.c,
        testbench/Makefile.am, testbench/Makefile.in, testbench/acv_uart.c,
        testbench/acv_uart.cfg, testbench/basic.s, testbench/cfg.S,
        testbench/acv_uart.cfg, testbench/basic.s, testbench/cfg.S,
        testbench/except.S, testbench/except.ld, testbench/excpt.S:
        testbench/except.S, testbench/except.ld, testbench/excpt.S:
        added acv test for uart; sim debug now has verbose levels; lot of
        added acv test for uart; sim debug now has verbose levels; lot of
        bugs fixed in uart model
        bugs fixed in uart model
2001-11-14 10:22  erez
2001-11-14 10:22  erez
        * testbench/uos/: tick.c, uos.c:
        * testbench/uos/: tick.c, uos.c:
        Small touches to test programs
        Small touches to test programs
2001-11-13 13:35  markom
2001-11-13 13:35  markom
        * testbench/: Makefile.am, Makefile.in, except.S, except.ld,
        * testbench/: Makefile.am, Makefile.in, except.S, except.ld,
        except.s, support/support.c, support/support.h:
        except.s, support/support.c, support/support.h:
        added exception vectors to support and modified section names
        added exception vectors to support and modified section names
2001-11-13 11:43  markom
2001-11-13 11:43  markom
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        peripheral/16450.c, peripheral/16450.h, testbench/README,
        peripheral/16450.c, peripheral/16450.h, testbench/README,
        testbench/pic.c, vapi/vapi.h:
        testbench/pic.c, vapi/vapi.h:
        added VAPI for uart; uart 16550 support, some bugs fixed
        added VAPI for uart; uart 16550 support, some bugs fixed
2001-11-12 15:43  markom
2001-11-12 15:43  markom
        * toplevel.c, peripheral/16450.c, vapi/vapi.c, vapi/vapi.h:
        * toplevel.c, peripheral/16450.c, vapi/vapi.c, vapi/vapi.h:
        VAPI works
        VAPI works
2001-11-12 14:40  markom
2001-11-12 14:40  markom
        * sim-config.c, sim.cfg, toplevel.c, vapi/vapi.c:
        * sim-config.c, sim.cfg, toplevel.c, vapi/vapi.c:
        some small bugs fixed
        some small bugs fixed
2001-11-12 11:50  markom
2001-11-12 11:50  markom
        * vapi/vapit.c:
        * vapi/vapit.c:
        removed vapi client file
        removed vapi client file
2001-11-12 08:49  markom
2001-11-12 08:49  markom
        * sim-config.c, tick/tick.c:
        * sim-config.c, tick/tick.c:
        small bug fixed
        small bug fixed
2001-11-12 08:46  markom
2001-11-12 08:46  markom
        * sim-config.c, sim-config.h, sim.cfg, peripheral/16450.c,
        * sim-config.c, sim-config.h, sim.cfg, peripheral/16450.c,
        pic/pic.h, testbench/default.cfg, testbench/dmatest.cfg,
        pic/pic.h, testbench/default.cfg, testbench/dmatest.cfg,
        tick/tick.c, tick/tick.h:
        tick/tick.c, tick/tick.h:
        removed fixed irq numbering from pic.h; tick timer section added
        removed fixed irq numbering from pic.h; tick timer section added
2001-11-12 07:54  markom
2001-11-12 07:54  markom
        * sim.cfg, toplevel.c:
        * sim.cfg, toplevel.c:
        dependecy is required by history analisis
        dependecy is required by history analisis
2001-11-12 02:38  lampret
2001-11-12 02:38  lampret
        * cpu/common/abstract.c:
        * cpu/common/abstract.c:
        simulate_dc_mmu_load() was calling insn cache/mmu routines instead
        simulate_dc_mmu_load() was calling insn cache/mmu routines instead
        of data cache/mmu. Fixed.
        of data cache/mmu. Fixed.
2001-11-12 02:33  lampret
2001-11-12 02:33  lampret
        * sim-config.c:
        * sim-config.c:
        More realistic default cache type.
        More realistic default cache type.
2001-11-10 23:21  erez
2001-11-10 23:21  erez
        * testbench/: eth.c, eth.cfg:
        * testbench/: eth.c, eth.cfg:
        minor ethernet testbench modifications
        minor ethernet testbench modifications
2001-11-10 23:18  erez
2001-11-10 23:18  erez
        * peripheral/: ethernet.c, ethernet.h:
        * peripheral/: ethernet.c, ethernet.h:
        added initial ethernet RX simulation (very simple for now)
        added initial ethernet RX simulation (very simple for now)
2001-11-10 23:17  erez
2001-11-10 23:17  erez
        * sim-config.c:
        * sim-config.c:
        small fix
        small fix
2001-11-10 19:11  simons
2001-11-10 19:11  simons
        * testbench/cache.c:
        * testbench/cache.c:
        IC test repaired.C
        IC test repaired.C
2001-11-10 16:52  markom
2001-11-10 16:52  markom
        * debug/: gdbcomm.c, gdbcomm.h:
        * debug/: gdbcomm.c, gdbcomm.h:
        added missing gdbcomm files
        added missing gdbcomm files
2001-11-10 11:38  erez
2001-11-10 11:38  erez
        * sim-config.c:
        * sim-config.c:
        added prototypes for xxx_vapi_id()
        added prototypes for xxx_vapi_id()
2001-11-09 11:11  markom
2001-11-09 11:11  markom
        * sim-config.c, sim-config.h, sim.cfg:
        * sim-config.c, sim-config.h, sim.cfg:
        added vapi_id to cfg
        added vapi_id to cfg
2001-11-09 11:05  markom
2001-11-09 11:05  markom
        * sim.cfg:
        * sim.cfg:
        a lot of help in sim.cfg
        a lot of help in sim.cfg
2001-11-09 09:19  markom
2001-11-09 09:19  markom
        * testbench/: default.cfg, dmatest.cfg, eth.cfg:
        * testbench/: default.cfg, dmatest.cfg, eth.cfg:
        added missing files
        added missing files
2001-11-09 09:18  markom
2001-11-09 09:18  markom
        * sim-config.c, sim-config.h, sim.cfg, testbench/Makefile.am,
        * sim-config.c, sim-config.h, sim.cfg, testbench/Makefile.am,
        testbench/Makefile.in, testbench/dmatest.c, testbench/eth.c,
        testbench/Makefile.in, testbench/dmatest.c, testbench/eth.c,
        testbench/excpt.S, testbench/test:
        testbench/excpt.S, testbench/test:
        make check working for all tests except cache
        make check working for all tests except cache
2001-11-08 16:03  markom
2001-11-08 16:03  markom
        * cpu/or1k/spr_defs.h, testbench/support/spr_defs.h,
        * cpu/or1k/spr_defs.h, testbench/support/spr_defs.h,
        testbench/basic.s, testbench/cbasic.c, testbench/cfg.S,
        testbench/basic.s, testbench/cbasic.c, testbench/cfg.S,
        testbench/local_global.c, testbench/mul.c, testbench/test:
        testbench/local_global.c, testbench/mul.c, testbench/test:
        more tests run; added cfg capabilities for tests
        more tests run; added cfg capabilities for tests
2001-11-08 14:24  markom
2001-11-08 14:24  markom
        * sim-config.c, cpu/common/abstract.c, testbench/Makefile.am,
        * sim-config.c, cpu/common/abstract.c, testbench/Makefile.am,
        testbench/Makefile.in, testbench/configure, testbench/configure.in,
        testbench/Makefile.in, testbench/configure, testbench/configure.in,
        testbench/except.ld, testbench/test, testbench/support/Makefile.in,
        testbench/except.ld, testbench/test, testbench/support/Makefile.in,
        testbench/uos/Makefile.in:
        testbench/uos/Makefile.in:
        testbench now has make check
        testbench now has make check
2001-11-08 13:22  markom
2001-11-08 13:22  markom
        * peripheral/ethernet.c:
        * peripheral/ethernet.c:
        ignore reset if ethernet is disabled
        ignore reset if ethernet is disabled
2001-11-08 10:53  markom
2001-11-08 10:53  markom
        * Makefile.am, Makefile.in, sim-config.c, sim-config.h, toplevel.c,
        * Makefile.am, Makefile.in, sim-config.c, sim-config.h, toplevel.c,
        bpb/branch_predict.c, cpu/common/abstract.c, cpu/common/abstract.h,
        bpb/branch_predict.c, cpu/common/abstract.c, cpu/common/abstract.h,
        cpu/common/parse.c, cpu/common/stats.c, cpu/or32/execute.c,
        cpu/common/parse.c, cpu/common/stats.c, cpu/or32/execute.c,
        debug/Makefile.in, testbench/Makefile.in, vapi/Makefile.am,
        debug/Makefile.in, testbench/Makefile.in, vapi/Makefile.am,
        vapi/Makefile.in, vapi/vapi.c:
        vapi/Makefile.in, vapi/vapi.c:
        corrected lots of bugs
        corrected lots of bugs
2001-11-08 09:50  markom
2001-11-08 09:50  markom
        * sim-config.c, toplevel.c, vapi/vapi.c, vapi/vapi.h, vapi/vapit.c:
        * sim-config.c, toplevel.c, vapi/vapi.c, vapi/vapi.h, vapi/vapit.c:
        VAPI should work, but not tested with sim yet.
        VAPI should work, but not tested with sim yet.
2001-11-08 09:00  markom
2001-11-08 09:00  markom
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        cpu/common/parse.c, cpu/common/parse.h, debug/Makefile.am,
        cpu/common/parse.c, cpu/common/parse.h, debug/Makefile.am,
        vapi/vapi.c, vapi/vapi.h, vapi/vapit.c:
        vapi/vapi.c, vapi/vapi.h, vapi/vapit.c:
        included VAPI in execution, but it is still not functioning; some
        included VAPI in execution, but it is still not functioning; some
        cleanup in toplevel.c
        cleanup in toplevel.c
2001-11-07 21:27  lampret
2001-11-07 21:27  lampret
        * cpu/or32/execute.c:
        * cpu/or32/execute.c:
        Fixed reset exception (ESR0) and added some SPRs to executed.log
        Fixed reset exception (ESR0) and added some SPRs to executed.log
2001-11-07 11:48  markom
2001-11-07 11:48  markom
        * vapi/Makefile.in:
        * vapi/Makefile.in:
        ran automake and autoconf
        ran automake and autoconf
2001-11-07 11:33  markom
2001-11-07 11:33  markom
        * cpu/common/abstract.c:
        * cpu/common/abstract.c:
        mc +& bug fixed
        mc +& bug fixed
2001-11-07 11:13  simons
2001-11-07 11:13  simons
        * cpu/common/parse.c:
        * cpu/common/parse.c:
        Sections loaded by physical add.
        Sections loaded by physical add.
2001-11-07 10:09  markom
2001-11-07 10:09  markom
        * cpu/common/abstract.c:
        * cpu/common/abstract.c:
        repaired bug in memcfg parser
        repaired bug in memcfg parser
2001-11-07 09:55  markom
2001-11-07 09:55  markom
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        cpu/common/execute.h, cpu/or32/execute.c:
        cpu/common/execute.h, cpu/or32/execute.c:
        improved config parser
        improved config parser
2001-11-07 08:20  markom
2001-11-07 08:20  markom
        * configure, configure.in, sim-config.c, sim-config.h, sim.cfg,
        * configure, configure.in, sim-config.c, sim-config.h, sim.cfg,
        toplevel.c, cpu/or32/execute.c, peripheral/Makefile.in,
        toplevel.c, cpu/or32/execute.c, peripheral/Makefile.in,
        vapi/Makefile.am, vapi/vapi.c, vapi/vapi.h, vapi/vapit.c:
        vapi/Makefile.am, vapi/vapi.c, vapi/vapi.h, vapi/vapit.c:
        added draft VAPI files; added verbose option to sim section
        added draft VAPI files; added verbose option to sim section
2001-11-07 02:57  lampret
2001-11-07 02:57  lampret
        * cpu/or1k/sprs.c:
        * cpu/or1k/sprs.c:
        Added TT and PIC SPRs to the status (info command)
        Added TT and PIC SPRs to the status (info command)
2001-11-05 08:34  markom
2001-11-05 08:34  markom
        * cpu/common/: abstract.c, parse.c:
        * cpu/common/: abstract.c, parse.c:
        some speedups, when debug module is disabled
        some speedups, when debug module is disabled
2001-11-05 08:29  markom
2001-11-05 08:29  markom
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        cpu/common/abstract.c, cpu/common/labels.c, cpu/common/labels.h,
        cpu/common/abstract.c, cpu/common/labels.c, cpu/common/labels.h,
        cpu/or32/execute.c, debug/debug_unit.c:
        cpu/or32/execute.c, debug/debug_unit.c:
        added labels; corrected false if clause, preventing to fill iqueue
        added labels; corrected false if clause, preventing to fill iqueue
2001-11-02 15:05  markom
2001-11-02 15:05  markom
        * profiler.c, sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        * profiler.c, sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        bpb/branch_predict.c, cpu/common/stats.c, cpu/or32/execute.c:
        bpb/branch_predict.c, cpu/common/stats.c, cpu/or32/execute.c:
        updated cpu config section; added sim config section
        updated cpu config section; added sim config section
2001-11-02 14:07  markom
2001-11-02 14:07  markom
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        cpu/common/stats.c, cpu/or32/execute.c, cpu/or32/or32.c:
        cpu/common/stats.c, cpu/or32/execute.c, cpu/or32/or32.c:
        configure for cpu; modified command line options
        configure for cpu; modified command line options
2001-11-02 13:32  markom
2001-11-02 13:32  markom
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        cpu/common/abstract.c, cpu/or32/execute.c, cpu/or32/or32.c:
        cpu/common/abstract.c, cpu/or32/execute.c, cpu/or32/or32.c:
        small bug in build_automata fixed; configure for memory
        small bug in build_automata fixed; configure for memory
2001-11-02 11:01  markom
2001-11-02 11:01  markom
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        * sim-config.c, sim-config.h, sim.cfg, toplevel.c,
        cache/dcache_model.c, cache/icache_model.c, cpu/common/Makefile.am,
        cache/dcache_model.c, cache/icache_model.c, cpu/common/Makefile.am,
        cpu/common/Makefile.in, cpu/common/abstract.c,
        cpu/common/Makefile.in, cpu/common/abstract.c,
        cpu/common/abstract.h, cpu/common/parse.c, cpu/common/trace.c,
        cpu/common/abstract.h, cpu/common/parse.c, cpu/common/trace.c,
        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/or32/execute.c, peripheral/16450.c, peripheral/dma.c,
        cpu/or32/execute.c, peripheral/16450.c, peripheral/dma.c,
        peripheral/mc.c, peripheral/mc.h, peripheral/vga.c,
        peripheral/mc.c, peripheral/mc.h, peripheral/vga.c,
        peripheral/vga.h, pic/pic.c, pic/pic.h, support/dumpverilog.c,
        peripheral/vga.h, pic/pic.c, pic/pic.h, support/dumpverilog.c,
        testbench/Makefile.am, testbench/pic.c:
        testbench/Makefile.am, testbench/pic.c:
        modified memory accesses; added cfg script; added pic test basic
        modified memory accesses; added cfg script; added pic test basic
        entry of vga; some extensions to mc
        entry of vga; some extensions to mc
2001-10-31 21:08  erez
2001-10-31 21:08  erez
        * support/dumpverilog.c:
        * support/dumpverilog.c:
        Replaced some 8-bit memory access with 32-bit
        Replaced some 8-bit memory access with 32-bit
2001-10-31 18:28  erez
2001-10-31 18:28  erez
        * tick/Makefile:
        * tick/Makefile:
        Removed tick/Makefile, which is generated anyway
        Removed tick/Makefile, which is generated anyway
2001-10-31 18:08  erez
2001-10-31 18:08  erez
        * testbench/: Makefile.am, Makefile.in, configure, dma.c,
        * testbench/: Makefile.am, Makefile.in, configure, dma.c,
        dmatest.c, eth.c:
        dmatest.c, eth.c:
        Added Ethernet test; renamed dma to dmatest; commented out missing
        Added Ethernet test; renamed dma to dmatest; commented out missing
        pic.c
        pic.c
2001-10-31 18:04  erez
2001-10-31 18:04  erez
        * sim-config.c, sim-config.h, toplevel.c, peripheral/Makefile.am,
        * sim-config.c, sim-config.h, toplevel.c, peripheral/Makefile.am,
        peripheral/Makefile.in, peripheral/ethernet.c,
        peripheral/Makefile.in, peripheral/ethernet.c,
        peripheral/ethernet.h:
        peripheral/ethernet.h:
        Added initial Ethernet simulation (only TX as yet)
        Added initial Ethernet simulation (only TX as yet)
2001-10-31 18:02  erez
2001-10-31 18:02  erez
        * peripheral/dma.c:
        * peripheral/dma.c:
        fixed masked_increase() in dma.c
        fixed masked_increase() in dma.c
2001-10-31 15:21  erez
2001-10-31 15:21  erez
        * cpu/or1k/sprs.c:
        * cpu/or1k/sprs.c:
        mtspr() now correctly sets value to register
        mtspr() now correctly sets value to register
2001-10-31 15:19  erez
2001-10-31 15:19  erez
        * cpu/or1k/except.c:
        * cpu/or1k/except.c:
        Made error report more verbose
        Made error report more verbose
2001-10-31 14:35  erez
2001-10-31 14:35  erez
        * peripheral/fields.h:
        * peripheral/fields.h:
        Made macros slightly more robust
        Made macros slightly more robust
2001-10-31 14:34  erez
2001-10-31 14:34  erez
        * peripheral/: dma.c, 16450.c:
        * peripheral/: dma.c, 16450.c:
        Fixed typo
        Fixed typo
2001-10-31 14:32  erez
2001-10-31 14:32  erez
        * cpu/common/abstract.c:
        * cpu/common/abstract.c:
        "Granularity" bugfix
        "Granularity" bugfix
2001-10-26 10:57  markom
2001-10-26 10:57  markom
        * cpu/common/: parse.c, parse.h:
        * cpu/common/: parse.c, parse.h:
        removed some ugly absolete code from parse.c
        removed some ugly absolete code from parse.c
2001-10-26 10:47  markom
2001-10-26 10:47  markom
        * sim.cfg:
        * sim.cfg:
        sample config script added
        sample config script added
2001-10-26 10:46  markom
2001-10-26 10:46  markom
        * sim-config.c, sim-config.h, toplevel.c, cpu/common/abstract.c,
        * sim-config.c, sim-config.h, toplevel.c, cpu/common/abstract.c,
        cpu/common/abstract.h, cpu/common/parse.c, cpu/or1k/sprs.c,
        cpu/common/abstract.h, cpu/common/parse.c, cpu/or1k/sprs.c,
        cpu/or32/execute.c:
        cpu/or32/execute.c:
        removed GlobalMode
        removed GlobalMode
2001-10-25 11:23  markom
2001-10-25 11:23  markom
        * Makefile.am, Makefile.in, peripheral/Makefile.in, tick/Makefile:
        * Makefile.am, Makefile.in, peripheral/Makefile.in, tick/Makefile:
        "make install" now works
        "make install" now works
2001-10-25 11:11  markom
2001-10-25 11:11  markom
        * sim-config.c, sim-config.h:
        * sim-config.c, sim-config.h:
        fixed small bug
        fixed small bug
2001-10-25 10:50  markom
2001-10-25 10:50  markom
        * profiler.c, sim-config.c, sim-config.h, toplevel.c,
        * profiler.c, sim-config.c, sim-config.h, toplevel.c,
        cpu/common/abstract.c, tick/Makefile, peripheral/Makefile.am,
        cpu/common/abstract.c, tick/Makefile, peripheral/Makefile.am,
        peripheral/mc.c, peripheral/mc.h:
        peripheral/mc.c, peripheral/mc.h:
        added enviroment configuration script parser
        added enviroment configuration script parser
2001-10-24 22:43  erez
2001-10-24 22:43  erez
        * peripheral/16450.c:
        * peripheral/16450.c:
        Changed function prototypes to quiet compiler warning
        Changed function prototypes to quiet compiler warning
2001-10-24 22:40  erez
2001-10-24 22:40  erez
        * support/dumpverilog.c:
        * support/dumpverilog.c:
        Added some checks about memory entries
        Added some checks about memory entries
2001-10-24 22:36  erez
2001-10-24 22:36  erez
        * pic/pic.h:
        * pic/pic.h:
        Added INT_DMA
        Added INT_DMA
2001-10-24 22:35  erez
2001-10-24 22:35  erez
        * cpu/common/abstract.c, cpu/common/abstract.h, peripheral/16450.c,
        * cpu/common/abstract.c, cpu/common/abstract.h, peripheral/16450.c,
        peripheral/16450.h, peripheral/dma.c, peripheral/dma.h:
        peripheral/16450.h, peripheral/dma.c, peripheral/dma.h:
        memory areas now have a "granularity" also switched dma to GNU
        memory areas now have a "granularity" also switched dma to GNU
        coding
        coding
2001-10-24 22:27  erez
2001-10-24 22:27  erez
        * toplevel.c:
        * toplevel.c:
        When initializing memory, use set_mem8() instead of
        When initializing memory, use set_mem8() instead of
        cur_area->writefunc()
        cur_area->writefunc()
2001-10-24 19:22  erez
2001-10-24 19:22  erez
        * peripheral/fields.h:
        * peripheral/fields.h:
        Changed my email
        Changed my email
2001-10-24 19:19  erez
2001-10-24 19:19  erez
        * cpu/common/parse.c:
        * cpu/common/parse.c:
        Now checks getentry() returns valid result
        Now checks getentry() returns valid result
2001-10-24 19:17  erez
2001-10-24 19:17  erez
        * cpu/common/parse.h:
        * cpu/common/parse.h:
        Removed redundant OPERAND_DELIM (conflicted with other file)
        Removed redundant OPERAND_DELIM (conflicted with other file)
2001-10-24 19:14  erez
2001-10-24 19:14  erez
        * sim-config.c, sim-config.h:
        * sim-config.c, sim-config.h:
        DMA IRQ is now a parameter
        DMA IRQ is now a parameter
2001-10-24 17:35  erez
2001-10-24 17:35  erez
        * testbench/: Makefile.in, aclocal.m4, configure:
        * testbench/: Makefile.in, aclocal.m4, configure:
        Reran automake and autoconf
        Reran automake and autoconf
2001-10-24 17:33  erez
2001-10-24 17:33  erez
        * testbench/configure.in:
        * testbench/configure.in:
        Checks for tools by target, not host
        Checks for tools by target, not host
2001-10-24 17:29  erez
2001-10-24 17:29  erez
        * testbench/dma.c:
        * testbench/dma.c:
        Fixed include paths and switched to printf()'s instead of
        Fixed include paths and switched to printf()'s instead of
        report()'s
        report()'s
2001-10-24 15:31  markom
2001-10-24 15:31  markom
        * testbench/: README, mul.c, support/Makefile.am,
        * testbench/: README, mul.c, support/Makefile.am,
        support/Makefile.in, support/support.c, support/support.h:
        support/Makefile.in, support/support.c, support/support.h:
        added missing support files
        added missing support files
2001-10-24 14:57  erez
2001-10-24 14:57  erez
        * config.h.in:
        * config.h.in:
        Reran autoheader
        Reran autoheader
2001-10-24 13:40  markom
2001-10-24 13:40  markom
        * testbench/: COPYING, Makefile.am, Makefile.in, TODO, aclocal.m4,
        * testbench/: COPYING, Makefile.am, Makefile.in, TODO, aclocal.m4,
        basic.s, cache.c, cbasic.c, cfg.S, config.sub, configure,
        basic.s, cache.c, cbasic.c, cfg.S, config.sub, configure,
        configure.in, dhry.c, dhry.h, dma.c, except.ld, except.s, excpt.S,
        configure.in, dhry.c, dhry.h, dma.c, except.ld, except.s, excpt.S,
        exit.c, local_global.c, mul.c, mycompress.c, test3.o, xess.ld:
        exit.c, local_global.c, mul.c, mycompress.c, test3.o, xess.ld:
        added various tests
        added various tests
2001-10-24 12:51  markom
2001-10-24 12:51  markom
        * stamp-h:
        * stamp-h:
        reran automake and autoconf
        reran automake and autoconf
2001-10-24 12:49  markom
2001-10-24 12:49  markom
        * testbench/uos/: README, except_or32.S, int.c, int.h, ipc.h,
        * testbench/uos/: README, except_or32.S, int.c, int.h, ipc.h,
        spr_defs.h, task.c, tick.c, uos.c, uos.h:
        spr_defs.h, task.c, tick.c, uos.c, uos.h:
        added uos to new testbench
        added uos to new testbench
2001-10-24 12:48  markom
2001-10-24 12:48  markom
        * Makefile.am, Makefile.in, config.h.in, configure, configure.in,
        * Makefile.am, Makefile.in, config.h.in, configure, configure.in,
        sim-config.c, sim-config.h, toplevel.c, bpb/Makefile.in,
        sim-config.c, sim-config.h, toplevel.c, bpb/Makefile.in,
        cache/Makefile.in, cpu/Makefile.in, cpu/common/Makefile.in,
        cache/Makefile.in, cpu/Makefile.in, cpu/common/Makefile.in,
        cpu/common/abstract.c, cpu/common/abstract.h, cpu/common/parse.c,
        cpu/common/abstract.c, cpu/common/abstract.h, cpu/common/parse.c,
        cpu/common/parse.h, cpu/common/stats.c, cpu/common/trace.c,
        cpu/common/parse.h, cpu/common/stats.c, cpu/common/trace.c,
        cpu/dlx/Makefile.in, cpu/or16/Makefile.in, cpu/or1k/Makefile.in,
        cpu/dlx/Makefile.in, cpu/or16/Makefile.in, cpu/or1k/Makefile.in,
        cpu/or1k/except.c, cpu/or1k/spr_defs.h, cpu/or32/Makefile.in,
        cpu/or1k/except.c, cpu/or1k/spr_defs.h, cpu/or32/Makefile.in,
        cpu/or32/execute.c, cpu/or32/or32.c, testbench/support/spr_defs.h,
        cpu/or32/execute.c, cpu/or32/or32.c, testbench/support/spr_defs.h,
        debug/Makefile.am, debug/Makefile.in, debug/debug_unit.c,
        debug/Makefile.am, debug/Makefile.in, debug/debug_unit.c,
        debug/debug_unit.c.bak, debug/debug_unit.h, mmu/Makefile.in,
        debug/debug_unit.c.bak, debug/debug_unit.h, mmu/Makefile.in,
        peripheral/16450.c, peripheral/16450.h, peripheral/Makefile.am,
        peripheral/16450.c, peripheral/16450.h, peripheral/Makefile.am,
        peripheral/Makefile.in, peripheral/debug_unit.c,
        peripheral/Makefile.in, peripheral/debug_unit.c,
        peripheral/debug_unit.h, pic/Makefile.in, pm/Makefile.in,
        peripheral/debug_unit.h, pic/Makefile.in, pm/Makefile.in,
        support/Makefile.in, support/dumpverilog.c, testbench/uos/Makefile,
        support/Makefile.in, support/dumpverilog.c, testbench/uos/Makefile,
        testbench/uos/Makefile.am, testbench/uos/Makefile.in,
        testbench/uos/Makefile.am, testbench/uos/Makefile.in,
        testbench/uos/README, testbench/uos/except_or32.S,
        testbench/uos/README, testbench/uos/except_or32.S,
        testbench/uos/int.c, testbench/uos/int.h, testbench/uos/ipc.h,
        testbench/uos/int.c, testbench/uos/int.h, testbench/uos/ipc.h,
        testbench/uos/spr_defs.h, testbench/uos/task.c,
        testbench/uos/spr_defs.h, testbench/uos/task.c,
        testbench/uos/tick.c, testbench/uos/uos.c, testbench/uos/uos.h,
        testbench/uos/tick.c, testbench/uos/uos.c, testbench/uos/uos.h,
        tick/Makefile.in:
        tick/Makefile.in:
        major changes to testbench; debug unit is moved to /debug; memory
        major changes to testbench; debug unit is moved to /debug; memory
        organization can be customized; UART from simons;  overall cleanup
        organization can be customized; UART from simons;  overall cleanup
2001-10-04 13:11  erez
2001-10-04 13:11  erez
        * configure, configure.in:
        * configure, configure.in:
        Removed redundant "long long" checks
        Removed redundant "long long" checks
2001-10-04 12:17  erez
2001-10-04 12:17  erez
        * testbench/README:
        * testbench/README:
        Added test5 for DMA
        Added test5 for DMA
2001-10-04 12:15  erez
2001-10-04 12:15  erez
        * peripheral/: dma.c, dma.h, fields.h:
        * peripheral/: dma.c, dma.h, fields.h:
        Added DMA
        Added DMA
2001-10-04 12:10  erez
2001-10-04 12:10  erez
        * sim-config.c, sim-config.h, toplevel.c, peripheral/Makefile.am,
        * sim-config.c, sim-config.h, toplevel.c, peripheral/Makefile.am,
        peripheral/Makefile.in:
        peripheral/Makefile.in:
        Added DMA
        Added DMA
2001-10-04 12:06  erez
2001-10-04 12:06  erez
        * configure:
        * configure:
        Added check for "long long"
        Added check for "long long"
2001-09-27 10:11  chris
2001-09-27 10:11  chris
        * toplevel.c, cpu/common/abstract.c, cpu/or32/execute.c,
        * toplevel.c, cpu/common/abstract.c, cpu/or32/execute.c,
        peripheral/debug_unit.c, peripheral/debug_unit.h:
        peripheral/debug_unit.c, peripheral/debug_unit.h:
        Several modifications to support gdb in a new exception style mode.
        Several modifications to support gdb in a new exception style mode.
         This new version works with gdb, and does not require the
         This new version works with gdb, and does not require the
        simulator to implement a writeable PC.
        simulator to implement a writeable PC.
2001-09-20 15:14  erez
2001-09-20 15:14  erez
        * mmu/: dmmu.h, immu.h:
        * mmu/: dmmu.h, immu.h:
        Added function prototypes to stop gcc from complaining
        Added function prototypes to stop gcc from complaining
2001-09-13 18:16  erez
2001-09-13 18:16  erez
        * config.h.in, configure, configure.in:
        * config.h.in, configure, configure.in:
        changed configure.in and acconfig.h to check for long long reran
        changed configure.in and acconfig.h to check for long long reran
        autoheader & autoconf
        autoheader & autoconf
2001-09-13 18:14  erez
2001-09-13 18:14  erez
        * cpu/common/: abstract.c, abstract.h:
        * cpu/common/: abstract.c, abstract.h:
        readfunc() and writefunc() now use unsigned long values instead of
        readfunc() and writefunc() now use unsigned long values instead of
        unsigned char.
        unsigned char.
2001-09-07 22:54  simons
2001-09-07 22:54  simons
        * testbench/uos/: Makefile, README, except_or32.S, int.c, int.h,
        * testbench/uos/: Makefile, README, except_or32.S, int.c, int.h,
        ipc.h, spr_defs.h, task.c, tick.c, uos.c, uos.h:
        ipc.h, spr_defs.h, task.c, tick.c, uos.c, uos.h:
        Moved from testbench.old
        Moved from testbench.old
2001-09-07 22:44  simons
2001-09-07 22:44  simons
        * testbench/uos/: README, kernel/Makefile, kernel/except_or32.S,
        * testbench/uos/: README, kernel/Makefile, kernel/except_or32.S,
        kernel/idle.c, kernel/machine.c, kernel/machine.h,
        kernel/idle.c, kernel/machine.c, kernel/machine.h,
        kernel/ukernel.c, kernel/ukernel.h, kernel/vmm.c, kernel/vmm.h,
        kernel/ukernel.c, kernel/ukernel.h, kernel/vmm.c, kernel/vmm.h,
        libc/Makefile, libc/string.c, libc/syscalls.c, user1/Makefile,
        libc/Makefile, libc/string.c, libc/syscalls.c, user1/Makefile,
        user1/user1.c, user3/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
        * cpu/or1k/spr_defs.h, testbench/support/spr_defs.h, sim-config.c:
        * cpu/or1k/spr_defs.h, testbench/support/spr_defs.h, sim-config.c:
        Configuration SPRs added.
        Configuration SPRs added.
2001-09-07 22:16  simons
2001-09-07 22:16  simons
        * testbench/README:
        * testbench/README:
        New test added.
        New test added.
2001-09-07 14:07  chris
2001-09-07 14:07  chris
        * peripheral/debug_unit.h:
        * peripheral/debug_unit.h:
        Declared RISCOP.RESET to be volatile so that -O2 optimization would
        Declared RISCOP.RESET to be volatile so that -O2 optimization would
        not optimize away the correct behavior by trying to be too clever.
        not optimize away the correct behavior by trying to be too clever.
2001-09-07 05:00  chris
2001-09-07 05:00  chris
        * cpu/or1k/sprs.c:
        * cpu/or1k/sprs.c:
        Removed GlobalMode reference causing problems for
        Removed GlobalMode reference causing problems for
        --disable-debugmod option.
        --disable-debugmod option.
2001-09-06 08:38  chris
2001-09-06 08:38  chris
        * sim-config.h:
        * sim-config.h:
        Added UART jitter var to sim config
        Added UART jitter var to sim config
2001-09-06 08:38  chris
2001-09-06 08:38  chris
        * sim-config.c:
        * sim-config.c:
        Added jitter initialization
        Added jitter initialization
2001-09-06 08:29  chris
2001-09-06 08:29  chris
        * tick/tick.c:
        * tick/tick.c:
        fixed mode handling for tick facility
        fixed mode handling for tick facility
2001-09-06 08:29  chris
2001-09-06 08:29  chris
        * pic/pic.c:
        * pic/pic.c:
        fixed PIC interrupt controller
        fixed PIC interrupt controller
2001-09-06 08:28  chris
2001-09-06 08:28  chris
        * peripheral/debug_unit.c:
        * peripheral/debug_unit.c:
        minor change to clear pending exception
        minor change to clear pending exception
2001-09-06 08:28  chris
2001-09-06 08:28  chris
        * peripheral/16450.h:
        * peripheral/16450.h:
        major change to UART structure
        major change to UART structure
2001-09-06 08:27  chris
2001-09-06 08:27  chris
        * peripheral/16450.c:
        * peripheral/16450.c:
        major change to UART code
        major change to UART code
2001-09-06 08:27  chris
2001-09-06 08:27  chris
        * cpu/or32/execute.c:
        * cpu/or32/execute.c:
        modified decode for trace debugging
        modified decode for trace debugging
2001-09-06 08:27  chris
2001-09-06 08:27  chris
        * cpu/or1k/sprs.c:
        * cpu/or1k/sprs.c:
        changed special case for PICSR
        changed special case for PICSR
2001-09-06 08:26  chris
2001-09-06 08:26  chris
        * cpu/or1k/except.c:
        * cpu/or1k/except.c:
        updated exception handling procedures
        updated exception handling procedures
2001-09-06 08:26  chris
2001-09-06 08:26  chris
        * toplevel.c:
        * toplevel.c:
        Added trace/stall commands
        Added trace/stall commands
2001-08-16 14:44  markom
2001-08-16 14:44  markom
        * configure.in:
        * configure.in:
        Added new configure option --enable-impl=[default,mp3,bender],
        Added new configure option --enable-impl=[default,mp3,bender],
        which defines IMPL_impl.  It selects implementation specific
        which defines IMPL_impl.  It selects implementation specific
        environment. One should #ifdef the code that is different than
        environment. One should #ifdef the code that is different than
        default.
        default.
2001-08-16 12:08  markom
2001-08-16 12:08  markom
        * toplevel.c, cpu/common/abstract.c, cpu/or1k/opcode/or32.h,
        * toplevel.c, cpu/common/abstract.c, cpu/or1k/opcode/or32.h,
        cpu/or32/execute.c, cpu/or32/or32.c:
        cpu/or32/execute.c, cpu/or32/or32.c:
        Few changes that should be done previously:  - machine.h replaced
        Few changes that should be done previously:  - machine.h replaced
        by spr_defs.h  - if reset label does not exist, boot from 0x0100
        by spr_defs.h  - if reset label does not exist, boot from 0x0100
2001-08-14 08:19  markom
2001-08-14 08:19  markom
        * Makefile.am, Makefile.in, profiler.c, sim-config.c, sim-config.h,
        * Makefile.am, Makefile.in, profiler.c, sim-config.c, sim-config.h,
        toplevel.c, cpu/common/parse.c, cpu/or1k/spr_defs.h,
        toplevel.c, cpu/common/parse.c, cpu/or1k/spr_defs.h,
        testbench/support/spr_defs.h, cpu/or32/execute.c,
        testbench/support/spr_defs.h, cpu/or32/execute.c,
        support/simprintf.c:
        support/simprintf.c:
         - profiler added, use e.g.:
         - profiler added, use e.g.:
        make profiler ./sim -profile -fast executable ./profiler -g [-c]
        make profiler ./sim -profile -fast executable ./profiler -g [-c]
        (no special compiling options necessary)
        (no special compiling options necessary)
2001-08-08 16:23  markom
2001-08-08 16:23  markom
        * Makefile.in, configure, configure.in, sim-config.c, toplevel.c,
        * Makefile.in, configure, configure.in, sim-config.c, toplevel.c,
        cache/dcache_model.c, cache/icache_model.c, cpu/common/abstract.c,
        cache/dcache_model.c, cache/icache_model.c, cpu/common/abstract.c,
        cpu/common/abstract.h, cpu/common/parse.c, cpu/common/stats.c,
        cpu/common/abstract.h, cpu/common/parse.c, cpu/common/stats.c,
        cpu/or1k/arch.h, cpu/or1k/except.c, cpu/or1k/spr_defs.h,
        cpu/or1k/arch.h, cpu/or1k/except.c, cpu/or1k/spr_defs.h,
        cpu/or1k/sprs.c, cpu/or1k/sprs.h, cpu/or32/execute.c, mmu/dmmu.c,
        cpu/or1k/sprs.c, cpu/or1k/sprs.h, cpu/or32/execute.c, mmu/dmmu.c,
        mmu/immu.c, peripheral/debug_unit.c, peripheral/debug_unit.h,
        mmu/immu.c, peripheral/debug_unit.c, peripheral/debug_unit.h,
        testbench/support/spr_defs.h, pic/pic.c, pm/pm.c, tick/Makefile,
        testbench/support/spr_defs.h, pic/pic.c, pm/pm.c, tick/Makefile,
        tick/tick.c:
        tick/tick.c:
         - SPR values corrected
         - SPR values corrected
         - testbenches now work
         - testbenches now work
         - lot of optimizations, use --disable-debugmod for optimal
         - lot of optimizations, use --disable-debugmod for optimal
        performance
        performance
         - some tick timer bugs fixed
         - some tick timer bugs fixed
2001-06-27 09:13  chris
2001-06-27 09:13  chris
        * README.gdb:
        * README.gdb:
        Updated for new runtime environment
        Updated for new runtime environment
2001-06-27 09:01  chris
2001-06-27 09:01  chris
        * cpu/or1k/sprs.c:
        * cpu/or1k/sprs.c:
        Writes to SPR_PC are now enabled
        Writes to SPR_PC are now enabled
2001-06-27 08:59  chris
2001-06-27 08:59  chris
        * cpu/or1k/except.c:
        * cpu/or1k/except.c:
        Breakpoint exceptions from single step are not printed now.
        Breakpoint exceptions from single step are not printed now.
2001-06-26 05:58  chris
2001-06-26 05:58  chris
        * peripheral/debug_unit.c:
        * peripheral/debug_unit.c:
        Replace single stepping patch that got overwritten
        Replace single stepping patch that got overwritten
2001-06-25 14:20  chris
2001-06-25 14:20  chris
        * README.gdb:
        * README.gdb:
        Initial checkin of instructions
        Initial checkin of instructions
2001-06-25 14:09  chris
2001-06-25 14:09  chris
        * peripheral/: debug_unit.c, debug_unit.h:
        * peripheral/: debug_unit.c, debug_unit.h:
        Modifications necessary for functional gdb debugging interface
        Modifications necessary for functional gdb debugging interface
2001-06-25 14:08  chris
2001-06-25 14:08  chris
        * cpu/or32/or32.c:
        * cpu/or32/or32.c:
        Modifications necessary for functional gdb interface
        Modifications necessary for functional gdb interface
2001-06-25 14:05  chris
2001-06-25 14:05  chris
        * cpu/or32/execute.c:
        * cpu/or32/execute.c:
        Modifications for a functional gdb environment
        Modifications for a functional gdb environment
2001-06-25 14:04  chris
2001-06-25 14:04  chris
        * cpu/or1k/opcode/or32.h:
        * cpu/or1k/opcode/or32.h:
        Added l_trap()
        Added l_trap()
2001-06-25 14:01  chris
2001-06-25 14:01  chris
        * cpu/or1k/spr_defs.h, testbench/support/spr_defs.h,
        * cpu/or1k/spr_defs.h, testbench/support/spr_defs.h,
        cpu/or1k/sprs.c:
        cpu/or1k/sprs.c:
        Modifications for functional gdb
        Modifications for functional gdb
2001-06-25 13:58  chris
2001-06-25 13:58  chris
        * toplevel.c, cpu/or1k/except.c:
        * toplevel.c, cpu/or1k/except.c:
        Modifications for functional gdb
        Modifications for functional gdb
2001-06-22 10:58  markom
2001-06-22 10:58  markom
        * toplevel.c, cpu/common/abstract.c, cpu/common/abstract.h,
        * toplevel.c, 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/or1k/arch.h, cpu/or1k/opcode/or32.h,
        cpu/common/stats.c, cpu/or1k/arch.h, cpu/or1k/opcode/or32.h,
        cpu/or32/execute.c, cpu/or32/or32.c, peripheral/debug_unit.c,
        cpu/or32/execute.c, cpu/or32/or32.c, peripheral/debug_unit.c,
        pic/pic.c, support/dumpverilog.c, tick/Makefile:
        pic/pic.c, support/dumpverilog.c, tick/Makefile:
        - on the fly insn decoding - removed asm input file support -
        - on the fly insn decoding - removed asm input file support -
        removed string from execution - speedup of loading
        removed string from execution - speedup of loading
2001-06-21 11:52  chris
2001-06-21 11:52  chris
        * cpu/or1k/except.h:
        * cpu/or1k/except.h:
        Added TRAP exception
        Added TRAP exception
2001-06-19 12:38  markom
2001-06-19 12:38  markom
        * cpu/common/: abstract.c, abstract.h, parse.c:
        * cpu/common/: abstract.c, abstract.h, parse.c:
        [no log message]
        [no log message]
2001-06-19 12:29  markom
2001-06-19 12:29  markom
        * cpu/or1k/Makefile.am, cpu/or1k/Makefile.in, cpu/or1k/arch.h,
        * cpu/or1k/Makefile.am, cpu/or1k/Makefile.in, cpu/or1k/arch.h,
        cpu/or1k/except.c, cpu/or1k/spr_defs.h, cpu/or1k/sprs.c,
        cpu/or1k/except.c, cpu/or1k/spr_defs.h, cpu/or1k/sprs.c,
        cpu/or1k/opcode/or16.h, cpu/or1k/opcode/or32.h,
        cpu/or1k/opcode/or16.h, cpu/or1k/opcode/or32.h,
        testbench/support/spr_defs.h, cpu/or32/Makefile.am,
        testbench/support/spr_defs.h, cpu/or32/Makefile.am,
        cpu/or32/Makefile.in, cpu/or32/execute.c, cpu/or32/or32.c,
        cpu/or32/Makefile.in, cpu/or32/execute.c, cpu/or32/or32.c,
        tick/tick.c:
        tick/tick.c:
        moved header files to match other utilities repaired l.sra and some
        moved header files to match other utilities repaired l.sra and some
        other shifting instructions started build_automata for binary
        other shifting instructions started build_automata for binary
        instruction decode
        instruction decode
2001-06-18 13:52  chris
2001-06-18 13:52  chris
        * configure:
        * configure:
        Added option for socket libraries under Solaris
        Added option for socket libraries under Solaris
2001-06-18 13:48  chris
2001-06-18 13:48  chris
        * configure.in:
        * configure.in:
        Added option for socket libraries under Solaris
        Added option for socket libraries under Solaris
2001-06-18 13:44  chris
2001-06-18 13:44  chris
        * peripheral/debug_unit.h:
        * peripheral/debug_unit.h:
        Initial checkin of the Debug Unit register descriptions
        Initial checkin of the Debug Unit register descriptions
2001-06-18 13:43  chris
2001-06-18 13:43  chris
        * peripheral/debug_unit.c:
        * peripheral/debug_unit.c:
        Initial checkin of the debug unit module
        Initial checkin of the debug unit module
2001-06-18 13:42  chris
2001-06-18 13:42  chris
        * cpu/or32/execute.c:
        * cpu/or32/execute.c:
        Added code to inject insn from Debug Unit DIR
        Added code to inject insn from Debug Unit DIR
2001-06-18 13:41  chris
2001-06-18 13:41  chris
        * cpu/or1k/except.c:
        * cpu/or1k/except.c:
        Added code to check debug unit after an exception
        Added code to check debug unit after an exception
2001-06-18 13:39  chris
2001-06-18 13:39  chris
        * toplevel.c:
        * toplevel.c:
        Added GDB debugging protocol.
        Added GDB debugging protocol.
2001-06-12 15:35  markom
2001-06-12 15:35  markom
        * Makefile.am, Makefile.in, config.h.in, configure, configure.in,
        * Makefile.am, Makefile.in, config.h.in, configure, configure.in,
        sim-config.c, sim-config.h, toplevel.c, cpu/common/abstract.c,
        sim-config.c, sim-config.h, toplevel.c, cpu/common/abstract.c,
        cpu/common/abstract.h, cpu/common/execute.h, cpu/common/parse.c,
        cpu/common/abstract.h, cpu/common/execute.h, cpu/common/parse.c,
        cpu/common/parse.h, cpu/dlx/execute.c, cpu/or16/execute.c,
        cpu/common/parse.h, cpu/dlx/execute.c, cpu/or16/execute.c,
        cpu/or1k/Makefile.am, cpu/or1k/Makefile.in, cpu/or1k/except.c,
        cpu/or1k/Makefile.am, cpu/or1k/Makefile.in, cpu/or1k/except.c,
        cpu/or1k/sprs.c, cpu/or1k/sprs.h, cpu/or32/execute.c,
        cpu/or1k/sprs.c, cpu/or1k/sprs.h, cpu/or32/execute.c,
        peripheral/16450.c, peripheral/Makefile.am, peripheral/Makefile.in,
        peripheral/16450.c, peripheral/Makefile.am, peripheral/Makefile.in,
        pic/pic.c, support/dumpverilog.c, support/simprintf.c,
        pic/pic.c, support/dumpverilog.c, support/simprintf.c,
        tick/Makefile:
        tick/Makefile:
        Bugs fixed:  - l.rfe temporarly disables exceptions  - l.sys does
        Bugs fixed:  - l.rfe temporarly disables exceptions  - l.sys does
        PC -= 4  - breakpoints now supported at peripheria locations  -
        PC -= 4  - breakpoints now supported at peripheria locations  -
        uart0.rt/.tx nonexistent file segment fault
        uart0.rt/.tx nonexistent file segment fault
        Other modifications:  - replaced string names to instruction
        Other modifications:  - replaced string names to instruction
        indexes  - execute.c executes specified (in ISA table) function  -
        indexes  - execute.c executes specified (in ISA table) function  -
        modified ISA table - flag needed for gdb  - added or32.c, which
        modified ISA table - flag needed for gdb  - added or32.c, which
        supports or32.h  - added new instructions l.mac, l.msb, l.maci,
        supports or32.h  - added new instructions l.mac, l.msb, l.maci,
        l.macrc    and their executing functions (opcodes to be revisited)
        l.macrc    and their executing functions (opcodes to be revisited)
        - added header acconfig.h  - modified configuration files
        - added header acconfig.h  - modified configuration files
2001-05-22 13:41  markom
2001-05-22 13:41  markom
        * cache/icache_model.c:
        * cache/icache_model.c:
        bug fix.
        bug fix.
2001-05-18 07:10  lampret
2001-05-18 07:10  lampret
        * Makefile.am, Makefile.in, configure, configure.in, sim-config.c,
        * Makefile.am, Makefile.in, configure, configure.in, sim-config.c,
        sim-config.h, toplevel.c:
        sim-config.h, toplevel.c:
        Major update to include PM, PIC, Cache Mngmnt and non-interactive
        Major update to include PM, PIC, Cache Mngmnt and non-interactive
        mode.
        mode.
2001-05-18 07:00  lampret
2001-05-18 07:00  lampret
        * pm/Makefile.am, pm/Makefile.in, pm/pm.c, pm/pm.h,
        * pm/Makefile.am, pm/Makefile.in, pm/pm.c, pm/pm.h,
        pic/Makefile.am, pic/Makefile.in, pic/pic.c, pic/pic.h:
        pic/Makefile.am, pic/Makefile.in, pic/pic.c, pic/pic.h:
        Major update to include PM, PIC, Cache Mngmnt and non-interactive
        Major update to include PM, PIC, Cache Mngmnt and non-interactive
        mode.
        mode.
2001-05-18 06:55  lampret
2001-05-18 06:55  lampret
        * cpu/common/abstract.c, cpu/common/stats.c, cpu/or1k/except.h,
        * cpu/common/abstract.c, cpu/common/stats.c, cpu/or1k/except.h,
        cpu/or1k/spr_defs.h, cpu/or1k/sprs.c, cpu/or32/execute.c,
        cpu/or1k/spr_defs.h, cpu/or1k/sprs.c, cpu/or32/execute.c,
        testbench/support/spr_defs.h, cache/dcache_model.c,
        testbench/support/spr_defs.h, cache/dcache_model.c,
        cache/icache_model.c, cache/icache_model.h, mmu/dmmu.c, mmu/immu.c,
        cache/icache_model.c, cache/icache_model.h, mmu/dmmu.c, mmu/immu.c,
        bpb/branch_predict.c, tick/Makefile, tick/tick.c,
        bpb/branch_predict.c, tick/Makefile, tick/tick.c,
        peripheral/16450.c, peripheral/Makefile.in:
        peripheral/16450.c, peripheral/Makefile.in:
        Major update to include PM, PIC, Cache Mngmnt and non-interactive
        Major update to include PM, PIC, Cache Mngmnt and non-interactive
        mode.
        mode.
2001-05-03 06:32  lampret
2001-05-03 06:32  lampret
        * tick/tick.c:
        * tick/tick.c:
        Updated tick facility.
        Updated tick facility.
2001-05-03 06:29  lampret
2001-05-03 06:29  lampret
        * cpu/or1k/except.h, cpu/or1k/spr_defs.h,
        * cpu/or1k/except.h, cpu/or1k/spr_defs.h,
        testbench/support/spr_defs.h:
        testbench/support/spr_defs.h:
        [no log message]
        [no log message]
2001-05-03 06:27  lampret
2001-05-03 06:27  lampret
        * cpu/or32/execute.c:
        * cpu/or32/execute.c:
        Return value register is now r9.
        Return value register is now r9.
2001-05-03 06:26  lampret
2001-05-03 06:26  lampret
        * 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
2001-04-03 03:26  lampret
        * testbench/uos/: kernel/Makefile, kernel/except_or32.S,
        * testbench/uos/: kernel/Makefile, kernel/except_or32.S,
        kernel/idle.c, kernel/machine.c, kernel/machine.h,
        kernel/idle.c, kernel/machine.c, kernel/machine.h,
        kernel/ukernel.c, kernel/ukernel.h, kernel/vmm.c, kernel/vmm.h,
        kernel/ukernel.c, kernel/ukernel.h, kernel/vmm.c, kernel/vmm.h,
        libc/Makefile, libc/string.c, libc/syscalls.c, user1/Makefile,
        libc/Makefile, libc/string.c, libc/syscalls.c, user1/Makefile,
        user1/user1.c, user3/Makefile:
        user1/user1.c, user3/Makefile:
        Update.
        Update.
2001-04-03 03:24  lampret
2001-04-03 03:24  lampret
        * testbench/uos/README:
        * testbench/uos/README:
        Adding uos.
        Adding uos.
2001-04-03 00:24  lampret
2001-04-03 00:24  lampret
        * Makefile.am, Makefile.in, configure, configure.in, toplevel.c:
        * Makefile.am, Makefile.in, configure, configure.in, toplevel.c:
        Tick timer.
        Tick timer.
2001-04-03 00:22  lampret
2001-04-03 00:22  lampret
        * tick/: Makefile, Makefile.am, Makefile.in, tick.c, tick.h:
        * tick/: Makefile, Makefile.am, Makefile.in, tick.c, tick.h:
        Tick timer facility.
        Tick timer facility.
2001-04-02 22:49  lampret
2001-04-02 22:49  lampret
        * cpu/or1k/spr_defs.h, testbench/support/spr_defs.h:
        * cpu/or1k/spr_defs.h, testbench/support/spr_defs.h:
        Added tick timer.
        Added tick timer.
2001-04-01 15:24  lampret
2001-04-01 15:24  lampret
        * toplevel.c:
        * toplevel.c:
        Added dh command.
        Added dh command.
2001-04-01 15:24  lampret
2001-04-01 15:24  lampret
        * support/dumpverilog.c:
        * support/dumpverilog.c:
        Added dumphex.
        Added dumphex.
2001-04-01 15:23  lampret
2001-04-01 15:23  lampret
        * cache/Makefile.in:
        * cache/Makefile.in:
        Update.
        Update.
2001-04-01 15:21  lampret
2001-04-01 15:21  lampret
        * cpu/: common/execute.h, or32/execute.c:
        * cpu/: common/execute.h, or32/execute.c:
        Updates.
        Updates.
2001-04-01 15:18  lampret
2001-04-01 15:18  lampret
        * cpu/or1k/except.c:
        * cpu/or1k/except.c:
        Changed pctemp to pcnext.
        Changed pctemp to pcnext.
2000-10-30 08:35  lampret
2000-10-30 08:35  lampret
        * sim-config.c, sim-config.h, toplevel.c:
        * sim-config.c, sim-config.h, toplevel.c:
        (i/d)tlb_status
        (i/d)tlb_status
2000-10-30 08:33  lampret
2000-10-30 08:33  lampret
        * cpu/common/abstract.c, cpu/common/stats.c, cpu/common/stats.h,
        * cpu/common/abstract.c, cpu/common/stats.c, cpu/common/stats.h,
        cpu/dlx/Makefile.in, cpu/or16/Makefile.in, cpu/or1k/except.c,
        cpu/dlx/Makefile.in, cpu/or16/Makefile.in, cpu/or1k/except.c,
        cpu/or1k/except.h, cpu/or1k/spr_defs.h, cpu/or1k/sprs.c,
        cpu/or1k/except.h, cpu/or1k/spr_defs.h, cpu/or1k/sprs.c,
        testbench/support/spr_defs.h, cpu/or32/execute.c:
        testbench/support/spr_defs.h, cpu/or32/execute.c:
        Regular update.
        Regular update.
2000-10-30 08:28  lampret
2000-10-30 08:28  lampret
        * cache/: icache_model.c, icache_model.h:
        * cache/: icache_model.c, icache_model.h:
        regular update
        regular update
2000-10-30 08:27  lampret
2000-10-30 08:27  lampret
        * support/: dumpverilog.c, dumpverilog.h, simprintf.c:
        * support/: dumpverilog.c, dumpverilog.h, simprintf.c:
        simgetstr added. eval_mem32 replaced with evalsim_mem32.
        simgetstr added. eval_mem32 replaced with evalsim_mem32.
2000-10-23 10:04  lampret
2000-10-23 10:04  lampret
        * mmu/: immu.c, immu.h:
        * mmu/: immu.c, immu.h:
        Same as DMMU.
        Same as DMMU.
2000-10-23 10:03  lampret
2000-10-23 10:03  lampret
        * mmu/: Makefile.am, Makefile.in, dmmu.c:
        * mmu/: Makefile.am, Makefile.in, dmmu.c:
        Fixed all bugs. Now more or less works. IMMU still has some
        Fixed all bugs. Now more or less works. IMMU still has some
        problems (exception start).
        problems (exception start).
2000-10-18 09:07  lampret
2000-10-18 09:07  lampret
        * README:
        * README:
        Added 'how to build GNU tools'
        Added 'how to build GNU tools'
2000-10-11 09:45  lampret
2000-10-11 09:45  lampret
        * sim-config.c, sim-config.h, toplevel.c:
        * sim-config.c, sim-config.h, toplevel.c:
        Sim debug.
        Sim debug.
2000-10-11 09:42  lampret
2000-10-11 09:42  lampret
        * cpu/or32/execute.c:
        * cpu/or32/execute.c:
        Added hook for l.sys 204. Changed SPR of flag (no more CCR)
        Added hook for l.sys 204. Changed SPR of flag (no more CCR)
2000-10-11 09:40  lampret
2000-10-11 09:40  lampret
        * cpu/common/parse.c:
        * cpu/common/parse.c:
        Added simulator "application load".
        Added simulator "application load".
2000-10-11 09:40  lampret
2000-10-11 09:40  lampret
        * cpu/common/abstract.c:
        * cpu/common/abstract.c:
        Added another set of eval_ functions that should be used directly
        Added another set of eval_ functions that should be used directly
        by simulator.  evalsim_ and setsim_ don't go through MMU
        by simulator.  evalsim_ and setsim_ don't go through MMU
        transaltion mechanism.
        transaltion mechanism.
2000-10-11 09:38  lampret
2000-10-11 09:38  lampret
        * cpu/common/: stats.c, stats.h:
        * cpu/common/: stats.c, stats.h:
        Added DMMU stats.
        Added DMMU stats.
2000-10-11 09:37  lampret
2000-10-11 09:37  lampret
        * cpu/or1k/except.c, cpu/or1k/except.h, cpu/or1k/spr_defs.h,
        * cpu/or1k/except.c, cpu/or1k/except.h, cpu/or1k/spr_defs.h,
        cpu/or1k/sprs.h, testbench/support/spr_defs.h:
        cpu/or1k/sprs.h, testbench/support/spr_defs.h:
        SPR bit definition moved to spr_defs.h.
        SPR bit definition moved to spr_defs.h.
2000-10-11 09:36  lampret
2000-10-11 09:36  lampret
        * cpu/or1k/sprs.c:
        * cpu/or1k/sprs.c:
        Fixed a bug in getsprbits/setsprbits functions (now mask can have
        Fixed a bug in getsprbits/setsprbits functions (now mask can have
        arbitry alignment of bits).
        arbitry alignment of bits).
2000-10-11 09:32  lampret
2000-10-11 09:32  lampret
        * mmu/: dmmu.c, dmmu.h:
        * mmu/: dmmu.c, dmmu.h:
        OR1K DMMU model.
        OR1K DMMU model.
2000-09-06 06:22  lampret
2000-09-06 06:22  lampret
        * support/: dumpverilog.c, dumpverilog.h:
        * support/: dumpverilog.c, dumpverilog.h:
        Memory model changed.
        Memory model changed.
2000-08-21 09:25  lampret
2000-08-21 09:25  lampret
        * support/: dumpverilog.c, dumpverilog.h:
        * support/: dumpverilog.c, dumpverilog.h:
        Added 'dv' command for dumping memory as verilog model.
        Added 'dv' command for dumping memory as verilog model.
2000-08-21 09:23  lampret
2000-08-21 09:23  lampret
        * Makefile.in, NEWS, README, toplevel.c, bpb/Makefile.in,
        * Makefile.in, NEWS, README, toplevel.c, bpb/Makefile.in,
        cache/dcache_model.c, cpu/Makefile.in, cpu/common/Makefile.in,
        cache/dcache_model.c, cpu/Makefile.in, cpu/common/Makefile.in,
        cpu/or1k/Makefile.in, cpu/or1k/except.h, cpu/or32/Makefile.am,
        cpu/or1k/Makefile.in, cpu/or1k/except.h, cpu/or32/Makefile.am,
        cpu/or32/Makefile.in, cpu/or32/execute.c, support/Makefile.am,
        cpu/or32/Makefile.in, cpu/or32/execute.c, support/Makefile.am,
        support/Makefile.in:
        support/Makefile.in:
        Regular maintenance.
        Regular maintenance.
2000-06-21 13:38  lampret
2000-06-21 13:38  lampret
        * cpu/common/parse.h:
        * cpu/common/parse.h:
        Comment character changed.
        Comment character changed.
2000-06-21 13:37  lampret
2000-06-21 13:37  lampret
        * cpu/or1k/except.c:
        * cpu/or1k/except.c:
        Exception detection changed a bit.
        Exception detection changed a bit.
2000-06-21 13:36  lampret
2000-06-21 13:36  lampret
        * cpu/common/execute.h:
        * cpu/common/execute.h:
        Added CURINSN macro.
        Added CURINSN macro.
2000-06-21 13:35  lampret
2000-06-21 13:35  lampret
        * cpu/or1k/except.h:
        * cpu/or1k/except.h:
        Changed simulation mode to non-virtual (real).
        Changed simulation mode to non-virtual (real).
2000-06-21 13:34  lampret
2000-06-21 13:34  lampret
        * cpu/or1k/sprs.h:
        * cpu/or1k/sprs.h:
        Added CCR.
        Added CCR.
2000-06-21 13:34  lampret
2000-06-21 13:34  lampret
        * cpu/common/abstract.c:
        * cpu/common/abstract.c:
        Added interrupt recognition and better memory dump.
        Added interrupt recognition and better memory dump.
2000-06-21 13:32  lampret
2000-06-21 13:32  lampret
        * toplevel.c:
        * toplevel.c:
        Added srand().
        Added srand().
2000-06-21 13:30  lampret
2000-06-21 13:30  lampret
        * sim-config.h:
        * sim-config.h:
        Added NONE.
        Added NONE.
2000-06-16 08:19  lampret
2000-06-16 08:19  lampret
        * support/simprintf.c:
        * support/simprintf.c:
        %s bug fixed.
        %s bug fixed.
2000-06-11 04:50  lampret
2000-06-11 04:50  lampret
        * cpu/or1k/except.c:
        * cpu/or1k/except.c:
        SUPV bit from SR is now saved into EPCR bit 0.
        SUPV bit from SR is now saved into EPCR bit 0.
2000-06-11 04:49  lampret
2000-06-11 04:49  lampret
        * cpu/common/parse.c:
        * cpu/common/parse.c:
        Bug fix. Only symbols with names shorter than 9 characters are
        Bug fix. Only symbols with names shorter than 9 characters are
        loaded.
        loaded.
2000-06-10 07:21  lampret
2000-06-10 07:21  lampret
        * cpu/common/parse.c:
        * cpu/common/parse.c:
        Bug fix. Now all COFF sections are loaded not just .text.
        Bug fix. Now all COFF sections are loaded not just .text.
2000-06-10 02:16  lampret
2000-06-10 02:16  lampret
        * cpu/or1k/except.h:
        * cpu/or1k/except.h:
        Virtual machine at the moment.
        Virtual machine at the moment.
2000-06-10 02:16  lampret
2000-06-10 02:16  lampret
        * cpu/common/abstract.h:
        * cpu/common/abstract.h:
        STACK_SIZE is not properly used (will be removed soon).
        STACK_SIZE is not properly used (will be removed soon).
2000-06-10 02:14  lampret
2000-06-10 02:14  lampret
        * cpu/common/parse.c:
        * cpu/common/parse.c:
        Fixed bug when loading "data" from .text segment (all insns are not
        Fixed bug when loading "data" from .text segment (all insns are not
        only decoded but also placed in simulator memory undecoded as
        only decoded but also placed in simulator memory undecoded as
        data).
        data).
2000-06-10 02:11  lampret
2000-06-10 02:11  lampret
        * cpu/common/abstract.c:
        * cpu/common/abstract.c:
        SLP hooks.
        SLP hooks.
2000-06-10 02:11  lampret
2000-06-10 02:11  lampret
        * cpu/common/: stats.c, stats.h:
        * cpu/common/: stats.c, stats.h:
        Started with SLP (not finished yet).
        Started with SLP (not finished yet).
2000-06-06 03:25  lampret
2000-06-06 03:25  lampret
        * cpu/or1k/: except.c, except.h:
        * cpu/or1k/: except.c, except.h:
        Handling of or1k exceptions.
        Handling of or1k exceptions.
2000-06-06 03:22  lampret
2000-06-06 03:22  lampret
        * cpu/common/abstract.c:
        * cpu/common/abstract.c:
        Interrupt recognition.
        Interrupt recognition.
2000-06-06 00:41  lampret
2000-06-06 00:41  lampret
        * peripheral/: 16450.c, 16450.h, Makefile.am, Makefile.in:
        * peripheral/: 16450.c, 16450.h, Makefile.am, Makefile.in:
        16450 serial UART device.
        16450 serial UART device.
2000-06-06 00:35  lampret
2000-06-06 00:35  lampret
        * Makefile.am, Makefile.in, configure, configure.in, sim-config.c,
        * Makefile.am, Makefile.in, configure, configure.in, sim-config.c,
        sim-config.h, toplevel.c, cpu/common/abstract.c,
        sim-config.h, toplevel.c, cpu/common/abstract.c,
        cpu/common/abstract.h, cpu/common/parse.c, cpu/common/stats.c,
        cpu/common/abstract.h, cpu/common/parse.c, cpu/common/stats.c,
        cpu/common/stats.h, cpu/common/trace.c, cpu/dlx/execute.c,
        cpu/common/stats.h, cpu/common/trace.c, cpu/dlx/execute.c,
        cpu/or1k/Makefile.am, cpu/or1k/Makefile.in, cpu/or1k/sprs.c,
        cpu/or1k/Makefile.am, cpu/or1k/Makefile.in, cpu/or1k/sprs.c,
        cpu/or1k/sprs.h:
        cpu/or1k/sprs.h:
        Updated SPRs, exceptions. Added 16450 device.
        Updated SPRs, exceptions. Added 16450 device.
2000-05-22 03:07  lampret
2000-05-22 03:07  lampret
        * cpu/common/coff.h:
        * cpu/common/coff.h:
        Adding OR16/OR32 insn decoder.
        Adding OR16/OR32 insn decoder.
2000-05-22 02:59  lampret
2000-05-22 02:59  lampret
        * Makefile.am, Makefile.in, configure, configure.in, toplevel.c,
        * Makefile.am, Makefile.in, configure, configure.in, toplevel.c,
        bpb/branch_predict.c, cpu/common/abstract.c, cpu/common/abstract.h,
        bpb/branch_predict.c, cpu/common/abstract.c, cpu/common/abstract.h,
        cpu/common/parse.c, cpu/or16/execute.c, cpu/or1k/Makefile.am,
        cpu/common/parse.c, cpu/or16/execute.c, cpu/or1k/Makefile.am,
        cpu/or1k/Makefile.in, cpu/or1k/sprs.c:
        cpu/or1k/Makefile.in, cpu/or1k/sprs.c:
        Adding COFF loader.
        Adding COFF loader.
2000-05-06 22:46  lampret
2000-05-06 22:46  lampret
        * NEWS:
        * NEWS:
        Updated.
        Updated.
2000-05-06 05:47  lampret
2000-05-06 05:47  lampret
        * configure, configure.in, bpb/branch_predict.c,
        * configure, configure.in, bpb/branch_predict.c,
        cache/dcache_model.c, cache/icache_model.c, cpu/Makefile.am,
        cache/dcache_model.c, cache/icache_model.c, cpu/Makefile.am,
        cpu/Makefile.in, cpu/common/abstract.h, cpu/common/parse.c,
        cpu/Makefile.in, cpu/common/abstract.h, cpu/common/parse.c,
        cpu/dlx/Makefile.am, cpu/dlx/Makefile.in, cpu/or16/Makefile.am,
        cpu/dlx/Makefile.am, cpu/dlx/Makefile.in, cpu/or16/Makefile.am,
        cpu/or16/Makefile.in, cpu/or16/execute.c:
        cpu/or16/Makefile.in, cpu/or16/execute.c:
        Clean up.
        Clean up.
2000-05-06 05:46  lampret
2000-05-06 05:46  lampret
        * cpu/common/abstract.c:
        * cpu/common/abstract.c:
        Bug fix in handling labels when loading code into simulator memory.
        Bug fix in handling labels when loading code into simulator memory.
2000-05-06 05:45  lampret
2000-05-06 05:45  lampret
        * cpu/common/: stats.c, stats.h:
        * cpu/common/: stats.c, stats.h:
        Static branch prediction added.
        Static branch prediction added.
2000-05-06 05:31  lampret
2000-05-06 05:31  lampret
        * cpu/or1k/: Makefile.am, Makefile.in, arch.h, sprs.c, sprs.h:
        * cpu/or1k/: Makefile.am, Makefile.in, arch.h, sprs.c, sprs.h:
        Common OR1K backend for OR32 and OR16.
        Common OR1K backend for OR32 and OR16.
2000-05-03 23:36  lampret
2000-05-03 23:36  lampret
        * cpu/: common/abstract.h, common/parse.c, or16/execute.c:
        * cpu/: common/abstract.h, common/parse.c, or16/execute.c:
        More modifications related to or16.
        More modifications related to or16.
2000-05-03 23:35  cmchen
2000-05-03 23:35  cmchen
        * AUTHORS, README, toplevel.c:
        * AUTHORS, README, toplevel.c:
        More modifications related to or16.
        More modifications related to or16.
2000-05-03 10:25  lampret
2000-05-03 10:25  lampret
        * cpu/or32/Makefile.in:
        * cpu/or32/Makefile.in:
        or1k renamed to or32.
        or1k renamed to or32.
2000-05-03 10:11  lampret
2000-05-03 10:11  lampret
        * cpu/or16/: Makefile.am, Makefile.in, arch.h, execute.c:
        * cpu/or16/: Makefile.am, Makefile.in, arch.h, execute.c:
        Added or16, or1k renamed to or32.
        Added or16, or1k renamed to or32.
2000-05-03 10:06  lampret
2000-05-03 10:06  lampret
        * Makefile.in, README, config.sub, configure, configure.in,
        * Makefile.in, README, config.sub, configure, configure.in,
        toplevel.c, bpb/Makefile.in, cache/Makefile.in, cpu/Makefile.in,
        toplevel.c, bpb/Makefile.in, cache/Makefile.in, cpu/Makefile.in,
        cpu/common/Makefile.in, cpu/common/abstract.c, cpu/common/parse.c,
        cpu/common/Makefile.in, cpu/common/abstract.c, cpu/common/parse.c,
        cpu/dlx/Makefile.in, mmu/Makefile.in, support/Makefile.in:
        cpu/dlx/Makefile.in, mmu/Makefile.in, support/Makefile.in:
        or16 added, or1k renamed to or32.
        or16 added, or1k renamed to or32.
2000-04-10 13:28  jrydberg
2000-04-10 13:28  jrydberg
        * Makefile.in, config.h.in, configure:
        * Makefile.in, config.h.in, configure:
        Re-generated.
        Re-generated.
2000-04-10 13:27  jrydberg
2000-04-10 13:27  jrydberg
        * configure.in, toplevel.c:
        * configure.in, toplevel.c:
        Add support for systems without readline.  To use GNU readline
        Add support for systems without readline.  To use GNU readline
        library, use the `--enable-readline' option to the configure
        library, use the `--enable-readline' option to the configure
        script.
        script.
2000-03-04 22:14  jrydberg
2000-03-04 22:14  jrydberg
        * AUTHORS, ChangeLog, NEWS:
        * AUTHORS, ChangeLog, NEWS:
        Initial revision.
        Initial revision.
2000-03-03 16:55  jrydberg
2000-03-03 16:55  jrydberg
        * Makefile.in, bpb/Makefile.in, cache/Makefile.in, cpu/Makefile.in,
        * Makefile.in, bpb/Makefile.in, cache/Makefile.in, cpu/Makefile.in,
        cpu/common/Makefile.in, cpu/or32/Makefile.in, mmu/Makefile.in,
        cpu/common/Makefile.in, cpu/or32/Makefile.in, mmu/Makefile.in,
        support/Makefile.in:
        support/Makefile.in:
        Rebuild of the generated files.
        Rebuild of the generated files.
2000-03-03 16:54  jrydberg
2000-03-03 16:54  jrydberg
        * README:
        * README:
        Added information to the section about how to configure and compile
        Added information to the section about how to configure and compile
        the package.
        the package.
2000-03-03 16:53  jrydberg
2000-03-03 16:53  jrydberg
        * configure:
        * configure:
        Rebuild from configure.in.
        Rebuild from configure.in.
2000-03-03 16:53  jrydberg
2000-03-03 16:53  jrydberg
        * configure.in:
        * configure.in:
        Support for both architectures. Specify architecture with the
        Support for both architectures. Specify architecture with the
        --target option.
        --target option.
2000-03-03 16:52  jrydberg
2000-03-03 16:52  jrydberg
        * config.sub:
        * config.sub:
        Added support for OpenRISC 100 and DLX.
        Added support for OpenRISC 100 and DLX.
2000-03-03 16:50  jrydberg
2000-03-03 16:50  jrydberg
        * cpu/dlx/: Makefile.am, Makefile.in:
        * cpu/dlx/: Makefile.am, Makefile.in:
        Initial revision.
        Initial revision.
2000-03-03 16:39  jrydberg
2000-03-03 16:39  jrydberg
        * INSTALL, Makefile.am, Makefile.in, aclocal.m4, config.guess,
        * INSTALL, Makefile.am, Makefile.in, aclocal.m4, config.guess,
        config.h.in, config.sub, configure, configure.in, install-sh,
        config.h.in, config.sub, configure, configure.in, install-sh,
        missing, mkinstalldirs, sim-config.c, sim-config.h, stamp-h.in,
        missing, mkinstalldirs, sim-config.c, sim-config.h, stamp-h.in,
        toplevel.c, bpb/Makefile.am, bpb/Makefile.in, cache/Makefile,
        toplevel.c, bpb/Makefile.am, bpb/Makefile.in, cache/Makefile,
        cache/Makefile.am, cache/Makefile.in, cpu/Makefile.am,
        cache/Makefile.am, cache/Makefile.in, cpu/Makefile.am,
        cpu/Makefile.in, cpu/common/Makefile.am, cpu/common/Makefile.in,
        cpu/Makefile.in, cpu/common/Makefile.am, cpu/common/Makefile.in,
        cpu/common/abstract.c, cpu/dlx/Makefile, cpu/or32/Makefile.am,
        cpu/common/abstract.c, cpu/dlx/Makefile, cpu/or32/Makefile.am,
        cpu/or32/Makefile.in, mmu/Makefile.am, mmu/Makefile.in,
        cpu/or32/Makefile.in, mmu/Makefile.am, mmu/Makefile.in,
        support/Makefile.am, 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.
2000-03-02 22:32  lampret
2000-03-02 22:32  lampret
        * README, toplevel.c, bpb/branch_predict.c, cpu/common/abstract.c,
        * README, toplevel.c, bpb/branch_predict.c, cpu/common/abstract.c,
        cpu/common/parse.c, cpu/common/stats.c, cpu/common/stats.h,
        cpu/common/parse.c, cpu/common/stats.c, cpu/common/stats.h,
        cpu/dlx/execute.c, cpu/or32/execute.c, mmu/dmmu.c, mmu/dmmu.h:
        cpu/dlx/execute.c, cpu/or32/execute.c, mmu/dmmu.c, mmu/dmmu.h:
        Just a regular update with exception of cache simulation. MMU
        Just a regular update with exception of cache simulation. MMU
        simulation still under development.
        simulation still under development.
2000-03-02 22:29  lampret
2000-03-02 22:29  lampret
        * cache/: Makefile, dcache_model.c, dcache_model.h, icache_model.c,
        * cache/: Makefile, dcache_model.c, dcache_model.h, icache_model.c,
        icache_model.h:
        icache_model.h:
        Data and instruction cache simulation added.
        Data and instruction cache simulation added.
2000-01-12 18:27  lampret
2000-01-12 18:27  lampret
        * README:
        * README:
        no message
        no message
1999-10-29 06:02  cvs
1999-10-29 06:02  cvs
        * COPYING, README, toplevel.c, bpb/branch_predict.c,
        * COPYING, README, toplevel.c, bpb/branch_predict.c,
        bpb/branch_predict.h, cpu/common/abstract.c, cpu/common/abstract.h,
        bpb/branch_predict.h, 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/execute.c:
        cpu/dlx/execute.c, cpu/or32/execute.c:
        First import.
        First import.
1999-10-29 06:02  cvs
1999-10-29 06:02  cvs
        * COPYING, README, toplevel.c, bpb/branch_predict.c,
        * COPYING, README, toplevel.c, bpb/branch_predict.c,
        bpb/branch_predict.h, cpu/common/abstract.c, cpu/common/abstract.h,
        bpb/branch_predict.h, 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/execute.c:
        cpu/dlx/execute.c, cpu/or32/execute.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.