- 05 Jun, 2019 9 commits
-
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
enjoy-digital authored
De10lite support
-
enjoy-digital authored
Extend generated headers & csv
-
msloniewski authored
-
msloniewski authored
-
msloniewski authored
For some FPGAs (e.g. MAX10) .rbf file cannot be generated. Add possibility to turn off that feature for those chips.
-
Mateusz Holenko authored
-
Mateusz Holenko authored
-
- 04 Jun, 2019 2 commits
-
-
enjoy-digital authored
software/libbase: memcpy: simple, arch-width agnostic implementation
-
Gabriel L. Somlo authored
Remove optimizations targeted specifically at rv32 architecture, allowing memcpy to work on all word sizes. Since this is "only" the BIOS, it is also arguably better to optimize for size rather than performance, given that control will be quickly handed over to some other program being loaded. Signed-off-by:
Gabriel Somlo <gsomlo@gmail.com>
-
- 02 Jun, 2019 1 commit
-
-
Tim Ansell authored
fix signed char type to be explicitly signed
-
- 03 Jun, 2019 1 commit
-
-
bunnie authored
-
- 02 Jun, 2019 10 commits
-
-
bunnie authored
needed for some third party libraries to compile
-
Tim Ansell authored
Fix interrupt_name in soc_core/add_interrupt
-
Ilia Sergachev authored
-
Ilia Sergachev authored
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
enjoy-digital authored
Add support for Terasic DE2-115 and Terasic DE1-SoC boards
-
Tim Ansell authored
update stdint.h to include c99 types
-
Antony Pavlov authored
See https://www.terasic.com.tw/cgi-bin/page/archive.pl?Language=English&CategoryNo=139&No=502&PartNo=1 for board details. Signed-off-by:
Antony Pavlov <antonynpavlov@gmail.com>
-
Antony Pavlov authored
See https://www.terasic.com.tw/cgi-bin/page/archive.pl?Language=English&No=836 for board details. Signed-off-by:
Antony Pavlov <antonynpavlov@gmail.com>
-
- 30 May, 2019 1 commit
-
-
enjoy-digital authored
Miscellaneous cleanup patches
-
- 29 May, 2019 2 commits
-
-
Gabriel L. Somlo authored
Factor out code appearing in both branches of an if/else.
-
Florent Kermarrec authored
-
- 28 May, 2019 1 commit
-
-
Florent Kermarrec authored
Allow ethernet to work when sys_clk_freq != 100MHz
-
- 26 May, 2019 2 commits
-
-
Tim Ansell authored
litex/boards/targets: don't use tab for indentation
-
Antony Pavlov authored
Fix pep8 E101 "indentation contains mixed spaces and tab" error. Signed-off-by:
Antony Pavlov <antonynpavlov@gmail.com>
-
- 25 May, 2019 4 commits
-
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
- 24 May, 2019 5 commits
-
-
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
Florent Kermarrec authored
boards/targets: revert default sys_clk_freq on nexys4ddr/versa_ecp5 (but add parameter to configure it)
-
enjoy-digital authored
Experimental Support for 64-bit RocketChip
-
- 23 May, 2019 2 commits
-
-
Gabriel L. Somlo authored
FIXME: This patch uses https://github.com/gsomlo/rocket-litex-verilog, however in the long term it would perhaps be better if enjoy-digital hosted the generated-verilog repository. Once that's in place, I'd be happy to re-spin (and squash) this patch on top of its parent -- GLS
-
Gabriel L. Somlo authored
Simulate a Rocket-based 64-bit LiteX SoC with the following command: litex/tools/litex_sim.py [--with-sdram] --cpu-type=rocket NOTE: Synthesizes to FPGA and passes timing at 50MHz on nexys4ddr (with vivado) and ecp5versa (with yosys/trellis/nextpnr), but at this time does not yet properly initialize physical on-board DRAM. On ecp5versa, using '--with-ethernet', up to 97% of the available TRELLIS_SLICE capacity is utilized. Signed-off-by:
Gabriel Somlo <gsomlo@gmail.com>
-