initialmaster
commit472f5b54fe6305c046ec6a39c8ce796f5d15aa0c
authorTommy Thorn <tommy-git@thorn.ws>
Sun, 24 Aug 2008 00:17:28 +0000 (23 17:17 -0700)
committerTommy Thorn <tommy-git@thorn.ws>
Sun, 24 Aug 2008 00:17:28 +0000 (23 17:17 -0700)
tree2232999ac8fdac7c25e766ad25d211c94dec6b36
initial
133 files changed:
Makefile [new file with mode: 0644]
doc/PLATFORMS [new file with mode: 0644]
doc/PLATFORMS~ [new file with mode: 0644]
doc/README [new file with mode: 0644]
doc/interconnection.txt [new file with mode: 0644]
regression-tests/Makefile [new file with mode: 0644]
regression-tests/include/plain.mmconfig [new file with mode: 0644]
regression-tests/include/rules.mk [new file with mode: 0644]
regression-tests/test-add/Makefile [new file with mode: 0644]
regression-tests/test-add/test-add.mms [new file with mode: 0644]
regression-tests/test-div/Makefile [new file with mode: 0644]
regression-tests/test-div/test-div-kernel.mms [new file with mode: 0644]
regression-tests/test-div/test-div.mms [new file with mode: 0644]
regression-tests/test-div/test-divu-kernel.mms [new file with mode: 0644]
regression-tests/test-div/test-mor-kernel.mms [new file with mode: 0644]
regression-tests/test-div/test-mxor-kernel.mms [new file with mode: 0644]
rtl/Icarus/Makefile [new file with mode: 0644]
rtl/Icarus/datamem.v [new file with mode: 0644]
rtl/Icarus/fileio-test.v [new file with mode: 0644]
rtl/Icarus/icarus_toplevel.v [new file with mode: 0644]
rtl/Icarus/idt71v416s10.v [new file with mode: 0644]
rtl/Icarus/info_flags.data [new file with mode: 0644]
rtl/Icarus/progmem.v [new file with mode: 0644]
rtl/Icarus/readmoto.c [new file with mode: 0644]
rtl/Icarus/regfile.v [new file with mode: 0644]
rtl/NiosDevKit-EP1C20/Makefile [new file with mode: 0644]
rtl/NiosDevKit-EP1C20/fpgammix-EP2C35.qsf [new file with mode: 0644]
rtl/NiosDevKit-EP1C20/fpgammix-cur.cdf [new file with mode: 0644]
rtl/NiosDevKit-EP1C20/fpgammix-cur.qsf [new file with mode: 0644]
rtl/NiosDevKit-EP1C20/fpgammix-cur_assignment_defaults.qdf [new file with mode: 0755]
rtl/NiosDevKit-EP1C20/fpgammix.cdf [new file with mode: 0644]
rtl/NiosDevKit-EP1C20/fpgammix.qpf [new file with mode: 0644]
rtl/NiosDevKit-EP1C20/mega/pll1.v [new file with mode: 0644]
rtl/NiosDevKit-EP1C20/mega/regfile.v [new file with mode: 0644]
rtl/NiosDevKit-EP1C20/src/fpgammix.v [new file with mode: 0644]
rtl/core.v [new file with mode: 0644]
rtl/filter.v [new file with mode: 0644]
rtl/info_flags.mif [new file with mode: 0644]
rtl/interconnect.v [new file with mode: 0644]
rtl/memory_interface.v [new file with mode: 0644]
rtl/mmix_opcodes.v [new file with mode: 0644]
rtl/pdm.v [new file with mode: 0644]
rtl/rs232.v [new file with mode: 0644]
rtl/rs232in.v [new file with mode: 0644]
rtl/rs232out.v [new file with mode: 0644]
rtl/system.v [new file with mode: 0644]
rtl/vga.v [new file with mode: 0644]
tools/data2mif.sh [new file with mode: 0755]
workloads/Makefile [new file with mode: 0644]
workloads/Tetris/Makefile [new file with mode: 0644]
workloads/Tetris/tetris.c [new file with mode: 0644]
workloads/Tetris/tetris.c.52.mach [new file with mode: 0644]
workloads/Tetris/tromp.bsd.c [new file with mode: 0644]
workloads/audio/Makefile [new file with mode: 0644]
workloads/audio/encodeblob.c [new file with mode: 0644]
workloads/audio/newgame-sound.c [new file with mode: 0644]
workloads/audio/newgame.ub [new file with mode: 0644]
workloads/audio/newgame.wav [new file with mode: 0644]
workloads/audio/test-audio.c [new file with mode: 0644]
workloads/chars.c [new file with mode: 0644]
workloads/common/Rules.mk [new file with mode: 0644]
workloads/common/fb-io.c [new file with mode: 0644]
workloads/common/fb-io.h [new file with mode: 0644]
workloads/common/font-fixed-6x13.h [new file with mode: 0644]
workloads/common/interrupts.S [new file with mode: 0644]
workloads/common/mmix-iospace.h [new file with mode: 0644]
workloads/common/plain.mmconfig [new file with mode: 0644]
workloads/common/serial-io.c [new file with mode: 0644]
workloads/common/stdio.c [new file with mode: 0644]
workloads/common/stdio.h [new file with mode: 0644]
workloads/default.mmconfig [new file with mode: 0644]
workloads/div.c [new file with mode: 0644]
workloads/dyncodegen.mms [new file with mode: 0644]
workloads/empty.c [new file with mode: 0644]
workloads/emulation/Makefile [new file with mode: 0644]
workloads/emulation/nodiv.mmconfig [new file with mode: 0644]
workloads/emulation/test-divu.S [new file with mode: 0644]
workloads/emulation/test-divu2.mmo.lst [new file with mode: 0644]
workloads/emulation/test-divu2.mms [new file with mode: 0644]
workloads/emulation/test-emulation.c [new file with mode: 0644]
workloads/faster-lg.c [new file with mode: 0644]
workloads/fill.c [new file with mode: 0644]
workloads/fun.c [new file with mode: 0644]
workloads/hilbert.c [new file with mode: 0644]
workloads/hw.c [new file with mode: 0644]
workloads/hwfb-real.c [new file with mode: 0644]
workloads/hwfb.c [new file with mode: 0644]
workloads/hwfb2.c [new file with mode: 0644]
workloads/keyboard/Makefile [new file with mode: 0644]
workloads/keyboard/draw.c [new file with mode: 0644]
workloads/keyboard/test-keyboard.c [new file with mode: 0644]
workloads/ledfun.mms [new file with mode: 0644]
workloads/loader.mms [new file with mode: 0644]
workloads/mmix.xbm [new file with mode: 0644]
workloads/mmixlogo.c [new file with mode: 0644]
workloads/myfib-interrupted.mms [new file with mode: 0644]
workloads/myfib-verbose.mms [new file with mode: 0644]
workloads/myfib.mms [new file with mode: 0644]
workloads/noio.c [new file with mode: 0644]
workloads/overflow.s [new file with mode: 0644]
workloads/overflow2.mms [new file with mode: 0644]
workloads/overflow3.S [new file with mode: 0644]
workloads/overflow3.mmconfig [new file with mode: 0644]
workloads/p43errata.mms [new file with mode: 0644]
workloads/readmoto.c [new file with mode: 0644]
workloads/readmoto.mms [new file with mode: 0644]
workloads/terminal.mms [new file with mode: 0644]
workloads/test-interval/Makefile [new file with mode: 0644]
workloads/test-interval/data-annotated.s [new file with mode: 0644]
workloads/test-interval/data.c [new file with mode: 0644]
workloads/test-interval/data.s [new file with mode: 0644]
workloads/test-interval/test-interval.S [new file with mode: 0644]
workloads/test-stdio/Makefile [new file with mode: 0644]
workloads/test-stdio/test-stdio.c [new file with mode: 0644]
workloads/testldX.mms [new file with mode: 0644]
workloads/testldst.mms [new file with mode: 0644]
workloads/testmem.c [new file with mode: 0644]
workloads/testmul.c [new file with mode: 0644]
workloads/tinymon/Makefile [new file with mode: 0644]
workloads/tinymon/start.c [new file with mode: 0644]
workloads/tinymon/tinymon.c [new file with mode: 0644]
workloads/tinymon/tinymon.data [new file with mode: 0644]
workloads/tinymon/tinymon.test [new file with mode: 0644]
workloads/triptester.mms [new file with mode: 0644]
workloads/xmodem.zip [new file with mode: 0644]
workloads/xmodem/Makefile [new file with mode: 0644]
workloads/xmodem/crc16.c [new file with mode: 0644]
workloads/xmodem/crc16.h [new file with mode: 0644]
workloads/xmodem/host.h [new file with mode: 0644]
workloads/xmodem/main.c [new file with mode: 0644]
workloads/xmodem/xmodem.c [new file with mode: 0644]
workloads/xmodem/xmodem.h [new file with mode: 0644]
workloads/xx.mms [new file with mode: 0644]