litex.git
2019-09-30 Florent Kermarrecsoc/interconnect/stream: add separators, mode Actor...
2019-09-30 Florent Kermarrecsoc_zynq: update get_csr_header
2019-09-30 Florent Kermarrecsoc/integration: move cpu_interface retro-compatibility...
2019-09-30 Florent Kermarrecsoc/integration: use dicts for constants/mem_regions...
2019-09-30 Florent Kermarreccpu: remove initial SERV support (we'll work in a branc...
2019-09-30 Florent Kermarrecsoc_core: fix cpu_type=None case and add test for it
2019-09-29 Florent Kermarrecsoc_sdram: remove axi usecase, this was only useful...
2019-09-29 Florent Kermarrecsoc_core: cleanup/re-align
2019-09-29 Florent Kermarrecsoc/integration: rename cpu_interface to export (with...
2019-09-29 Florent Kermarrectest/test_targets: update cpu-type to mor1kx
2019-09-29 Florent Kermarrecsoc/cores: uniformize (continue)
2019-09-29 Florent Kermarrecsoc/cores/gpio: uniformize with others cores
2019-09-29 Florent Kermarrecsoc/cores: rename frequency_meter to freqmeter and...
2019-09-29 Florent Kermarrecsoc/cores/ecc: improve readibility, uniformize with...
2019-09-29 Florent Kermarrecsoc/cores/clocks: improve readibility
2019-09-29 Florent Kermarrecsoc_core: use cpu.data_width to compute csr_alignment...
2019-09-29 Florent Kermarrecsoc/cores/cpus: improve ident/align, uniformize between...
2019-09-29 Florent Kermarrecsoc/cores/cpu: add CPU class and make all CPU inheritat...
2019-09-29 Florent Kermarrecsoc_sdram: move ControllerInjector to LiteDRAM (LiteDRA...
2019-09-29 Florent Kermarrecsoc/integration: add common.py and move helpers from...
2019-09-28 Florent Kermarrecsoc_core: avoid manual listing of support CPUs, just...
2019-09-28 Florent Kermarrecsoc_core: remove add_cpu_or_bridge retro-compatibility...
2019-09-28 Florent Kermarrecintegration/soc_core: remove csr_map_update (no longer...
2019-09-28 Florent Kermarrecsoc_core/cpu: move memory map override to CPUs, select...
2019-09-28 Florent Kermarrecsoc/cores/cpu: add set_reset_address method and use...
2019-09-28 Florent Kermarrecsoc/cores/cpu: do instance in do_finalize for all cpus...
2019-09-27 Florent Kermarreccores/cpu: define CPUS and simplify instance
2019-09-27 Florent Kermarrecsoc_core/serv: use UART_POLLING (no interrupt support)
2019-09-27 Florent Kermarrecadd SERV submodule
2019-09-27 Florent Kermarrecsoftware/libbase/uart: add polling mode
2019-09-27 Florent Kermarrecadd SERV CPU initial support (not working)
2019-09-25 Florent Kermarrectargets/ulx3s: revert to cl=2
2019-09-25 Florent Kermarrecboards/netv2: switch to MVP, add spiflashx4 and hdmi...
2019-09-24 Florent Kermarrecwishbone2csr: refactor using FSM, reduce latency (make...
2019-09-24 Florent Kermarreccsr: add we signal to CSR, CSRStatus
2019-09-24 Florent Kermarrecbuild/xilinx/programmer: fix vivado_cmd
2019-09-24 Florent Kermarrecsoc/integration/doc: replace "== None" by "is None"
2019-09-24 enjoy-digitalMerge pull request #266 from xobs/add-moduledoc-autodoc
2019-09-24 Florent Kermarrectools/litex_read_verilog: also delete yosys_v2j.ys
2019-09-24 Benjamin Herrenschmidtsoc_core/sdram: Don't blow up if _wb_sdram_ifs or _csr_...
2019-09-24 Sean Crosstimer: inherit ModuleDoc
2019-09-24 Sean Crossintegration: add ModuleDoc and AutoDoc
2019-09-23 enjoy-digitalMerge pull request #264 from antmicro/mor1kx_linux
2019-09-23 Florent Kermarrecsoc_core: set csr to 0x00000000 when there is no wishbone
2019-09-23 Florent Kermarrecsoc_sdram: Don't add the L2 Cache when there's no wishb...
2019-09-23 Filip Kokosinskisoc_core: adapt memory map for mainline Linux with...
2019-09-23 Filip Kokosinskiboards/targets: increase integrated ROM size if Etherne...
2019-09-23 Florent Kermarrecsoc_core: revert wishbone2csr to __init__ but add with_...
2019-09-23 Florent Kermarrecsoc_sdram: change l2_size checks order
2019-09-23 Florent Kermarrecsoc_core: move CSR bridge to finalize (only generate...
2019-09-23 Florent Kermarrecintegration/builder: avoid specific _generate_standalon...
2019-09-23 Benjamin HerrenschmidtThis will allow it to be built for microwatt out of...
2019-09-23 Benjamin Herrenschmidtsoc_core: When cpu_type is "None", let's not generate...
2019-09-23 Benjamin Herrenschmidtintegration/builder: When the CPU is "None", we used...
2019-09-20 enjoy-digitalMerge pull request #263 from xobs/spi-flash-csrfield
2019-09-20 Sean Crossspi_flash: document register fields
2019-09-20 enjoy-digitalMerge pull request #262 from jersey99/master
2019-09-20 Vamsi K Vytlavivado just needs to be in the path for the programmer...
2019-09-19 enjoy-digitalMerge pull request #261 from xobs/event-documentation
2019-09-19 Sean Crosscsr_eventmanager: add `name` and `description` args
2019-09-19 Florent Kermarreccores/timer: add general documentation on Timer impleme...
2019-09-19 Florent Kermarrecsoc_sdram: improve readibility and convert l2_size...
2019-09-18 Florent Kermarreccsr: add description to CSRStorage/CSRStatus attributes...
2019-09-18 Florent Kermarrecsoc/cores/timer: fix typo (thanks xobs)
2019-09-18 Florent Kermarrecsoc/cores/timer/doc: rewrite a little bit, avoid some...
2019-09-18 enjoy-digitalMerge pull request #259 from xobs/document-timer
2019-09-18 Sean Crosstimer: add documentation
2019-09-16 Florent Kermarrecsoc/cores/spi: use new CSRField (no functional change)
2019-09-16 Florent Kermarrecsoc/cores/bitbang: use new CSRField (no functional...
2019-09-16 enjoy-digitalMerge pull request #257 from enjoy-digital/csr_fields
2019-09-16 Florent Kermarreccsr: update copyrights
2019-09-16 Florent Kermarreccsr: more documentation
2019-09-16 Florent Kermarreccsr/CSRStorage: remove storage_full (was only needed...
2019-09-16 Florent Kermarreccsr: use IntEnum for CSRAccess
2019-09-15 Florent Kermarreccsr/CSRStorage: remove alignment_bits: complexify too...
2019-09-15 Florent Kermarreccsr/fields: document, add separators, 100 characters...
2019-09-14 Florent Kermarreccsr/fields: add access parameter
2019-09-14 Florent Kermarreccsr/fields: add pulse mode support
2019-09-13 Florent Kermarrecsoc/interconnect/csr: add initial field support
2019-09-12 Florent Kermarrecbuild/openocd: add set_qe parameter to flash
2019-09-12 Florent Kermarrectools/litex_term/upload: bufferize only chunks of the...
2019-09-11 Florent Kermarrecsoc/integration/cpu_interface: don't raise OSError...
2019-09-10 Florent Kermarrecsoc/integration/builder: call do_exit with vns when...
2019-09-09 Florent KermarrecMerge branch 'master' of github.com/enjoy-digital/litex
2019-09-09 Florent Kermarrecsoc/itnegration: update litedram
2019-09-09 enjoy-digitalMerge pull request #255 from sergachev/fix-crc32
2019-09-09 Ilia Sergachevfix crc32
2019-09-09 Florent Kermarrecinterconnect/wishbone: add FlipFlop to allow UpConverte...
2019-09-06 Florent Kermarrecbuild/openocd: add stream method for JTAG UART
2019-09-06 Florent Kermarrecsoc_core: add JTAG UART support (uart_name="jtag_uart)
2019-09-06 Florent Kermarrecsoc/cores/jtag: add Xilinx JTAG TAPs support and simple...
2019-09-05 Florent Kermarrecsoc_zynq: fix indent
2019-09-05 Florent Kermarrecsoc_zynq: fix typo
2019-09-05 Florent Kermarrecsoc/interconnect/stream: add Monitor module
2019-09-03 enjoy-digitalMerge pull request #254 from mithro/crc-smaller
2019-09-02 Tim 'mithro... Use `SMALL_CRC` to enable smaller CRC versions.
2019-09-02 Tim 'mithro... Remove extra whitespace.
2019-09-02 Sean Crosslibbase: crc16: commit smaller version of crc16
2019-09-02 Sean Crosslibbase: crc32: add smaller version
2019-09-02 Tim AnsellMerge pull request #252 from mithro/only-change-on...
next