* Initial Device Support
authorIan Carmichael <iancarm@cygnus>
Fri, 16 Jan 1998 19:27:02 +0000 (19:27 +0000)
committerIan Carmichael <iancarm@cygnus>
Fri, 16 Jan 1998 19:27:02 +0000 (19:27 +0000)
commit1e1e3b618f80c51d59a6ebeefe282bb920d4a0e8
tree5a6580db4e0a13dbaf7917655c3e1734690f3c9c
parent8e12359329fd48edc455afa2f80922eca7b79a7d
* Initial Device Support
*
*Modified Files:
*    .Sanitize ChangeLog
*Added Files:
*    Makefile.in README.Cygnus config.in configure configure.in
*    device.c device.h dma.c dma.h engine-sky.c gencode.c gpuif.c
*    gpuif.h hardware.c hardware.h interp.c m16.igen mdmx.igen
*    mips.dc mips.igen pke0.c pke0.h pke1.c pke1.h r5900.igen
*    sim-main.h tconfig.in vr5400.igen vu0.c vu0.h vu1.c vu1.h
34 files changed:
sim/txvu/.Sanitize
sim/txvu/ChangeLog
sim/txvu/Makefile.in [new file with mode: 0644]
sim/txvu/README.Cygnus [new file with mode: 0644]
sim/txvu/config.in [new file with mode: 0644]
sim/txvu/configure [new file with mode: 0755]
sim/txvu/configure.in [new file with mode: 0644]
sim/txvu/device.c [new file with mode: 0644]
sim/txvu/device.h [new file with mode: 0644]
sim/txvu/dma.c [new file with mode: 0644]
sim/txvu/dma.h [new file with mode: 0644]
sim/txvu/engine-sky.c [new file with mode: 0644]
sim/txvu/gencode.c [new file with mode: 0644]
sim/txvu/gpuif.c [new file with mode: 0644]
sim/txvu/gpuif.h [new file with mode: 0644]
sim/txvu/hardware.c [new file with mode: 0644]
sim/txvu/hardware.h [new file with mode: 0644]
sim/txvu/interp.c [new file with mode: 0644]
sim/txvu/m16.igen [new file with mode: 0644]
sim/txvu/mdmx.igen [new file with mode: 0644]
sim/txvu/mips.dc [new file with mode: 0644]
sim/txvu/mips.igen [new file with mode: 0644]
sim/txvu/pke0.c [new file with mode: 0644]
sim/txvu/pke0.h [new file with mode: 0644]
sim/txvu/pke1.c [new file with mode: 0644]
sim/txvu/pke1.h [new file with mode: 0644]
sim/txvu/r5900.igen [new file with mode: 0644]
sim/txvu/sim-main.h [new file with mode: 0644]
sim/txvu/tconfig.in [new file with mode: 0644]
sim/txvu/vr5400.igen [new file with mode: 0644]
sim/txvu/vu0.c [new file with mode: 0644]
sim/txvu/vu0.h [new file with mode: 0644]
sim/txvu/vu1.c [new file with mode: 0644]
sim/txvu/vu1.h [new file with mode: 0644]