CHANGES.md: Update and add Issue/PR number.
This commit is contained in:
parent
a47dde6fbc
commit
8afa36f24a
23
CHANGES.md
23
CHANGES.md
|
@ -2,28 +2,33 @@
|
||||||
------------------------
|
------------------------
|
||||||
[> Fixed
|
[> Fixed
|
||||||
--------
|
--------
|
||||||
- cpu/zynq7000 : Fixed AXI verison to AXI3.
|
- cpu/zynq7000 : Fixed AXI version to AXI3.
|
||||||
- build/vhd2v_converter : Fixed instance replace robustness.
|
- build/vhd2v_converter : Fixed instance replace robustness.
|
||||||
- tools/litex_json2renode : Corrected VexRiscv variants.
|
- tools/litex_json2renode : Corrected VexRiscv variants (#1984).
|
||||||
|
- software/liblitespi : Fixed xor-used-pow bug (#2001).
|
||||||
|
- soc : Fixed AHB2Wishbone bridge creation (#1998).
|
||||||
|
- soc : Fixed parameters propagation for AXI data-width conversion (#1997).
|
||||||
|
|
||||||
[> Added
|
[> Added
|
||||||
--------
|
--------
|
||||||
- cpu/vexiiriscv : Added initial support.
|
- cpu/vexiiriscv : Added initial support (#1923).
|
||||||
- builder : Added default generation of exports with default names to output_dir.
|
- builder : Added default generation of exports with default names to output_dir (#1978).
|
||||||
- litex.gen : Added byte size definitions and use them in targets/json2dts.
|
- litex.gen : Added byte size definitions and use them in targets/json2dts.
|
||||||
- litepcie : Added external QPLL support/sharing for Xilinx Artix7.
|
- litepcie : Added external QPLL support/sharing for Xilinx Artix7.
|
||||||
- cores/zynq7000/mp : Improved integration, added peripherals supports.
|
- cores/zynq7000/mp : Improved integration, added peripherals supports (#1994).
|
||||||
- software/bios : Generalized IRQ handling approach between CPUs.
|
- software/bios : Generalized IRQ handling approach between CPUs.
|
||||||
- cores/video : Added fifo_depth parameter to add_video_framebuffer.
|
- cores/video : Added fifo_depth parameter to add_video_framebuffer (#1931).
|
||||||
- gen/common : Added byte size definitions (KILOBYTE, MEGABYTE, GIGABYTE).
|
- gen/common : Added byte size definitions (KILOBYTE, MEGABYTE, GIGABYTE).
|
||||||
- tools/litex_json2dts_linux : Simplified CPU architecture/RISC-V ISA.
|
- tools/litex_json2dts_linux : Simplified CPU architecture/RISC-V ISA.
|
||||||
- soc : Added add_spi_master method.
|
- soc : Added add_spi_master method (#1985).
|
||||||
- tools/litex_json2dts_zephyr : Added spimaster/spiflash handlers.
|
- tools/litex_json2dts_zephyr : Added spimaster/spiflash handlers (#1985).
|
||||||
- tools/litex_json2renode : Added .elf bios option.
|
- tools/litex_json2renode : Added .elf bios option (#1984).
|
||||||
|
- core : Added Watchdog core and Zephyr support (#1996).
|
||||||
|
|
||||||
[> Changed
|
[> Changed
|
||||||
----------
|
----------
|
||||||
- integration/builder : Changed export behavior to now generate csr.csv and csr.json by default to output_dir.
|
- integration/builder : Changed export behavior to now generate csr.csv and csr.json by default to output_dir.
|
||||||
|
- csr_bus : Added .re signal (#1999).
|
||||||
|
|
||||||
[> 2024.04, released on June 5th 2024
|
[> 2024.04, released on June 5th 2024
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue