Break Fpga.java into separate subclasses for ML509.Large, ML509.Small, and Bee2
[fleet.git] / src / edu / berkeley / fleet / interpreter / Interpreter.java
2009-08-30 Adam MegaczBreak Fpga.java into separate subclasses for ML509...
2009-08-30 Adam MegaczInterpreter.java: periodically invoke dumpState if...
2009-08-30 Adam MegaczInterpreter.java: add a Button and Dvi to the default...
2009-08-22 Adam MegaczInterpreter: use Packet.send() more often
2009-08-22 Adam Megaczmake InterpreterProcess thread a daemon thread
2009-08-22 Adam Megaczbetter colorization of interpreter logs
2009-08-01 Adam Megaczadd a Timer ship to the Interpreter fleet
2009-07-31 Adam Megaczadd FleetProcess.sendWord() that takes a signal
2009-03-14 megaczeliminate ShipDescription.Constant class, use BitVector...
2009-03-01 megaczfirst pass at getting mergesort to run on the interpreter
2009-01-16 megaczproperly synchronize threads in InterpreterProcess
2009-01-08 megaczoverhaul of interpreter, update ships to match; "make...
2009-01-08 megaczmove InterpreterDestination serial number into the...
2009-01-08 megaczminor reshuffling of InterpreterShip/InterpreterDock
2008-12-27 David Crawshawstore .ship files in fleet.jar
2008-12-16 David Crawshawprovide an interface for initializing an InterpreterPro...
2008-12-13 megaczfix bug in Interpreter.getDestAddr()
2008-12-13 megaczMake InterpreterProcess public, add step() methods
2008-11-03 adamchange readWord()/dispatchXX() to recvWord()/sendXX...
2008-11-03 adammake getDestAddr() return a BitVector
2008-10-27 adamadd FleetProcess.{flush,dispatchWord,dispatchToken}
2008-10-27 adamadd Interpreter.getFleet()
2008-08-26 adamreturn ship if already created in Interpreter
2008-06-26 adaminterpreter updates
2008-06-26 adamfinish overhaul of interpreter
2008-06-26 adamlift sloppy getPathByAddr() implementation into FleetTw...
2008-06-26 adamremove ugly FleetTwoFleet.getUniversalSource() method
2008-06-26 adamfirst pass overhaul of interpreter; still does not...
2008-06-25 adamcollapse InterpreterDock and InstructionDock into one...
2008-06-25 adamrelocate InstructionEncoder to FleetTwoFleet and make...
2008-06-25 adamtotal overhaul: fleetcode-1.0 api finished
2008-02-12 adamcleanup obsolete stuff
2008-02-04 adamadd Rotator ship
2008-01-25 adammajor overhaul: update dock to am33
2008-01-02 adamimplement support (fpga+interp+test) for massacre instr...
2008-01-02 adamfix counting of kill instructions in interpreter
2008-01-01 adamupdated interpeter to pre-am32 dock
2007-08-26 adamfinal pass to update instruction encoding; should now...
2007-08-26 adamremove last vestiges of old literal system
2007-08-25 adamchange benkobox=>pump
2007-08-23 adamimplement am26 support for constants
2007-08-21 adamadded dataOutDest
2007-08-10 adamdont downcase names
2007-02-22 adammassive overhaul of FleetCode to support multiple desti...
2007-02-20 adamsupport for disabling terminal colors
2007-02-17 adamadd initial support for virtual destinations
2007-02-16 adamadd kill*
2007-02-12 adammove edu.berkeley.fleet.ships to edu.berkeley.fleet...
2007-02-12 adamupdate everything to naming conventions agreed upon...
2007-02-12 adammore fixes to bring things up to date with the new...
2007-02-05 adammajor software code reorg
2007-02-03 adamadded "mem" ship
2007-01-30 adamsupport for fpga client/server network access
2007-01-30 adamsecond massive overhaul of slipway; now it works on...
2007-01-29 adammassive overhaul of slipway (fpga-fleet)
2007-01-29 adamupdates to make fpga-code instruction generation work...
2007-01-27 adamseparated interpreter from assembler
2007-01-26 adamimport slipway (fpga-fleet) code
2007-01-26 adamupdated to AM14, AM15