litex.git
2012-11-28 Sebastien Bourdeauducqexamples/sim/dataflow: update to new APIs
2012-11-28 Sebastien Bourdeauducqexamples/dataflow/dma: update to new APIs
2012-11-28 Sebastien Bourdeauducqexamples/basic: remove unroll example
2012-11-28 Sebastien Bourdeauducqfhdl/structure: improved bits_for function
2012-11-28 Sebastien Bourdeauducqvisit/NodeTransformer: copy most nodes
2012-11-28 Sebastien Bourdeauducqfhdl/tools: use NodeTransformer to lower arrays
2012-11-26 Sebastien Bourdeauducqexamples/basic/arrays: add array assignment to fragment
2012-11-26 Sebastien Bourdeauducqfhdl/tools: use NodeVisitor
2012-11-26 Sebastien BourdeauducqRemove unroll
2012-11-26 Sebastien Bourdeauducqfhdl/structure: remove deprecated MemoryPort
2012-11-26 Sebastien Bourdeauducqbus/wishbone2asmi: do not use MemoryPort
2012-11-26 Sebastien Bourdeauducqactorlib/spi: do not use MemoryPort
2012-11-26 Sebastien Bourdeauducqexamples/sim/memory: do not use MemoryPort
2012-11-23 Sebastien Bourdeauducqactorlib/sim: Dumper
2012-11-23 Sebastien Bourdeauducqfhdl/structure: disable we_granularity when larger...
2012-11-23 Sebastien Bourdeauducqsim/generic/multiread: do not return spurious items
2012-11-23 Sebastien Bourdeauducqpytholite: fix import of _Slice
2012-11-23 Sebastien Bourdeauducqpytholite/io: support memory
2012-11-23 Sebastien Bourdeauducqfhdl/structure/Memory: fix we width
2012-11-23 Sebastien Bourdeauducqexamples/memory: use new get_port API
2012-11-23 Sebastien Bourdeauducqfhdl/structure: add Memory.get_port API
2012-11-23 Sebastien Bourdeauducqfhdl: use object creation counter (HUID) as hash. This...
2012-11-23 Sebastien Bourdeauducqfhdl/structure: use sets for memories and instance...
2012-11-23 Sebastien Bourdeauducqexamples/pytholite/uio: demonstrate memories
2012-11-23 Sebastien Bourdeauducquio: support memories
2012-11-23 Sebastien Bourdeauducqbus: memory initiator
2012-11-23 Sebastien Bourdeauducqpytholite/io: fix Wishbone writes + support sel attribute
2012-11-23 Sebastien Bourdeauducqexamples/pytholite/uio: simulate and convert Pytholite
2012-11-23 Sebastien Bourdeauducqpytholite/io: support Wishbone reads
2012-11-23 Sebastien Bourdeauducqpytholite/io: support Wishbone writes
2012-11-23 Sebastien Bourdeauducqpytholite/compiler: pass keyword arguments to gen_io
2012-11-18 Sebastien Bourdeauducqfhdl/verilog: remove empty cases
2012-11-17 Sebastien Bourdeauducqsim/ipc/Message: convert values
2012-11-17 Sebastien Bourdeauducqpytholite/transel: use python3-compatible comparison...
2012-11-17 Sebastien Bourdeauducqexamples/pytholite: add uio example
2012-11-17 Sebastien Bourdeauducquio/ioo: fix UnifiedIOSimulation
2012-11-17 Sebastien Bourdeauducquio: support generator trampolining in simulation
2012-11-17 Sebastien Bourdeauducquio: add simulation I/O object
2012-11-17 Sebastien Bourdeauducquio: unified I/O object
2012-11-17 Sebastien Bourdeauducqactorlib/sim: swap TokenExchanger parameters
2012-11-17 Sebastien Bourdeauducqbus/csr: allow specifying existing interface
2012-11-17 Sebastien Bourdeauducqbus/asmibus: swap port position to be consistent with...
2012-11-17 Sebastien Bourdeauducqbus/wishbone: allow specifying existing interface
2012-11-17 Sebastien Bourdeauducqbus/transactions: add busname parameter
2012-11-17 Sebastien Bourdeauducqactorlib/sim: split TokenExchanger
2012-11-16 Sebastien Bourdeauducqpytholite/io: support token pull
2012-11-16 Sebastien Bourdeauducqexamples/pytholite/basic: demonstrate conversion to...
2012-11-16 Sebastien Bourdeauducqexamples: basic Pytholite demo
2012-11-16 Sebastien Bourdeauducqpytholite/io: support token push
2012-11-11 Sebastien Bourdeauducqpytholite: move expression and register handling to...
2012-11-11 Sebastien Bourdeauducqpytholite/compiler: recognize composite I/O pattern
2012-11-11 Sebastien Bourdeauducqpytholite/compiler: visit_assign_special
2012-11-11 Sebastien Bourdeauducqpytholite: move FSM management to separate module
2012-11-11 Sebastien Bourdeauducqpytholite/compiler: refactor visit_block
2012-11-10 Sebastien Bourdeauducqpytholite/compiler: clean up visit_statement
2012-11-10 Sebastien Bourdeauducqpytholite: forward 'yield call' statements to io module
2012-11-10 Sebastien Bourdeauducqpytholite: introduce io module
2012-11-10 Sebastien Bourdeauducqpytholite/compiler: support bitslice
2012-11-10 Sebastien Bourdeauducqpytholite/compiler: support range(constants) in for...
2012-11-10 Sebastien Bourdeauducqpytholite/compiler: cleanup print statements
2012-11-10 Sebastien Bourdeauducqpytholite/compiler: support for loops (iterating on...
2012-11-10 Sebastien Bourdeauducqpytholite/compiler: support while loops
2012-11-10 Sebastien BourdeauducqRevert "pytholite/compiler: SymbolStack"
2012-11-09 Sebastien Bourdeauducqpytholite/compiler: SymbolStack
2012-11-09 Sebastien Bourdeauducqpytholite/compiler: improve naming of selection signals
2012-11-09 Sebastien Bourdeauducqpytholite/compiler: fix handling of constants
2012-11-09 Sebastien Bourdeauducqfhdl: make constants hashable
2012-11-09 Sebastien Bourdeauducqpytholite/compiler: go to next state
2012-11-09 Sebastien Bourdeauducqpytholite/compiler: support if statements
2012-11-09 Sebastien Bourdeauducqpytholite/compiler: support comparisons in expressions
2012-11-09 Sebastien Bourdeauducqpytholite/compiler: create FSM
2012-11-09 Sebastien Bourdeauducqfhdl/visit: add missing self
2012-11-09 Sebastien Bourdeauducqfhdl: visit module (untested)
2012-11-08 Sebastien Bourdeauducqpytholith: add register muxes
2012-11-06 Sebastien Bourdeauducqpytholite: do not use ast.NodeVisitor
2012-11-06 Sebastien Bourdeauducqfhdl/structure: make all values hashable
2012-10-31 Sebastien Bourdeauducqpytholite: visit AST and list registers
2012-10-29 Sebastien Bourdeauducqpytholite: transformable elements
2012-10-15 Sebastien Bourdeauducqbank/description: regprefix
2012-10-15 Sebastien Bourdeauducqactorlib/spi: typo
2012-10-15 Sebastien Bourdeauducqtransform/unroll_sync: autodetect in/out
2012-10-15 Sebastien Bourdeauducqtransform/unroll_sync: support generator function
2012-10-12 Sebastien Bourdeauducqtransform/unroll: support empty dictionaries
2012-10-12 Sebastien Bourdeauducqtransform/unroll: support for variables
2012-10-12 Sebastien Bourdeauducqtransform: unroll
2012-10-09 Sebastien Bourdeauducqactorlib/spi: SingleGenerator
2012-10-09 Sebastien Bourdeauducqactorlib/spi/collector: atomic update for write_count
2012-10-09 Sebastien Bourdeauducqbank: remove RE signal for field registers
2012-10-08 Sebastien Bourdeauducqbank: support for atomic writes
2012-10-04 Sebastien Bourdeauducqactorlib/spi: fix memory port we/wd
2012-10-04 Sebastien Bourdeauducqflow/actorlib: Simple Processor Interface (WIP)
2012-09-28 Sebastien Bourdeauducqfhdl: fix instance get_io
2012-09-22 Sebastien Bourdeauducqfhdl: support expressions in instance ports
2012-09-22 Sebastien Bourdeauducqfhdl: support inverted clock ports in instances
2012-09-11 Sebastien Bourdeauducqfhdl/verilog: sort clock domains by name
2012-09-11 Sebastien Bourdeauducqfhdl: list signals in execution order
2012-09-10 Sebastien BourdeauducqMerge branch 'master' of github.com:milkymist/migen
2012-09-10 Sebastien Bourdeauducqexamples: demonstrate multi-clock support
2012-09-10 Sebastien Bourdeauducqexamples: update LM32 instance
2012-09-10 Sebastien BourdeauducqMulti-clock design support + new instance API
next