Framebuffer mixing
[litex.git] / milkymist /
2013-05-10 Sebastien BourdeauducqFramebuffer mixing
2013-05-09 Sebastien Bourdeauducqframebuffer: reorganize in preparation for mixer
2013-05-09 Sebastien Bourdeauducqdvisampler/dma: better 8:8:8 -> 10:10:10 conversion
2013-05-09 Sebastien Bourdeauducqdvisampler/dma: reverse slot allocation order
2013-05-09 Sebastien Bourdeauducqdvisampler/dma: fix interrupt generation
2013-05-08 Sebastien Bourdeauducqdvisampler/dma: bugfixes
2013-05-08 Sebastien Bourdeauducqdvisampler: new DMA engine (buggy)
2013-05-08 Sebastien Bourdeauducqtimer, uart: EventSourceLevel -> EventSourceProcess
2013-05-06 Sebastien Bourdeauducqdvisampler: mostly working, very basic and slightly...
2013-05-05 Sebastien Bourdeauducqchansync: bugfix
2013-05-05 Sebastien Bourdeauducqdvisampler: connect sync polarity detection
2013-05-05 Sebastien Bourdeauducqdvisampler/chansync: fix FIFO width
2013-05-05 Sebastien Bourdeauducqdvisampler/resdetection: use DE instead of hsync
2013-05-05 Sebastien Bourdeauducqdvisampler: add sync polarity detection module (thanks...
2013-05-05 Sebastien Bourdeauducqdvisampler/decoding: hold C when DE=1
2013-05-04 Sebastien Bourdeauducqdvisampler: add RawDVISampler
2013-05-04 Sebastien Bourdeauducqdvisampler/datacapture: swap bit pairs
2013-04-30 Sebastien Bourdeauducqframebuffer: use DMA controller from Migen
2013-04-25 Sebastien BourdeauducqRemove undriven reset signals
2013-04-25 Sebastien BourdeauducqUse the Migen asynchronous FIFO
2013-04-19 Sebastien Bourdeauducqadc: double-register asynchronous inputs
2013-04-19 Werner Almesbergermilkymist/adc/__init__.py: CounterADC - simple counter...
2013-04-16 Sebastien Bourdeauducqdvisampler/chansync: set synced to 0 when control token...
2013-04-14 Sebastien Bourdeauducqdvisampler/chansync: use Record.raw_bits()
2013-04-14 Sebastien Bourdeauducqdvisampler/clocking: insert DCM_CLKGEN before PLL
2013-04-12 Werner Almesbergeredid.py: sample SCL only every 64 clock cycles, to...
2013-04-10 Sebastien Bourdeauducqframebuffer: use new flow API
2013-04-01 Sebastien Bourdeauducqdfii: adapt to new Record API
2013-03-30 Sebastien BourdeauducqConvert to new CSR API
2013-03-29 Sebastien Bourdeauducqframebuffer: larger counters
2013-03-28 Sebastien Bourdeauducqframebuffer: process two pixels per system clock cycle
2013-03-28 Sebastien Bourdeauducqcrg: support VGA pixel clock reprogramming
2013-03-26 Sebastien BourdeauducqUse new Mibuild generic_platform API
2013-03-25 Sebastien Bourdeauducqframebuffer: RGBA -> ARGB
2013-03-25 Sebastien Bourdeauducqfb: better ordering of pixels within ASMI words
2013-03-23 Sebastien Bourdeauducqdvisampler: add resolution detection
2013-03-23 Sebastien Bourdeauducqdvisampler/charsync: report position
2013-03-23 Sebastien Bourdeauducqdvisampler/decoding: set C to 0 during data
2013-03-23 Sebastien Bourdeauducqdvisampler/charsync: fix found_control signal
2013-03-23 Sebastien Bourdeauducqdvisampler: clean up EDID data
2013-03-22 Sebastien Bourdeauducqdvisampler: decode before channel sync
2013-03-22 Sebastien Bourdeauducqdvisampler: decoding
2013-03-22 Sebastien Bourdeauducqdvisampler: channel synchronization
2013-03-21 Sebastien Bourdeauducqdvisampler: character synchronization
2013-03-21 Sebastien Bourdeauducqdvisampler/datacapture: deserialize to 10 bits
2013-03-21 Sebastien Bourdeauducqdvisampler/clocking: generate pix reset
2013-03-20 Sebastien Bourdeauducqdvisampler: software controlled phase detector
2013-03-18 Sebastien Bourdeauducqdvisampler/clocking: proper pix5x reset synchronization
2013-03-18 Sebastien Bourdeauducqdvisampler: use pix5x as IODELAY clock
2013-03-18 Sebastien BourdeauducqUse Instance.Input(..., ClockSignal/ResetSignal) instea...
2013-03-17 Sebastien Bourdeauducqdvisampler/datacapture: connect IODELAY IOCLK0
2013-03-17 Sebastien Bourdeauducqdvisampler/datacapture: fix tap counter reg
2013-03-17 Sebastien Bourdeauducqdvisampler: fixes
2013-03-17 Sebastien Bourdeauducqdvisampler: add clocking and phase detector
2013-03-15 Sebastien BourdeauducqMultiReg: remove idomain
2013-03-15 Sebastien BourdeauducqUse new ClockDomain API
2013-03-13 Sebastien Bourdeauducqdvisampler: add core, EDID support
2013-03-12 Sebastien BourdeauducqUse automatic register naming
2013-03-10 Sebastien BourdeauducqUse new module, autoreg and eventmanager Migen APIs
2013-02-24 Sebastien BourdeauducqUse new 'specials' API
2013-02-24 Sebastien Bourdeauducqcorelogic -> genlib
2013-02-11 Sebastien BourdeauducqUse Mibuild
2012-12-18 Sebastien BourdeauducqDo not use super()
2012-12-14 Sebastien BourdeauducqMove Token
2012-12-12 Sebastien BourdeauducqRemove ActorNode
2012-12-06 Sebastien BourdeauducqFix instantiations
2012-12-01 Sebastien BourdeauducqMerge branch 'master' of github.com:milkymist/milkymist-ng
2012-12-01 Sebastien BourdeauducqUse Wishbone SRAM component from Migen
2012-11-29 Sebastien BourdeauducqReplace Signal(bits_for(... with Signal(max=...
2012-11-29 Sebastien BourdeauducqUse new bitwidth/signedness system
2012-11-28 Sebastien BourdeauducqRemove Constant
2012-11-28 Sebastien BourdeauducqWorkaround for zero-delay loop simulation problem with...
2012-11-26 Sebastien Bourdeauducqsram: do not use MemoryPort
2012-10-09 Sebastien Bourdeauducqframebuffer: use new SingleGenerator
2012-10-09 Sebastien BourdeauducqRemove uses of the RE signal on field registers
2012-09-10 Sebastien BourdeauducqDefine clock domains instead of passing extra clocks...
2012-09-10 Sebastien BourdeauducqBasic support for new clock domain and instance API
2012-08-04 Sebastien Bourdeauducqframebuffer: disable debugger by default
2012-08-04 Sebastien Bourdeauducqasmicon: fix and simplify refresh grant logic
2012-08-04 Sebastien Bourdeauducqasmicon/bankmachine: respect SDRAM write-to-precharge...
2012-08-04 Sebastien Bourdeauducqasmicon/multiplexer: correct read-to-write delay to...
2012-08-04 Sebastien BourdeauducqAdd ASMIprobe core
2012-08-03 Sebastien Bourdeauducqasmicon/bankmachine/selector: fix round-robin CE
2012-08-03 Sebastien Bourdeauducqasmicon/bankmachine: do not insert buffer when using...
2012-08-03 Sebastien Bourdeauducqasmicon: bring full_selector param to top-level
2012-08-03 Sebastien Bourdeauducqframebuffer: support df debugger
2012-07-13 Sebastien Bourdeauducqasmicon: simple selector option
2012-07-13 Sebastien Bourdeauducqx.bv.width -> len(x)
2012-07-13 Sebastien Bourdeauducqasmicon: remove uses of multimux
2012-07-12 Sebastien Bourdeauducqframebuffer: clean shutdown
2012-07-12 Sebastien Bourdeauducqframebuffer: use ASMI reader factory
2012-07-07 Sebastien Bourdeauducqframebuffer: print rgb in simulation
2012-07-07 Sebastien Bourdeauducqframebuffer: fix FIFO read clocking
2012-07-07 Sebastien BourdeauducqRevert "framebuffer: switch to real DMA"
2012-07-06 Sebastien Bourdeauducqframebuffer: switch to real DMA
2012-07-06 Sebastien Bourdeauducqframebuffer: fix deadlock
2012-07-03 Sebastien Bourdeauducqframebuffer: make simulation easier
2012-07-03 Sebastien Bourdeauducqframebuffer: fix computation of alignment bits
2012-07-01 Sebastien Bourdeauducqframebuffer: indentation
2012-07-01 Sebastien Bourdeauducqframebuffer: fake DMA for testing (WIP)
next