CHANGES: Update.
This commit is contained in:
parent
c0d3775dcd
commit
1c4d64f46b
31
CHANGES
31
CHANGES
|
@ -6,6 +6,15 @@
|
|||
- cpu/vexriscv: Fix compilation with new binutils.
|
||||
- soc/LiteXSocArgumentParser: Fix --cpu-type parsing.
|
||||
- litex_sim: Fix --with-ethernet.
|
||||
- liblitesdcard: Fix SDCard initialization corner cases.
|
||||
- liblitedram: Enable sdram_init/mr_write for SDRAM.
|
||||
- export/get_memory_x: Replace SPIFlash with ROM.
|
||||
- soc/cores/video: Fix operation with some monitors (set data to 0 during blanking).
|
||||
- tools/remote/comm_usb: Fix multi-word reads/writes.
|
||||
- build/lattice/oxide: Fix ES posfix on device name.
|
||||
- interconnect/axi: Fix AXIArbiter corner case.
|
||||
- litex_server/client: Fix remapping over CommPCIe.
|
||||
- LitePCIe: Fix LiteUART support with multi-boards.
|
||||
|
||||
[> Added Features
|
||||
-----------------
|
||||
|
@ -39,6 +48,27 @@
|
|||
- soc: Add --bus-interconnect parameter to select interconect: shared/crossbar.
|
||||
- valentyusb: Package and install it with LiteX.
|
||||
- bios/mem_list: Align Mem Regions.
|
||||
- build: Introduce GenericToolchain to cleanup/simplify build backends.
|
||||
- soc/etherbone: Expose broadcast capability.
|
||||
- build/lattice: Add MCLK frequency support.
|
||||
- cpu/cva6: Add IRQ support.
|
||||
- cores/clock: Add manual placement support to ECP5PLL.
|
||||
- cores/leds: Add polarity support.
|
||||
- cpu/neorv32: Switch to new NeoRV32 LiteX Core Complex and add variants support.
|
||||
- cores/gpio: Add optional reset value.
|
||||
- litex_client: Add --host support for remote operation.
|
||||
- sim/verilator: Add jobs number support (to limit RAM usage with large SoCs/CPUs).
|
||||
- soc/SocBusHandler Add get_address_width method to simplify peripheral integration.
|
||||
- bios: Expose BIOS console parameters (to enable/disable history/autocomplete).
|
||||
- bios: Expose BIOS LTO configuration.
|
||||
- litex_json2renode: Update.
|
||||
- build: Introduce YosysNextPNRToolchain to cleanup/simplify Yosys support.
|
||||
- bios: Add buttons support/command.
|
||||
- litex_client: Add XADC/Identifier/Leds/Buttons support to GUI.
|
||||
- cpu/NaxRiscv: Update.
|
||||
- build/generic_platofrm: Add add_connector methode to allow extending connectors.
|
||||
- litex_server/client: Add initial information exchange between server/client.
|
||||
- LitePCIe: Improve 64-bit support.
|
||||
|
||||
[> API changes/Deprecation
|
||||
--------------------------
|
||||
|
@ -46,6 +76,7 @@
|
|||
- tools: Rename litex_gen to litex_periph_gen.
|
||||
- LiteX-Boards: Only generate SoC/Software headers when --build is set
|
||||
- Symbiflow: Rename to F4PGA.
|
||||
- mkmsscimg: Rename to crcfbigen.
|
||||
|
||||
[> 2022.04, released on May 3th 2022
|
||||
------------------------------------
|
||||
|
|
Loading…
Reference in New Issue