fleet.git
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...
2009-03-11 megaczchange effort level back to std and opt_for back to...
2009-03-08 megaczadd Timer ship
2009-03-08 megaczclean up Dvi, add a test case
2009-03-08 megaczsimplify DVI code
2009-03-08 megaczDVI support -- initial demo works
2009-03-08 megaczmove gpio_led constraints from Debug into Dvi
2009-03-07 megaczchange Gadgets.main() to use DDR2 ship instead of DRAM...
2009-03-07 megaczDDR2 ship: works on ML509
2009-03-07 megaczMakefile: better filtering of error messages, do timing...
2009-03-07 megaczswitch from 33mhz clock to 100mhz clock
2009-03-07 megaczmove ucf constraints into .ship files
2009-03-07 megaczremove old ucfs
2009-03-04 megaczremove synthesis attributes that xst doesnt understand
2009-03-03 megaczrelocate PercolatedPort to edu.berkeley.fleet.two
2009-03-03 megaczupdate Makefile
2009-03-01 megaczadd DDR2 controller, generated via MIG
2009-03-01 megaczswitch to using patched ISE in /scratch/megacz/xilinx
2009-03-01 megaczadd Dvi.ship
2009-03-01 megaczmore predictable instance naming in Verilog.java
2009-03-01 megaczfirst pass at getting mergesort to run on the interpreter
2009-02-28 megaczswitch host->fpga communication from 8-bit words to...
2009-02-28 megaczswitch fpga->host communication from 8-bit words to...
2009-02-26 megaczadded code to implement REVERSE_LATENCY using srl16
2009-02-26 megaczadded code to implement FORWARD_LATENCY using srl16
2009-02-26 megaczuse getReq()/getAck() in isFull()
2009-02-26 megaczdo a mkdir-p on the remote host before trying to build
2009-01-25 megaczchange rst to high-active
2009-01-19 megaczremove extraneous flag_z stuff from FpgaDock.java
2009-01-19 megaczfix strange update to c-flag based on flushing bit...
2009-01-19 megaczfix bug in Fpga implementation related to Dc latch...
2009-01-19 megaczformatting
2009-01-19 megaczfix mismatch between Instruction.toString() and new...
2009-01-19 megaczadd test tests/flags/c-flag-determined-by-dc.test
2009-01-16 megaczproperly synchronize threads in InterpreterProcess
2009-01-16 megaczuse BitVector.toLong() in InterpreterDock.peekDataForSh...
2009-01-16 megaczfix bug in Alu.ship
2009-01-16 megaczmake InterpreterDock c-flag depend on Dc bit, as it...
2009-01-11 megaczadd commented-out versions of `drain_foo that do not...
2009-01-11 megaczeliminate need for a register for the _f flag in the...
2009-01-11 megaczdo not drain a port unless it is currently full
2009-01-11 megaczremove `flush macro, fold it into `cleanup
2009-01-09 megaczdeal with bootstrapping dependency while building a...
2009-01-08 megaczupdate Makefile to be able to find .ship files
2009-01-08 megaczoverhaul of interpreter, update ships to match; "make...
2009-01-08 megaczupdate Context.java to new head/abort/tail scheme
2009-01-08 megaczbugfixes to tests discoverd while getting interpreter...
2009-01-08 megaczinert formatting changes to tests/codebags/fun-with...
2009-01-08 megaczcleaner allocation of ships when a single InterpreterFl...
2009-01-08 megaczonly complain about lack of ships for non-FleetWithDyna...
next