run omegaCounter inverter study with Electric LE code fixed
[fleet.git] / src /
2009-09-19 Adam MegaczChainControls: make getChainControlFromPath() public
2009-09-19 Adam Megaczadd commented-out version of UnPunctuatorNode2 to UnPun...
2009-08-30 Adam MegaczBee2 branch landing: step 1
2009-08-30 Adam MegaczML509.Large needs six Alus for sorting demo
2009-08-30 Adam MegaczBreak Fpga.java into separate subclasses for ML509...
2009-08-30 Adam Megaczadd Fleet.getDefaultImpl() and use it in Makefile
2009-08-30 Adam Megaczperformance improvements in Verilog.java
2009-08-30 Adam Megaczdo not write ucf file if fleet has no instances of...
2009-08-30 Adam Megaczmild overhaul of Interpreter; now capable of performing...
2009-08-30 Adam MegaczInterpreter.java: periodically invoke dumpState if...
2009-08-30 Adam MegaczInterpreter.java: add a Button and Dvi to the default...
2009-08-30 Adam MegaczParameterNode: deal gracefully with the case where...
2009-08-30 Adam MegaczMergeSort.java: reformatting
2009-08-30 Adam MegaczMemoryNode: make sure not to do phase 0 of reset on...
2009-08-30 Adam MegaczLog.java: use Packet.toString()
2009-08-30 Adam Megaczwhen using the Timer ship, invoke collectWord() twice...
2009-08-29 Adam MegaczMarina/MarinaTest.java: a few hacks to get the silicon...
2009-08-29 Adam Megaczmerge omegaCounter 40nm/90nm branches into chips/omegaC...
2009-08-22 Adam MegaczInterpreterShip: fix bug that caused ships with no...
2009-08-22 Adam Megaczadd Packet.toString()
2009-08-22 Adam MegaczInterpreterDock: bug fix that was causing instructions...
2009-08-22 Adam MegaczInterpreterDock: better error message when torpedoes...
2009-08-22 Adam Megaczadd InterpreterDock.dumpState()
2009-08-22 Adam MegaczInterpreter: use Packet.send() more often
2009-08-22 Adam Megaczmake InterpreterProcess thread a daemon thread
2009-08-22 Adam Megaczremove extraneous torpedo transmission from MemoryUtils
2009-08-22 Adam Megaczchange CBD size field from 6 bits to 9 bits
2009-08-22 Adam Megaczbetter error messages in LoopFactory
2009-08-22 Adam Megaczadd Fleet.getMaxCodeBagSize() and makeCodeBagDescriptor()
2009-08-22 Adam Megaczadd Mask.setval(BitVector,long)
2009-08-22 Adam Megaczbetter colorization of interpreter logs
2009-08-22 Adam MegaczMarinaTest: use GPIOs on blue box for master clear...
2009-08-22 Adam Megaczadd initial support for testing via blue-box jtag contr...
2009-08-01 Adam Megaczadd two more Alu ships to the large configuration
2009-08-01 Adam Megaczadd a Fifo to the Fpga large configuration so the test...
2009-08-01 Adam Megaczmove graphical sorting demo into SortingDemo, make...
2009-08-01 Adam Megaczremove unnecessary vals[i].set(1,false)
2009-08-01 Adam Megaczadd a Timer ship to the Interpreter fleet
2009-08-01 Adam Megaczfix demos to work with new assertAllocated() lines...
2009-08-01 Adam Megaczadd DockInputStream, DockOutputStream
2009-08-01 Adam Megaczadd ShipPool.assertAllocated()
2009-08-01 Adam Megaczremove dead code from MemoryUtils
2009-07-31 Adam Megaczswitch MemoryUtil to use MemoryStream
2009-07-31 Adam Megaczadd FleetProcess.sendWord() that takes a signal
2009-07-31 Adam Megaczmake dock counters as wide as the machine word
2009-07-27 Adam Megaczadd ShipPool.setParent()
2009-07-27 Adam MegaczShipPool: rename ancestor->parent, make private
2009-07-27 Adam MegaczShipPool.allocateShip() needs to invoke ancestor/parent...
2009-07-27 Adam MegaczLoopFactory: fix bug that occurs when sendWord(null...
2009-07-27 Adam Megaczfix typo in Instruction.Move.toString()
2009-07-26 Adam Megaczimprove master-clear logic origin/HEAD origin/master
2009-07-26 Adam Megaczremember to re-set ILC in MarinaTest.loadEveryValueOLC()
2009-07-26 Adam Megaczmove marina/testCode/com to src/com
2009-07-16 Adam Megaczadd some comments
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 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-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 megaczincrease serial port rate to 115200kbps
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-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-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 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...
next