- Mar 29, 2021
-
-
Florent Kermarrec authored
- main_ram mem_map is now directly used by add_sdram when origin is None. - max_sdram_size/min_l2_data_width are no longer exposed as targets arguments this can still be used enforced directly in the few cases it is useful.
-
- Mar 25, 2021
-
-
Florent Kermarrec authored
boards: Add Vendor prefix to platforms/targets name when useful and when multiple boards from the same vendor. (With Retro-Compat on the imports).
-
Florent Kermarrec authored
-
- Mar 24, 2021
-
-
Florent Kermarrec authored
targets: Switch to soc_core_args/soc_core_argdict (instead of soc_sdram that is now deprecated, but still supported for now).
-
- Jan 07, 2021
-
-
Florent Kermarrec authored
-
- Jan 06, 2021
-
-
Florent Kermarrec authored
The SoC reset added recently creates a path between sys_clk and pll.clkin clock domains that is reported by the tools but that can be safely ignored.
-
- Nov 12, 2020
-
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
Florent Kermarrec authored
targets/pcie: simplify using new LiteX's add_pcie method and enable it on all devices supported by LitePCIe.
-
Florent Kermarrec authored
targets/pcie: remove force of csr_data_width to 32 (this is now the default) but just add a check on the pcie block.
-
Florent Kermarrec authored
-
- Nov 04, 2020
-
-
Florent Kermarrec authored
-
- Oct 13, 2020
-
-
Florent Kermarrec authored
targets/xilinx: use generic name for idelay clk (avoid clk200, clk400, etc...) since we somtimes want to change it.
-
- Sep 24, 2020
-
-
Florent Kermarrec authored
-
- Aug 23, 2020
-
-
Florent Kermarrec authored
-
- Jun 30, 2020
-
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
Florent Kermarrec authored
DNA/XADC/ICAP are demonstrated in LitePCIe repository and should probably be added with a add_xy method.
-
Florent Kermarrec authored
-
- Jun 03, 2020
-
-
Florent Kermarrec authored
-
- May 21, 2020
-
-
Florent Kermarrec authored
-
- May 14, 2020
-
-
Florent Kermarrec authored
-
- May 07, 2020
-
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
- May 05, 2020
-
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
- Apr 20, 2020
-
-
Florent Kermarrec authored
-
- Mar 25, 2020
-
-
Florent Kermarrec authored
Should be compatible with software from: https://github.com/enjoy-digital/netv2.
-
- Mar 21, 2020
-
-
Florent Kermarrec authored
-
- Feb 03, 2020
-
-
Florent Kermarrec authored
We initially wanted to provide different level of support for the platforms/targets, mainly to avoid too much maintenance and let each contributor update its contributed platforms and targets, but it's easier to update all platforms/targets all-together when LiteX evolves or changes (and that's what has been done on litex-boards since the creation of the repository). So let just simplify things and avoid this differentiation.
-
- Jan 21, 2020
-
-
Florent Kermarrec authored
-
- Jan 16, 2020
-
-
Florent Kermarrec authored
aller/tagus/nereid: use crossover UART, rename SoC to PCIe SoC and pass soc_sdram_argdict to PCIeSoC
-
- Jan 13, 2020
-
-
Florent Kermarrec authored
-
- Dec 14, 2019
-
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
Derek Kozel authored
get_csr_header parameter with_shadow_base removed/deprecated in litex 2a8d8c8f. New default behavior matches the desired behavior in these targets.
-
Derek Kozel authored
litex commit 8be5824e258b84df240d34636aaa539124b92c65 simplified the handling of csr regions and constants.
-
- Dec 03, 2019
-
-
Florent Kermarrec authored
-
Florent Kermarrec authored
-
- Sep 09, 2019
-
-
Florent Kermarrec authored
-