soc/cores/identifier: remove additionnal first character
[litex.git] / litex /
2017-06-08 Florent Kermarrecsoc/cores/identifier: remove additionnal first character
2017-06-05 Florent Kermarrecsoc/cores/uart: add uart multiplexer
2017-06-05 Florent Kermarrecboards/platforms/nexys_video: rename hpa to hdp_en...
2017-06-05 Florent Kermarrecgen/fhdl/verilog: list available clock domains on keyerror
2017-06-01 Florent Kermarrecgen/genlib/cdc/gearbox: remove TODO since code is alrea...
2017-05-31 Florent Kermarrecsoc/core: add frequency meter
2017-05-31 Florent Kermarrecgen/genlib/cdc/gearbox: add more margin on pointers...
2017-05-16 Florent Kermarrecsoc/cores: dna/xadc: add missing copyright
2017-05-16 Florent Kermarrecsoc/cores: add dna and xadc (for 7-series, add support...
2017-05-04 enjoy-digitalMerge pull request #24 from mithro/vivado-mor1k-fix
2017-04-29 Tim 'mithro' Ansellvivado: Fix segfault with or1k.
2017-04-26 Florent Kermarrecsoc/integration/builder: remove error when compile_soft...
2017-04-25 Florent Kermarrecgen/genlib/cdc: cleanup lcm computation, fix timeout...
2017-04-25 Florent Kermarrecgen/sim/core: do not use reset_less clock_domains for...
2017-04-25 Florent Kermarrecgen/genlib/cdc: import gcd from math and not fractions...
2017-04-24 Florent Kermarreclitex/gen/util/misc: import gcd from math and not fract...
2017-04-24 Florent Kermarrecsoc/integration/builder.py: don't take care of ROM...
2017-04-19 Florent Kermarrecsoc/cores: add code_8b10b from misoc
2017-04-19 Florent Kermarrecsoc/cores: move flash cores to cores directory
2017-04-19 Florent Kermarrecsoc: move uart to a single file
2017-04-19 Florent Kermarrecsoc/cores: add new spi master, remove obsolete one
2017-04-19 Florent Kermarrecgen/genlib/misc: add BitSlip
2017-04-19 Florent Kermarrecgen/genlib/cdc: add gearbox
2017-04-03 Florent Kermarrecboards/platforms: add vadj, change user_sw, user_btn...
2017-03-28 Florent Kermarrecsoc/interconnect/stream_packet.py: make error payload...
2017-03-27 Florent Kermarrecboards/platforms/papilio_pro: fix imports
2017-03-20 Florent Kermarrecboards/platforms/arty: add spi pins
2017-03-12 enjoy-digitalMerge pull request #22 from mithro/master
2017-03-12 Tim 'mithro' Ansellsoc_core: Add CPU_RESET_ADDR as a constant.
2017-03-08 Florent Kermarrecboards/platforms/kcu105: add user_sma_gpio
2017-03-05 enjoy-digitalMerge pull request #21 from mithro/master
2017-03-05 Tim 'mithro' AnsellAllow using gcc for or1k.
2017-02-21 enjoy-digitalMerge pull request #20 from cr1901/platforms
2017-02-21 William D. JonesAdd Mercury development board (port from MiSoC)
2017-02-20 Florent Kermarrecboards/platforms: fix IOStandard on sfp_tx_disable_n...
2017-02-20 Florent Kermarrecbuild/xilinx/programmer: add target parameter to load_b...
2017-02-20 Florent Kermarrecboards/platforms/kcu105: add sma/sfp ios
2017-02-20 Florent Kermarrecboards/platforms/kc705: add sma/sfp/xadc ios
2017-02-18 Florent Kermarrecbuild/lattice/diamond: add jedec file generation
2017-02-17 Florent Kermarrecbuild/xilinx/vivado: set_property library only supporte...
2017-02-16 Florent Kermarrecboards/plaforms: add FMC LPC connector to nexys_video
2017-02-16 Florent Kermarrecboards/targets: add dram to arty and nexys_video
2017-02-16 Florent Kermarrecbuild/lattice/diamond: remove use of tools.mkdir_noerror
2017-02-10 Florent Kermarrecboards/targets: remove build and load parameters on...
2017-02-10 Florent Kermarrecboards/kc705: store bios in flash as it's done for...
2017-02-09 Florent Kermarrecboards/platforms/kcu105: add ddr4 dram pinout
2017-02-06 Florent Kermarrecboards/platforms/nexys_video: fix IOStandards on hdmi_in
2017-02-02 Florent Kermarrecboards/platforms/kcu105: add DP4 to DP7 to HPC connector
2017-02-01 Florent Kermarrecbuild/xilinx/programmer: remove open_hw_target paramete...
2017-02-01 Florent Kermarrecsoc/cores/flash/spi_flash: remove bitbanging comment...
2017-02-01 Florent Kermarrecboards/platforms/kcu105: fix GBTCLK0_M2C/GBTCLK1_M2C...
2017-02-01 Florent Kermarrecboards/platforms/kcu105: add user_sma_clock_p/n
2017-01-31 Florent Kermarrecboards/platforms/kcu105: add user_btns, user_dip_btns...
2017-01-31 Florent Kermarrecboards/platforms/kcu105: add LPC connector
2017-01-30 Florent Kermarrecboards/platforms/kcu105: add user sma clock and HPC...
2017-01-30 Florent Kermarrecboards/platforms: add minimal kcu105 platform
2017-01-30 Florent Kermarrecsoc/integration/soc_core: use cpu_reset_address = self...
2017-01-26 Florent Kermarrecboards/platform/arty: add spiflash_4x/spiflash_1x to...
2017-01-26 Florent Kermarrecadd SpiFlashSingle and rename SpiFlash to SpiFlashDualQuad
2017-01-20 enjoy-digitalMerge pull request #19 from mithro/master
2017-01-19 Tim 'mithro' AnsellAdding paths for vivado.
2017-01-17 enjoy-digitalMerge pull request #14 from mithro/spiflash2
2017-01-17 Florent Kermarrecsoc/software/main: fix double serialboot (merge issue)
2017-01-14 enjoy-digitalMerge pull request #17 from mithro/master
2017-01-14 Tim 'mithro' AnsellFixing missing csr_constant/config support.
2017-01-13 enjoy-digitalMerge pull request #16 from mithro/master
2017-01-13 Tim 'mithro' AnsellFixing accidental revert in merge commit.
2017-01-13 Florent Kermarrecmerge most of misoc 54e1ef82 and migen e93d0601 changes
2017-01-12 enjoy-digitalMerge pull request #15 from joeladdison/master
2017-01-12 Florent Kermarrecgen/genlib/cdc: add GrayDecoder from misoc
2017-01-12 Joel AddisonAdd strcasecmp function to lib
2017-01-11 Florent Kermarrecsoc/tools/litex_term.py: fix reader for c = b"\r" case
2017-01-10 Florent Kermarrecsoc/interconnect/stream/: add busy signal to PipelinedActor
2016-12-26 Sebastien Bourdeauducqspi_flash: fix bitbang with spi_width=1
2016-12-23 enjoy-digitalMerge pull request #13 from mithro/master
2016-12-23 Tim 'mithro' AnsellRaise AttributeError.
2016-12-19 enjoy-digitalMerge pull request #12 from mithro/makefile-fix
2016-12-19 Tim 'mithro' AnsellFix Makefile dependency inclusion for other software.
2016-12-17 enjoy-digitalMerge pull request #11 from mithro/file-dont-change
2016-12-17 enjoy-digitalMerge pull request #10 from mithro/etherbone
2016-12-17 Tim 'mithro' AnsellAllow CSRElement objects to be autocompleted.
2016-12-17 Tim 'mithro' AnsellProvide csr_data_width via the constants.
2016-12-17 Tim 'mithro' Ansellbios: Include dependency rebuild info.
2016-12-15 Tim 'mithro' Ansellmain.o is not a phony target.
2016-12-15 Tim 'mithro' AnsellUse write_to_file helper.
2016-12-15 Tim 'mithro' AnsellDon't modify file if contents hasn't changed.
2016-12-15 Tim 'mithro' AnsellMake the csv directory if it doesn't exist.
2016-12-02 Florent Kermarreclitex/boards: add machxo3 starter kit platform
2016-12-02 Florent Kermarreclitex/build: move xcf_template to platform (xcf is...
2016-11-30 Florent Kermarrecsoc/software/bios/main: revision command becomes ident
2016-11-30 Florent Kermarrecsoc/software/bios: remove dataflow
2016-11-30 whitequarklitex_term: nicer progress bar
2016-11-30 Florent Kermarrecbuild/xilinx/vivado: fix settings source on linux
2016-10-30 enjoy-digitalMerge pull request #9 from mithro/vprintf-fix
2016-10-30 enjoy-digitalMerge pull request #7 from mithro/master
2016-10-30 Tim 'mithro' Anselllibbase: Adding missing vprintf function.
2016-10-27 Tim 'mithro' Ansellsoc/software/Makefile: Fix Makefile depend generation.
2016-10-14 Florent Kermarrecboards/targets/sim: fix
2016-10-14 Robert JordensElasticBuffer: infer reset
2016-10-13 Florent Kermarrecgen/genlib/cdc: add ElasticBuffer
next