use BitVector.toLong() in InterpreterDock.peekDataForShip() to get proper sign-extension
[fleet.git] / src / edu / berkeley / fleet / two /
2009-01-08 megaczfix encoding error that only shows up when all-zeroes...
2009-01-08 megaczadd commented-out versions of new internal encoding
2009-01-04 megaczupdate to 03-Jan-2009 am33: head, abort, and d-flag
2008-12-30 megaczmassive overhaul of fpga code
2008-12-30 megaczadd PACKET_IS_TOKEN mask
2008-12-13 megaczuse equalsZeroExtended for comparing paths
2008-12-13 adamadd inverted-dc-bit-hack
2008-12-13 adamupdate PATH_XXX encoding and fix DC bug
2008-12-13 adamupdate predicate field encoding
2008-11-16 adamimplement port percolation
2008-11-16 adamadd port percolation, use it for DRAM.ship
2008-11-11 adamupdate internal encoding of Flush instruction
2008-11-11 adamupdate internal encoding of Set Flags
2008-11-08 adamomit tests if no ships of that type present
2008-11-08 adamfix ArrayIndexOutOfBoundsException in FleetTwoFleet
2008-11-08 adamchange polarity of I-bit
2008-11-03 adamadd Marina code
2008-11-03 adamchange readInstruction/writeInstruction to encodeInstru...
2008-11-03 adammake getDestAddr() return a BitVector
2008-11-03 adamadd FleetTwoPath.java
2008-11-03 adamadd Fleet.{getShiftWidth(),getSetWidth()}
2008-11-03 adamadd Ship.getConstant()
2008-10-27 adamadd flush instruction to parser, grammar, and api
2008-10-27 adamadd MOVE bits to many of the MOVE subcodes in FleetTwoF...
2008-10-27 adamadd FleetTwoFleet.DISPATCH_INSTR
2008-10-27 adamadd FleetTwoFleet.WHOLE_WORD
2008-09-07 adamadd support for [olc=0] predicate
2008-08-21 adamremove TAPL, improve Instruction.toString(), add conven...
2008-08-21 adamupdate instruction encoding, remove ability to predicat...
2008-08-21 adamnote to self
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 adamrefactor codebag-memory-block creation code
2008-06-25 adamrelocate InstructionEncoder to FleetTwoFleet and make...
2008-06-25 adamtotal overhaul: fleetcode-1.0 api finished