fleet.git
2009-04-15 jlexaunew libraries from Ivan - 14 April 2009
2009-04-13 Adam MegaczUpdate proper stoppers
2009-04-13 Adam Megaczfix test 3006
2009-04-13 Adam Megaczupdate registersM
2009-04-13 Adam Megaczremove obsolete comment
2009-04-13 Adam Megaczadd Ivans updated registersM.jelib and regenerate marin...
2009-04-13 coatesSecond try - updating to match Ivan's 04102009 libraries
2009-04-13 coatesinitial check-in of new libraries
2009-04-10 coatesChecking in Ivans new files
2009-04-09 Adam Megaczdo not call getCtrsFlags() in sendDataPath
2009-04-09 Adam Megaczreformatting only
2009-04-09 Adam Megaczupdate path to flags scan latches
2009-04-09 Adam Megaczfix bug in InstructionStopper
2009-04-09 Adam Megaczupdate encoding code
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-27 Adam Megaczupdate to new 25-Mar schematics from Ivan
2009-03-24 coatesModifications for wagTest
2009-03-24 coatesAdded wagTest schematic and layout to test extracted...
2009-03-24 Adam Megaczupdate marina.xml and marina.spi
2009-03-24 Adam Megaczformatting changes
2009-03-24 Adam Megaczclean up InstructionStopper.fill(BitVector)
2009-03-24 Adam Megaczadd ProperStopper.fill(MarinaPacket)
2009-03-24 Adam Megaczadd convenience constructor MarinaPacket(BitVector...
2009-03-24 Adam Megaczrefactor MarinaPacket
2009-03-24 Adam Megaczadd expectLength()
2009-03-24 Adam Megaczremove unused method
2009-03-24 Adam Megaczrefactoring of InstructionStopper
2009-03-24 Adam Megaczformatting, commenting
2009-03-24 Adam Megaczmove methods out of MarinaUtils and into BitVectorGener...
2009-03-24 Adam Megaczmove RingIfc to inner class of ProperStopper, rename...
2009-03-24 Adam Megaczadd comment to Counter.java
2009-03-24 Adam Megaczbreak out Station and CmdArgs into outer classes
2009-03-24 Adam Megaczremove uses of extractData() and formatDataTokAddr...
2009-03-24 Adam Megaczupdate TOK_FIFO_PATH
2009-03-24 Adam Megaczremove unused methods
2009-03-24 Adam Megaczremove formatDataTokAddr() from ProperStopper
2009-03-24 Adam Megaczupdates to MarinaPacket
2009-03-24 coatescleaned up, plus added new scanM:scanAmp passthrough...
2009-03-24 Adam Megaczadd coversM
2009-03-24 Adam Megaczupdate to Ivan latest designs
2009-03-23 megaczdvi ship works, albeit at a very strange resolution
2009-03-23 Adam Megaczcheck the token fifo for emptiness before sendToken...
2009-03-23 Adam Megaczupdate path to token predecessor state wire
2009-03-23 Adam Megaczmore helpful formatDataTokAddr() showing bit numbers...
2009-03-22 Adam Megaczfix connection of doo[T,D] and ddo[T,D] at top level
2009-03-21 Adam Megaczupdate marina.bsh, marina.spi, marina.xml for new jelibs
2009-03-20 coatesModified library from Ivan
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-17 Adam Megaczupdate to Ivans latest schematics
2009-03-17 Adam Megaczupdate MarinaTest to use new instruction constructors...
2009-03-17 Adam Megaczupdates to instruction encoder
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
next