Allow using gcc for or1k.
[litex.git] / litex / soc /
2017-03-05 Tim 'mithro' AnsellAllow using gcc for or1k.
2017-02-01 Florent Kermarrecsoc/cores/flash/spi_flash: remove bitbanging comment...
2017-01-30 Florent Kermarrecsoc/integration/soc_core: use cpu_reset_address = self...
2017-01-26 Florent Kermarrecadd SpiFlashSingle and rename SpiFlash to SpiFlashDualQuad
2017-01-17 enjoy-digitalMerge pull request #14 from mithro/spiflash2
2017-01-17 Florent Kermarrecsoc/software/main: fix double serialboot (merge issue)
2017-01-14 enjoy-digitalMerge pull request #17 from mithro/master
2017-01-14 Tim 'mithro' AnsellFixing missing csr_constant/config support.
2017-01-13 enjoy-digitalMerge pull request #16 from mithro/master
2017-01-13 Tim 'mithro' AnsellFixing accidental revert in merge commit.
2017-01-13 Florent Kermarrecmerge most of misoc 54e1ef82 and migen e93d0601 changes
2017-01-12 enjoy-digitalMerge pull request #15 from joeladdison/master
2017-01-12 Joel AddisonAdd strcasecmp function to lib
2017-01-11 Florent Kermarrecsoc/tools/litex_term.py: fix reader for c = b"\r" case
2017-01-10 Florent Kermarrecsoc/interconnect/stream/: add busy signal to PipelinedActor
2016-12-26 Sebastien Bourdeauducqspi_flash: fix bitbang with spi_width=1
2016-12-23 enjoy-digitalMerge pull request #13 from mithro/master
2016-12-23 Tim 'mithro' AnsellRaise AttributeError.
2016-12-19 enjoy-digitalMerge pull request #12 from mithro/makefile-fix
2016-12-19 Tim 'mithro' AnsellFix Makefile dependency inclusion for other software.
2016-12-17 enjoy-digitalMerge pull request #11 from mithro/file-dont-change
2016-12-17 enjoy-digitalMerge pull request #10 from mithro/etherbone
2016-12-17 Tim 'mithro' AnsellAllow CSRElement objects to be autocompleted.
2016-12-17 Tim 'mithro' AnsellProvide csr_data_width via the constants.
2016-12-17 Tim 'mithro' Ansellbios: Include dependency rebuild info.
2016-12-15 Tim 'mithro' Ansellmain.o is not a phony target.
2016-12-15 Tim 'mithro' AnsellUse write_to_file helper.
2016-12-15 Tim 'mithro' AnsellMake the csv directory if it doesn't exist.
2016-11-30 Florent Kermarrecsoc/software/bios/main: revision command becomes ident
2016-11-30 Florent Kermarrecsoc/software/bios: remove dataflow
2016-11-30 whitequarklitex_term: nicer progress bar
2016-10-30 enjoy-digitalMerge pull request #9 from mithro/vprintf-fix
2016-10-30 enjoy-digitalMerge pull request #7 from mithro/master
2016-10-30 Tim 'mithro' Anselllibbase: Adding missing vprintf function.
2016-10-27 Tim 'mithro' Ansellsoc/software/Makefile: Fix Makefile depend generation.
2016-07-18 Florent Kermarrecsoc/tools/remote: allow direct use of comm_udp and...
2016-05-30 Florent Kermarrecsoc/tools/remove/comm_uart: limit write bursts to 8...
2016-05-03 Florent Kermarrecadapt to litedram changes
2016-05-03 Florent Kermarrecsoc/integration/soc_dram: sync with litedram
2016-04-29 Florent Kermarrecsoc/integration/soc_sdram: use new LiteDRAM names
2016-04-29 Florent Kermarrecsoc_sdram: remove minicon support (we will make lasmico...
2016-04-29 Florent Kermarrecsoftware/sdram: cleanup artix7 init
2016-04-29 Florent Kermarrecmove sdram code to litedram (https://github.com/enjoy...
2016-04-27 Florent Kermarrecsoc/integration/soc_sdram: always generate L2_SIZE...
2016-04-27 Florent Kermarrecsoc/software/bios/sdram: add sdrlevel_artix7 (bitslip...
2016-04-25 Florent Kermarrecsoc/interconnect/wishbone: add FlipFlop (should be...
2016-04-21 Florent Kermarrecuse new Record.connect omit parameter (replace leave_out)
2016-04-19 Florent Kermarrecsoc/software/bios: show cpu on first banner line
2016-04-19 enjoy-digitalMerge pull request #2 from mithro/master
2016-04-19 Florent Kermarrecsoc/integration/cpu_interface: fix clang detection
2016-04-19 Tim 'mithro' Ansellbios: Print CPU architecture on boot.
2016-04-19 enjoy-digitalMerge pull request #1 from mithro/master
2016-04-19 Tim 'mithro' Anselllibcompiler_rt: Fixing Makefile for CPU endianness.
2016-04-19 Florent Kermarrecsoc/cores: fix spi
2016-04-19 Florent KermarrecMerge branch 'master' of https://github.com/enjoy-digit...
2016-04-19 Tim 'mithro' AnsellAllow using gcc for or1k.
2016-04-19 Tim 'mithro' Ansellbios: Use single characters for boot modes.
2016-04-18 Florent Kermarrecsoc/cores/sdram/settings: simplify modules and fix...
2016-04-15 Florent KermarrecMerge branch 'master' of https://github.com/enjoy-digit...
2016-04-13 Florent Kermarrecsoc/interconnect/dma_lasmi: change endpoint names
2016-04-12 Florent KermarrecMerge branch 'master' of https://github.com/enjoy-digit...
2016-04-12 Florent Kermarrecsoc/integration/soc_sdram: allow passing controller...
2016-04-10 Florent Kermarrecsoftware/include/base: fix system.h for or1k
2016-04-10 Florent Kermarrecsoftware/common: use -std=gnu99 for GCC
2016-04-07 Florent Kermarrecsoc/interconnect/stream/PipelinedActor: add latency...
2016-04-07 Florent Kermarrecbuild/sim: adapt verilator simulation to new stream...
2016-04-07 Florent Kermarrecsoc/software/libcompiler_rt: fix mulsi3 compilation
2016-04-07 Florent Kermarrecsoc/software/libnet/microudp: fix debug flag
2016-04-04 Florent Kermarrecsoc/software: fix libcompiler_rt mulsi3.c compile
2016-03-31 Florent Kermarrecinitial RISC-V support (with picorv32), still some...
2016-03-31 Florent Kermarrecsoc/software/bios: update default ip addresses (local...
2016-03-30 Florent Kermarrecsoc/interconnect/stream_sim: add more genericity to...
2016-03-29 Florent Kermarrecsoc/cores/sdram/phy: fix S6QuarterRateDDRPHY
2016-03-23 Florent Kermarrecsoc/interconnect/stream_sim: use passive generators...
2016-03-21 Florent Kermarrecsoc/interconnect/stream_sim: adapt to new simulator
2016-03-16 Florent Kermarrecsoc/interconnect/stream: use valid/ready/last signals...
2016-03-16 Florent Kermarrecsoc/interconnect/wishbonebridge: fix import
2016-03-16 Florent Kermarrecsoc/interconnect/stream_packet: remove Buffer (we will...
2016-03-16 Florent Kermarrecsoc/interconnect/stream: remove busy signal, BufferizeE...
2016-03-16 Florent Kermarrecsoc: replace all Sink/Source with stream.Endpoint
2016-03-16 Florent Kermarrecsoc/interconnect/stream: use new Converter/StrideConverter
2016-03-16 Florent Kermarrecsoc/interconnect/stream: fix missing param
2016-03-16 Florent Kermarrecsoc/interconnect/stream: remove packetized parameter...
2016-03-15 Florent Kermarrecsoc/interconnect/stream: set packetized to True by...
2016-03-04 Florent Kermarrecsoc/integration/builder: remove use of symlinks (simply...
2016-02-19 Florent Kermarrecsoc/tools/litex_term: continue cleanup
2016-02-19 Florent Kermarrecsoc/tools/litex_term: continue cleanup
2016-02-19 Florent Kermarrecsoc/tools/litex_term: continue cleanup
2016-02-18 Florent Kermarrecsoc/tools/litex_term: remove write_exact, use more...
2016-02-18 Florent Kermarrecsoc/tools/litex_term: remove character function
2016-02-18 Florent Kermarrecsoc/tools/litex_term: replace get_file_data with f...
2016-02-18 Florent Kermarrecsoc/tools/remove: fix import
2016-02-17 Florent Kermarrecsoc/integration/soc_core: instanciate wishbone/csr...
2016-01-31 Florent Kermarrecsoc/interconnect/stream: fix merge issue (missing param...
2016-01-16 Florent Kermarrecsoc/tools/litex_term: also rename inside file
2016-01-16 Florent Kermarrecsoc/tools: rename to litex_term, litex_server, litex_client
2016-01-16 Florent Kermarrecsoc/tools/remove_server: cleanup
2016-01-16 Florent Kermarrecsoc/tools/flterm: get rid of serial.tools.miniterm...
2016-01-14 Florent Kermarrecsoc/integration: return vns with soc and builder
2016-01-14 Florent Kermarrecsoc/software/bios/main: add capability to configure...
next