travis: upload noarch conda package correctly.
[litex.git] / examples /
2015-09-26 Sebastien Bourdeauducqfhdl: replace flen with len
2015-09-22 Sebastien Bourdeauducqfsm: support complex targets in NextValue. Closes #27.
2015-09-21 Sebastien Bourdeauducqsim: VCD output support
2015-09-20 Sebastien Bourdeauducqsim: support generators yielding statements
2015-09-20 Sebastien Bourdeauducqsim: memory access from generators
2015-09-12 Sebastien Bourdeauducqsimplify imports, migen.fhdl.std -> migen
2015-09-12 Sebastien Bourdeauducqexamples/graycounter: use new simulator
2015-09-11 Sebastien Bourdeauducqsimulator: support generators
2015-09-10 Sebastien Bourdeauducqremove genlib.misc.optree (use reduce instead)
2015-09-05 Sebastien BourdeauducqRemove code that will be into MiSoC or other packages.
2015-05-19 Guy Hutchisonexample of instance usage
2015-04-13 Florent Kermarrecglobal: pep8 (E261, E271)
2015-04-13 Florent Kermarrecglobal: pep8 (E302)
2015-04-13 Florent Kermarrecglobal: pep8 (replace tabs with spaces)
2015-04-10 Guy HutchisonAdd example of hamming generator and checker instances
2015-04-09 Sebastien Bourdeauducqforgot other cordic files
2015-04-05 Robert Jordensdecorators: remove deprecated semantics
2015-03-14 Sebastien Bourdeauducqmove pytholite to separate repos
2015-03-13 Sebastien Bourdeauducqmibuild: sanitize default clock management
2015-03-13 Sebastien Bourdeauducqmibuild: get rid of Platform factory function, cleanup
2015-02-27 Florent Kermarrecmove dfi/lasmibus/wishbone2lasmi to MiSoC sdram
2015-02-26 Florent Kermarrecmibuild: better file organization (create directory...
2015-02-14 Florent Kermarrecremove crc since each crc is specific. It's probably...
2014-11-25 Sebastien Bourdeauducqgenlib/fsm: add NextValue to replace reg/reg_next/ce...
2014-10-17 Florent Kermarrecremove trailing whitespaces
2014-09-26 Florent Kermarrecadd generic CRCEngine, CRC32, CRCInserter and CRCChecker
2014-09-07 Robert Jordenscordic: round() constants if not power of two bitwidth...
2014-09-07 Robert Jordensexamples/dataflow: adapt to new simple MultiDiGraph...
2014-09-07 Robert Jordensexamples/dataflow/dma: fix simulation, run it for 100...
2014-06-22 Sebastien BourdeauducqMerge branch 'master' of github.com:m-labs/migen
2014-06-20 Florent Kermarrecmibuild: use SimpleCRG instead of CRG_SE, remove period...
2014-01-27 Sebastien Bourdeauducqfix SimActor TB terminations
2014-01-26 Sebastien BourdeauducqNew simulation API
2013-12-02 Sebastien Bourdeauducqexamples/sim/cordic_err: fix rms_err function name
2013-12-02 Sebastien Bourdeauducqexamples/cordic/cordic_impl: do not fail if build dir...
2013-12-02 Robert Jordensexamples/cordic: scripted exploration of parameters...
2013-12-02 Robert Jordensgenlib/cordic: cleanup, documentation, unittests
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
next