cores/clock: add logging to visualize clkin/clkouts and computed config.
[litex.git] / litex / soc / integration /
2020-03-10 Florent Kermarrecintegration/soc: add FPGA device and System clock to...
2020-03-09 Florent Kermarrecintegration/soc: set use_rom when cpu_reset_address...
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 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 Kermarrecbuild: assume vendor tools are in the PATH and remove...
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-02-28 Florent Kermarrecsoc/uart: add configurable UART FIFO depth.
2020-02-26 Florent Kermarrecintegration/soc: -x on soc.py
2020-02-24 Florent Kermarrecintegration/soc: improve presentation of SoCLocHandler...
2020-02-20 Florent Kermarrecintegration/soc: set base_address on LiteDRAMWishbone2N...
2020-02-19 Florent Kermarrecsoc_core: fix missing init on main_ram
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 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-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
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 Kermarrecsoc: fix build_time format
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 Florent Kermarrecintegration/common: fix mem_decoder (shadow base has...
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 Kermarrecsoc: use io_regions for alloc_region
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 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/integration: add new soc class prorotype with SoCRe...
2020-02-05 enjoy-digitalMerge pull request #375 from xobs/add-lxsocdoc
2020-02-04 Sean Crossintegration: svd: move svd generation to `export`
2020-01-31 Florent Kermarrecsoc_sdram: add l2_reverse parameter
next