update pointers
[litex.git] / examples /
2013-11-23 Sebastien BourdeauducqAdd 'mibuild/' from commit '9d5931c969810a236de2a2713cf...
2013-11-21 Robert Jordensgenlib/fsm: rename {entering,leaving} to after_{enterin...
2013-09-06 Sebastien Bourdeauducqgenlib/fsm: add entering/ongoing/leaving methods
2013-09-04 Sebastien Bourdeauducqexamples/basic/namer: cleanup
2013-07-25 Sebastien Bourdeauducqfhdl: compact Instance syntax
2013-07-25 Sebastien Bourdeauducqexamples/two_dividers: demonstrate InsertCE and InsertR...
2013-07-24 Sebastien Bourdeauducqexamples: remove direct uses of Fragment
2013-07-10 Sebastien Bourdeauducqexamples/sim/abstract_transactions_lasmi: check data
2013-07-03 Sebastien Bourdeauducqexamples/pytholite/basic: demonstrate generator arguments
2013-06-30 Sebastien Bourdeauducqexamples/complex: do not use variable
2013-06-30 Robert Jördenssupport re-slicing and non-unit step size
2013-06-25 Sebastien BourdeauducqFSM: new API
2013-06-09 Sebastien Bourdeauducqexamples/sim: add LASMI demo
2013-06-09 Sebastien Bourdeauducqexamples/sim: rename abstract_transactions to abstract_...
2013-05-28 Sebastien BourdeauducqMake memory ports part of specials
2013-05-22 Sebastien BourdeauducqNew migen.fhdl.std to simplify imports + len->flen
2013-04-28 Sebastien Bourdeauducqactorlib/dma_asmi: support for writes
2013-04-25 Sebastien Bourdeauducqgraycounter: expose binary output
2013-04-24 Sebastien Bourdeauducqgenlib: add Gray counter
2013-04-23 Florent KermarrecSupport for resetless clock domains
2013-04-10 Sebastien Bourdeauducqioo+pytholite: use new Module API
2013-04-10 Sebastien Bourdeauducqioo: move to genlib
2013-04-10 Sebastien Bourdeauducqflow: use Module and new Record APIs
2013-04-01 Sebastien BourdeauducqNew bidirectional-capable Record API
2013-03-30 Sebastien BourdeauducqNew CSR API
2013-03-19 Sebastien Bourdeauducqexamples/sim/fir: convert to new API
2013-03-18 Sebastien Bourdeauducqexamples/basic/arrays: demonstrate lowering of Array...
2013-03-17 Sébastien BourdeauducqMerge pull request #6 from larsclausen/master
2013-03-15 Sebastien Bourdeauducqgenlib/cdc/MultiReg: remove idomain
2013-03-15 Sebastien Bourdeauducqsim: remove PureSimulable (superseded by Module)
2013-03-15 Sebastien BourdeauducqLocal clock domain example
2013-03-12 Sebastien Bourdeauducqexamples/pytholite: use new APIs
2013-03-12 Sebastien Bourdeauducqexamples/basic: use new APIs
2013-02-23 Sebastien Bourdeauducqexamples/psync: cleanup
2013-02-23 Sebastien Bourdeauducqexamples/basic/psync: demonstrate the new features
2013-02-22 Sebastien Bourdeauducqexamples/fir: better filter
2013-02-22 Sebastien Bourdeauducqcorelogic -> genlib
2013-02-22 Sebastien Bourdeauducqfhdl: inline synthesis directive support
2013-02-22 Sebastien BourdeauducqNew 'specials' API
2013-02-14 Sebastien Bourdeauducqfhdl: tristate support
2013-02-10 Sebastien BourdeauducqMerge branch 'master' of github.com:milkymist/migen
2013-02-09 Sebastien Bourdeauducqsim: default runner to Icarus Verilog
2013-01-05 Sebastien Bourdeauducqcorelogic: complex arithmetic support
2012-12-16 Sebastien Bourdeauducqexamples/pytholite: fix imports
2012-12-14 Sebastien BourdeauducqToken: support idle_wait
2012-12-14 Sebastien BourdeauducqMove Token to migen.flow.transactions
2012-12-12 Sebastien BourdeauducqRemove ActorNode
2012-11-29 Sebastien BourdeauducqReplace Signal(bits_for(... with Signal(max=...
2012-11-29 Sebastien BourdeauducqNew specification for width and signedness
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-26 Sebastien Bourdeauducqexamples/basic/arrays: add array assignment to fragment
2012-11-26 Sebastien Bourdeauducqexamples/sim/memory: do not use MemoryPort
2012-11-23 Sebastien Bourdeauducqactorlib/sim: Dumper
2012-11-23 Sebastien Bourdeauducqexamples/memory: use new get_port API
2012-11-23 Sebastien Bourdeauducqexamples/pytholite/uio: demonstrate memories
2012-11-23 Sebastien Bourdeauducqexamples/pytholite/uio: simulate and convert Pytholite
2012-11-17 Sebastien Bourdeauducqsim/ipc/Message: convert values
2012-11-17 Sebastien Bourdeauducqexamples/pytholite: add uio example
2012-11-17 Sebastien Bourdeauducqbus/asmibus: swap port position to be consistent with...
2012-11-16 Sebastien Bourdeauducqexamples/pytholite/basic: demonstrate conversion to...
2012-11-16 Sebastien Bourdeauducqexamples: basic Pytholite demo
2012-10-15 Sebastien Bourdeauducqtransform/unroll_sync: autodetect in/out
2012-10-12 Sebastien Bourdeauducqtransform/unroll: support for variables
2012-10-12 Sebastien Bourdeauducqtransform: unroll
2012-10-08 Sebastien Bourdeauducqbank: support for atomic writes
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-09 Sébastien BourdeauducqMerge pull request #3 from brandonhamilton/upstream
2012-09-09 Sebastien Bourdeauducqexamples: new namer
2012-08-04 Sebastien Bourdeauducqsim: ensure clean IPC shutdown
2012-07-12 Sebastien Bourdeauducqexamples/dataflow/dma: test OOO ASMI reader
2012-07-11 Sebastien Bourdeauducqfhdl/arrays: use correct BV for intermediate signals
2012-07-09 Sebastien Bourdeauducqfhdl: arrays (TODO: use correct BV for intermediate...
2012-06-25 Sebastien Bourdeauducqactorlib: merge composer into ala + derive ComposableSo...
2012-06-24 Sebastien BourdeauducqMove arithmetic actors to actorlib
2012-06-22 Sebastien Bourdeauducqcontrol.For -> misc.IntSequence
2012-06-22 Sebastien Bourdeauducqexamples/dataflow/dma: use new dataflow API (thanks...
2012-06-22 Sebastien Bourdeauducqexamples/sim/dataflow: use new dataflow API (thanks...
2012-06-20 Sebastien Bourdeauducqexamples/dataflow/structuring: infinite source
2012-06-20 Sebastien Bourdeauducqflow: perftools
2012-06-20 Sebastien Bourdeauducqexamples/dataflow/structuring: test Cast
2012-06-20 Sebastien Bourdeauducqexamples/dataflow: structuring test
2012-06-17 Sebastien Bourdeauducqactorlib/control: simplify + fix
2012-06-17 Sebastien Bourdeauducqremove spurious module
2012-06-17 Sebastien Bourdeauducqflow/plumbing: Combinator/Splitter should not inherit...
2012-06-16 Sebastien Bourdeauducqexamples/flow: Fibonacci demo
2012-06-16 Sebastien Bourdeauducqexamples/flow/arithmetic: cleanup
2012-06-16 Sebastien Bourdeauducqflow: insert splitters
2012-06-16 Sebastien Bourdeauducqexamples/flow/arithmetic: simulate
2012-06-16 Sebastien Bourdeauducqflow: insert combinators and infer plumbing layout
2012-06-15 Sebastien BourdeauducqAbstract actor graphs
2012-06-12 Sebastien Bourdeauducqactorlib: ASMI sequential reader
2012-06-12 Sebastien Bourdeauducqexamples/dataflow/dma: refactor
2012-06-12 Sebastien BourdeauducqReorganize examples folder
2012-06-12 Sebastien BourdeauducqPureSimulable
2012-06-12 Sebastien BourdeauducqASMI simulation models
2012-06-10 Sebastien Bourdeauducqwishbone: base TargetModel class
next