fleet.git
2009-03-11 megaczswitch from using RS-232 BREAKs and no flow control...
2009-03-11 megaczchange effort level back to std and opt_for back to...
2009-03-10 Adam Megaczfix test 1006; now passes
2009-03-10 Adam Megaczmake drainNoCheck() protected, not private
2009-03-10 Adam Megaczfix spacing of 52-bit-packet printout
2009-03-10 Adam Megaczmove 52->36 bit conversion from drain() to drainNoCheck()
2009-03-10 Adam Megaczremove tab characters from source code files
2009-03-10 Adam Megaczcomment out testAllChains() call
2009-03-10 Adam Megaczcorrect paths in ProperStopper.java
2009-03-10 Adam Megaczcorrect bit ordering in InstructionStopper
2009-03-10 Adam Megaczback out bad commit
2009-03-10 Adam Megaczupdate marina.xml
2009-03-10 Adam Megaczupdate marina.spi
2009-03-08 megaczadd Timer ship
2009-03-08 megaczclean up Dvi, add a test case
2009-03-08 megaczsimplify DVI code
2009-03-08 megaczDVI support -- initial demo works
2009-03-08 megaczmove gpio_led constraints from Debug into Dvi
2009-03-07 megaczchange Gadgets.main() to use DDR2 ship instead of DRAM...
2009-03-07 megaczDDR2 ship: works on ML509
2009-03-07 megaczMakefile: better filtering of error messages, do timing...
2009-03-07 megaczswitch from 33mhz clock to 100mhz clock
2009-03-07 megaczmove ucf constraints into .ship files
2009-03-07 megaczremove old ucfs
2009-03-06 Adam Megaczupdate ProperStopper class to work with newest (6-scan...
2009-03-06 Adam Megaczadd a call to shiftReport(true,false) at top of ProperS...
2009-03-06 Adam Megaczadd test 1, testProperStoppers(), as well as commented...
2009-03-06 Adam Megaczupdate comment on MarinaUtils.RingIfc, remove stale...
2009-03-05 coatesChanged signalBitFromInboundSwitchFabric connection...
2009-03-05 Adam Megaczupdate rebuild.sh again
2009-03-05 Adam Megaczupdate rebuild.sh
2009-03-05 Adam Megaczadd rebuild.sh
2009-03-05 Adam Megaczadd lib/test.jar
2009-03-04 Adam Megaczget testAllChains() to work
2009-03-04 megaczremove synthesis attributes that xst doesnt understand
2009-03-04 coatesChecking in header and cfg files
2009-03-04 Adam Megaczremove adam.jar from runOne.sh
2009-03-03 coatesUpdated marina beanshell for Ivan's latest
2009-03-03 coatesUpdated all design files to match Ivan's version as...
2009-03-03 coatesRemoved all old design files prior to updating with...
2009-03-03 megaczrelocate PercolatedPort to edu.berkeley.fleet.two
2009-03-03 megaczupdate Makefile
2009-03-03 Adam Megaczadd runOne.sh
2009-03-03 Adam Megaczadd PercolatedPort
2009-03-03 Adam Megaczupdate MarinaTest to work with new encoder
2009-03-03 Adam Megaczeliminate need for adam.jar
2009-03-01 megaczadd DDR2 controller, generated via MIG
2009-03-01 megaczswitch to using patched ISE in /scratch/megacz/xilinx
2009-03-01 megaczadd Dvi.ship
2009-03-01 megaczmore predictable instance naming in Verilog.java
2009-03-01 megaczfirst pass at getting mergesort to run on the interpreter
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-02-26 megaczdo a mkdir-p on the remote host before trying to build
2009-02-17 adamupdate to 17-Feb
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-19 megaczformatting
2009-01-19 megaczfix mismatch between Instruction.toString() and new...
2009-01-19 megaczadd test tests/flags/c-flag-determined-by-dc.test
2009-01-16 megaczproperly synchronize threads in InterpreterProcess
2009-01-16 megaczuse BitVector.toLong() in InterpreterDock.peekDataForSh...
2009-01-16 megaczfix bug in Alu.ship
2009-01-16 megaczmake InterpreterDock c-flag depend on Dc bit, as it...
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-09 megaczdeal with bootstrapping dependency while building a...
2009-01-08 megaczupdate Makefile to be able to find .ship files
2009-01-08 megaczoverhaul of interpreter, update ships to match; "make...
2009-01-08 megaczupdate Context.java to new head/abort/tail scheme
2009-01-08 megaczbugfixes to tests discoverd while getting interpreter...
2009-01-08 megaczinert formatting changes to tests/codebags/fun-with...
2009-01-08 megaczcleaner allocation of ships when a single InterpreterFl...
2009-01-08 megaczonly complain about lack of ships for non-FleetWithDyna...
2009-01-08 megaczfix encoding error that only shows up when all-zeroes...
2009-01-08 megaczfix typo in Instruction.Abort.toString()
2009-01-08 megaczmore pump=>dock renaming
2009-01-08 megaczadd Mask.getvalAsBitVector(BitVector)
2009-01-08 megaczclean up torpedo tests
2009-01-08 megaczfix error where flag_d/flag_z were set incorrectly...
2009-01-08 megaczadd BitVector.set(BitVector)
2009-01-08 megaczformatting fixes
2009-01-08 megaczmove InterpreterDestination serial number into the...
2009-01-08 megaczmove the packet queue out of InterpreterDestination...
2009-01-08 megaczchange internal uses of "port" to "dock"
2009-01-08 megaczminor reshuffling of InterpreterShip/InterpreterDock
2009-01-08 megaczmake fields of InterpreterPath private
2009-01-08 megaczmake fields of interpreter.Packet private, add access...
2009-01-08 megaczadd commented-out versions of new internal encoding
2009-01-04 megaczupdate to 03-Jan-2009 am33: head, abort, and d-flag
2009-01-03 adam19-Dec
2008-12-30 megaczMerge branch 'master' of git://git.hcoop.net/git/crawsh...
2008-12-30 megaczMerge branch 'master' of /afs/research.cs.berkeley...
next