fleet.git
2008-11-10 adamadjust comments
2008-11-10 adamreplace DATAWIDTH with WORDWIDTH
2008-11-10 adamuse connect instead of addPreCrap in FifoModule
2008-11-10 adamtweak Verilog logic
2008-11-10 adamre-enable bitgen DRC, disable unused ddr2 signals
2008-11-10 adamuse in.getBits() in FpgaDock
2008-11-10 adamadd Value.invertBits()
2008-11-10 adamadd Value.getBits(Mask)
2008-11-10 adamuse getBits(Value) instead of addPreCrap
2008-11-10 adamadd Trigger.invert()
2008-11-10 adamchange latchDriver from Latch to Value
2008-11-10 adamremove unnecessary comment
2008-11-10 adameliminate direct access to handshake signals in FanoutM...
2008-11-10 adameliminate explicit torpedoWaiting state wire
2008-11-10 adamreplace addPreCrap() with noDriveLatches in FpgaDock...
2008-11-10 adamfix bug relating to zero-width ports
2008-11-10 adammake getAck()/getReq() private, add isFull()
2008-11-10 adammove serial port verilog files to mem directory
2008-11-10 adamcleanup to main.v
2008-11-10 adamreplace addPreCrap() with noDriveLatches in FpgaDock...
2008-11-10 adamsome updates to edu.berkeley.fleet.ir
2008-11-10 adamadjust ships to use fill/drain/full/empty macros
2008-11-10 adamfix fill/drain/full/empty macros
2008-11-10 adamremove timescale.v, bram14.v, vram.v
2008-11-10 adammove main.xst into Makefile
2008-11-09 adaminstitute Z-flag in FpgaDock
2008-11-09 adamchange some tests to require only a single fifo ship
2008-11-08 adamimprove marina testing scripts
2008-11-08 adamincrease placer effort level in Makefile
2008-11-08 adamincrease opt_level in main.xst
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-04 adamadd partial support for writeback to mergesort demo
2008-11-04 adamproper outWrite port on MemoryModule
2008-11-04 adammake DockOutPort deal with the case where it has no...
2008-11-04 adammake DockOutPort non-final
2008-11-04 adamadjust mix of ships for "large" configuration
2008-11-03 adamadd second and third Memory ships to the "large" config...
2008-11-03 adamset C-flag on Memory ship out port
2008-11-03 adamadd write capability to Process.MemoryModule
2008-11-03 adamadd Port.getTokensToAbsorb()
2008-11-03 adammore sophisticated version of Process.verifyClean()
2008-11-03 adammove setAutoflush() lines
2008-11-03 adamlift restriction on torpedoing finite-count loops
2008-11-03 adamupdate placer effort to "high"
2008-11-03 adamupdate Marina Makefile lines
2008-11-03 adamupdate make dist
2008-11-03 adamchange Makefile to build private javadocs
2008-11-03 adamadd src/edu/berkeley/fleet/ir/Process.java
2008-11-03 adamadd ir.Counter
2008-11-03 adamadd src/edu/berkeley/fleet/ir/Gadgets.java
2008-11-03 adammake LoopFactory() private, rename Context.send() to...
2008-11-03 adamadd Context.allocateShip()
2008-11-03 adamadd Context.emit()
2008-11-03 adamadd Context.startupLoopFactories
2008-11-03 adamadd Context.flush()
2008-11-03 adamadd Context.setAutoflush(boolean)
2008-11-03 adamadd Context.literal(BitVector)
2008-11-03 adamchange pending_dest to pending_path
2008-11-03 adamadd Context.disableInstructionFifoOverflowCheck()
2008-11-03 adamadd error check to Context.makeNext()
2008-11-03 adammake Context.setNext() private
2008-11-03 adamadd Context.abortAndInvoke()
2008-11-03 adamimprove comments in Context.java
2008-11-03 adamadd Marina code
2008-11-03 adamde-staticize references in Context.java
2008-11-03 adamchange readWord()/dispatchXX() to recvWord()/sendXX...
2008-11-03 adamchange method order in Fpga.java (inert)
2008-11-03 adambetter comment on Instruction.Flush()
2008-11-03 adamadd safety check to Instruction.Shift() constructor
2008-11-03 adamchange readInstruction/writeInstruction to encodeInstru...
2008-11-03 adammake getDestAddr() return a BitVector
2008-11-03 adamde-staticize references in FpgaDock
2008-11-03 adamchange small Fpga configuration to have one of each...
2008-11-03 adammake HornModule and FunnelModule take an Fpga argument
2008-11-03 adammake InterpreterPath extend FleetTwoPath
2008-11-03 adammake FpgaPath extend FleetTwoPath
2008-11-03 adamuse getFleet().getWordWidth() instead of WIDTH_WORD...
2008-11-03 adamadd full/empty/drain/fill macros to Fpga.java
2008-11-03 adamtemporarily make FpgaDestination.dock package-local...
2008-11-03 adamde-staticize some references in Client.java
2008-11-03 adamremove unnecessary method from Client.java
2008-11-03 adamuse local (non-static) references in Parser.java
2008-11-03 adamuse getShiftWidth() in Parser.java
2008-11-03 adamadd FleetTwoPath.java
2008-11-03 adamadd Junk.java
2008-11-03 adambetter comments in FleetProcess.java
2008-11-03 adamimprove javadoc comments in Fleet.java
2008-11-03 adamadd Fleet.{getShiftWidth(),getSetWidth()}
2008-11-03 adamadd Ship.getConstant()
2008-11-03 adamadd Dock.getConstant()
2008-11-03 adambetter comments in BitVector
2008-11-03 adambetter implementation of BitVector.setAndSignExtend()
2008-11-03 adamadd BitVector.getImmutable()
2008-11-03 adamhave BitVector.set() return this
2008-11-03 adamadd ShipPool.java
2008-11-03 adambetter Mask.setval(BitVector) implementation
2008-11-03 adamadd Mask.getvalAsBitVector()
2008-11-03 adamadd Mask.toString()
next