platforms/kc705: style
[litex.git] / migen /
2015-06-24 Sébastien BourdeauducqMerge pull request #21 from psmears/patch-1
2015-06-23 Florent Kermarrecfhdl/specials: add Keep SynthesisDirective
2015-06-19 Florent Kermarrecbus/wishbone: remove size CSR from Cache (L2 size will...
2015-06-17 Florent Kermarrecwishbone: add Cache (from WB2LASMI)
2015-06-02 Florent Kermarrecmigen/bus/wishbone: add UpConverter and Converter wrapp...
2015-06-02 Florent Kermarrecmigen/genlib/fsm: fix delayed_enter when delay is negat...
2015-06-02 Sebastien Bourdeauducqgenlib/cdc: add BusSynchronizer
2015-05-23 Florent Kermarrecfhdl/verilog: add reserved keywords
2015-05-23 Florent Kermarrecmigen/genlib/record: add leave_out parameter to connect
2015-05-13 Florent Kermarrecmigen/actorlib/spi: apply missing CSR renaming
2015-05-13 Florent Kermarrecvpi: cleanup (thanks sb)
2015-05-13 Florent Kermarrecvpi: fix and simplify windows simulation (ends of msg...
2015-05-12 Florent KermarrecMerge branch 'master' of https://github.com/m-labs...
2015-05-12 Florent Kermarrecmigen/genlib/misc: replace Timeout with WaitTimer from...
2015-05-09 William D. JonesWindows simulation support
2015-04-30 Alain Péteutadd examples tests
2015-04-28 Florent Kermarrecmigen/actorlib/packet: add Packetizer and Depacketizer
2015-04-27 Florent Kermarrecmigen/genlib: avoid use of floating point in reverse_bytes
2015-04-27 Florent Kermarrecmigen/actorlib: add packet.py to manage dataflow packet...
2015-04-27 Florent Kermarrecmigen/actorlib/misc: add BufferizeEndpoints
2015-04-27 Florent Kermarrecmigen/genlib/misc: add reverse_bytes
2015-04-24 Florent Kermarrecmigen/test: for now desactivate test_generic_syntax...
2015-04-24 Florent Kermarrecmigen/fhdl/verilog: _printheader/_printcomb, remove...
2015-04-24 Florent Kermarrecmigen/fhdl: give explicit names to syntax specializatio...
2015-04-24 Florent Kermarrecmigen/test: rename asic_syntax to test_syntax and simplify
2015-04-22 Guy Hutchisontest: add test for asic_syntax
2015-04-21 Guy Hutchisonfhdl/verilog: add flag to produce ASIC-friendly output
2015-04-13 Florent Kermarrecrevert fhdl/verilog: avoid reg initialization in printh...
2015-04-13 Florent Kermarrecglobal: more pep8
2015-04-13 Florent Kermarrecglobal: pep8 (E261, E271)
2015-04-13 Florent Kermarrecglobal: pep8 (E225)
2015-04-13 Florent Kermarrecglobal: pep8 (E231)
2015-04-13 Florent Kermarrecglobal: pep8 (E302)
2015-04-13 Florent Kermarrecglobal: pep8 (replace tabs with spaces)
2015-04-13 Florent KermarrecMerge branch 'master' of https://github.com/m-labs...
2015-04-12 Sebastien Bourdeauducqsim: fix to support ConvOutput
2015-04-10 Florent Kermarrecfhdl/verilog: avoid reg initialization in printheader...
2015-04-09 Sebastien Bourdeauducqforgot other cordic files
2015-04-08 Sebastien Bourdeauducqintroduce conversion output object (prevents file IO...
2015-04-08 Sebastien Bourdeauducqgenlib: remove cordic (will live in pdq2)
2015-04-05 Robert Jordensdecorators: remove deprecated semantics
2015-04-05 Robert Jordensdecorators: fix stacklevel, export in std
2015-04-05 Robert Jordensdecorators: fix ControlInserter
2015-04-04 Sebastien Bourdeauducqfhdl/visit: remove TransformModule
2015-04-04 Robert Jordensdecorators: fix class/instance logic
2015-04-04 Robert Jordensfhdl/decorators: make the transform logic more idiomatic
2015-04-02 Sebastien BourdeauducqMerge branch 'master' of github.com:m-labs/migen
2015-04-02 Florent Kermarrecremove use of _r prefix on CSRs
2015-04-02 Florent Kermarrecmigen/bank/description: remove support of _r prefix...
2015-03-30 Sebastien BourdeauducqRevert "migen: create VerilogConvert and EDIFConvert...
2015-03-30 Sebastien BourdeauducqRevert "migen/fhdl: pass fdict filename --> contents...
2015-03-30 Sebastien BourdeauducqRevert "migen/fhdl/specials: use fdict to pass memory...
2015-03-30 Florent Kermarrecmigen/fhdl/specials: use fdict to pass memory initializ...
2015-03-30 Florent Kermarrecmigen/fhdl: pass fdict filename --> contents to specials
2015-03-30 Florent Kermarrecmigen: create VerilogConvert and EDIFConvert classes...
2015-03-21 Robert Jordenstest_actor: add unittests for SimActor
2015-03-21 Robert Jordenssim: keep track of unreferenced items
2015-03-18 Sebastien Bourdeauducqfhdl/verilog: fix dummy signal initial event
2015-03-18 Florent Kermarrecfhdl/specials/memory: use $readmemh to initialize memories
2015-03-18 Florent Kermarrecfhdl/verilog: change the way we initialize reg: reg...
2015-03-18 Florent Kermarrecfhdl/verilog: revert "fhdl/verilog: add simulation...
2015-03-18 Florent Kermarrecmigen/genlib/io: use 0 instead of Signal() for default...
2015-03-18 Sebastien BourdeauducqRevert "fhdl/verilog: do not use initial begin in _prin...
2015-03-17 Florent Kermarrecgenlib/io: add optional external rst to CRG
2015-03-17 Florent Kermarrecfhdl/special: add optional synthesis directive (needed...
2015-03-16 Florent Kermarrecfhdl/verilog: add simulation parameter to avoid simulat...
2015-03-16 Florent Kermarrecfhdl/verilog: do not use initial begin in _printinit...
2015-03-16 Florent Kermarrecmigen/genlib/io: add DDRInput and DDROutput
2015-03-14 Sebastien Bourdeauducqmove pytholite to separate repos
2015-03-14 Sebastien Bourdeauducqfhdl/visit: fix TransformModule
2015-03-13 Sebastien Bourdeauducqmibuild: sanitize default clock management
2015-03-12 Florent Kermarrecmigen/genlib/io: add DifferentialOutput and Xilinx...
2015-03-12 Florent Kermarrecgenlib/io.py: fix copy/paste error (thanks rjo)
2015-03-12 Florent Kermarrecmigen/genlib: add io.py to define generic I/O specials...
2015-03-09 Florent Kermarrecgenlib/misc: add increment parameter to Counter
2015-03-09 Florent Kermarrecfhdl/module: use r.append() in _collect_submodules
2015-03-09 Florent Kermarrecfhdl/module: avoid flushing self._submodules and create...
2015-03-05 Sebastien Bourdeauducqgenlib/cordic: fix typos
2015-03-04 Florent Kermarrecgenlib/misc: fix missing *args in Counter
2015-03-02 Florent Kermarrecmove dma_lasmi to MiSoC
2015-03-01 Florent Kermarreclasmi: simplify usage for the user (it's the job of...
2015-03-01 Florent Kermarrecgenlib/misc: add FlipFlop, Counter, Timeout
2015-02-27 Florent Kermarrecmove dfi/lasmibus/wishbone2lasmi to MiSoC sdram
2015-02-27 Florent Kermarrecreport cachesize in wishbone2lasmi
2015-02-14 Florent Kermarrecendpoints: add param_layout parameter (required to...
2015-02-14 Florent Kermarrecactorlib/structuring: fix eop generation in Pack
2015-02-14 Florent Kermarrecremove crc since each crc is specific. It's probably...
2015-01-22 Florent Kermarrecgenlib/crc: use OrderedDict
2015-01-22 Florent Kermarrecfhdl/std: add FinalizeError import
2014-12-21 Florent Kermarreccrc: modify CRCChecker to remove CRC and clean up
2014-11-30 Sebastien Bourdeauducqbank: support direct mapping of CSRs on Wishbone
2014-11-26 Yann SionneauWishbone DownConverter: Fix sel signal
2014-11-25 Sebastien Bourdeauducqgenlib/fsm: add NextValue to replace reg/reg_next/ce...
2014-11-21 Sebastien Bourdeauducqfhdl/tools: do not attempt to rename sync clock domain...
2014-11-21 Sebastien Bourdeauducqflow: endpoint description structure with packetized...
2014-11-21 Sebastien Bourdeauducqactorlib/fifo: add buffered parameter
2014-11-17 Sébastien BourdeauducqMerge pull request #8 from jix/fix-acitorlib-fifo
2014-11-14 Jannis Harderactorlib/fifo: fix no-op assignment due to .payload...
2014-11-07 Guy Hutchisonadd hamming-code gen/check lib
2014-11-03 Sebastien Bourdeauducqtest/test_size: fix slice comparison
next