boards/targets: add ulx3s
[litex.git] / litex /
2018-10-29 Florent Kermarrecboards/targets: add ulx3s
2018-10-29 Florent Kermarrecboards/platforms: add ulx3s
2018-10-29 Florent Kermarrecbuild/lattice/prjtrellis: add inout support
2018-10-29 Florent Kermarrecbuild/lattice/common: add tristate support
2018-10-29 Florent Kermarrecboards/targets/versaecp55g_prjtrellis: simple.py exampl...
2018-10-29 Florent Kermarrecbuild/lattice/prjtrellis: set default toolchain_path...
2018-10-29 Florent Kermarrecboards/targets/simple: add gateware-toolchain parameter
2018-10-29 Florent Kermarrecboards/platforms/versaecp55g: use ftdi serial pins
2018-10-29 Florent Kermarrecbuild/lattice/prjtrellis: test and fix iowrapper multi...
2018-10-29 Florent KermarrecMerge branch 'master' of github.com/enjoy-digital/litex
2018-10-29 Florent Kermarrecboards/targets/versaecp55g: use new iowrapper support...
2018-10-29 Florent Kermarrecbuild/lattice/prjtrellis: generate iowrapper to set...
2018-10-29 Florent Kermarrecgen/fhdl/verilog: set direction to io signals
2018-10-29 Tim AnsellMerge pull request #120 from mithro/master
2018-10-29 Tim 'mithro' Anselllitex/build: Always run Vivado.
2018-10-29 Florent Kermarrecbuild/lattice/prjtrellis: simplify code, remove some...
2018-10-29 Florent Kermarrecbuild/xilinx/vivado: fix merge issue
2018-10-28 Florent Kermarrecboards/targets: add versa ecp55g prjtrellis target...
2018-10-28 Florent Kermarrecbuild/lattice: add initial prjtrellis support
2018-10-28 Florent Kermarrecbuild/lattice/diamond: use bash on linux
2018-10-28 Florent Kermarrecbuild/lattice: improve special_overrides names (vendor_...
2018-10-28 enjoy-digitalMerge pull request #114 from mithro/xilinx+yosys
2018-10-28 enjoy-digitalMerge branch 'master' into xilinx+yosys
2018-10-28 enjoy-digitalMerge pull request #118 from mithro/uart-sync
2018-10-27 Tim 'mithro' Anselluart: Enable buffering the FIFO.
2018-10-27 Florent Kermarrecbuild/sim/verilator: don't use THEADS parameters when...
2018-10-19 Florent Kermarrecsoc_sdram: update litedram
2018-10-18 Florent Kermarrecbios/sdram: s7ddrphy now has bitslip in fabric, show...
2018-10-18 Florent Kermarrecbuild/xilinx/vivado: enable xpm libraries
2018-10-16 Florent Kermarrecsoc/cores/clock: add margin parameter to create_clkout...
2018-10-10 Florent Kermarrecbios/sdram: improve write/read leveling
2018-10-09 Florent Kermarrecplatforms/kc705: add ddram_dual_rank
2018-10-09 Florent Kermarrecbios/main: handle all types of carriage return (\r...
2018-10-09 enjoy-digitalMerge pull request #116 from stffrdhrn/sim-uart
2018-10-09 Stafford Hornesim: serial: Send '\r\n' instead of just '\n'
2018-10-08 Florent Kermarreccpu_interface: fix select_triple when only one specified
2018-10-06 Florent Kermarrecsoc/integration/cpu_interface: generate error if unable...
2018-10-06 Florent Kermarrecsoc_core: add csr range check
2018-10-05 Tim 'mithro' Ansellbuild.xilinx: Convert attributes to something Yosys...
2018-10-04 enjoy-digitalMerge pull request #112 from cr1901/8k-b-evn
2018-10-04 enjoy-digitalMerge pull request #113 from stffrdhrn/litex-trivial
2018-10-04 Stafford HorneFix help for or1k builds
2018-10-04 Stafford HorneFix compiler warnings from GCC 8.1
2018-10-04 Florent Kermarrecbuild/xilinx/common: update XilinxDDRInputImplS7 and...
2018-10-04 Tim 'mithro' Ansellxilinx/viviado: Allow yosys for synthesis.
2018-10-04 Tim 'mithro' Ansellcpu/mor1kx: Adding verilog include directory.
2018-10-04 William D. Jonesbuild/platforms: Add ice40_hx8k_b_evn from Migen.
2018-10-03 Tim 'mithro' Ansellbuild.xilinx: Run `phys_opt_design` and generate timing...
2018-10-02 Florent Kermarreccores/cpu: revert vexriscv (it seems there is a regress...
2018-10-02 Florent Kermarrectargets/sim: fix integrated_main_ram_size when with_sdram
2018-10-01 Florent Kermarrecbios/sdram: rewrite write_leveling (simplify and improv...
2018-10-01 Florent Kermarrecplatforms/genesys2: add eth clock timing constraint
2018-09-28 Florent Kermarrecsoc/cores/clock: add expose_drp on S7PLL/S7MMCM
2018-09-25 enjoy-digitalMerge pull request #109 from cr1901/xip-improve
2018-09-25 Florent Kermarrectargets: use new clock abstraction on all 7-series...
2018-09-25 Florent Kermarrecsoc/cores/clock: different clkin_freq_range for pll...
2018-09-25 Florent Kermarrecsoc/cores/clock: different vco_freq_range for pll and...
2018-09-25 Florent Kermarrecsoc/core/clock: allow selecting buffer type (None,...
2018-09-24 Florent Kermarrecsoc/cores/clock: create specific S7IDELAYCTRL module
2018-09-24 Florent Kermarrecsoc/cores/clock: add S7MMCM support
2018-09-24 Florent Kermarrecsoc/cores/clocks/S7PLL: add speedgrade support, default...
2018-09-24 Florent Kermarrectargets/arty: use new clock abstraction module (compile...
2018-09-24 Florent Kermarrecsoc/cores: init clock abstraction module
2018-09-24 William D. JonesDistinguish crt0 variants more clearly, update BIOS...
2018-09-24 William D. Jonesintegration/builder: Create EXECUTE_IN_PLACE Makefile...
2018-09-24 William D. Jonesintegration/builder: Add LiteX define to generated...
2018-09-24 Florent Kermarrecsim/verilator: add multithread support (default=1)
2018-09-24 Florent Kermarrecsoc_core: use cpu instead of cpu_or_bridge internally...
2018-09-24 Florent Kermarrecboards/targets: uniformize things between targets
2018-09-24 Florent Kermarrecsoc_core/get_mem_data: add endianness support and use...
2018-09-24 Florent Kermarreccores/cpu: add software informations to cpu and simplif...
2018-09-24 Florent Kermarrecboards/plarforms: fix issues found while testing simple...
2018-09-24 Florent Kermarrecsoc_core: add uart-stub argument
2018-09-23 Florent Kermarrecease RemoteClient import
2018-09-23 enjoy-digitalMerge pull request #108 from xobs/use-csr-accessors
2018-09-22 Sean Crosscsr: use external csr_readl()/csr_writel() if present
2018-09-22 Sean Crosscsr: use readl()/writel() accessors for accessing mmio
2018-09-22 Tim AnsellMerge pull request #106 from cr1901/data-crt0
2018-09-21 William D. Joneslibbase/crt0-lm32.S: Add provisions for loading .data...
2018-09-20 Florent Kermarrectargets/sim: generate analyzer.csv
2018-09-20 Florent Kermarrectargets/sim: generate csr.csv
2018-09-19 Florent Kermarrectargets/sim: add rom-init
2018-09-19 Florent Kermarrectargets/sim: add ram-init param to allow initializing...
2018-09-19 Florent Kermarrecintegration/soc_core: add get_mem_data function to...
2018-09-19 Florent Kermarrecsoc/intergration/builder: fix when no sdram
2018-09-19 Florent Kermarrectargets/sim: merge in a single class and ease configuration
2018-09-19 Florent KermarrecMerge branch 'master' of github.com/enjoy-digital/litex
2018-09-19 Florent Kermarrectargets: replace MiniSoC with EthernetSoC
2018-09-19 Florent Kermarrectargets/sim: add EtherboneSoC target (allow accessing...
2018-09-18 enjoy-digitalMerge pull request #101 from cr1901/icestorm-migen...
2018-09-18 William D. JonesPull in b2740d9 from Migen. nextpnr now default, write...
2018-09-13 Florent Kermarrecbios/sdram: mode sdhw()
2018-09-13 Florent Kermarrecbios/sdram: add missing #ifdef
2018-09-13 Florent Kermarrectargets: self.pll_sys --> pll_sys
2018-09-13 Florent Kermarrecbios/sdram: show all read scans when failing.
2018-09-12 Florent Kermarreccpu/lm32: re-enable multiplier/divider in minimal varia...
2018-09-09 Florent Kermarrecsoc_sdram: update with litedram
2018-09-08 enjoy-digitalMerge pull request #99 from cr1901/mk-copy-main-ram
2018-09-08 William D. JonesAdd COPY_TO_MAIN_RAM generated Makefile variable to...
2018-09-08 enjoy-digitalMerge pull request #100 from cr1901/tinyprog-fix
next