use DATAWIDTH instead of INSTRUCTION_WIDTH in Memory.ship
[fleet.git] / src /
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
2008-04-13 adamclean up literal-setting code
2008-04-13 adamuse Mask.signExtend()
2008-04-13 adamuse bitmasks to set literals
2008-04-13 adamremove magic constant 19 from literal encodings
2008-04-12 adamre-arrange some code in Server.java
2008-04-12 adambetter initialization code in main.v
2008-04-12 adamadd commented-out code to send an "ok" after break...
2008-04-12 adamonly generate break signal if rx_bit_cnt==9 to avoid...
2008-02-14 adamsupport for [dl] and flags
2008-02-12 adamremove is_standing and kill counter
2008-02-12 adamcleanup obsolete stuff
2008-02-12 adameliminate standing bit
2008-02-12 adamupdate fpga to reset counters on kill/massacre
2008-02-12 adamupdate interpreter to reset counters on kill/massacre
2008-02-12 adamuse repeat counter instead of standing bit
2008-02-12 adamupdate fpga to properly reset repeat_counter after...
2008-02-12 adamadd support for a "standing" count value
2008-02-12 adamadd predicates to instruction encoder/decoder
2008-02-11 adamre-arrange isLooping() method
2008-02-11 adamadd support for predicates to parser and interpreter
2008-02-11 adamextra reset code for fpga.Server
2008-02-11 adamfix bugs in handling of DecrLoop operation
2008-02-11 adamadd SetFlags instruction to API and interpreter
2008-02-11 adamhave break signal flush input/output fifos
2008-02-11 adamremove unnecessary calls to addPreCrap() in Generator...
2008-02-04 adamadd Rotator ship
2008-01-30 adammore reset code
2008-01-30 adamreset state wires too
2008-01-30 adamadd additional reset logic to instances of Generator...
2008-01-30 adamupdate server to auto-restart when files are changed
2008-01-28 adammaster clear works (at least for memory ship)
2008-01-28 adamcheckpoint
2008-01-27 adampropagate break signal as reset
2008-01-27 adamadd support for RS-232 break signal
2008-01-26 adamadd rst wire (but do not do anything with it)
next