NCC clean newCell
[fleet.git] / ships /
2008-01-25 adamupdate test cases to am33
2008-01-02 adamreorder Alu3 instructions to deal with two-instruction...
2008-01-02 adamdisable Alu3 test temporarily (clogs switch fabric...
2008-01-01 adamupdated Memory ship fleeterpreter impl to support write...
2007-09-16 adamupdate docs
2007-08-28 adamdoc updates to ships
2007-08-28 adamupdates to many ships
2007-08-28 adamupdate to Memory ship
2007-08-26 adamfinal pass to update instruction encoding; should now...
2007-08-26 adamremove Execute and Halt
2007-08-26 adammake room for Ig bit
2007-08-26 adamremove last vestiges of old literal system
2007-08-25 adamconvert many more test cases
2007-08-25 adamupdate more test cases to use literal-at-pump
2007-08-25 adamadd pump-local literals and convert Alu1 test case
2007-08-25 adamadded working test case for send-without-destination
2007-08-25 adamfixed memory ship, fpga implementation now works
2007-08-24 adambasically-working BitFifo implementation
2007-08-24 adamimplement bitfifo (software only for now)
2007-08-23 adamunified horn for data and instructions
2007-08-23 adamimplement am26 support for constants
2007-08-20 adamcheckpoint
2007-08-20 adamsome cleanups, build fpga stuff in build/fpga, not src
2007-08-16 adamupdate tests in ship files
2007-08-12 adamrun all tests (including ships directory), add #skip...
2007-08-11 adamfiddling with Alu3
2007-08-11 adamfix awful timing bugs in Lut3
2007-08-11 adammore bugfixes to Alu3
2007-08-10 adamupdate Alu3 test to use blend
2007-08-10 adamsingle-mode Alu3
2007-08-10 adamfix Lut3 so it checks if output is empty
2007-08-10 adambugfix to Alu3
2007-08-10 adambugfix in BitFifo: sign extend for now
2007-08-10 adamfix bug in BitFifo FPGA code
2007-08-10 adamimprove BitFifo
2007-08-10 adamfix Alu3
2007-08-08 adamremove internal counter from Alu3
2007-08-08 adampreliminary support for constants
2007-08-08 Amir KamilFix Alu3, add test code.
2007-08-07 adamadd test to Debug.ship
2007-08-07 adammove fifo and lut3 tests into ship files
2007-08-07 adammove one of the memory tests into Memory.ship
2007-08-07 adampromote Mul to Alu3
2007-08-07 adamremove old Alu3
2007-08-07 adammove Stack test into Stack.ship
2007-07-30 adamcleanup, add Generator for verilog netlists
2007-07-13 adamadd support for siblings in FleetDoc
2007-07-13 adamadd support for shortcuts in FleetDoc
2007-07-13 Amir Kamilimplement crappy multiplier
2007-07-10 adamprototype for new ship constants mechanism
2007-07-10 Amir Kamilfix BitStorage bug
2007-07-03 adamupdates to ship documentation
2007-06-18 adambitfifo notes
2007-06-15 Amir KamilBitFifo ship
2007-03-04 adamadd stride/count to fleeterpreter Memory ship
2007-02-28 Amir KamilAdd an Alu2 that uses virtual destinations instead...
2007-02-26 adamStack bugfixes
2007-02-26 adamAlu3 bugfixes
2007-02-25 adamfix bug in Alu1 related to zero-storage boxes
2007-02-25 adamadd Stack ship and tests
2007-02-25 adamadd Alu3 ship and tests
2007-02-25 adamrename ItemForShip to DataForShip for consistency
2007-02-24 adamfix FPGA implementation of Choice ship
2007-02-24 adamfix bugs in software implementation of Choice ship
2007-02-23 adamFPGA-Fleet updates
2007-02-22 adamupdate FPGA portion of Memory ship
2007-02-22 adamupdate ships for overhaul
2007-02-22 adamadded Choice ship
2007-02-20 adamsupport for disabling terminal colors
2007-02-17 adamadd ship specific literals and a test case
2007-02-16 adamfix sign-extension bug, add test
2007-02-16 adamadded MAX and MIN on Alu2 ship
2007-02-13 adamclean up constants in Alu1
2007-02-13 adamautogenerate parts of Alu1, Alu2, Lut3 verilog
2007-02-13 adamcleanup on Alu2
2007-02-13 adamchange Lut to Lut3 ship, add tests
2007-02-13 adamfactor out verilog headers on Alu2 ship
2007-02-13 adamadded comments to ship files
2007-02-12 adamchange igor/archsim to fleetsim
2007-02-12 adamupdate everything to naming conventions agreed upon...
2007-02-12 adammigrate verilog into ship files
2007-02-12 adamadd more ship files