litex.git
2020-04-29 David ShahAdd RDIMM side-B inversion support
2020-04-29 enjoy-digitalMerge pull request #488 from enjoy-digital/python3.5
2020-04-29 Florent Kermarrectravis: add back test on python3.5 (python3.6 is recomm...
2020-04-28 enjoy-digitalMerge pull request #481 from betrusted-io/unfstringify
2020-04-28 bunniepropose patch to not break litex for python 3.5
2020-04-28 Florent Kermarreccreate first release, add CHANGES and note about Python...
2020-04-28 Florent Kermarreccpu/serv: switch to pythondata package instead of local...
2020-04-28 Florent KermarrecREADME: update Python minimal version to 3.6.
2020-04-28 Florent Kermarreclitex_setup: disable automatic clone of BlackParrot...
2020-04-28 enjoy-digitalMerge pull request #399 from mithro/litex-sm2py
2020-04-27 Florent Kermarrecsoc/cpu: add memory_buses to cpus and use them in add_s...
2020-04-27 Florent Kermarrecsoc/cpu: rename cpu.buses to cpu.periph_buses.
2020-04-27 enjoy-digitalMerge branch 'master' into litex-sm2py
2020-04-27 enjoy-digitalMerge pull request #477 from shuffle2/patch-1
2020-04-27 shuffle2diamond: fix include paths
2020-04-27 Florent Kermarrecsoc/cpu: simplify integration of CPU without interrupts...
2020-04-27 enjoy-digitalMerge pull request #473 from fjullien/memusage
2020-04-27 Franck Jullienbios: print memory usage
2020-04-27 Florent Kermarrectools/litex_sim: use similar analyzer configuration...
2020-04-27 enjoy-digitalMerge pull request #476 from enjoy-digital/serv
2020-04-27 Florent Kermarrecsoftware/irq: cleanup and make explicit that irqs are...
2020-04-27 Florent Kermarrecserv: connect reset.
2020-04-27 Florent Kermarrecbuild/icestorm: add verilog_read -defer option to yosys...
2020-04-27 enjoy-digitalMerge pull request #475 from gregdavill/read_verilog_defer
2020-04-27 Greg Davillbuild/trellis: add verilog_read -defer option to yosys...
2020-04-27 Florent Kermarrecserv: update copyrights (Greg Davill found the typos...
2020-04-26 Florent Kermarrecserv/cores: fix verilog top level (use serv_rf_top...
2020-04-26 Florent Kermarrecserv: fix ibus/dbus byte/word addressing inconsistency...
2020-04-25 Florent Kermarrecbios/sdram: reduce number of scan loops during cdly...
2020-04-25 Florent Kermarrectargets/kcu105: use cmd_latency=1.
2020-04-25 Florent Kermarrecbios/sdram: add some margin on cdly ideal_delay, do...
2020-04-25 Florent Kermarrectargets/kc705: manual DDRPHY_CMD_DELAY no longer needed.
2020-04-25 Florent Kermarrecbios/sdram: review/cleanup Command/Clock calibration...
2020-04-25 enjoy-digitalMerge pull request #472 from antmicro/jboc/sdram-calibr...
2020-04-25 enjoy-digitalMerge pull request #470 from antmicro/jboc/sdram-eeprom...
2020-04-24 Jędrzej Boczarbios/sdram: add automatic cdly calibration during write...
2020-04-23 Florent Kermarrecinitial SERV integration.
2020-04-22 Florent Kermarrecsoc/cores/spi: add optional aligned mode.
2020-04-22 Florent Kermarreccores/spi: simplify.
2020-04-22 Florent Kermarrecbuild/lattice/common: add specific LatticeiCE40SDROutpu...
2020-04-22 Florent Kermarrecxilinx/common: use a common SDRTristate implementation...
2020-04-22 Florent Kermarrecbuild/xilinx/common: add 7-Series/Ultrascale SDROutput...
2020-04-22 Florent Kermarreclattice/common: add LatticeECP5DDRInput.
2020-04-22 Florent Kermarreclattice/common: cleanup instances, simplify tritates.
2020-04-22 Florent Kermarreclattice/common: add LatticeiCE40DDRInput, LatticeiCE40S...
2020-04-18 Florent Kermarrecplatforms/de0nano: swap serial tx/rx to ease use of...
2020-04-17 Florent Kermarrectools/remote/etherbone: update import.
2020-04-17 Jędrzej Boczarlitex_sim: add option to create SDRAM module from SPD...
2020-04-16 Florent Kermarrectargets: manual define of the SDRAM PHY no longer needed.
2020-04-16 Florent Kermarrecbios/sdram: update/simplify with new exported LiteDRAM...
2020-04-16 Florent Kermarreclitex_sim: add phytype to PhySettings.
2020-04-16 Florent Kermarrecbuild/generic_programmer: move requests import to do...
2020-04-15 Florent Kermarrecbios/sdram/ECP5: set ERR_DDRPHY_BITSLIP to 4.
2020-04-15 Florent Kermarrecsetup.py/install_requires: add requests.
2020-04-15 Florent Kermarrecbuild/generic_programmer: add automatic search/download...
2020-04-15 enjoy-digitalMerge pull request #467 from antmicro/region_type_fix
2020-04-14 Mateusz Holenkosoc_core: Fix region type generation
2020-04-14 Florent Kermarrecstream/AsyncFIFO: add default depth (useful when used...
2020-04-14 Florent Kermarrecbuild/sim/core/Makefile: add -p to mkdir modules.
2020-04-14 enjoy-digitalMerge pull request #464 from mithro/litex-sim-fixes
2020-04-12 Florent Kermarreclitex_setup: raise exception on update if repository...
2020-04-12 Tim 'mithro... Remove trailing whitespace.
2020-04-12 Florent Kermarreccores: add External Memory Interface (EMIF) Wishbone...
2020-04-12 enjoy-digitalMerge pull request #462 from ironsteel/trellis-12k
2020-04-12 Rangel Ivanovboards/targets/ulx3s.py: Update --device option help...
2020-04-12 Rangel Ivanovbuild/lattice/trellis.py: Add 12k device
2020-04-12 Tim 'mithro... litex_sim: Find tapcfg from pythondata module.
2020-04-12 Tim 'mithro... Remove directories from submodules from MANIFEST.in...
2020-04-12 Tim 'mithro... Rename litex-data-XXX-YYY to pythondata-XXX-YYY
2020-04-12 Tim 'mithro... Only allow fast-forward pulls.
2020-04-12 Tim 'mithro... Fixing mor1kx data finding.
2020-04-12 Tim 'mithro... Fix typo in error message.
2020-04-12 Tim 'mithro... Fix the libcompiler_rt path.
2020-04-12 Tim 'mithro... Remove submodules.
2020-04-12 Tim 'mithro... Fix import for data.
2020-04-12 Tim 'mithro... Use the current directory you are running.
2020-04-12 Tim 'mithro... Make litex a namespace.
2020-04-12 Tim 'mithro... Adding missing vexriscv CPU.
2020-04-12 Tim 'mithro... Adding missing comma.
2020-04-12 Tim 'mithro... Adding litex-data-software-compiler_rt as a required...
2020-04-12 Tim 'mithro... Fixed quotes in `litex_setup.py`
2020-04-12 Tim 'mithro... Converting litex to use Python modules.
2020-04-12 Tim 'mithro... litex_sim: Rework Makefiles to put output files in...
2020-04-12 Tim 'mithro... litex_sim: Better error messages on failure to load...
2020-04-10 Florent KermarrecREADME: LiteDRAM moved to travis-ci.com as others repos...
2020-04-10 Florent Kermarrecaltera/common: add DDROutput, DDRInput, SDROutput,...
2020-04-10 Florent Kermarrectargets: use DDROutput on sdram_clock and similar confi...
2020-04-10 Florent Kermarrecbuild/xilinx/common: add Spartan6 specialized DDRInput...
2020-04-10 Florent Kermarrecbuild/io: add SDR Tristate (with infered version) and...
2020-04-10 Florent Kermarrecbuild/lattice/common: remove multi-bits support on...
2020-04-10 Florent Kermarreclitex/build/io: also import CRG (since using Differenti...
2020-04-10 Florent Kermarreclitex.build: update from migen.genlib.io litex.build.io.
2020-04-10 Florent Kermarreclitex/build: move io.py from litex/gen and re-import...
2020-04-09 Florent Kermarrecplatforms/versa_ecp5: remove Lattice Programmer (no...
2020-04-09 Florent Kermarrecboards/platforms: cosmetic cleanups.
2020-04-09 Florent Kermarrecboards/plarforms/ulx3s: cleanup, fix user_leds, add...
2020-04-09 Florent Kermarrecbuild/lattice: add ECP5 implementation for SDRInput...
2020-04-09 Florent Kermarreclitex/gen: add io with SDRInput/SDROutput (if not overr...
2020-04-09 Florent Kermarrectools/litex_sim: remove LiteSPI support for now since...
2020-04-09 Florent Kermarrectools/litex_term: increase workaround delay for usb_fif...
next