make dock counters as wide as the machine word
[fleet.git] / src / edu / berkeley / fleet / fpga / FpgaDock.java
2009-07-31 Adam Megaczmake dock counters as wide as the machine word
2009-04-06 megaczadd currently-commented-out code to put a wig-wag in...
2009-04-06 megaczadd FpgaDestination.getPathLength() for measuring hop...
2009-03-20 megaczexpand leaf FIFOs from 4 elements to 8 elements
2009-01-19 megaczremove extraneous flag_z stuff from FpgaDock.java
2009-01-19 megaczfix strange update to c-flag based on flushing bit...
2009-01-19 megaczfix bug in Fpga implementation related to Dc latch...
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 megaczmassive overhaul of fpga code
2008-11-16 adambetter parenthesization in FpgaDock
2008-11-10 adamchange olc_in to flag_z (single bit)
2008-11-10 adamuse in.getBits() in FpgaDock
2008-11-10 adamuse getBits(Value) instead of addPreCrap
2008-11-10 adamremove unnecessary comment
2008-11-10 adameliminate explicit torpedoWaiting state wire
2008-11-10 adamreplace addPreCrap() with noDriveLatches in FpgaDock...
2008-11-10 adamreplace addPreCrap() with noDriveLatches in FpgaDock...
2008-11-09 adaminstitute Z-flag in FpgaDock
2008-11-08 adamchange polarity of I-bit
2008-11-03 adamde-staticize references in FpgaDock
2008-10-27 adameliminate a latch from every dock
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 adamreset ILC to 1 after non-execution
2008-10-27 adammassive overhaul of fpga code
2008-09-07 adamreduce use of verilog macro expansion in FpgaDock
2008-08-28 adambugfix in FpgaDock: treat ignore-olc instructions properly
2008-08-21 adammassive overhaul of fpga 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