liteusb/frontend/dma: remove +4 to length for CRC (we'll do it in core)
[litex.git] / misoclib /
2015-04-13 Florent Kermarrecliteeth: more pep8 (when convenient), should be almost OK
2015-04-13 Florent Kermarrecliteeth: pep8 (E265)
2015-04-13 Florent Kermarrecliteeth: pep8 (E261, E271)
2015-04-13 Florent Kermarrecliteeth: pep8 (W292)
2015-04-13 Florent Kermarrecliteeth: pep8 (E225)
2015-04-13 Florent Kermarrecliteeth: pep8 (E222)
2015-04-13 Florent Kermarrecliteeth: pep8 (E401)
2015-04-13 Florent Kermarrecliteeth: pep8 (E203)
2015-04-13 Florent Kermarrecliteeth: pep8 (E231)
2015-04-13 Florent Kermarrecliteeth: pep8 (E201)
2015-04-13 Florent Kermarrecliteeth: pep8 (E302)
2015-04-13 Florent Kermarrecliteeth: pep8 (replace tabs with spaces)
2015-04-12 Florent Kermarrecliteeth/phy/gmii: fix clock generation for mii mode...
2015-04-12 Florent Kermarrecliteeth/phy/gmii_mii: add pads registers in RX
2015-04-12 Florent Kermarrecliteeth/phy/gmii_mii: avoid doubling pads register...
2015-04-12 Florent Kermarrecliteeth/phy/__init__.py: add more comments
2015-04-12 Florent Kermarrecliteeth/phy/gmii_mii: add clock counter and use it...
2015-04-12 Florent Kermarrecliteeth/phy: add GMII/MII phy
2015-04-12 Florent Kermarrecliteeth/phy/mii: simplify LiteEthPHYMIIRX using Converter
2015-04-12 Florent Kermarrecliteeth/phy/mii: simplify LiteEthPHYMIITX using Converter
2015-04-12 Florent Kermarrecliteeth/phy/mii: assign tx_er only if exists (as it...
2015-04-12 Florent Kermarrecliteeth/phy/mii: allow use of MII phy on GMII/MII chips...
2015-04-10 Florent Kermarrectimer: revert prescaler (we will in fact use a software...
2015-04-10 Florent Kermarrectimer: add prescaler
2015-04-10 Robert Jordenss6ddrphy: redo phase_sel, get rid of CLOCK_DEDICATED_ROUTE
2015-04-10 Sebastien Bourdeauducqliteeth: adapt to new ModuleTransformer
2015-04-08 Florent Kermarreclitesata: update build core target generation
2015-04-08 Florent Kermarreclite*: finish ModuleTransformer adaptations (need to...
2015-04-08 Sebastien Bourdeauducqsoc,cpuif: support user defined constants
2015-04-06 Sebastien Bourdeauducqsoc: use new ModuleTransformer API
2015-04-04 Robert Jordenslite*: adapt to new ModuleTransformer semantics
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 Florent Kermarrecremove use of _r prefix on CSRs
2015-04-02 Sebastien Bourdeauducqmove gpio from cpu.peripherals to com
2015-04-02 Sebastien Bourdeauducqminor cleanups
2015-04-02 Sebastien BourdeauducqMerge branch 'master' of github.com:m-labs/misoc
2015-04-01 Florent Kermarrecadapt LiteSATA to new SoC
2015-04-01 Florent Kermarrecadapt LiteEth to new SoC
2015-04-01 Florent Kermarrecadapt LiteScope to new SoC
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 Bourdeauducqlitesata: adapt to new SoC API
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-28 Florent Kermarrecsdram/module: fix MT8JTF12864, rowbits is 14 and not...
2015-03-28 Florent Kermarrecsdram/phy/simphy: OK with DDR3
2015-03-28 Florent Kermarrecsdram/phy/simphy: expose settings to user and test...
2015-03-28 Florent Kermarrecsdram/core/lasmicon: add enabled parameter to refresher...
2015-03-28 Florent Kermarrecsdram/module: clean up tREFI. (use 64ms/8k or 4k)
2015-03-26 Florent Kermarrecsdram: remove nbits from modules and databits from...
2015-03-26 Florent Kermarrecsdram/phy/simphy: remove use of iter
2015-03-26 Florent Kermarrecsdram/phy: add simphy (software memtest OK in simulatio...
2015-03-25 Florent Kermarrecsoftware/memtest: remove Mixxeo/M1 hardcoded values...
2015-03-25 Florent Kermarrecsdram/core/lasmicon: automatically insert bandwidth...
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-22 Florent Kermarrecliteusb: give more generic names to modules: FtdiXXX...
2015-03-22 Florent Kermarrecliteusb: make oe_n optional on ft2232h phy
2015-03-22 Florent Kermarrecliteusb: fix imports
2015-03-22 Florent Kermarrecsdram/module: fix tREFI on AS4C16M16
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/module: add tREFI uniformization to TODO
2015-03-21 Florent Kermarrecsdram/module: add MT47H128M8 DDR2 (used for a customer)
2015-03-21 Florent Kermarrecsdram/module: add speedgrate note for IS42S16160 and...
2015-03-21 Florent Kermarrecsdram/module: add AS4C16M16 for minispartan6
2015-03-21 Florent Kermarrecsdram/module: add description and TODO list
2015-03-21 Florent Kermarrecsdram: define MT46V32M16/MT8JTF12864 and use it on...
2015-03-21 Florent Kermarrecsdram: define MT46V32M16 and use it on m1/mixxeo
2015-03-21 Florent Kermarrecsdram: create module.py to define SDRAM modules and...
2015-03-21 Florent Kermarrecsdram: split sdram_timing in sdram_timing_settings...
2015-03-20 Florent Kermarreclitexxx cores: use default baudrate of 115200 for all...
2015-03-19 Florent Kermarrecsdram: raise NotImplementedError if Minicon is used...
2015-03-19 Florent Kermarrecliteeth/mac/core: add with_padding option (enabled...
2015-03-19 Florent Kermarrecliteeth/mac/core: fix hw_preamble_crc register generation
2015-03-18 Florent Kermarrecliteeth: use bios ip_address in example designs
2015-03-17 Florent Kermarreclitescope/drivers: do not build regs when addrmap is...
2015-03-17 Florent KermarrecLiteXXX cores: fix frequency print in test/test_regs.py
2015-03-17 Florent KermarrecLiteXXX cores: convert port parameter to int if is...
2015-03-17 Florent Kermarrecliteeth/phy/gmii : set tx_er to 0 only if it exits
2015-03-17 Florent Kermarrecliteeth: use default programmer in make.py
2015-03-17 Florent Kermarrecliteeth: use CRG from Migen in base example
2015-03-17 Florent Kermarreclitescope: use CRG from Migen
2015-03-16 Florent Kermarrecliteeth: make gmii phy generic
next