liteeth: use bios ip_address in example designs
[litex.git] / misoclib / soc /
2015-03-13 Florent Kermarrecsoc: rename with_sdram option to with_main_ram (with_sd...
2015-03-13 Sebastien Bourdeauducqsoc/sdram: sync with new mibuild toolchain management
2015-03-12 Florent Kermarrecsoc/sdram: add workaround for Vivado issue with our...
2015-03-09 Florent Kermarrecsoc: do_exit is now provided by modules
2015-03-06 Florent Kermarrecuart: add phy autodetect function
2015-03-06 Florent Kermarrecsoc: enforce cpu_reset_address to 0 when with_rom is...
2015-03-06 Florent Kermarrectargets: do not implement sdram if already provided...
2015-03-03 Florent Kermarrecsoc: remove is_sim function
2015-03-03 Florent Kermarrecsdram: move lasmibus to core, rename crossbar to lasmix...
2015-03-03 Florent Kermarreclasmicon: better management of optional bandwidth modul...
2015-03-02 Florent Kermarreccpuif: add CSR_ prefix to CSR base addresses (avoid...
2015-03-02 Florent Kermarrecsdram: only keep frontend logic and sdram core declarat...
2015-03-02 Florent Kermarrecsoc/sdram: be more generic in naming
2015-03-02 Florent Kermarrecsdram: create core dir and move lasmicon/minicon in it
2015-03-02 Florent Kermarrecsdram: rename self.phy_settings to self.settings (using...
2015-03-02 Florent Kermarrecsdram/lasmicon: create a separate file for the crossbar...
2015-03-02 Florent Kermarrecsdram: move dfii to phy
2015-03-02 Florent Kermarrecsdram: create frontend dir and move dma_lasmi/memtest...
2015-03-01 Florent Kermarrecsoc: add initial verilator sim support: ./make.py ...
2015-03-01 Florent Kermarrecuart: create phy directory and move phy logic to serial...
2015-02-28 Florent Kermarrecsoc: fix register_rom
2015-02-28 Florent Kermarreclitescope: create example design derived from SoC that...
2015-02-28 Florent Kermarrecsoc: use self.cpu_reset_address as rom mem_map address...
2015-02-28 Florent Kermarrectest implementation on all targets and fix issues
2015-02-28 Florent Kermarrecsoc: move SDRAMSoC to a separate sdram.py file (ideally...
2015-02-28 Florent Kermarrecremane GenSoC to SoC (more coherent and we will add...