major overhaul of FPGA code to support both ML509 and Bee2 at the same time
[fleet.git] / src / edu / berkeley / fleet / fpga / verilog / Verilog.java
2009-09-20 Adam Megaczmajor overhaul of FPGA code to support both ML509 and...
2009-08-30 Adam MegaczBreak Fpga.java into separate subclasses for ML509...
2009-08-30 Adam Megaczperformance improvements in Verilog.java
2009-03-03 megaczrelocate PercolatedPort to edu.berkeley.fleet.two
2009-03-01 megaczmore predictable instance naming in Verilog.java
2009-02-26 megaczadded code to implement REVERSE_LATENCY using srl16
2009-02-26 megaczadded code to implement FORWARD_LATENCY using srl16
2009-02-26 megaczuse getReq()/getAck() in isFull()
2009-01-25 megaczchange rst to high-active
2008-12-30 megaczmassive overhaul of fpga code
2008-11-16 adamimplement port percolation
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 adamadjust comments
2008-11-10 adamtweak Verilog logic
2008-11-10 adamadd Value.invertBits()
2008-11-10 adamadd Value.getBits(Mask)
2008-11-10 adamadd Trigger.invert()
2008-11-10 adamchange latchDriver from Latch to Value
2008-11-10 adamfix bug relating to zero-width ports
2008-11-10 adammake getAck()/getReq() private, add isFull()
2008-11-10 adamreplace addPreCrap() with noDriveLatches in FpgaDock...
2008-10-27 adamclean up fpga directory
2008-10-27 adamremove macros
2008-10-27 adammassive overhaul of fpga code
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