litex.git
2019-07-08 Florent Kermarrecsoc_core: add csr_alignment to allow 64-bit alignment...
2019-07-08 Florent Kermarrecsoc/integration: uniformize configuration constants...
2019-07-06 Florent Kermarrecsoftware/libbase/id: update code (length is now fixed...
2019-07-05 Florent Kermarreccores: add simple PWM (Pulse Width Modulation) module
2019-07-05 Florent Kermarreccore/spi: make cs_n optional (sometimes managed externally)
2019-07-05 Florent Kermarreccores/spi_flash: add non-memory mapped S7SPIFlash modul...
2019-07-05 Florent Kermarreccores: add ICAP core (tested with reconfiguration commands)
2019-07-05 Florent Kermarreccores: add simple and minimal hardware SPI Master with...
2019-07-05 Florent Kermarrecsoc/cores/spi: remove too complicated and does not...
2019-07-05 Florent Kermarreccores: add bitbang class with minimal hardware for...
2019-07-05 Florent Kermarreccores: remove nor_flash_16 (obsolete, most of the board...
2019-07-05 Florent Kermarreccores/gpio: remove Blinker
2019-07-04 Tim AnsellMerge pull request #210 from DurandA/master
2019-07-03 Arnaud DurandAdd verilog submodule from CPU cores to manifest
2019-07-03 Florent Kermarreccsr: add assert to ensure CSR size < busword (thanks...
2019-06-28 Florent Kermarrecsoc_core: update default RocketChip mem_map
2019-06-28 Florent Kermarrecsoc_core: rearrange default mem_map
2019-06-28 Florent Kermarrecbios/main: fix #ifdefs for fw command
2019-06-28 Florent Kermarreclibnet/tftp: fix compilation warning
2019-06-28 Florent Kermarrecbios/main: fix spiflash compilation warnings
2019-06-28 Florent Kermarrecsoc_sdram: allow main_ram_size > 256MB (limitation...
2019-06-28 Florent Kermarrectargets: use new prefered way to add wishbone slave
2019-06-28 Florent Kermarrecsoc_core: use new way to add wisbone slave (now prefered)
2019-06-28 Florent Kermarrecsoc_core: remove 256MB mem_map limitation
2019-06-28 Florent Kermarrecsoc/core: remove #!/usr/bin/env python3
2019-06-27 enjoy-digitalMerge pull request #206 from gsomlo/gls-tftp-spinner
2019-06-27 Gabriel L.... BIOS: TFTP: ASCII spinner progress indicator (cosmetic)
2019-06-25 enjoy-digitalMerge pull request #204 from antmicro/write_to_flash
2019-06-25 Florent Kermarreccore/spi_flash: re-integrate bitbang write support
2019-06-25 Mateusz Holenkobios: add fw (flash write) command
2019-06-24 Florent KermarrecREADME: remove LiteUSB (deprecated)
2019-06-24 Florent Kermarrecboards: community supported boards are now located...
2019-06-24 Florent Kermarrecliteeth: update mac imports (olds still works, but...
2019-06-24 Florent Kermarrecsoc/cores: add usb_fifo with FT245 USB FIFO PHY from...
2019-06-24 Florent KermarrecREADME: update Intro
2019-06-24 Florent Kermarrecmake sure #!/usr/bin/env python3 is before copyright...
2019-06-23 Florent Kermarrectest: add copyright header
2019-06-23 Florent Kermarrecadd CONTRIBUTORS file and add copyright header to all...
2019-06-22 Florent Kermarrecbios/sdram: set init_done/error when DDRCTRL is present...
2019-06-21 Tim 'mithro... Convert top level comment to a docstring.
2019-06-21 enjoy-digitalMerge pull request #202 from xobs/add-up5kspram
2019-06-20 William D.... soc: cores: add up5kspram module
2019-06-20 Florent Kermarreccores/frequency_meter: allow passing clk to be measured...
2019-06-19 enjoy-digitalMerge pull request #201 from gsomlo/gls-fix-initmem
2019-06-18 Gabriel L.... tools/litex_sim: fix default endianness for mem_init
2019-06-18 enjoy-digitalMerge pull request #200 from gsomlo/gls-rocket-variants
2019-06-18 Gabriel L.... cpu/rocket: add "linux" (MMU) and "full" (MMU & FPU...
2019-06-18 Florent Kermarreccpu/rocket: update submodule
2019-06-17 Florent Kermarrecintegration/soc_core: move cpu_variant checks/formating...
2019-06-17 Florent Kermarreccpu/vexriscv: add "linux+no-dsp" variant
2019-06-17 Florent Kermarreccpu/vexriscv: update
2019-06-17 Florent Kermarrectargets/ulx3s: use CAS latency of 3 to be compatible...
2019-06-13 enjoy-digitalMerge pull request #199 from ambrop72/no-ethmac-fix
2019-06-12 Ambroz Bizjakbios: Fix build when ethphy is present but ethmac is...
2019-06-12 Florent Kermarrectest/test_axi: remove litex.gen.sim import (was only...
2019-06-12 Florent Kermarrecsetup.py: add migen to install_requires
2019-06-11 enjoy-digitalMerge pull request #198 from TomKeddie/tomk_20190610_ar...
2019-06-10 Florent Kermarrectest/test_code8b10b: add test_coding
2019-06-10 Tom Keddieboards/arty : Add directly connected spi clk pin to...
2019-06-10 Florent Kermarrectest/test_prbs: add PRBSGenerator/Checker tests
2019-06-10 Florent Kermarrecsoc/cores: add PRBS (Pseudo Random Binary Sequence...
2019-06-10 Florent Kermarrectools/litex_term: exit on 2 consecutive CTRL-C
2019-06-10 Florent Kermarreccpu/vexriscv: update submodule
2019-06-09 Florent Kermarrecdoc: add litex-hub logo
2019-06-08 Florent Kermarrecdoc: redesign new logo
2019-06-07 Florent Kermarrecdoc: add new logo
2019-06-07 Florent Kermarreccpu/vexriscv: update submodule
2019-06-07 Florent Kermarrecbuild/sim: allow configuring verilator optimization...
2019-06-07 Florent Kermarrecbuild/sim: allow defining start/end cycles for tracing
2019-06-07 Florent Kermarrecbuild/sim: use -O0 for verilator compilation
2019-06-07 Florent Kermarrecsoc/integration/soc_core: list rocket as supported CPU
2019-06-07 Florent Kermarrecsoftware/bios: change prompt to "litex" in green.
2019-06-05 Florent Kermarrecintegration/soc_core: improve readibility (add separato...
2019-06-05 Florent Kermarrectest/test_targets: add de10lite
2019-06-05 enjoy-digitalMerge pull request #196 from msloniewski/de10lite_support
2019-06-05 enjoy-digitalMerge pull request #195 from antmicro/extend_generated_...
2019-06-05 msloniewskiboards/targets: add target for de10lite platform
2019-06-05 msloniewskiboards/platforms: add de10lite Terasic platform support
2019-06-05 msloniewskibuild/altera: Add possibility to turn off generation...
2019-06-05 Mateusz Holenkointegration/builder: generate flash_boot address to csv
2019-06-05 Mateusz Holenkointegration/builder: generate shadow_base address to...
2019-06-04 enjoy-digitalMerge pull request #193 from gsomlo/gls-memcpy-fix
2019-06-04 Gabriel L.... software/libbase: memcpy: simple, arch-width agnostic...
2019-06-02 Tim AnsellMerge pull request #192 from sutajiokousagi/pr_c99_types
2019-06-03 bunniefix signed char type to be explicitly signed
2019-06-02 bunnieupdate stdint.h to include c99 types
2019-06-02 Tim AnsellMerge pull request #191 from sergachev/master
2019-06-02 Ilia Sergachevfix csr_name in add_csr()
2019-06-02 Ilia Sergachevfix interrupt_name
2019-06-02 Florent Kermarrectest/test_targets: add de2_115, de1soc
2019-06-02 Florent Kermarrecboards/platform/arty: add Arty A7-100 variant
2019-06-02 enjoy-digitalMerge pull request #189 from open-design/terasic-boards
2019-06-02 Tim AnsellMerge pull request #190 from sutajiokousagi/pr_c99_types
2019-06-02 Antony Pavlovboards: add Terasic DE2-115 initial support
2019-06-02 Antony Pavlovboards: add Terasic DE1-SoC Board support
2019-05-30 enjoy-digitalMerge pull request #188 from gsomlo/gls-csr-cleanup
2019-05-29 Gabriel L.... soc/integration/cpu_interface: improve code legibility
2019-05-29 Florent Kermarrecsoc/interconnect/gearbox: add msb_first/lsb_first order
2019-05-28 Florent Kermarrecboards/targets/arty: generate 25MHz ethernet clock...
2019-05-26 Tim AnsellMerge pull request #187 from open-design/indent
next