- 10 Jun, 2019 4 commits
-
-
Florent Kermarrec authored
-
Florent Kermarrec authored
Imported from LiteICLink. PRBS can be useful for different purposes, so is better integrated in LiteX.
-
Florent Kermarrec authored
When running OS with LiteX and when LiteXTerm is use, we want to be able to send CTRl-C to the OS. Ensure a specific sequence is sent to close the terminal.
-
Florent Kermarrec authored
-
- 09 Jun, 2019 1 commit
-
-
Florent Kermarrec authored
-
- 08 Jun, 2019 1 commit
-
-
Florent Kermarrec authored
-
- 07 Jun, 2019 7 commits
-
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
Florent Kermarrec authored
In most of the case, execution speed is already fast enough with -O0 and with complex design -O0 is a lost faster to compile than -O3. In the future we could add a switch to choose which optimization we want.
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
- 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
-