add Marina code
[fleet.git] / src / edu / berkeley /
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()
2008-10-27 adameliminate a latch from every dock
2008-10-27 adamclean up fpga directory
2008-10-27 adamadjust fifo sizes to match Fleet2 chip
2008-10-27 adamremove macros
2008-10-27 adammove FanoutModule into its own file
2008-10-27 adamchange new_flag from a macro to a string manipulation
2008-10-27 adamrename repeat_counter->ilc, loop_counter->olc in FpgaDock
2008-10-27 adamsplit Fpga.java into two implementations, large and...
2008-10-27 adamreset ILC to 1 after non-execution
2008-10-27 adamupdate default ship configuration
2008-10-27 adammassive overhaul of fpga code
2008-10-27 adamadd flush instruction to parser, grammar, and api
2008-10-27 adamimplement fpga.Client.getDebugDock()
2008-10-27 adamadd FleetProcess.{flush,dispatchWord,dispatchToken}
2008-10-27 adamadd InterpreterDock.peekDataForShip()
2008-10-27 adamadd Interpreter.getFleet()
2008-10-27 adamadd MOVE bits to many of the MOVE subcodes in FleetTwoF...
2008-10-27 adamadd FleetTwoFleet.DISPATCH_INSTR
2008-10-27 adamadd FleetTwoFleet.WHOLE_WORD
2008-09-07 adamswitch demo from Util.java to LoopFactory, delete Util...
2008-09-07 adamimprovements to LoopFactory
2008-09-07 adamimprove Instruction.toString() method
2008-09-07 adamfix typo in ship name
2008-09-07 adamrename Alu2->Alu
2008-09-07 adamprint name of test case before parsing
2008-09-07 adamadd support for [olc=0] predicate
2008-09-07 adamswitch Fpga.java back to 12 lanes, add CarrySaveAdder
2008-09-07 adamreduce use of verilog macro expansion in FpgaDock
2008-09-07 adamfix parser bug
2008-08-28 adambugfix in FpgaDock: treat ignore-olc instructions properly
2008-08-28 adamallow hex digits in #expect directives
2008-08-26 adamupdate to new AM37 syntax
2008-08-26 adamreturn ship if already created in Interpreter
2008-08-26 adamadd OLCZero predicate
2008-08-22 adamadd an additional rotator and lut3 ship
2008-08-21 adamcheckpoint
2008-08-21 adammassive overhaul of fpga code
2008-08-21 adamremove TAPL, improve Instruction.toString(), add conven...
2008-08-21 adamimprove instruction dispatch code in Parser.java
2008-08-21 adamcleaner encoding of Shift instruction in Parser.java
2008-08-21 adamadd edu.berkeley.fleet.demo
2008-08-21 adamadd more debugging output to fpga.Server.java
2008-08-21 adamupdate instruction encoding, remove ability to predicat...
2008-08-21 adamcleaner implementation of Shift instruction in Interpre...
2008-08-21 adamnote to self
2008-08-21 adamremove Memory.{outIhorn,inStride,inCount} ports
2008-08-21 adamimprove getVerilog() code in Mask to use explicit compa...
2008-08-21 adamdecapitalize default ship names, dont put ordinal in...
2008-06-27 adamfix typo
2008-06-26 adamadd BitVector.toLong()
2008-06-26 adamadd Test.java
2008-06-26 adaminterpreter updates
2008-06-26 adamfinish overhaul of interpreter
2008-06-26 adamadd Mask.getval(BitVector)
2008-06-26 adamadd BitVector copy constructor and BitVector.setAndSign...
2008-06-26 adamlift sloppy getPathByAddr() implementation into FleetTw...
2008-06-26 adamremove ugly FleetTwoFleet.getUniversalSource() method
2008-06-26 adamrefactor codebag-memory-block creation code
2008-06-26 adamfirst pass overhaul of interpreter; still does not...
2008-06-25 adamadded equals() and hashCode() to BitVector
2008-06-25 adamcollapse InterpreterDock and InstructionDock into one...
2008-06-25 adamrelocate InstructionEncoder to FleetTwoFleet and make...
2008-06-25 adammove Verilog.java to edu.berkeley.fleet.fpga.verilog
2008-06-25 adamadded BitVector.setImmutable(), use it in Instruction...
2008-06-25 adamtotal overhaul: fleetcode-1.0 api finished
next