litex.git
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
2020-02-11 Florent Kermarrecsoc: add linker regions management
2020-02-11 Florent Kermarrecsoc: improve log presentation/colors
2020-02-11 Florent Kermarrecsoc: fix cpu_reset_address
2020-02-11 Florent Kermarrectools/litex_sim_new: remove
2020-02-11 Florent Kermarrecsoc: fix build_time format
2020-02-11 Florent Kermarreccores/cpu: remove separators on io_regions (requires...
2020-02-11 enjoy-digitalMerge pull request #380 from Xiretza/cpunone-all-io
2020-02-11 Florent Kermarrecsoc/add_sdram: simplify L2 Cache, use FullMemoryWE...
2020-02-11 Florent Kermarrecsoc_core/common: move old mem_decoder to soc_core,...
2020-02-10 XiretzaAllow all memory regions to be used as IO with CPUNone
2020-02-10 Florent Kermarrecintegration/common: fix mem_decoder (shadow base has...
2020-02-10 Florent Kermarrectools/litex_sim_new: switch to dynamically allocated...
2020-02-10 Florent Kermarrecsoc/SoCRegion/Decoder: pass bus to decoder and remove...
2020-02-10 Florent Kermarrecsoc/add_sdram: avoid L2 cache when l2_cache_size == 0.
2020-02-10 Florent Kermarrecsoc: remove unneeded \n
2020-02-10 Florent Kermarrectools/litex_sim_new: use new bus/csr/irq methods
2020-02-10 Florent Kermarrecsoc: use io_regions for alloc_region
2020-02-10 Florent Kermarrectools: add litex_sim_new based on SoCCore and using...
2020-02-10 Florent Kermarrecsoc_core: use add_rom
2020-02-10 Florent Kermarrecsoc/add_cpu: simplify CPUNone integration
2020-02-10 Florent Kermarrecsoc/SoCBusHandler: add add_adapter method and use it...
2020-02-10 Florent Kermarrecsoc/add_sdram: add sdram csr
2020-02-10 Florent Kermarrecsoc/add_sdram: fix rocket, shorten comments
2020-02-10 Florent Kermarrecsoc/add_sdram: improve API
2020-02-10 Florent Kermarrecsoc: add LiteXSoC class and mode add_identifier/uart...
2020-02-10 Florent Kermarrecsoc_core/sdram: cleanup, add disclaimer
2020-02-10 Florent Kermarrecsoc: add add_sdram
2020-02-10 Florent Kermarrecsoc: add csr_regions, update copyright
2020-02-10 Florent Kermarrecsoc: add cpu rom/sram check
2020-02-10 Florent Kermarrecsoc: add SOCIORegion and manage it
2020-02-10 Florent Kermarrecsoc: reorder main components/peripherals
2020-02-09 Florent Kermarrecsoc: add add_cpu method
2020-02-09 Florent Kermarrec.gitmodules/black-parrot: switch to https://github...
2020-02-09 Florent Kermarrecsoc: fix unit-tests
2020-02-08 Florent Kermarrecsoc: integrate constants/build
2020-02-08 Florent Kermarrecsoc: show sorted regions (by origin) / locs
2020-02-08 Florent Kermarrecsoc: simplify color theme
2020-02-08 enjoy-digitalMerge pull request #278 from scanakci/blackparrot_litex
2020-02-08 Florent Kermarrecsoc: add add_uart method
2020-02-07 Florent Kermarrecsoc_core: cleanup imports
2020-02-07 Florent Kermarrecsoc_core: get_csr_address no longer used
2020-02-07 Florent Kermarrecsoc: integrate CSR master/interconnect/collection and...
2020-02-07 Florent Kermarrecsoc: add add_constant/add_config methods
2020-02-07 Florent Kermarrecsoc: add add_csr_bridge method
2020-02-07 Florent Kermarrecsoc: add add_controller/add_identifier/add_timer methods
2020-02-07 Florent Kermarrecsoc: add add_ram/add_rom methods
2020-02-07 Florent Kermarrecsoc: add automatic bus data width convertion to add_mas...
2020-02-07 Florent Kermarrecsoc/soc_core: cleanup, remove some unused attributes
2020-02-07 Florent Kermarrecsoc: move SoCController from soc_core to soc
2020-02-07 Florent Kermarrecsoc: create SoCLocHandler and use it to simplify SoCCSR...
2020-02-06 Florent Kermarrecsoc: add use_loc_if_exists on SoCIRQ.add to use current...
2020-02-06 Florent Kermarrecsoc: add use_loc_if_exists on SoCCSR.add to use current...
2020-02-06 Florent Kermarrecsoc/integration: initial adaptation to new SoC class
2020-02-06 Florent Kermarrecsoc/cores/spi_opi: cleanup, rename to S7SPIOPI (since...
2020-02-06 Florent Kermarrecsoc/cores: rename spiopi to spi_opi
2020-02-06 Florent Kermarrecsoc/cores/i2s: cleanup pass, rename to S7I2SSlave ...
2020-02-06 enjoy-digitalMerge pull request #378 from betrusted-io/merge_ip
2020-02-06 bunniereduce indents
2020-02-06 Florent Kermarrecsoc/integration: add new soc class prorotype with SoCRe...
2020-02-06 bunnieupdate doc comments on events for i2s
2020-02-06 bunnieadd doc comment for event
2020-02-06 bunniefix formatting on spiopi
2020-02-06 Florent Kermarreccpu/vexriscv: update submodule
2020-02-06 bunnieRequest to merge I2S and SPIOPI cores
2020-02-05 Sean Crossdoc: add lxsocdoc.md (README from lxsocdoc repository)
2020-02-05 enjoy-digitalMerge pull request #375 from xobs/add-lxsocdoc
2020-02-04 Florent Kermarrecbios/main: add LiteX tagline
2020-02-04 enjoy-digitalMerge pull request #376 from antmicro/build-sim-do...
2020-02-04 Mariusz Glebockibuild/sim: allow to use environment's {C,LD}FLAGS
2020-02-04 Sean Crossintegration: svd: move svd generation to `export`
2020-02-04 Sean Crosssoc: doc: use sphinx toctree as it was intended
2020-02-04 Sean Crosslitex-doc: initial merge of lxsocdoc
2020-02-03 enjoy-digitalMerge pull request #373 from antmicro/l2-reverse
2020-02-03 Piotr Binkowskitools/litex_sim: use l2_reverse flag
2020-01-31 Florent Kermarrecwishbone/Cache: add reverse parameter
2020-01-31 Florent Kermarrecsoc_sdram: add l2_reverse parameter
2020-01-31 enjoy-digitalMerge pull request #370 from Disasm/fixes
2020-01-31 Vadim KaushanFix argument descriptions
2020-01-31 Vadim KaushanPass --csr-json to the Builder
2020-01-31 Florent Kermarrecsoc_core: add UART bridge support (simplify having...
2020-01-30 Florent Kermarrecbuild/altera/quartus: fix fmt_r typo
2020-01-30 Florent Kermarreccpu/minerva: update (use new nMigen API)
2020-01-30 Florent Kermarrecinteconnect/stream: use PipeValid implementation for...
2020-01-30 Florent Kermarrecinteconnect/stream: cleanup
2020-01-30 enjoy-digitalMerge pull request #366 from gsomlo/gls-csr-followup
2020-01-29 Gabriel Somlosoftware, integration/export: (re-)expose CSR subregist...
2020-01-29 Florent Kermarrecinterconnect/stream: add PipeValid and PipeWait to...
2020-01-29 Florent Kermarrecbuild/xilinx/vivado: improve readability of generated...
2020-01-29 Florent Kermarrecintegration/soc_core: revert integrate_sram_size defaul...
2020-01-28 enjoy-digitalMerge pull request #363 from antmicro/litex-sim-ddr4
2020-01-28 Piotr Binkowskitools/litex_sim: add ddr4 PhySettings
2020-01-27 Florent Kermarrectools/litex_sim: add --sdram-init parameter
2020-01-27 Florent Kermarrecsoftware/bios: revert M-Labs MiSoC copyright.
next