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

Subversion Repositories or1k

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 1756 to Rev 1757
    Reverse comparison

Rev 1756 → Rev 1757

/trunk/or1ksim/configure
1,5 → 1,5
#! /bin/sh
# From configure.ac Id: configure.ac 251 2008-11-20 16:21:06Z jeremy using automake version AC_ACVERSION.
# From configure.ac Id: configure.ac 318 2009-02-24 16:00:03Z jeremy using automake version AC_ACVERSION.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for or1ksim 0.3.0rc3.
#
/trunk/or1ksim/libtoplevel.c
67,15 → 67,18
unsigned long int addr,
unsigned long int mask, unsigned long int wdata))
{
int dummy_argc = 4;
int dummy_argc;
char *dummy_argv[4];
 
/* Dummy argv array */
/* Dummy argv array. Varies depending on whether an image file is
specified. */
dummy_argv[0] = "libsim";
dummy_argv[1] = "-f";
dummy_argv[2] = (char *) ((NULL != config_file) ? config_file : "sim.cfg");
dummy_argv[3] = (char *) image_file;
 
dummy_argc = (NULL == image_file) ? 3 : 4;
 
/* Initialization copied from existing main() */
srand (getpid ());
init_defconfig ();
/trunk/or1ksim/configure.ac
33,7 → 33,7
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS([config.h])
 
AC_REVISION([$Id: configure.ac,v 1.3 2009-02-24 16:55:37 jeremybennett Exp $ using automake version] AC_ACVERSION)
AC_REVISION([$Id: configure.ac,v 1.4 2009-02-24 17:24:08 jeremybennett Exp $ using automake version] AC_ACVERSION)
 
# make sure we are using a recent autoconf version
AC_PREREQ(2.59)
/trunk/or1ksim/NEWS
1,3 → 1,22
New in release 0.3.0rc3
* Bug 376 fixed: 32 interrupts now supported
* Bug 377 fixed: Level triggered interrupts now work correctly
* Bug 378 fixed: xterm UART now works with RSP
* Bug 379 fixed: RSP performance improved
* Bug 380 fixed: GDB 6.8 stepi now works through Or1ksim JTAG interface
* Bug 398 fixed: Lack of support for LEE bit in SR documented
* Bug 415 fixed: NPC behavior on writing optionally matches real HW
* Bug 418 fixed: All library up calls are host-endian
 
* Feature 395 added: Boot from 0xf0000000 now enabled.
* Feature 408 added: Image file may be NULL for or1ksim_init.
* Feature 410 added: RSP now clears sigval on unstalling the processor.
* Feature 417 added: Or1ksim prints out its version on startup.
 
New in release 0.3.0rc2
* A number of bug fixes
* Updates to user guide
 
New in release 0.3.0rc1
* Numerous bug fixes (see the OpenRISC tracker and the ChangeLog file)
* User Guide
/trunk/or1ksim/ChangeLog
1,3 → 1,22
2009-02-24 Jeremy Bennett <jeremy.bennett@embecosm.com>
* configure.ac: Version number upped
* cpu/common/execute.h: cpu_state.npc_not_valid added
* cpu/or1k/spr-defs.h: SPR_DRR_FPE added
* cpu/or1k/spr-dump.c: SPR_DRR_FPE added
* cpu/or1k/sprs.c: New handling of NPC added
* cpu/or32/execute.c: High reset vector start added
* cpu/or32/insnset.c:
* debug/debug-unit.c:
* debug/rsp-server.c: Performance improved
* doc/or1ksim.texi: Updated
* libtoplevel.c: Version prints out
* or1ksim.h: Interrupt library routines added
* peripheral/channels/fd.c: RSP xterm fixed
* peripheral/generic.c: Endianess of upcalls fixed
* sim-config.c, sim-config.h: new config fields for NPC
functionality added.
* toplevel-support.c (sim_init): Version number printed out
2008-11-17 Jeremy Bennett <jeremy.bennett@embecosm.com>
* sim-config.c: MERROR deleted (not used). WARNING replaced by
explicit fprintf calls.

powered by: WebSVN 2.1.0

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