integration/soc: add_ethernet: honor self.map["ethmac"], if present
[litex.git] / litex / soc /
2020-03-10 Gabriel Somlointegration/soc: add_ethernet: honor self.map["ethmac...
2020-03-10 Florent Kermarreccores/clock/USIDELAYCTRL: use separate reset/ready...
2020-03-10 Florent Kermarrecbios: add more Ultrascale SDRAM debug with sdram_cdly...
2020-03-10 enjoy-digitalMerge pull request #419 from gsomlo/gls-ultra-sdram...
2020-03-10 Florent Kermarreccores/clock: add logging to visualize clkin/clkouts...
2020-03-10 Florent Kermarrecintegration/soc: add FPGA device and System clock to...
2020-03-09 Gabriel Somlosoftware/bios: fixup for Ultrascale SDRAM debug
2020-03-09 Florent Kermarrecintegration/soc: set use_rom when cpu_reset_address...
2020-03-09 Florent Kermarrecsoftware/common: fix LTO checks.
2020-03-09 Florent Kermarrecsoc/cores/clock/iCE40PLL: add SB_PLL40_PAD support.
2020-03-09 Florent Kermarrecsoftware/bios: add Ultrascale SDRAM debug functions.
2020-03-08 Florent Kermarrecintegration/soc/SoCRegion: add size_pow2 and use this...
2020-03-06 Florent Kermarrecsoc: allow creating SoC without BIOS.
2020-03-06 enjoy-digitalMerge pull request #416 from enjoy-digital/csr_svd
2020-03-06 Florent Kermarrecintegration/builder: rename software methods to _prepar...
2020-03-06 Florent Kermarrecintegration/builder: generate csr maps before compiling...
2020-03-06 Florent KermarrecAdd SVD export capability to Builder (csr_svd parameter...
2020-03-05 Florent Kermarrecsoftware/common.mak: fix LTO refactoring issue.
2020-03-05 enjoy-digitalMerge pull request #412 from antmicro/fix-copyrights
2020-03-05 Karol GugalaFix copyrights
2020-03-05 enjoy-digitalMerge pull request #410 from antmicro/netv2-edid
2020-03-04 Florent Kermarrecbios/sdcard: update sdclk_mmcm_write with LiteSDCard...
2020-03-04 Florent Kermarrecdoc: align to improve readability.
2020-03-04 Florent Kermarrecsoc/doc: remove soc.get_csr_regions support.
2020-03-04 Florent Kermarrecbios/main: rename flushl2 command to flush_l2_cache...
2020-03-04 Florent Kermarrecbuild: assume vendor tools are in the PATH and remove...
2020-03-04 Florent Kermarrecsoftware/common: add LTO enable flag and cleanup.
2020-03-02 Florent KermarrecMerge branch 'master' of https://github.com/enjoy-digit...
2020-03-02 Florent Kermarrecintegration/soc_core: change disable parameters to...
2020-03-02 enjoy-digitalMerge pull request #405 from sajattack/sifive-triple
2020-03-02 Florent Kermarrecintegration/soc: add auto_int type and use it on all...
2020-03-02 Florent Kermarrectargets/nexys4ddr: use SoCCore and add_sdram to avoid...
2020-03-02 Florent Kermarrecintegration/soc: add ethphy CSR in target.
2020-03-01 Florent Kermarrecintegration/soc: add add_ethernet method.
2020-03-01 Florent Kermarrecintegration/soc: mode litedram imports to add_sdram...
2020-03-01 Paul Sajnaadd riscv-sifive-elf triple
2020-02-28 Florent Kermarrecsoc/uart: add configurable UART FIFO depth.
2020-02-28 Florent Kermarreccores/uart: cleanup
2020-02-28 Florent Kermarrecsoc/cores/uart/UARTCrossover: reduce fifo_depth to 1.
2020-02-28 Florent Kermarrecinterconnect/stream/SyncFIFO: allow depth down to 0.
2020-02-28 Florent Kermarrecinterconnect/axi: remove Record inheritance on AXIInter...
2020-02-28 Florent Kermarrecinterconnect/axi: add AXI Stream definition and get_ios...
2020-02-28 Florent Kermarrecinterconnect/axi: set default data_width/address_width...
2020-02-28 Florent Kermarreccores/gpio: use separate TSTriple for each bit.
2020-02-27 Florent Kermarrecsoftware/bios/sdram: allow setting CLK/CMD delay from...
2020-02-26 Florent Kermarrecinterconnect/axi: remove mode on AXIInterface (not...
2020-02-26 Florent Kermarrecintegration/soc: -x on soc.py
2020-02-25 Florent Kermarrecsoc/cores/bitbang: fix missing self.comb on miso.
2020-02-25 enjoy-digitalMerge pull request #402 from antmicro/litex-gen-fix...
2020-02-25 Florent Kermarrecsoftware: disable LTO with LM32 (not supported by old...
2020-02-25 enjoy-digitalMerge pull request #401 from antmicro/enable-lto
2020-02-24 Tim 'mithro' Ansellsoftware: enable link time optimization (LTO)
2020-02-24 enjoy-digitalMerge pull request #400 from Xiretza/ecp5-pll-freqfix
2020-02-24 XiretzaFix ECP5PLL VCO frequency range
2020-02-24 Florent Kermarrecintegration/soc: improve presentation of SoCLocHandler...
2020-02-24 Florent Kermarrecinterconnect/axi: remove bus_name on connect_to_pads
2020-02-24 Florent Kermarreclitex_gen/axi: simplify the way the bus is exposed...
2020-02-24 Florent Kermarreclitex_gen/wishbone: simplify the way the bus is exposed...
2020-02-24 enjoy-digitalMerge pull request #396 from antmicro/external-wb
2020-02-21 enjoy-digitalMerge pull request #397 from gsomlo/gls-csr-volatile
2020-02-21 Gabriel SomloAdd 'volatile' qualifier to new CSR accessors
2020-02-21 Karol Gugalaaxi: add to_pads method
2020-02-21 Jan Kowalewskiwishbone: add extracting module signals to the top
2020-02-20 Florent Kermarreccpu/blackparrot: first cleanup pass
2020-02-20 Florent Kermarrecintegration/soc: set base_address on LiteDRAMWishbone2N...
2020-02-20 enjoy-digitalMerge pull request #390 from gsomlo/gls-add-sdcard
2020-02-20 Gabriel Somlobios: add litesdcard test routines to boot menu
2020-02-19 Florent Kermarrecsoc_core: fix missing init on main_ram
2020-02-18 enjoy-digitalMerge pull request #389 from antmicro/linux_flash_offsets
2020-02-18 Florent Kermarreccores/cpu: use standard+debug variant when only debug...
2020-02-18 Mateusz Holenkobios/boot: allow to customize flash offsets of Linux...
2020-02-18 Florent Kermarrecsoc/cores/clock: add reset_cycles parameter to S7IDELAY...
2020-02-18 Florent Kermarrecsoc/csr_bus: fix aligned_paging computation (should...
2020-02-18 Florent Kermarrecintegration/soc: improve Region logger
2020-02-17 Florent Kermarrecbios/boot: update and fix flashboot, improve verbosity
2020-02-17 Florent Kermarrecsoc: increase supporteds address_width/paging
2020-02-17 Florent Kermarrecsoc_core: expose CSR paging
2020-02-17 Florent Kermarrecsoc/csr_bus: improve CSR paging genericity
2020-02-16 Florent Kermarrecintegration/soc: add configurable CSR Paging
2020-02-15 Florent Kermarrecsoc_core: add back identifier
2020-02-14 Florent Kermarrecinterconnect/stream: cleanup imports/idents
2020-02-13 Florent Kermarrecsoc_core: fix cpu_variant renaming regression
2020-02-13 Sean Crossdoc: fix regression with new irq manager
2020-02-12 Florent Kermarrecsoc/CSR: show alignment in report and add info when...
2020-02-12 Florent Kermarrecsoc/add_cpu: use cpu.data_width as CSR alignment, fix...
2020-02-12 Florent Kermarrecintegration/soc: fix refactoring issues
2020-02-12 Florent Kermarrecsoc/integration/builder: update copyright, align arguments
2020-02-12 enjoy-digitalMerge pull request #383 from Xiretza/builder-directories
2020-02-12 XiretzaUnify output directory handling in builder
2020-02-11 enjoy-digitalMerge pull request #382 from enjoy-digital/new_soc
2020-02-11 Florent Kermarrecsoc_core/soc_sdram: add disclaimer
2020-02-11 Florent Kermarrecsoc_core: provide full retro-compatibily when add_wb_sl...
2020-02-11 Florent Kermarrecsoc: fix busword typo
2020-02-11 enjoy-digitalMerge branch 'master' into new_soc
2020-02-11 Florent Kermarrecsoc/integration: move mem_decoder to soc_core
2020-02-11 Florent Kermarrecsoc/integration/common: simplify get_version
2020-02-11 Florent Kermarrecsoc/add_uart: fix bridge
2020-02-11 Florent Kermarrecsoc_core/soc_sdram: remove disclaimer (we'll add it...
2020-02-11 Florent Kermarrecsoc: avoid double definition of main_ram
2020-02-11 Florent Kermarrecsoc: improve log colors on error reporting
next