litex.git
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...
2019-09-02 Tim 'mithro... Only write file if contents will change.
2019-08-31 Florent Kermarrecsoc/cores: simplify JTAGAtlantic (only keep alt_jtag_at...
2019-08-31 enjoy-digitalMerge pull request #251 from micro-FPGA/master
2019-08-30 Antti LukatsCreate atlantic.py
2019-08-29 Florent Kermarreccore/spi: add minimal SPISlave
2019-08-28 Florent Kermarrecgen/fhdl/verilog: allow single element verilog inline...
2019-08-27 Florent Kermarrectargets/nexys_video: generate clk100
2019-08-27 Florent Kermarrecsoftware/bios: switch to standard CRLF
2019-08-26 Florent Kermarrectools/litex_term: add automatic check to see if we...
2019-08-26 Florent Kermarrecbios/tools: allow disabling CRC check on serialboot...
2019-08-26 Florent Kermarrectools/litex_term: add sdl_payload_length
2019-08-26 Florent Kermarreclitex_setup: add litex-boards
2019-08-23 enjoy-digitalMerge pull request #246 from gsomlo/gls-native-rv64
2019-08-23 Gabriel L.... software: use native toolchain for same host, target...
2019-08-17 enjoy-digitalMerge pull request #244 from atommann/master
2019-08-17 atommannchanging http to https
2019-08-16 Antti LukatsMerge pull request #2 from enjoy-digital/master
2019-08-16 Florent Kermarrecsoc/core: simplify/cleanup HyperRAM core
2019-08-16 Antti Lukatslibero enable enhanced constraints
2019-08-16 Antti Lukatssoc/cores: add initial simple hyperram core
2019-08-15 Florent Kermarrecbuild/altera/quartus: add add_ip method to use Quartus...
2019-08-15 Florent Kermarreccpu_interface: add json csr map export, simplify csv...
2019-08-14 Florent Kermarrecbios/sdram: set init done after memtest (for standalone...
2019-08-14 Florent Kermarrecbuild/xilinx/vivado: use "" for strings
2019-08-14 Florent Kermarrecbuild/xilinx/vivado: remove with_phys_opt
2019-08-14 enjoy-digitalMerge pull request #243 from sergachev/master
2019-08-14 enjoy-digitalMerge pull request #241 from railnova/zynq
2019-08-14 Ilia Sergachevbuild/xilinx/vivado: improve directive support
2019-08-14 chmousset[fix] prevent Vivado from inferring DSP48 in AXIBurst2Beat
2019-08-14 Florent Kermarreccores/spi_flash/S7SPIFlash: make cs_n optional in pads...
2019-08-13 enjoy-digitalMerge pull request #240 from danielkucera/patch-1
2019-08-13 Daniel Kuceramore understandable error when missing a memory
2019-08-12 atommannUpdate .gitmodules
next