litex.git
2015-10-21 Sebastien Bourdeauducqtravis: workaround for conda noarch bug
2015-10-21 whitequarkconda: build migen as noarch.
2015-10-21 whitequarkconda: include hash in commit.
2015-10-20 Sebastien Bourdeauducqsim: fix case break
2015-10-20 Sebastien Bourdeauducqsim: do not use py35 collections.Generator
2015-10-19 Sebastien Bourdeauducqtravis: workaround for conda noarch bug
2015-10-19 Sebastien Bourdeauducqconda: noarch
2015-10-19 Sebastien Bourdeauducqsim: truncate case test value
2015-10-19 Sebastien Bourdeauducqtest: fix divider testbench
2015-10-19 Sebastien Bourdeauducqsim: generators are also iterables...
2015-10-19 Sebastien Bourdeauducqsim: accept iterables as generator list
2015-10-19 Sebastien Bourdeauducqverilog, sim: accept iterables in FHDL statements
2015-10-19 Sebastien Bourdeauducqgenlib/fsm: fix return value of _get_register_control
2015-10-19 Sebastien BourdeauducqMANIFEST.in: fix lm32 data directory
2015-10-19 Sebastien BourdeauducqRevert "sim/core: fix Cat bitshift"
2015-10-19 Sebastien Bourdeauducqsim/core: fix Cat bitshift
2015-10-19 Sebastien Bourdeauducqsim/core: truncate evaluated values before test in If
2015-10-19 Sebastien Bourdeauducqsoftware: do not build libdyld and libunwind for lm32...
2015-10-19 Sebastien Bourdeauducqbuild/vivado: quote paths in Tcl (prevents problems...
2015-10-15 Sebastien Bourdeauducqsim: support execution of nested statement lists (typo)
2015-10-15 Sebastien Bourdeauducqsim: support execution of nested statement lists
2015-10-14 Sebastien Bourdeauducqintegration/builder: escape backslash in makefile defines
2015-10-14 Sebastien Bourdeauducqgenlib/fifo: width_or_layout -> width
2015-10-14 Sebastien BourdeauducqMerge branch 'new' of github.com:m-labs/misoc into new
2015-10-14 Sebastien Bourdeauducqintegration/builder: fix building for SoCSDRAM-based...
2015-10-13 Florent Kermarrecsoftware/bios: move romboot after serialboot and netboot
2015-10-13 Florent Kermarrecsoftware/bios: move romboot after serialboot and netboot
2015-10-13 Sebastien Bourdeauducqtest/divider: subtests
2015-10-12 Yann Sionneauvivado progammer: allow to specify flash chip
2015-10-05 Sebastien Bourdeauducqsim: make sure replaced memory signals are always in...
2015-10-05 Sebastien Bourdeauducqsetup: include software and Verilog files
2015-10-04 Florent Kermarrecinterconnect/stream: add missing part of Demultiplexer
2015-10-04 Sebastien Bourdeauducqsetup: add entry points
2015-10-04 Sebastien Bourdeauducqsetup: fix readme
2015-10-04 Sebastien Bourdeauducqtravis/conda: build for python 3.5
2015-10-04 Sebastien Bourdeauducqtravis/conda: build for python 3.5
2015-10-04 Sebastien Bourdeauducqtravis: activate py35
2015-10-04 Sebastien Bourdeauducqtravis: activate py35
2015-10-04 Sebastien Bourdeauducqtravis: python 3.5
2015-10-04 Sebastien Bourdeauducqtravis: python 3.5
2015-10-02 Sebastien Bourdeauducqsdram: cleanup
2015-09-30 Sebastien Bourdeauducqliteeth_mini: fix imports, replace Counter and FlipFlop
2015-09-30 Sebastien Bourdeauducqinterconnect/stream: add multiplexer and demultiplexer
2015-09-30 Sebastien Bourdeauducqgenlib/fifo: add missing imports
2015-09-30 Sebastien Bourdeauducqtest/fifo: do not use Record
2015-09-30 Sebastien Bourdeauducqinterconnect/stream: remove param, do not depend on...
2015-09-30 Sebastien Bourdeauducqlasmicon: do not depend on FIFO Record support
2015-09-30 Sebastien Bourdeauducqgenlib/fifo: remove Record support
2015-09-29 Sebastien Bourdeauducqcommand line options support, CSR CSV, all targets...
2015-09-29 Sebastien Bourdeauducqflterm: cleanup
2015-09-29 Sebastien Bourdeauducqcores/gpio: fix import
2015-09-29 Sebastien Bourdeauducqbuild: stop at the first failed Quartus command
2015-09-29 Sebastien Bourdeauducqbuild: add missing import for Lattice Diamond
2015-09-29 Sebastien Bourdeauducqfhdl/FullMemoryWE: fix clocking
2015-09-29 Sebastien Bourdeauducqfhdl: typecheck ClockSignal and ResetSignal arguments
2015-09-29 Sebastien Bourdeauducqsoc_core: simplify settings (assume CPU and CSR present)
2015-09-29 Sebastien Bourdeauducqminor fixes
2015-09-28 Sebastien BourdeauducqMerge branch 'master' of github.com:m-labs/misoc
2015-09-28 Sebastien BourdeauducqRevert "Sort constants in csr generation."
2015-09-28 Sebastien Bourdeauducqbuild: cleanup
2015-09-28 Sebastien Bourdeauducqbasic out-of-tree build support (OK on PPro)
2015-09-28 whitequarkFix typo.
2015-09-28 Sebastien Bourdeauducqmove software into misoc
2015-09-27 Tim 'mithro... Sort constants in csr generation.
2015-09-27 Tim 'mithro... Sort constants in csr generation.
2015-09-26 Sebastien BourdeauducqRevert "Use shutil rather then rm -rf command."
2015-09-26 Sebastien BourdeauducqRevert "Use shutil rather then rm -rf command."
2015-09-26 Sebastien Bourdeauducqsdram working on PPro
2015-09-26 Sebastien Bourdeauducqfhdl/specials/Tristate: handle i=None
2015-09-26 Sebastien Bourdeauducqfhdl/structure: relax type requirements for Array elements
2015-09-26 Sebastien Bourdeauducqreplace flen with len
2015-09-26 Sebastien Bourdeauducqfhdl: replace flen with len
2015-09-26 Sebastien Bourdeauducqwrap expressions in Specials
2015-09-26 Sebastien Bourdeauducqadd stream, fix CPUs and more imports. simple target...
2015-09-26 Sebastien Bourdeauducqfhdl: introduce wrap function
2015-09-26 Sebastien Bourdeauducqfhdl: export DUID
2015-09-25 Sebastien Bourdeauducqfix most imports
2015-09-24 Sebastien Bourdeauducqinterconnect: add bus/bank components from Migen
2015-09-24 Sebastien Bourdeauducqsetup: simpler version check, beta status
2015-09-24 Sebastien Bourdeauducqlasmicon: enable refresh at all times
2015-09-24 Sebastien Bourdeauducqbreak down sdram, improve consistency of core names
2015-09-24 Sebastien Bourdeauducqcores directory
2015-09-23 Sebastien Bourdeauducqreorganization WIP: flatten core structure (SDRAM still...
2015-09-23 Sebastien Bourdeauducqfsm: NextState and NextValue should derive from _Statement
2015-09-23 Sebastien Bourdeauducqsetup: remove unneeded import
2015-09-23 Sebastien Bourdeauducqsetup: cleanup
2015-09-23 Sebastien Bourdeauducqsetup: convert to unix eols
2015-09-22 Sebastien BourdeauducqCONTRIBUTING.md->rst
2015-09-22 Sebastien BourdeauducqREADME.md->rst
2015-09-22 Sebastien Bourdeauducqmigen.fhdl.std -> migen
2015-09-22 Sebastien Bourdeauducqmisoclib -> misoc
2015-09-22 Sebastien Bourdeauducqsim: fix slice assign
2015-09-22 Sebastien Bourdeauducqconda: use new branch (revert this after merge)
2015-09-22 Sebastien Bourdeauducqsetup.py: cleanup
2015-09-22 Sebastien Bourdeauducqfsm: support complex targets in NextValue. Closes #27.
2015-09-22 Sebastien Bourdeauducqfhdl/namer: support ClockSignal and ResetSignal. Closes #24
2015-09-21 Rohit Kumar... Add init file in sdram/phy dir
2015-09-21 Sebastien Bourdeauducqsim: insert resets, support ClockSignal and ResetSignal
2015-09-21 Sebastien Bourdeauducqsim: drive clock signals
2015-09-21 Sebastien Bourdeauducqsim: VCD output support
next