com/liteethmini/phy: remove use of FlipFlop in MII
[litex.git] / misoclib / soc /
2015-09-01 Florent Kermarrecmisoclib/soc: fix add_constant when used for strings
2015-07-30 whitequarkEnable ror, ffl1 and addc for OR1K.
2015-07-29 whitequarkDon't build base libraries and BIOS with -fPIC after...
2015-07-28 Sebastien Bourdeauducqsoc: increase default BIOS size
2015-07-26 whitequarkSwitch to -fPIC.
2015-06-28 Sebastien Bourdeauducqsoc: support constants without value
2015-06-19 Florent Kermarrecsoc/sdram: add L2_SIZE constant and avoid declaring...
2015-06-17 Sebastien Bourdeauducqindentation
2015-06-17 Florent Kermarrecsoc/sdram: add capability to share L2 cache in multi...
2015-06-17 Florent Kermarrecsdram: use wishbone cache as L2 cache and add optional...
2015-06-02 Florent Kermarrecsdram: use new Migen Converter in Minicon frontend...
2015-05-29 Florent Kermarrecsdram: refactor minicon and fix issues with DDRx memories
2015-05-04 Florent Kermarrecsoc/sdram: Vivado 2015.1 still does not fix issue with...
2015-05-02 Florent Kermarrecrename shadow_address to shadow_base (more appropriate...
2015-05-02 Florent Kermarreccores: avoid having too much directories when possible...
2015-04-17 Florent Kermarrecsoc: add shadow_address parameter
2015-04-17 Florent Kermarrecsoc/cpuif: add with_access_functions parameter
2015-04-13 Florent Kermarrecglobal: more pep8
2015-04-13 Florent Kermarrecglobal: pep8 (E261, E271)
2015-04-13 Florent Kermarrecglobal: pep8 (E225)
2015-04-13 Florent Kermarrecglobal: pep8 (E302)
2015-04-13 Florent Kermarrecglobal: pep8 (replace tabs with spaces)
2015-04-08 Sebastien Bourdeauducqsoc,cpuif: support user defined constants
2015-04-06 Sebastien Bourdeauducqsoc: use new ModuleTransformer API
2015-04-03 Florent Kermarrecsoc/cpuif: fix CSR base generation for memories (name...
2015-04-03 Florent Kermarrecsoc: add memory.name_override to name when adding csrba...
2015-04-03 Sebastien Bourdeauducquse str.format
2015-04-03 Florent Kermarrecsoc/cpuif: fix get_csr_header when obj is Memory (thank...
2015-04-02 Sebastien Bourdeauducqminor cleanups
2015-04-02 Sebastien BourdeauducqMerge branch 'master' of github.com:m-labs/misoc
2015-04-01 Florent Kermarrecsoc/sdram: fix do_finalize
2015-04-01 Sebastien Bourdeauducqsoc: use set
2015-04-01 Sebastien Bourdeauducqsoc: simplify integrated memory parameters
2015-04-01 Sebastien Bourdeauducqsoc/sdram: minor cleanup
2015-04-01 Sebastien Bourdeauducqsoc: remove cpu_boot_file argument
2015-04-01 Sebastien Bourdeauducqsoc: remove cpu_or_bridge and with_cpu arguments
2015-04-01 Sebastien Bourdeauducqsoc: retrieve csr and memory regions using methods
2015-04-01 Sebastien Bourdeauducqsoc: use add_wb_master function
2015-04-01 Sebastien Bourdeauducqsoc: simplify/fix csr busword
2015-04-01 Sebastien Bourdeauducqsoc: remove unnecessary imports
2015-04-01 Sebastien Bourdeauducqsoc: improve memory region conflict check
2015-04-01 Sebastien Bourdeauducqsoc: remove ns function
2015-03-29 Florent Kermarrecsdram: remove redundant with_l2 parameter (equivalent...
2015-03-28 Florent Kermarrecsoc: limit main_ram_size to 256MB (we should modify...
2015-03-28 Florent Kermarrecsoc: simplify main_ram_size computation and share it...
2015-03-25 Florent Kermarrecsdram: pass module as phy parameter, define memtype...
2015-03-25 Florent Kermarrecsdram: use names that are more explicit for bank_a...
2015-03-21 Florent Kermarrecsdram: pass sdram_controller_settings to SDRAMSoC
2015-03-21 Florent Kermarrecsdram: simplify the way we pass settings to controller...
2015-03-21 Florent Kermarrecrename sdram mapping to main_ram
2015-03-21 Florent Kermarrecmisoclib/soc: add _integrated_ to cpu options to avoid...
2015-03-21 Florent Kermarrecsdram: split sdram_timing in sdram_timing_settings...
2015-03-19 Florent Kermarrecsdram: raise NotImplementedError if Minicon is used...
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...