make InterpreterDock c-flag depend on Dc bit, as it should
[fleet.git] / src / edu / berkeley / fleet / fpga /
2009-01-11 megaczadd commented-out versions of `drain_foo that do not...
2009-01-11 megaczeliminate need for a register for the _f flag in the...
2009-01-11 megaczdo not drain a port unless it is currently full
2009-01-11 megaczremove `flush macro, fold it into `cleanup
2009-01-08 megaczfix error where flag_d/flag_z were set incorrectly...
2009-01-04 megaczupdate to 03-Jan-2009 am33: head, abort, and d-flag
2008-12-30 megaczmove to ml505, import Greg\'s memory controller
2008-12-30 megaczmassive overhaul of fpga code
2008-12-30 megaczremove UCF lines for rts/cts
2008-12-30 megaczremove use of RTS/CTS in Server.java
2008-12-13 adamclean up main.ucf
2008-11-19 adamremove extraneous bram14.v generator
2008-11-16 adambetter parenthesization in FpgaDock
2008-11-16 adamimplement port percolation
2008-11-16 adammove main.ut into Makefile
2008-11-16 adamcleanups in main.v
2008-11-16 adampercolate ports for vga, ignore ddr2
2008-11-16 adamenforce ordering on percolated ports
2008-11-16 adamadd port percolation, use it for DRAM.ship
2008-11-10 adamclean up top-level module logic a bit
2008-11-10 adamchange olc_in to flag_z (single bit)
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 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-08 adamincrease opt_level in main.xst
2008-11-08 adamchange polarity of I-bit
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 adamchange readWord()/dispatchXX() to recvWord()/sendXX...
2008-11-03 adamchange method order in Fpga.java (inert)
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 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-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 adamimplement fpga.Client.getDebugDock()
2008-10-27 adamadd FleetProcess.{flush,dispatchWord,dispatchToken}
2008-09-07 adamrename Alu2->Alu
2008-09-07 adamswitch Fpga.java back to 12 lanes, add CarrySaveAdder
2008-09-07 adamreduce use of verilog macro expansion in FpgaDock
2008-08-28 adambugfix in FpgaDock: treat ignore-olc instructions properly
2008-08-22 adamadd an additional rotator and lut3 ship
2008-08-21 adammassive overhaul of fpga code
2008-08-21 adamadd more debugging output to fpga.Server.java
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-25 adamrelocate InstructionEncoder to FleetTwoFleet and make...
2008-06-25 adammove Verilog.java to edu.berkeley.fleet.fpga.verilog
2008-06-25 adamtotal overhaul: fleetcode-1.0 api finished
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 adamupdate fpga to reset counters on kill/massacre
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 adamextra reset code for fpga.Server
2008-02-11 adamhave break signal flush input/output fifos
next