litex.git
2020-01-17 sadullahBlackParrot initial commit
2020-01-16 Florent Kermarrecsoc/cores/uart: add rx_fifo_rx_we parameter to pulse...
2020-01-16 Florent Kermarreccpu/vexriscv: use 32-bit signal for externalResetVector
2020-01-16 Florent Kermarrectargets/arty/genesys2: fix EthernetSoC/EtherboneSoC...
2020-01-16 Florent Kermarrectargets/genesys2: add EtherboneSoC
2020-01-16 Florent Kermarrecplatforms/de0nano: specify gpio for serial
2020-01-16 Florent Kermarrectargets: cleanup EthernetSoC
2020-01-16 Florent Kermarrecsoc/interconnect/packet/Depacketizer: use both sink...
2020-01-16 Florent Kermarrectargets/arty: add EtherboneSoC
2020-01-15 Florent Kermarrectargets/kcu105: update
2020-01-15 Florent Kermarrectest/test_targets: update
2020-01-15 Florent KermarrecSoCCore: set default integrated_rom/ram_size to 0....
2020-01-13 Florent KermarrecSoCCore: use hex for integrated_rom/sram_size
2020-01-13 enjoy-digitalMerge pull request #339 from gsomlo/gls-csr-cleanup
2020-01-13 Florent Kermarrectools/litex_sim: use default integrated_rom_size
2020-01-13 Florent Kermarreccores/uart/UARTInterface: remove connect method
2020-01-13 Florent Kermarrecsoc_core: fix uart stub
2020-01-13 Gabriel Somlobios/sdram: switch to updated CSR accessors, and misc...
2020-01-13 Gabriel Somlosoftware, integration/export: rename and reimplement...
2020-01-13 Florent Kermarreccpu/vexriscv: revert mem_map_linux/main_ram
2020-01-13 Florent KermarrecSoCCore: set integrated rom/sram size default values...
2020-01-13 Florent Kermarreccpu/vexriscv/mem_map_linux: update main_ram to 0x40000000
2020-01-13 Florent Kermarrectargets/genesys2: update self.register_sdram
2020-01-13 Florent Kermarrecsoc_sdram: add l2_data_width parameter to set minimal...
2020-01-13 Florent Kermarreccores/uart: add UARTCrossover
2020-01-13 Florent Kermarreccores/uart/UART: add stream interface (phy=None), add...
2020-01-12 Florent Kermarrecgen/fhdl/verilog: fix signed init values
2020-01-12 enjoy-digitalMerge pull request #338 from DurandA/master
2020-01-12 Florent Kermarreccores/uart: rename BridgedUART to UARTEmulator and...
2020-01-12 enjoy-digitalMerge pull request #340 from xobs/bridged-uart
2020-01-12 Sean Crossuart: add BridgedUart
2020-01-10 Arnaud DurandAdd optional 'ignore-loops' flag to nextpnr
2020-01-10 Florent Kermarrecbios/sdram: add memspeed
2020-01-10 Florent Kermarrecwishbone/Cache: avoid REFILL_WRTAG state to improve...
2020-01-10 Florent Kermarrecsoc/cores/cpu: add riscv64-linux toolchain support...
2020-01-09 Florent Kermarrectargets: sync with litex-boards
2020-01-09 Florent Kermarrecbuild/altera/quartus: allow multiple call of add_period...
2020-01-09 enjoy-digitalMerge pull request #337 from gregdavill/spi-flash
2020-01-09 Greg Davillsoc/cores/spi_flash: Don't tristate DQ2/DQ3 when bitbanging
2020-01-09 Florent Kermarrecplatforms/minispartan6: rename sd to sdcard and regroup...
2020-01-09 Florent Kermarrecplatforms/nexys4ddr: add sdcard pins
2020-01-08 Florent Kermarrecbuild/lattice/trellis: use a single fonction to parse...
2020-01-08 enjoy-digitalMerge pull request #336 from kbeckmann/trellis-speed
2020-01-08 Konrad Beckmanntrellis: Pass speed grade argument to nextpnr
2020-01-06 enjoy-digitalMerge pull request #331 from betrusted-io/xadc_mods
2020-01-06 Florent Kermarrecsoc/cores/xadc: define analog_layout and simplify analo...
2020-01-06 bunniebring back analog_pads specifier, remove reset conditio...
2020-01-05 Florent Kermarreccpu/minerva: fix variant syntax warning
2020-01-05 Florent Kermarrecsoc/core/xadc: cleanup, simplify and add expose_drp...
2020-01-04 enjoy-digitalMerge pull request #332 from gsomlo/gls-csr-mem-sel
2020-01-03 Gabriel Somlointerconnect/csr_bus/SRAM: allow 64-bit alignment ...
2020-01-03 bunniefix a couple bugs in the DRP readout path
2020-01-03 bunnieadd support for DRP on XADC
2020-01-03 Florent Kermarreccpu/microwatt: reorder sources, add comments
2020-01-02 Florent Kermarrecbuild/lattice/icestorm: increase similarities with...
2020-01-02 Florent Kermarrecsoc/integration/soc_core/SoCController: specify initial...
2020-01-02 Florent Kermarrecsoc/integration/soc_core/SoCController: rephrase CSR...
2020-01-02 enjoy-digitalMerge pull request #330 from xobs/document-ctrl-timer0
2020-01-02 Sean Crosscores: timer: clean up wording for timer documentation
2020-01-02 Sean Crosssoc_core: ctrl: document registers
2020-01-02 Sean Crosscores: timer: fix documentation formatting
2020-01-01 Florent Kermarrecsoc/cores/clock: also allow margin=0 on iCE40PLL and...
2020-01-01 enjoy-digitalMerge pull request #328 from betrusted-io/precise_clocks
2020-01-01 bunnieadd the possibility for a "precise" clock solution
2019-12-31 Florent Kermarrecbuild/microsemi/libero_soc: update add_period_constrain...
2019-12-31 Florent Kermarrecbuild/xilinx/vivado: update add_period_constraint behav...
2019-12-31 Florent Kermarrecbuild/lattice/icestorm/add_period_constraint: improve
2019-12-31 Florent Kermarrecsoc/integration/builder: avoid try/except on LiteDRAM...
2019-12-31 enjoy-digitalMerge pull request #327 from zakgi/master
2019-12-30 Tim 'mithro... Allow specifying the same clock constraint multiple...
2019-12-30 Tim 'mithro... Allow LiteX builder to be used without LiteDRAM.
2019-12-30 Tim 'mithro... Improve the invalid CPU type error message.
2019-12-30 Florent Kermarrecbuild/xilinx/programmer: fix vivado_cmd when settings...
2019-12-30 Giammarco Zacheomoving RAM offsets outside of CSR_ETHMAC define
2019-12-21 enjoy-digitalMerge pull request #321 from gsomlo/gls-rocket-aximem...
2019-12-21 enjoy-digitalMerge pull request #319 from DurandA/feature-integer...
2019-12-21 Gabriel Somlocpu/rocket: variants with double (128b) and quad (256b...
2019-12-21 enjoy-digitalMerge pull request #320 from gsomlo/gls-touch-up
2019-12-21 Gabriel Somlosoc_core: csr_alignment assertions
2019-12-21 Gabriel Somlocpu/rocket: access PLIC registers via pointer dereference
2019-12-20 Florent Kermarreccpu/microwatt: add initial software support
2019-12-19 Arnaud DurandAdd integer attributes
2019-12-19 Arnaud DurandRevert "gen/fhdl/verilog: allow single element verilog...
2019-12-18 Florent Kermarreccpu/microwatt: add submodule
2019-12-18 Florent Kermarreccpu/microwatt: set csr to 0xc0000000 (IO region)
2019-12-18 Florent Kermarreccpu/microwatt: fix add_source/add_sources
2019-12-18 Florent Kermarrecsoc/cores/pwm: remove debug print(n)
2019-12-17 Florent Kermarrecplatforms/netv2: add xc7a100t support
2019-12-17 Florent Kermarrecplatforms/minispartan6: add assert on available devices
2019-12-17 Florent Kermarreccpu/microwatt: simplify add_sources
2019-12-17 Florent Kermarreccpu/microwatt: add io_regions and gcc_flags
2019-12-17 Florent Kermarreccpu/microwatt: update copyright
2019-12-16 Florent Kermarreccpu/microwatt: drive stall signal (no burst support)
2019-12-16 Florent Kermarrecsoc/cores/pwm: add clock_domain support
2019-12-16 Florent Kermarrecbuild/xilinx/XilinxMultiRegImpl: fix n=0 case
2019-12-14 Florent Kermarrecbuild/xilinx/ise: cleanup/simplify pass, remove mist...
2019-12-13 Florent Kermarrecsoc/cores/cpu: add initial Microwatt gateware support
2019-12-13 Florent Kermarrecsoc/cores/cpu/minerva: add self.reset to i_rst
2019-12-13 enjoy-digitalMerge pull request #315 from gsomlo/gls-csr-assert
2019-12-12 Gabriel Somlosoc_core: additional CSR safety assertions
next