merge MarinaFleet and Marina
[fleet.git] / src / edu / berkeley / fleet / fpga /
2009-11-20 Adam Megaczadd new urjtag-based code, fjmem
2009-09-20 Adam Megaczmajor overhaul of FPGA code to support both ML509 and...
2009-08-30 Adam MegaczBee2 branch landing: step 1
2009-08-30 Adam MegaczML509.Large needs six Alus for sorting demo
2009-08-30 Adam MegaczBreak Fpga.java into separate subclasses for ML509...
2009-08-30 Adam Megaczperformance improvements in Verilog.java
2009-08-30 Adam Megaczdo not write ucf file if fleet has no instances of...
2009-08-01 Adam Megaczadd two more Alu ships to the large configuration
2009-08-01 Adam Megaczadd a Fifo to the Fpga large configuration so the test...
2009-07-31 Adam Megaczadd FleetProcess.sendWord() that takes a signal
2009-07-31 Adam Megaczmake dock counters as wide as the machine word
2009-04-06 megaczServer.java: use USB serial if available
2009-04-06 megaczFpga.java: update mix of ships
2009-04-06 megaczincrease serial port rate to 115200kbps
2009-04-06 megaczadd currently-commented-out code to put a wig-wag in...
2009-04-06 megaczsupport for both slow and fast fifos
2009-04-06 megaczadd FpgaDestination.getPathLength() for measuring hop...
2009-04-06 megaczFpgaPath: actually return the Signal in getSignal()
2009-03-20 megaczexpand leaf FIFOs from 4 elements to 8 elements
2009-03-20 megaczremove ZBT from Fpga.java
2009-03-15 megaczfix bug wherein Instruction.toString() would print...
2009-03-14 megaczeliminate ShipDescription.Constant class, use BitVector...
2009-03-14 megaczremove old main.ucf
2009-03-14 megaczremove "looping" argument from Instruction
2009-03-14 megaczfirst draft of ZBT controller
2009-03-14 megaczremove greg stuff
2009-03-13 megaczincrease number of Memory ships to 3 in the large confi...
2009-03-12 megaczadd experimental ZBT interface
2009-03-12 megaczFpga.java: update ship collections
2009-03-12 megaczsend break signal on server (doesnt work though)
2009-03-12 megaczremove superflous printout from Client.java
2009-03-12 megaczupdates to Client/server
2009-03-12 megaczrework Server.java; much faster now
2009-03-11 megaczcleaned up Client.java
2009-03-11 megaczmove flow control from Client to Server
2009-03-11 megaczswitch from using RS-232 BREAKs and no flow control...
2009-03-08 megaczsimplify DVI code
2009-03-08 megaczDVI support -- initial demo works
2009-03-07 megaczDDR2 ship: works on ML509
2009-03-07 megaczmove ucf constraints into .ship files
2009-03-07 megaczremove old ucfs
2009-03-04 megaczremove synthesis attributes that xst doesnt understand
2009-03-03 megaczrelocate PercolatedPort to edu.berkeley.fleet.two
2009-03-01 megaczadd DDR2 controller, generated via MIG
2009-03-01 megaczmore predictable instance naming in Verilog.java
2009-02-28 megaczswitch host->fpga communication from 8-bit words to...
2009-02-28 megaczswitch fpga->host communication from 8-bit words to...
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
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-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
next