fleet.git
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...
2009-01-08 megaczfix encoding error that only shows up when all-zeroes...
2009-01-08 megaczfix typo in Instruction.Abort.toString()
2009-01-08 megaczmore pump=>dock renaming
2009-01-08 megaczadd Mask.getvalAsBitVector(BitVector)
2009-01-08 megaczclean up torpedo tests
2009-01-08 megaczfix error where flag_d/flag_z were set incorrectly...
2009-01-08 megaczadd BitVector.set(BitVector)
2009-01-08 megaczformatting fixes
2009-01-08 megaczmove InterpreterDestination serial number into the...
2009-01-08 megaczmove the packet queue out of InterpreterDestination...
2009-01-08 megaczchange internal uses of "port" to "dock"
2009-01-08 megaczminor reshuffling of InterpreterShip/InterpreterDock
2009-01-08 megaczmake fields of InterpreterPath private
2009-01-08 megaczmake fields of interpreter.Packet private, add access...
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 megaczMerge branch 'master' of git://git.hcoop.net/git/crawsh...
2008-12-30 megaczMerge branch 'master' of /afs/research.cs.berkeley...
2008-12-30 megaczmove to ml505, import Greg\'s memory controller
2008-12-30 megaczmassive overhaul of fpga code
2008-12-30 megaczadd PACKET_IS_TOKEN mask
2008-12-30 megaczremove UCF lines for rts/cts
2008-12-30 megaczremove use of RTS/CTS in Server.java
2008-12-30 megaczchmod misc/program.sh
2008-12-30 megaczadd BitVector.get(int,int)
2008-12-30 megaczremove use of uart_rts and uart_cts in ships/Debug...
2008-12-30 megaczminor updates to Makefile
2008-12-30 megaczeliminate use of the `XXX_draining macro
2008-12-30 megaczparameterize ${device} in Makefile
2008-12-27 David Crawshawstore .ship files in fleet.jar
2008-12-25 megaczadd note that Parser.java is not a stable API
2008-12-18 David Crawshawmark static functions as such
2008-12-16 David Crawshawprovide an interface for initializing an InterpreterPro...
2008-12-16 David Crawshawmake the asm parser public
2008-12-16 David Crawshawremove redundant isInputDock()
2008-12-13 megaczfix bug in Interpreter.getDestAddr()
2008-12-13 megaczfix bug in Mask.getvalAsBitVector()
2008-12-13 megaczuse equalsZeroExtended for comparing paths
2008-12-13 megaczdo not double-increment in InterpreterDestination
2008-12-13 megaczadd BitVector.equalsZeroExtended()
2008-12-13 megaczMake several fields of the Interpreter non-private...
2008-12-13 megaczAdd DebugDock.java
2008-12-13 megaczMake InterpreterProcess public, add step() methods
2008-12-13 megaczCause interpreter to return after one step if no instru...
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-12-13 adamcomment in Memory.ship
2008-12-13 adamcleanups to DRAM.ship
2008-12-13 adamMakefile adjustments
2008-12-13 adamclean up main.ucf
2008-12-13 adamadd MarinaPath.java
2008-12-13 adamadd CodeBag.java stub
2008-11-19 adamremove extraneous bram14.v generator
2008-11-19 adamtotal rewrite of Memory.ship FPGA code
2008-11-19 adamadd XIL_XST_HIDEMESSAGES=hdl_and_low_levels to Makefile
2008-11-19 adamadd fun-with-codebags2.fleet
2008-11-18 adameliminate use of bram14 in Memory.ship
2008-11-18 adamcleanup in Process.java
2008-11-18 adamupdate marina test instructions
2008-11-17 adameliminate two counter ships that we do not need
2008-11-17 adamdecouple the insertion of shutdown commands from the...
2008-11-17 adamremove line we can no longer use (dip_peer.dock.getInst...
2008-11-17 adamvarious comment/cleanups, no net effect
2008-11-17 adamadd extratokens option to shutdown code
2008-11-17 adamre-order deliver() for more compact code
next