FILE
    readme

    Copyright(c) 1993-1995, FMI, Fujitsu Microelectronics, Inc.
    All rights reserved.

    This software (including any documentation) is untested, has not been
    fully tested for viruses and has been provided to you without charge.
    ACCORDINGLY, IT IS DELIVERED "AS IS" WITH NO WARRANTIES EXPRESS OR
    IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.  You bear all 
    risk of nonperformance, loss of data and other problems and Fujitsu
    Microelectronics, Inc. and Fujitsu Limited will not be liable under any
    contract, negligence, strict liability or other theory for any damages
    including, without limitation, direct, consequential or incidental nor
    be required to provide substitute goods, services or technology.

This directory contains files to make EPROMs for SPRAClite evaluation
board.  Cygnus GNU SPARClite programming tools are used. 


Files:
    readme          - this file
    solaris1.mak    - makefile used on SUN4 Solaris 1
    831.sh          - make a MB8683x-EB native version
    831C.sh         - make a MB8683x-EB compatible version
    832D.sh         - make a MB86832+ASIC FPGA board 

Associated source files are in the ../src directory.

To make EPROM on SUN workstation, invoke: 

        make -f solaris1.mak MHZ=[20, 25, 30, 40, 50, 60] CHIP=[933H, 934, 936, 831, 831C] BOARD=[933H,....]

An a.out format file is created with .out as its extension.  A binary image
file is created with .bin as its extension.

1996.9
Added new types.

831  ... MB8683x-EB original memory mapping mode.
831C ... MB8683x-EB FMI compatible memory mapping mode.

1997.11
Added new types

832D ... MB86832 core ASIC FPGA board (CHIP=831 BOARD=832D)


If you want to generate for 934 or 936, specify Clock Doubled frequency in this usage.
If you want to generate for 831 or 831C, this is for the MB8683x-EB.
It uses alternate clock. So as MHZ, specify a Maximum Bus Clock from variation of clocks.
In another CPUs, specify a source clock frequency.
