litex.git
2018-02-22 Florent Kermarrecuniformize with litex cores and make things more clear...
2018-02-21 enjoy-digitalMerge pull request #64 from q3k/q3k/axi4lite
2018-02-21 Sergiusz BazanskiChange AXI interface and tidy code
2018-02-20 Sergiusz BazanskiPreliminary AXI4Lite CSR bridge support
2018-02-19 enjoy-digitalMerge pull request #60 from q3k/for-upstream/top-level...
2018-02-10 enjoy-digitalMerge pull request #57 from rohitk-singh/master
2018-02-06 Florent Kermarrecboard/targets/nexys4ddr: use MT47H64M16
2018-02-06 Florent Kermarrecboards/platforms/nexys4ddr: add user_sw, user_btn,...
2018-02-06 Florent Kermarrecboards: add nexys4ddr
2018-01-26 enjoy-digitalMerge pull request #61 from PaulSchulz/master
2018-01-26 enjoy-digitalMerge pull request #63 from cr1901/arty_s7
2018-01-25 William D.... boards/platforms: Add Arty S7 Board.
2018-01-24 Paul SchulzMerge branch 'master' of https://github.com/enjoy-digit...
2018-01-23 Florent Kermarrecsoftware/common: revert PYTHON to python3 (since breaki...
2018-01-23 Florent Kermarrecbios: fix riscv processor print
2018-01-23 Florent Kermarrecsim: rename top module to dut and use --top-module...
2018-01-23 Paul Schulzplatform/arty.py: Move Pmod definitions to 'connectors...
2018-01-23 Sergiusz BazanskiSpecify top-level module in Lattice Diemond build script.
2018-01-23 Sergiusz BazanskiBuild top module as 'dut' in Verilator and set it as...
2018-01-23 enjoy-digitalMerge pull request #59 from q3k/for-upstream/multiple...
2018-01-23 Sergiusz BazanskiAllow for multiple synthesis directives in specials.
2018-01-22 Florent Kermarrecminor cleanup
2018-01-22 enjoy-digitalMerge pull request #58 from q3k/for-upstream/picorv32...
2018-01-22 Sergiusz BazanskiImplement IRQ software support for RISC-V.
2018-01-22 Sergiusz BazanskiImport PicoRV32-specific instruction macros.
2018-01-22 Sergiusz BazanskiWrite init files that respect CPU's endianness.
2018-01-22 Sergiusz BazanskiSet the MABI and MArch of the riscv target.
2018-01-22 Sergiusz BazanskiEnable hardware multiplier and divider in PicoRV32
2018-01-22 Sergiusz BazanskiReplace __riscv__ macros with __riscv.
2018-01-22 Sergiusz BazanskiExport trap signal from PicoRV32.
2018-01-22 Sergiusz BazanskiBump PicoRV32 version.
2018-01-20 Ewen McNeillBIOS: Flashboot without main ram
2018-01-19 Florent Kermarrecsoftware/bios: add litex logo
2018-01-19 enjoy-digitalMerge pull request #56 from cr1901/mimasv2
2018-01-19 William D.... Add mimasv2 platform (pulled from litex-buildenv).
2018-01-18 Tim AnsellMerge pull request #53 from mithro/allow-forcing-colorama
2018-01-18 Tim 'mithro... Support forcing colorama colors on.
2018-01-18 Tim AnsellMerge pull request #52 from ewen-naos-nz/tftp-alt-port
2018-01-18 Ewen McNeillBIOS: TFTP: try UDP/69 if specified port fails
2018-01-18 Ewen McNeillBIOS: set TFTP_SERVER_PORT from enviroment
2018-01-18 Ewen McNeillBIOS: allow BIOS to specify TFTP server port
2018-01-16 enjoy-digitalMerge pull request #51 from felixheld/liteeth-untangling
2018-01-16 Felix HeldInclude the ethernet related header files conditionally
2018-01-13 Tim AnsellMerge pull request #49 from mithro/fix-uart-override
2018-01-13 Tim 'mithro... soc_core: Don't fail if name is the same.
2018-01-13 Tim AnsellMerge pull request #48 from mithro/fix-constants
2018-01-13 Tim 'mithro... cpu_interface: Fix indenting on constant generation.
2018-01-13 Tim AnsellMerge pull request #47 from felixheld/indentation-fixes
2018-01-13 Felix HeldFix all remaining indentation issues in python code
2018-01-12 Chris Ballancebios/sdram: make read leveling robust for KUS SDRAM
2018-01-12 Tim AnsellMerge pull request #44 from felixheld/nexys_video-dram-fix
2018-01-12 Tim AnsellMerge pull request #45 from felixheld/arty-ddr3-fix
2018-01-12 Felix Heldfix DDR3 on arty
2018-01-12 Felix Heldfix DDR3 on nexys_video
2018-01-11 enjoy-digitalMerge pull request #43 from felixheld/programmer-error-fix
2018-01-11 Felix Heldfix the unsupported programmer case for kc705 and minis...
2018-01-11 Tim AnsellMerge pull request #42 from felixheld/requirements-fix
2018-01-11 Felix Heldadd pyserial to the package requirements
2018-01-08 Florent Kermarrecbuild/xilinx/vivado: only generate constraints that...
2018-01-08 Florent Kermarrecbios/sdram: revert capability to do manual read levelin...
2018-01-08 Florent Kermarrecbios/sdram: fix data error reporting
2018-01-08 Florent Kermarrecbump year
2018-01-06 Florent Kermarrecbuild: add Inverted property to IOs to ease inverting...
2017-12-30 Florent Kermarrecsoc/integration/soc_core: avoid removing uart interrupt...
2017-12-30 enjoy-digitalMerge pull request #40 from mithro/or1k-linux
2017-12-30 enjoy-digitalMerge pull request #41 from cr1901/python-3.6
2017-12-30 William D.... fhdl/tracer: Import Python 3.5/3.6 version guards from...
2017-12-30 Tim 'mithro... cpu: Adding "variant" support.
2017-12-29 Tim AnsellMerge pull request #39 from mithro/master
2017-12-29 Greg DarkeWait longer before giving up on the 2nd tftp block.
2017-12-29 Florent Kermarrecbios/sdram: use same initialization procedure for artix...
2017-12-28 Florent Kermarrecsoc/integration/builder: don't build bios is user is...
2017-12-27 enjoy-digitalMerge pull request #38 from cr1901/mercury
2017-12-27 Tim AnsellMerge pull request #37 from bunnie/add_tracelength
2017-12-27 bunnieAdd tracelength report generation by default to help...
2017-12-26 Florent Kermarrecboards/platforms/tinyfpga_b: add defaut serial pins
2017-12-26 Florent Kermarrecbuild/lattice/icestorm: fix missing toolchain_path
2017-12-26 William D.... Add TinyFPGA platform based on Migen.
2017-12-26 William D.... Import Icestorm backend improvements from Migen.
2017-12-26 Florent Kermarrecsoc/integration/soc_core: add uart_name parameters...
2017-12-19 Florent Kermarrecbuild/xilinx/programmer: fix settings in run_vivado...
2017-12-19 William D.... Add Mercury baseboard support from Migen, import fixes.
2017-12-16 Florent Kermarrecbuild/xilinx: add support for edif/ngc files
2017-12-10 Florent Kermarreccpu/picorv32: adapt to current version, some cleanup
2017-12-10 Florent Kermarreccpu: cleanup wrappers
2017-12-08 Florent Kermarrecsoc/integration/soc_core: add integrated_rom_init to...
2017-12-06 Florent Kermarrectargets/sim: fix
2017-12-03 Florent Kermarrecsoc/integration/soc_core: make nmi interrupt optional
2017-11-24 Florent Kermarrecsoc/integration: add integrated_main_ram_init parameter...
2017-11-23 Florent Kermarrecsoc/interconnect/stream: fix specific cases for last...
2017-11-09 Tim AnsellMerge pull request #36 from mattkelly/fix-readme-typo
2017-11-09 Matt KellyFix typo in README: experimental
2017-11-08 Florent Kermarrecsoc/software/bios/sdram: add Kintex Ultrascale support
2017-11-01 Florent KermarrecREADME: update copyrights
2017-10-30 Florent Kermarrecsoc/interconnect/stream: expose depth on SyncFIFO
2017-10-30 Tim AnsellMerge pull request #34 from mithro/uart-irq-change
2017-10-30 Tim 'mithro... Make the interrupt dicts read only.
2017-10-30 Tim 'mithro... Make it harder to have conflicting interrupts.
2017-10-30 Tim 'mithro... Bump the IRQ for liteeth based targets.
2017-10-30 Tim 'mithro... Change the default IRQs.
next