integration/soc: -x on soc.py
[litex.git] / litex / soc / integration / soc.py
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-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/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-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-11 enjoy-digitalMerge pull request #382 from enjoy-digital/new_soc
2020-02-11 Florent Kermarrecsoc: fix busword typo
2020-02-11 enjoy-digitalMerge branch 'master' into new_soc
2020-02-11 Florent Kermarrecsoc/add_uart: fix bridge
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-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/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 Florent Kermarrecsoc: add add_uart method
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: add new soc class prorotype with SoCRe...