litex.git
2019-11-01 Florent Kermarrecinterconnect/csr_bus/SRAM: add mem_size check
2019-11-01 Florent Kermarrecsoc_core/soc_core_args: specify default cpu (vexriscv)
2019-11-01 Florent Kermarreclattice/diamond/tcl: always use / separators, even...
2019-11-01 Florent Kermarreccpu/minerva: elaborate minerva verilog to build directory
2019-11-01 Florent Kermarrecsoc/integration/builder: pass output_dir to platform...
2019-10-31 Florent Kermarreccpu/minerva: generate minerva.v near core.py not in...
2019-10-31 Florent Kermarreccpu/minverva: give more explicit error message when...
2019-10-31 Tim AnsellMerge pull request #297 from mithro/mem-region-pp
2019-10-31 Tim 'mithro... Improve the error message on memory region conflict.
2019-10-30 Tim AnsellMerge pull request #293 from mithro/mor1kx-fix
2019-10-30 Tim 'mithro... Fix file names for the mor1kx processor.
2019-10-30 Florent Kermarrectargets: use type="io" instead of io_region=True
2019-10-30 Florent Kermarrecintegration/SoCMemRegion: use type instead of io_region...
2019-10-28 Florent Kermarrecsoc_core: add check_regions_overlap method, add linker_...
2019-10-28 Florent Kermarrecsoc_core/add_memory_region: fix memory overlap detection
2019-10-28 Florent Kermarrectest/test_targets: skip Minerva test on Travis-CI,...
2019-10-28 Florent Kermarreccpu/minerva: elaborate from nmigen sources during build...
2019-10-25 enjoy-digitalMerge pull request #286 from gsomlo/gls-timingstrict
2019-10-24 Gabriel Somlobuild/lattice/trellis: optionally allow failure if...
2019-10-20 enjoy-digitalMerge pull request #283 from kbeckmann/kbeckmann/bios_i...
2019-10-19 Konrad Beckmannbios: Increment address when writing to flash
2019-10-18 Florent Kermarrecbuild/lattice/trellis: use --timing-allow-fail to allow...
2019-10-18 Florent Kermarrecsoc/cores/icap/ICAPBitstream: always keep fifo.source...
2019-10-18 enjoy-digitalMerge pull request #282 from antmicro/icapbitstream_fixes
2019-10-18 Jan Kowalewskicores/icap/ICAPBitstream: add source ready signal.
2019-10-17 Florent Kermarrecsoc/integration/__init__: remove imports (not used...
2019-10-17 Florent Kermarrecbuild: always use platform.add_source and avoid manipul...
2019-10-17 Florent Kermarrecbuild/generic_platform: replace set with list for sourc...
2019-10-16 Florent Kermarreccores/icap/ICAPBitstream: simplify, add icap_clk_div...
2019-10-15 Florent Kermarrecbuild/generic_platform: keep language to None if None...
2019-10-14 Florent Kermarrecsoc_core: fix default --uart_name
2019-10-14 Florent Kermarrecintegration/soc_core: expose more SoC parameters
2019-10-13 Tim AnsellMerge pull request #280 from kbeckmann/picorv32_typo
2019-10-13 Konrad Beckmannpicorv32: Fix minimal variant params
2019-10-12 Florent Kermarrecsoc_core: fix soc_core_argdict
2019-10-12 Florent Kermarreccpu/lm32: add missing buses
2019-10-12 Florent Kermarrecsoc_core/soc_core_argdict: use inspect to get all param...
2019-10-11 Florent Kermarrecintegration: simplify cpu buses auto-conversion (always...
2019-10-11 Florent Kermarrecinterconnect/wishbone: fix Converter case when buses...
2019-10-11 Florent Kermarrecplatforms/versa_ecp5: add serdes refclk/sma
2019-10-11 Florent Kermarreccpu/rocket: expose 64-bit buses (use automatic down...
2019-10-11 Florent Kermarrecsoc_core: add automatic down-conversion of CPU buses...
2019-10-11 Florent Kermarrecsoc/interconnect/axi: re-align to improve readability
2019-10-11 Florent Kermarrecsoftware/bios: simplify banners
2019-10-10 Florent Kermarreccpu/picorv32: remove obsolete comment
2019-10-10 Florent Kermarreccpu/picorv32: use a single idbus
2019-10-10 Florent Kermarreccpu: cleanup/re-align
2019-10-10 Florent Kermarreccpu/rocket: rename ibus/dbus to mem_wb/mmio_wb and...
2019-10-10 Florent Kermarreccpu: add buses list and use it in soc_core to add bus...
2019-10-10 Florent Kermarrecintegration: move soc constants to soc.h of csr.h
2019-10-10 Florent Kermarrecbuild/generic_platform: only add sources if language...
2019-10-10 Florent Kermarrecxilinx/vivado: replace "xy" == language with language...
2019-10-10 enjoy-digitalMerge pull request #277 from railnova/feature/vivado_sy...
2019-10-10 Florent Kermarrecintegration/soc_zynq: shadow_base no longer recommended...
2019-10-10 Florent Kermarrecbios/main: use same banner than README (MiSoC cited...
2019-10-10 Florent Kermarrecsoftware/bios: don't show peripherals init banner if...
2019-10-10 Martin CornilAdd system Verilog support for the Vivado builder
2019-10-09 enjoy-digitalMerge pull request #276 from gsomlo/gls-rocket-map
2019-10-09 Gabriel Somlocpu/rocket: swap main_mem and io regions
2019-10-09 Florent Kermarreccpu: add default io_regions to CPUNone (all address...
2019-10-09 enjoy-digitalMerge pull request #275 from pcotret/patch-1
2019-10-09 Florent Kermarrecsoc_core: improve check_io_region error message
2019-10-09 Florent Kermarrectargets/sim: switch from shadow_base to io_regions
2019-10-09 Florent Kermarreccpu/rocket: move csr to IO region
2019-10-09 Florent Kermarrecbuild/xilinx/vivado: fix default synth-mode
2019-10-09 Florent Kermarrecsoc_core/cpu: add io_regions and deprecate shadow_base...
2019-10-09 Pascal CotretUpdate README (related to issue #273)
2019-10-08 enjoy-digitalMerge pull request #274 from gsomlo/gls-shadow-base
2019-10-08 Gabriel Somlobuilder: use the SoC's existing shadow base with get_cs...
2019-10-07 Florent Kermarrectargets/arty: allow setting synth-mode to yosys with...
2019-10-07 Florent Kermarrecbuild/xilinx/vivado: add vivado_build_args/vivado_build...
2019-10-07 Florent Kermarrecxilinx/common: be sure language is not vhdl when yosys...
2019-10-07 Florent Kermarreccpu/vexriscv: use specific mem_map for linux variant
2019-10-06 enjoy-digitalMerge pull request #271 from gsomlo/gls-yosys-nowidelut
2019-10-06 Gabriel L.... trellis, versa_ecp5: optional '-nowidelut' flag for...
2019-10-06 enjoy-digitalMerge pull request #272 from sergachev/fix-comments
2019-10-06 Ilia Sergachevfix comments
2019-10-04 Florent Kermarreclitex_setup: add litejesd204b
2019-10-01 enjoy-digitalMerge pull request #270 from gsomlo/gls-csr-upper
2019-10-01 Florent Kermarrecsoc/cores/icap: simplify ICAPBitstream (untested)
2019-10-01 Florent Kermarrecsoc/cores/icap: rename ICAP to ICAPBistream and revert...
2019-10-01 enjoy-digitalMerge pull request #269 from antmicro/rework_icap
2019-10-01 Gabriel Somlosoc/integration: ensure CSR constants are in uppercase
2019-10-01 Jan Kowalewskisoc: cores: support sending custom bitstream to ICAP
2019-09-30 Florent Kermarrecsoc/interconnect: rename stream_packet to packet &...
2019-09-30 Florent Kermarrecsoc/interconnect/stream: add separators, mode Actor...
2019-09-30 Florent Kermarrecsoc_zynq: update get_csr_header
2019-09-30 Florent Kermarrecsoc/integration: move cpu_interface retro-compatibility...
2019-09-30 Florent Kermarrecsoc/integration: use dicts for constants/mem_regions...
2019-09-30 Florent Kermarreccpu: remove initial SERV support (we'll work in a branc...
2019-09-30 Florent Kermarrecsoc_core: fix cpu_type=None case and add test for it
2019-09-29 Florent Kermarrecsoc_sdram: remove axi usecase, this was only useful...
2019-09-29 Florent Kermarrecsoc_core: cleanup/re-align
2019-09-29 Florent Kermarrecsoc/integration: rename cpu_interface to export (with...
2019-09-29 Florent Kermarrectest/test_targets: update cpu-type to mor1kx
2019-09-29 Florent Kermarrecsoc/cores: uniformize (continue)
2019-09-29 Florent Kermarrecsoc/cores/gpio: uniformize with others cores
2019-09-29 Florent Kermarrecsoc/cores: rename frequency_meter to freqmeter and...
2019-09-29 Florent Kermarrecsoc/cores/ecc: improve readibility, uniformize with...
2019-09-29 Florent Kermarrecsoc/cores/clocks: improve readibility
next