- 20 Jun, 2019 1 commit
-
-
Florent Kermarrec authored
-
- 19 Jun, 2019 1 commit
-
-
enjoy-digital authored
tools/litex_sim: fix default endianness for mem_init
-
- 18 Jun, 2019 4 commits
-
-
Gabriel L. Somlo authored
Initializing ROM and/or RAM content requires knowing the CPU endianness before the SimSoC->SoCSDRAM->SoCCore constructor sequence is invoked (before the SoC's self.cpu.endianness could be accessed). Given that the majority of supported CPU models use "little", set it as the new default, and override only for the two models that use "big" endianness.
-
enjoy-digital authored
cpu/rocket: add "linux" (MMU) and "full" (MMU & FPU) variants
-
Gabriel L. Somlo authored
-
Florent Kermarrec authored
-
- 17 Jun, 2019 4 commits
-
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
- 13 Jun, 2019 1 commit
-
-
enjoy-digital authored
bios: Fix build when ethphy is present but ethmac is not.
-
- 12 Jun, 2019 3 commits
-
-
Ambroz Bizjak authored
While testing my Ethernet DMA, I renamed the `ethmac` module to `ethmac_dma` so that it wouldn't be used from the BIOS, but I got an undefined reference to `eth_init` because `bios.c` checks different CSR defines than the code that defines `eth_init`.
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
- 11 Jun, 2019 1 commit
-
-
enjoy-digital authored
boards/arty : Add directly connected spi clk pin
-
- 10 Jun, 2019 6 commits
-
-
Florent Kermarrec authored
-
Tom Keddie authored
-
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 1 commit
-
-
enjoy-digital authored
software/libbase: memcpy: simple, arch-width agnostic implementation
-