litex.git
2015-03-03 Sebastien Bourdeauducqplatforms/kc705: fix imports
2015-03-02 Florent KermarrecMerge branch 'master' of github.com/m-labs/migen
2015-03-02 Florent Kermarrecmibuild/sim/verilator: remove verilator_root, use ...
2015-03-02 Sebastien Bourdeauducqmibuild/sim: style fixes
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 Kermarrecmibuild: initial Verilator support
2015-03-01 Florent Kermarrecgenlib/misc: add FlipFlop, Counter, Timeout
2015-02-28 Sebastien Bourdeauducqplatforms/pipistrello: remove unconnected SDRAM pins
2015-02-28 Robert Jordenspipistrello: fix ddram dqs, cleanup constraints, add...
2015-02-28 Robert Jordenspipistrello: switch back to xc3sprog and fast (papilio...
2015-02-28 Florent Kermarreckx705: add programmer parameter
2015-02-28 Florent Kermarrecfix xilinx/programmer with Vivado
2015-02-28 Florent Kermarrecxilinx/programmer: add source of vivado's settings...
2015-02-27 Florent Kermarrecmove dfi/lasmibus/wishbone2lasmi to MiSoC sdram
2015-02-27 Florent Kermarrecreport cachesize in wishbone2lasmi
2015-02-27 Florent Kermarrecxilinx/programmer: add partial flash_bitstream for...
2015-02-27 Robert Jordensxilinx/programmer: fix xc3sprog (GenericProgrammer)
2015-02-27 Robert Jordenspipistrello: use fpgaprog
2015-02-27 Robert Jordensadd fpgaprog programmer
2015-02-27 Robert Jordensadd pipistrello platform
2015-02-27 Sebastien BourdeauducqMerge branch 'master' of https://github.com/m-labs...
2015-02-26 Sebastien Bourdeauducqplatforms/kc705: add user SMA clock
2015-02-26 Yann Sionneaumibuild/kc705: add missing pins on FMC LPC
2015-02-26 Florent Kermarrecmibuild: move identifier to platforms
2015-02-26 Florent Kermarrecmibuild: fix missing xilinx_common -->xilinx.common...
2015-02-26 Florent Kermarrecplatforms: add default_clk_freq/default_clk_name (to...
2015-02-26 Florent Kermarrecmibuild: add VivadoProgrammer (only load_bitstream)
2015-02-26 Florent Kermarrecmibuild: better file organization (create directory...
2015-02-18 Yann Sionneaumibuild/kc705: add FMC connectors
2015-02-18 Yann Sionneaumibuild: support pin names in IO extensions
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 Sebastien Bourdeauducqmibuild: make resolve_signals public
2015-02-14 Florent Kermarrecmibuild: return verilog namespace with build
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 Sebastien Bourdeauducqmibuild/xilinx_vivado: fix list aliasing problem
2014-12-21 Florent Kermarrecxilinx_vivado: add parameters to pass specific commands...
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-20 Florent Kermarrecxilinx_vivado: use REM for comment on Windows
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-05 Sebastien Bourdeauducqmibuild/programmer: add migen folders to flash proxy...
2014-11-04 Sebastien Bourdeauducqvpi/ipc: fix decoding of index buffer
2014-11-03 Sebastien Bourdeauducqtest/test_size: fix slice comparison
2014-11-01 Sebastien Bourdeauducqactorlib/structuring/Pipeline: make 'busy' a signal
2014-11-01 Florent Kermarrecactorlib/structuring: add Pipeline
2014-11-01 Florent Kermarrecactorlib/structuring: add Converter
2014-11-01 Sebastien BourdeauducqMerge branch 'master' of github.com:m-labs/migen
2014-11-01 Florent Kermarrecflow/actor, actorlib/structuring: add packet support
2014-11-01 Florent Kermarrecbus/csr: add configurable address_width (needed more...
2014-11-01 Florent Kermarreccrc: generate error asynchronously to avoid stalling...
2014-11-01 Florent Kermarreckc705: add Ethernet pins
2014-11-01 Florent Kermarrecxilinx_vivado: use .bat on Windows platforms (otherwise...
2014-11-01 Florent Kermarrecxilinx_vivado: add hierarchical utilization report
2014-10-29 Sebastien Bourdeauducqfhdl/verilog: fix tristate to instance connection
2014-10-27 Yann SionneauRaise exception when not using correct boolean operators
2014-10-22 Florent Kermarrecflow/actor/Endpoint: clean up __getattr__
2014-10-20 Florent KermarrecDMAWriteController: fix Demultiplexer layout
2014-10-20 Florent Kermarrecuse new direct access on endpoints
2014-10-20 Florent Kermarrec_Endpoint: allow direct access of payload elements
2014-10-17 Florent Kermarrecremove trailing whitespaces
2014-10-16 Florent Kermarrecbank: add re to CSRStorage
2014-09-29 Sebastien Bourdeauducqgenlib/fsm: make first fsm.act() the reset state, even...
2014-09-26 Florent Kermarrecadd generic CRCEngine, CRC32, CRCInserter and CRCChecker
2014-09-22 Florent Kermarrecflow/actor: fix eop direction
2014-09-22 Florent Kermarrecflow/actor: add packetized parameter for Sink and Source
2014-09-22 Florent Kermarrecactorlib/structuring: add reverse parameter to Unpack...
2014-09-17 Sebastien Bourdeauducqgenlib/fifo/SyncFIFOBuffered: replace not supported
2014-09-17 Sebastien Bourdeauducqgenlib/fifo: same 'level' semantics between SyncFIFOBuf...
2014-09-12 Florent Kermarrecsetup.py: fix README filename
2014-09-10 Sebastien Bourdeauducqgenlib/fifo: add replace command to sync FIFO
2014-09-10 Sebastien BourdeauducqREADME: more markdown fixes
2014-09-10 Sebastien BourdeauducqREADME: markdown fixes
2014-09-10 Sebastien BourdeauducqREADME: use markdown
2014-09-08 Sebastien Bourdeauducqactorlib/spi: remove unneeded import
2014-09-08 Florent Kermarrecactorlib/spi: remove EventManager from DMAController
2014-09-07 Robert Jordenssim/icarus: add vpi directory to module search path
2014-09-07 Robert Jordenscordic: round() constants if not power of two bitwidth...
2014-09-07 Robert Jordenstest_cordic: stop spewing out numbers
2014-09-07 Robert Jordensdoc: update for NetworkX refactoring
2014-09-07 Robert Jordensexamples/dataflow: adapt to new simple MultiDiGraph...
2014-09-07 Robert Jordensflow/network: replace NetworkX MultiDiGraph with simple...
2014-09-07 Robert Jordensexamples/dataflow/dma: fix simulation, run it for 100...
2014-09-04 Robert Jordenscordic: vivado is bad at inferring compact adder/subtra...
2014-09-04 Robert Jordensvivado: add more reporting
2014-09-04 Robert Jordensvivado: mode batch to prevent vivado from opening tcl...
2014-09-03 Sebastien Bourdeauducqplatforms/kc705: use jtaghs1_fast cable
2014-09-02 Florent Kermarreckc705: enable DCI termination on DDR3
2014-08-22 Sebastien Bourdeauducqplatforms/kc705: read the configuration flash faster...
2014-08-22 Sebastien Bourdeauducqplatforms: add -w option to bitgen_opt
next