litex_sim: Rework Makefiles to put output files in gateware directory.
[litex.git] / litex / soc / cores /
2020-04-10 Florent Kermarreclitex.build: update from migen.genlib.io litex.build.io.
2020-04-09 Tim AnsellMerge pull request #458 from david-sawatzke/add_triple
2020-04-09 David SawatzkeAdd riscv64-none-elf triple
2020-04-08 Florent Kermarrecsoc/cores/clock: add Max10PLL.
2020-04-08 Florent Kermarrecsoc/cores/clock: add Cyclone10LPPLL.
2020-04-08 Florent Kermarrecsoc/cores/clock/CycloneVPLL: fix typos.
2020-04-08 Florent Kermarrecsoc/cores/clock: rename Altera to Intel.
2020-04-07 Florent Kermarrecsoc/cores/clock: add CycloneVPLL.
2020-04-07 Florent Kermarrecsoc/cores/clock: add initial AlteraClocking/CycloneIV...
2020-04-06 Florent Kermarrecsoc/cores: use reset_less on datapath/configuration...
2020-04-06 Florent Kermarreccores/code_8b10b: set reset_less to True on datapath...
2020-04-03 Florent Kermarrecsoc/cores/clock/ECP5PLL: add CLKI_DIV support.
2020-04-01 enjoy-digitalMerge pull request #447 from antmicro/spi-xip
2020-03-31 Florent Kermarrecsoc/cores/uart: use reset_less on accumulator, reg...
2020-03-31 Florent Kermarrecsoc/cores/spi_flash: add ECP5SPIFlash (non-memory-mapped).
2020-03-28 enjoy-digitalMerge pull request #444 from ilya-epifanov/openocd...
2020-03-27 Florent Kermarrecsoc/cores/spi: make dynamic clk divider optional (can...
2020-03-25 enjoy-digitalMerge pull request #437 from feliks-montez/bugfix/fix...
2020-03-24 Florent Kermarreccores/clock/ECP5PLL: add phase support.
2020-03-24 bunnieFix off-by-one error on almost full condition for prefetch
2020-03-23 Florent Kermarreccpu/vexriscv/mem_map_linux: move main_ram to allow...
2020-03-21 enjoy-digitalMerge pull request #436 from rob-ng15/master
2020-03-21 enjoy-digitalMerge pull request #435 from enjoy-digital/spi_master_c...
2020-03-20 Florent Kermarrecsoc/core/spi: add Clk Divider CSR (defaults to sys_clk_...
2020-03-19 enjoy-digitalMerge pull request #431 from antmicro/hybrid-mac
2020-03-16 Florent Kermarrecsoc/cores/clock: make sure specific clkoutn_divide_rang...
2020-03-13 enjoy-digitalMerge pull request #427 from enjoy-digital/s7mmcm_fract...
2020-03-13 Florent Kermarreccores/clock: simplify Fractional Divide support on...
2020-03-13 enjoy-digitalMerge pull request #421 from betrusted-io/clk0_fractional
2020-03-13 Florent Kermarrectest: add initial (minimal) test for clock abstraction...
2020-03-11 Florent KermarrecMerge branch 'master' of github.com/enjoy-digital/litex
2020-03-11 Sean CrossMerge pull request #422 from xobs/core-doc-fixes
2020-03-11 enjoy-digitalMerge pull request #423 from gsomlo/gls-ethmac-fixes
2020-03-11 Florent Kermarreccores/gpio: add CSR descriptions.
2020-03-11 Florent Kermarreccores/icap: add CSR descriptions.
2020-03-11 Florent Kermarreccores/spi: add CSR descriptions.
2020-03-11 Florent Kermarreccores/pwm: add CSR descriptions.
2020-03-11 Florent Kermarreccores/xadc: add CSR descriptions.
2020-03-10 Florent Kermarreccores/clock/USIDELAYCTRL: use separate reset/ready...
2020-03-10 Sean Crosssoc/cores/spi_opi: documentation fixes
2020-03-10 Sean Crosssoc/cores/i2s: fix rst parsing errors
2020-03-10 bunnieadd fractional division options to clk0 config on PLL
2020-03-10 enjoy-digitalMerge pull request #419 from gsomlo/gls-ultra-sdram...
2020-03-10 Florent Kermarreccores/clock: add logging to visualize clkin/clkouts...
2020-03-09 Florent Kermarrecsoc/cores/clock/iCE40PLL: add SB_PLL40_PAD support.
2020-03-06 Florent Kermarrecsoc: allow creating SoC without BIOS.
2020-03-05 enjoy-digitalMerge pull request #412 from antmicro/fix-copyrights
2020-03-05 Karol GugalaFix copyrights
2020-03-02 Florent KermarrecMerge branch 'master' of https://github.com/enjoy-digit...
2020-03-02 enjoy-digitalMerge pull request #405 from sajattack/sifive-triple
2020-03-01 Paul Sajnaadd riscv-sifive-elf triple
2020-02-28 Florent Kermarreccores/uart: cleanup
2020-02-28 Florent Kermarrecsoc/cores/uart/UARTCrossover: reduce fifo_depth to 1.
2020-02-28 Florent Kermarreccores/gpio: use separate TSTriple for each bit.
2020-02-25 Florent Kermarrecsoc/cores/bitbang: fix missing self.comb on miso.
2020-02-24 enjoy-digitalMerge pull request #400 from Xiretza/ecp5-pll-freqfix
2020-02-24 XiretzaFix ECP5PLL VCO frequency range
2020-02-20 Florent Kermarreccpu/blackparrot: first cleanup pass
2020-02-18 enjoy-digitalMerge pull request #389 from antmicro/linux_flash_offsets
2020-02-18 Florent Kermarreccores/cpu: use standard+debug variant when only debug...
2020-02-18 Florent Kermarrecsoc/cores/clock: add reset_cycles parameter to S7IDELAY...
2020-02-11 enjoy-digitalMerge pull request #382 from enjoy-digital/new_soc
2020-02-11 enjoy-digitalMerge branch 'master' into new_soc
2020-02-11 Florent Kermarreccores/cpu: remove separators on io_regions (requires...
2020-02-11 enjoy-digitalMerge pull request #380 from Xiretza/cpunone-all-io
2020-02-10 XiretzaAllow all memory regions to be used as IO with CPUNone
2020-02-10 Florent Kermarrecsoc/add_cpu: simplify CPUNone integration
2020-02-09 Florent Kermarrec.gitmodules/black-parrot: switch to https://github...
2020-02-08 enjoy-digitalMerge pull request #278 from scanakci/blackparrot_litex
2020-02-06 Florent Kermarrecsoc/cores/spi_opi: cleanup, rename to S7SPIOPI (since...
2020-02-06 Florent Kermarrecsoc/cores: rename spiopi to spi_opi
2020-02-06 Florent Kermarrecsoc/cores/i2s: cleanup pass, rename to S7I2SSlave ...
2020-02-06 enjoy-digitalMerge pull request #378 from betrusted-io/merge_ip
2020-02-06 bunniereduce indents
2020-02-06 bunnieupdate doc comments on events for i2s
2020-02-06 bunnieadd doc comment for event
2020-02-06 bunniefix formatting on spiopi
2020-02-06 Florent Kermarreccpu/vexriscv: update submodule
2020-02-06 bunnieRequest to merge I2S and SPIOPI cores
2020-01-30 Florent Kermarreccpu/minerva: update (use new nMigen API)
2020-01-24 enjoy-digitalMerge pull request #358 from antmicro/litex_sim_ddr
2020-01-24 Florent Kermarreccores/clock/create_clkout: rename clk_ce to ce, improve...
2020-01-24 enjoy-digitalMerge pull request #357 from betrusted-io/add_clk_ce
2020-01-24 bunnieadd BUFIO to clockgen buffer options
2020-01-24 bunnieadd option for BUFGCE to the clock generator buffer...
2020-01-23 enjoy-digitalMerge pull request #351 from antmicro/fix_sram_size_arg...
2020-01-21 Florent Kermarreccores/icap: add add_timing_constraints method
2020-01-21 Florent Kermarreccores/dna: cleanup and add add_timing_constraints method
2020-01-19 bunniecores/clock/xadc: ease DRP timings
2020-01-17 Florent Kermarrecsoc/cores/uart: set rx_fifo_rx_we to True on UARTCrossover
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-13 enjoy-digitalMerge pull request #339 from gsomlo/gls-csr-cleanup
2020-01-13 Florent Kermarreccores/uart/UARTInterface: remove connect method
2020-01-13 Florent Kermarreccpu/vexriscv: revert mem_map_linux/main_ram
2020-01-13 Florent Kermarreccpu/vexriscv/mem_map_linux: update main_ram to 0x40000000
2020-01-13 Florent Kermarreccores/uart: add UARTCrossover
2020-01-13 Florent Kermarreccores/uart/UART: add stream interface (phy=None), add...
2020-01-12 enjoy-digitalMerge pull request #338 from DurandA/master
next