fleet.git
2009-07-16 Adam Megaczfix bug in encoding of SET instruction for Marina
2009-07-16 Adam Megaczupdate encoding of ABORT instruction for Marina
2009-07-16 Adam Megaczupdate encodings of predicate field
2009-07-16 Adam MegaczBitMask: change order of constructor arguments, add...
2009-07-16 Adam Megaczadd IS_INTERRUPTIBLE mask (sort of a hack)
2009-07-16 Adam Megaczadd marina/ directory
2009-07-16 Adam Megaczfix typo in Instruction.Move.toString()
2009-07-16 Adam Megaczimplement BitMask.apply()
2009-07-16 Adam Megaczadd BitVector.and(),or(),not()
2009-07-16 Adam Megaczadd MarinaDestination
2009-07-16 Adam Megaczadd edu.berkeley.fleet.util.BitMask
2009-06-14 megaczadd bee2-selectmap, to be dealt with later
2009-04-29 megaczfix spacing in Instruction.toString()
2009-04-06 megaczadd campus.png, ibex.jar, upload image to Fpga in Merge...
2009-04-06 megaczServer.java: use USB serial if available
2009-04-06 megaczFpga.java: update mix of ships
2009-04-06 megaczadd Random.ship
2009-04-06 megaczadd Null.ship
2009-04-06 megaczadd Button.ship
2009-04-06 megaczadd a register delay to the on_screen signal; fixes...
2009-04-06 megaczDvi: fix comment indicating effective screen size
2009-04-06 megaczDvi: switch to 36bit memory, 18bpp
2009-04-06 megaczDvi: change DATA_DELAY to 0
2009-04-06 megaczremove gpio_sw_c from Dvi.ship
2009-04-06 megaczincrease serial port rate to 115200kbps
2009-04-06 megaczDebug.ship: ignore break signal -- allows demos with...
2009-04-06 megaczCounter ship: set c-flag to true if this is the last...
2009-04-06 megaczDDR2: remember to check if out_empty before attempting...
2009-04-06 megaczDDR2: set the c-flag properly
2009-04-06 megaczadd AND, OR, XOR opcodes to Alu.ship
2009-04-06 megaczre-enable building of .ace file
2009-04-06 megaczmajor refactoring of edu.berkeley.fleet.dataflow
2009-04-06 megaczmajor refactoring of edu.berkeley.fleet.loops, includes...
2009-04-06 megaczadd currently-commented-out code to put a wig-wag in...
2009-04-06 megaczsupport for both slow and fast fifos
2009-04-06 megaczadd FpgaDestination.getPathLength() for measuring hop...
2009-04-06 megaczutilize DeferredBitVector functionality in Fleet implem...
2009-04-06 megaczFpgaPath: actually return the Signal in getSignal()
2009-04-06 megaczfix Move.toString() to print a Path (includes signal...
2009-04-06 megaczfix typo in Instruction.Flush.toString()
2009-04-06 megaczmake BitVector implement DeferredBitVector
2009-04-06 megaczadd DeferredBitVector class
2009-03-23 megaczdvi ship works, albeit at a very strange resolution
2009-03-20 megaczadd ZBT SRAM to Dvi for framebuffer
2009-03-20 megaczexpand leaf FIFOs from 4 elements to 8 elements
2009-03-20 megaczcorrect encoding of Marina predicate bits
2009-03-20 megaczfix potential array bounds overrun in Parser.java
2009-03-20 megaczremove ZBT from Fpga.java
2009-03-20 megaczremove [Rq] bit from tests in Rotator.ship and Lut3...
2009-03-20 megaczadd shift-outbox test
2009-03-15 megaczfix typo in comment in Memory.ship
2009-03-15 megaczfix bug wherein Instruction.toString() would print...
2009-03-15 megaczputMemoryShipInDispatchMode() now puts both out and...
2009-03-15 megaczupdates to get some of the shutdown code to execute...
2009-03-15 megaczadd Program, a collection of CodeBags
2009-03-15 megaczget rid of ugly globals in DataFlowGraph
2009-03-15 megaczmore cleanup
2009-03-15 megaczrefactoring in dataflow
2009-03-15 megaczbreak out dataflow nodes into separate classes
2009-03-15 megaczmake DataFlowGraph.Node static
2009-03-15 megaczrename Process to DataFlowGraph, de-static-ify some...
2009-03-15 megaczrefactor edu.berkeley.fleet.ir into dataflow/loops
2009-03-14 megaczmove verifyClean into CleanupUtils
2009-03-14 megaczminor updates to ZBT ship
2009-03-14 megaczreformatting in CodeBag.java
2009-03-14 megaczuse getConstant(String) rather than "magic numbers...
2009-03-14 megaczbetter error checking in Dock.getConstant(String)
2009-03-14 megaczadd getConstant(String) methods to FleetTwoFleet implem...
2009-03-14 megaczadd LoopFactory.literal(String) convenience method
2009-03-14 megaczeliminate ShipDescription.Constant class, use BitVector...
2009-03-14 megaczremove old main.ucf
2009-03-14 megaczremove edu.berkeley.fleet.demo
2009-03-14 megaczupdate tests to remove use of [Rq] flag
2009-03-14 megaczremove "looping" argument from Instruction
2009-03-14 megaczremove OS bit from encoding
2009-03-14 megaczupdate internal encoding for Marina2
2009-03-14 megaczfirst draft of ZBT controller
2009-03-14 megaczremove greg stuff
2009-03-13 megaczincrease number of Memory ships to 3 in the large confi...
2009-03-13 megaczremove a bunch of obsolete junk
2009-03-13 megaczmove Gadgets to MemoryUtils, discard a ton of obsolete...
2009-03-13 megaczremove instructionFifoSizeCheckDisabled
2009-03-13 megaczupdate Process to declare certain loops torpedoable
2009-03-13 megaczadd notion of "torpedoability" to LoopFactory
2009-03-13 megaczProcess.java: use 4 items in flight
2009-03-13 megaczmove LoopFactory into a separate class
2009-03-13 megaczindentation fix
2009-03-13 megaczmove Context and ShipPool into loops, add releaseShip...
2009-03-12 megaczadd experimental ZBT interface
2009-03-12 megaczoverhaul resetting logic in Process.java, it now works...
2009-03-12 megaczadd Gadgets.dispatch()
2009-03-12 megaczFpga.java: update ship collections
2009-03-12 megaczsend break signal on server (doesnt work though)
2009-03-12 megaczremove superflous printout from Client.java
2009-03-12 megacztry to re-enable break line in Debug.ship (but doesnt...
2009-03-12 megaczupdates to Client/server
2009-03-12 megaczrework Server.java; much faster now
2009-03-11 megaczcleaned up Client.java
2009-03-11 megaczmove flow control from Client to Server
2009-03-11 megaczswitch from using RS-232 BREAKs and no flow control...
next