NCC clean newCell
[fleet.git] / ships /
2009-09-20 Adam Megaczrewrite Debug.ship to include both ML509 and Bee2 support
2009-09-19 Adam Megaczsplit Debug.ship into two versions, one for ml509 and...
2009-08-30 Adam Megaczfix typo in Random.ship
2009-08-29 Adam MegaczDvi.ship: software implementatino
2009-08-29 Adam Megaczfix Counter.ship software implementation to exactly...
2009-08-29 Adam Megaczadd software implementation of Button ship
2009-08-22 Adam Megaczhack in Counter.ship to deal with how flushes are done...
2009-08-22 Adam Megaczfix firing conditions on Alu.ship
2009-07-27 Adam MegaczDebug.ship: use a BitVector, not a long
2009-07-27 Adam Megaczadd crude software implementation of Dvi ship
2009-07-27 Adam MegaczAdd software interpreter implementation of Timer ship
2009-04-06 megaczadd Random.ship
2009-04-06 megaczadd Null.ship
2009-04-06 megaczadd Button.ship
2009-04-06 megaczadd a register delay to the on_screen signal; fixes...
2009-04-06 megaczDvi: fix comment indicating effective screen size
2009-04-06 megaczDvi: switch to 36bit memory, 18bpp
2009-04-06 megaczDvi: change DATA_DELAY to 0
2009-04-06 megaczremove gpio_sw_c from Dvi.ship
2009-04-06 megaczincrease serial port rate to 115200kbps
2009-04-06 megaczDebug.ship: ignore break signal -- allows demos with...
2009-04-06 megaczCounter ship: set c-flag to true if this is the last...
2009-04-06 megaczDDR2: remember to check if out_empty before attempting...
2009-04-06 megaczDDR2: set the c-flag properly
2009-04-06 megaczadd AND, OR, XOR opcodes to Alu.ship
2009-03-23 megaczdvi ship works, albeit at a very strange resolution
2009-03-20 megaczadd ZBT SRAM to Dvi for framebuffer
2009-03-20 megaczremove [Rq] bit from tests in Rotator.ship and Lut3...
2009-03-20 megaczadd shift-outbox test
2009-03-15 megaczfix typo in comment in Memory.ship
2009-03-14 megaczminor updates to ZBT ship
2009-03-14 megaczfirst draft of ZBT controller
2009-03-12 megacztry to re-enable break line in Debug.ship (but doesnt...
2009-03-11 megaczswitch from using RS-232 BREAKs and no flow control...
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 megaczDDR2 ship: works on ML509
2009-03-07 megaczswitch from 33mhz clock to 100mhz clock
2009-03-07 megaczmove ucf constraints into .ship files
2009-03-01 megaczadd DDR2 controller, generated via MIG
2009-03-01 megaczadd Dvi.ship
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-01-25 megaczchange rst to high-active
2009-01-16 megaczfix bug in Alu.ship
2009-01-11 megaczremove `flush macro, fold it into `cleanup
2009-01-08 megaczoverhaul of interpreter, update ships to match; "make...
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 megaczremove use of uart_rts and uart_cts in ships/Debug...
2008-12-30 megaczeliminate use of the `XXX_draining macro
2008-12-13 adamcomment in Memory.ship
2008-12-13 adamcleanups to DRAM.ship
2008-11-19 adamtotal rewrite of Memory.ship FPGA code
2008-11-18 adameliminate use of bram14 in Memory.ship
2008-11-16 adamfix awful c-flag bug in Memory.ship
2008-11-16 adamimplement port percolation
2008-11-16 adampercolate ports for vga, ignore ddr2
2008-11-16 adamadd port percolation, use it for DRAM.ship
2008-11-10 adamreplace DATAWIDTH with WORDWIDTH
2008-11-10 adamadjust ships to use fill/drain/full/empty macros
2008-11-03 adamset C-flag on Memory ship out port
2008-10-27 adamuse DATAWIDTH instead of INSTRUCTION_WIDTH in Memory...
2008-10-27 adamre-order instructions in test to avoid deadlock
2008-10-27 adamadd flush support to ships
2008-10-27 adamadd Counter ship
2008-09-07 adamrename Alu2->Alu
2008-09-07 adamadd dummy test for DRAM
2008-09-07 adamadd CarrySaveAdder ship
2008-09-07 adamadd test for Video ship
2008-08-27 adamchange direction of rotation, add c-flag support to...
2008-08-26 adamupdate to new AM37 syntax
2008-08-21 adamremove obsolete ships
2008-08-21 adamadd Video ship
2008-08-21 adamclean up Lut3 fpga code
2008-08-21 adamclean up Rotator fpga code
2008-08-21 adamclean up Fifo fpga code
2008-08-21 adamoverhaul Alu2 fpga code, add new opcodes
2008-08-21 adamremove macros include from Debug.ship
2008-08-21 adamadd DRAM ship
2008-08-21 adamremove Memory.{outIhorn,inStride,inCount} ports
2008-06-26 adamfinish overhaul of interpreter
2008-06-26 adamrefactor codebag-memory-block creation code
2008-06-25 adamupdate ships for 1.0 overhaul
2008-06-25 adamre-arrange defunct ships
2008-04-12 adamremove Choice ship
2008-04-12 adambetter reset code in Memory.ship
2008-04-12 adamcleanup Alu1 and Alu2 FPGA code
2008-02-11 adamadd `reset` to Alu2
2008-02-11 adamalter Alu1 test to work around fpga anomoly
2008-02-04 adammove multiplier out of Alu3.ship, add correct test
2008-02-04 adamadd Rotator ship
2008-01-30 adammore reset code
2008-01-30 adamuncomment resets in Memory.ship
2008-01-28 adammaster clear works (at least for memory ship)
2008-01-28 adamcheckpoint
2008-01-26 adamadd rst wire (but do not do anything with it)
next