litex.git
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 Kermarrecboards/platforms/icebreaker: cleanup a bit.
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 Kermarrecbuild/lattice/icestorm: add timingstrict parameter...
2020-03-09 Florent Kermarrectargets/icebreaker: simplify, use standard VexRiscv...
2020-03-09 Florent Kermarreclattice/icestorm: enable DSP inference with Yosys and...
2020-03-09 Florent Kermarrecboards: add initial icebreaker platform/target from...
2020-03-09 Florent Kermarrecsoftware/bios: add Ultrascale SDRAM debug functions.
2020-03-09 Florent Kermarrecboards/platforms/kcu105: avoid unnecessary {{}} on...
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 #408 from gsomlo/gls-fix-nexys-sdcard
2020-03-05 Gabriel Somlotargets/nexys4ddr: fix sdcard clocker initialization
2020-03-05 enjoy-digitalMerge pull request #410 from antmicro/netv2-edid
2020-03-05 Piotr Binkowskiplatform/netv2: add proper I2C pins for HDMI IN0
2020-03-05 Florent Kermarrectargets/ecp5: make sure all BaseSoC/EthernetSoc default...
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 KermarrecREADME: update quick start guide and add instructions...
2020-03-04 Florent KermarrecREADME: update
2020-03-04 Florent Kermarrecdoc: remove partial doc imported from litex-buildenv...
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-03 Florent Kermarreclitex_sim: fix with_uart parameter.
2020-03-02 Florent Kermarrectargets/nexys4ddr: add default kwargs parameters.
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 Kermarrectargets/nexys4ddr: use soc.add_ethernet method.
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-29 Florent Kermarrectest/test_targets: use uart-name=stub.
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 Kermarrectargets: default to trellis toolchain on all ECP5 targe...
2020-02-28 Florent Kermarreccores/gpio: use separate TSTriple for each bit.
2020-02-28 Florent Kermarreclattice/yosys: don't use quiet operation since logs...
2020-02-27 Florent Kermarrectargets/kc705: use DDRPHY_CMD_DELAY to center write...
2020-02-27 Florent Kermarrecsoftware/bios/sdram: allow setting CLK/CMD delay from...
2020-02-27 Florent Kermarrecboards: keep in sync with LiteX-boards
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-25 Jan Kowalewskitools: litex_gen: fix missing UART pins
2020-02-24 Tim 'mithro... software: 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 Kermarrectools/litex_gen: add bus parameter and AXI (Lite) support.
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 Florent Kermarrectools: rename litex_extract to litex_gen (use similar...
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 Piotr Binkowskitools: add script for extracting wishbone cores
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 Kermarrecdoc/socdoc: fix example
2020-02-20 Florent Kermarreccpu/blackparrot: first cleanup pass
2020-02-20 Florent Kermarrecintegration/soc: set base_address on LiteDRAMWishbone2N...
2020-02-20 Florent Kermarrecbuild/sim: add Verilator FST tracing support.
2020-02-20 enjoy-digitalMerge pull request #390 from gsomlo/gls-add-sdcard
2020-02-20 Gabriel Somlotargets/nexys4ddr: add optional sdcard support
2020-02-20 Gabriel Somlobios: add litesdcard test routines to boot menu
2020-02-20 Gabriel Somlotargets/nexys4ddr: add ethernet via method instead...
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
next