SB-PRAM simulator

(C) 1994 by Michael Bosch (hirbli@cs.uni-sb.de)
and Stefan Franziskus (stefran@cs.uni-sb.de)

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted, provided
that the above copyright notice appear in all copies.


to compile edit Makefile and use: make
for help use: pramsim --help


pramsim has been tested on:

i486-*-linux1.1.51
sparc-sun-sunos4.1.3
mips-sgi-irix5.2
sparc-sun-solaris2.3

pramsim has only been tested with gcc.

We rely on the compiler having:
  ANSI-C + following extensions/optimizations
  constant folding
  if(0) elimination
  register allocation
  inline functions
  gcc anonymous functions (can perhaps be eliminated)
  float = 32bit ieee754
  integer with 64 bit (for mul, mlhs and mlhu simulation)
