Releases: pulp-platform/axi
Releases · pulp-platform/axi
v0.39.5
v0.39.4 (Yanked)
0.39.4 - 2024-07-25 (Yanked 2024-10-24)
Caution
This release was yanked due to a bug in the axi_id_serialize
module. PLEASE DO NOT USE THIS RELEASE.
Added
axi_sim_mem
: Increase number of request ports, add multiport interface variant.axi_bus_compare
: Optionally consider AXIsize
field to only compare used data.AXI_BUS_DV
: Add property checking that bursts do not cross 4KiB page boundaries.- Add
axi_xbar_unmuxed
: Partial crossbar with unmultiplexed mst_ports.
Fixed
axi_bus_compare
: Fix mismatch detection.axi_to_detailed_mem
: Only respond withexokay
iflock
was set on the request.
Bumpcommon_cells
formem_to_banks
fix.axi_dw_downsizer
: Fixi_forward_b_beats_queue
underflow.axi_atop_filter
: Add reset state to internal FSM to avoid simulation bug in XSIM.axi_test
: Ensure random requests do not cross 4KiB page boundaries.
Changed
axi_id_serializer
: Change internal design (and behavior) for simpler code, less hardware, and
less stalling.
v0.39.4
is fully backward-compatible to v0.39.3
.
v0.39.3
0.39.3 - 2024-05-08
Added
axi_sim_mem
: Allow response data for uninitialized region to have configurable defined value.axi_test
: addclear_memory_regions
toaxi_rand_master
.axi_test
: Addadd_traffic_shaping_with_size
toaxi_rand_master
to allow for traffic shaping
with a custom size.
Changed
axi_pkg
: AdjustLatencyMode
parameter ofxbar_cfg_t
to bit vector fromxbar_pipeline_e
enum to allow custom configurations.
v0.39.3
is fully backward-compatible to v0.39.2
.
v0.39.2
0.39.2 - 2024-03-13
Added
axi_interleaved_xbar
: An experimental crossbar extension interleaving memory transfers over #334
subordinate devices. Use at your own risk.axi_zero_mem
: Implementing \dev\zero function for AXI. #334
Fixed
axi_to_detailed_mem
: VCS crashed on default parameters 0, changed them to 1 #334axi_to_mem
: Add missing testmode pins #327axi_sim_mem
: Fix byte calculation in R and W forks #331
v0.39.2
is fully backward-compatible to v0.39.1
.
v0.39.1
Added
axi_cdc
: AddSyncStages
parameter.axi_to_mem_interleaved
: Add interface variant.axi_burst_splitter
: Exposeid_queue
'sFULL_BW
parameter.axi_chan_compare
: Add parameter to allow reordered transactions.- Add
AXI_HIGHLIGHT
macro to highlight AXI signals. - Add flat port instantiation macros.
Fixed
axi_test
: Avoid false negatives for misaligned reads inaxi_scoreboard
.axi_to_detailed_mem
: Ensure proper propagation orerr
andexokay
signals.
v0.39.0
Added
- Synthesizable IPs:
axi_bus_compare
andaxi_slave_compare
; two synthesizable verification IPs meant to be used
to compare two AXI buses on an FPGA.axi_lite_from_mem
andaxi_from_mem
acting like SRAMs making AXI4 requests downstream.axi_lite_dw_converter
: Convert the data width of AXI4-Lite transactions. Emits the
appropriate amount of downstream transactions to perform the whole requested access.axi_rw_join
andaxi_rw_split
to split/join the read and write channels of an AXI bus.
CT
-macros allowing to instantiate AXI structs with custom channel type names.axi_pkg': Add documentation to
xbar_cfg_t`.- Testbench IPs:
axi_chan_compare.sv
: Non-synthesizable module comparing two AXI channels of the same type- Add
axi_file_master
toaxi_test
, allowing file-based AXI verification approaches. - Add
#_width
functions toaxi_test
returning the width of the AXI channels.
Changed
- Synthesizable IPs:
axi_demux
: Replace FIFO between AW and W channel by a register plus a counter. This prevents
AWs from being issued to one master port while Ws from another burst are ongoing to another
master port. This is required to prevents deadlocks due to circular waits downstream. Removes
FallThrough
parameter fromaxi_demux
.- Split the
axi_demux
logic and timing decoupling. A new module calledaxi_demux_simple
contains
the core logic. axi_dw_downsizer
usesaxi_pkg::RESP_EXOKAY
as a default value.- Simplify the
casez
inaxi_id_remap
. - Add optional explicit mapping to the
axi_id_serialize
module. - Expand
axi_to_mem
toaxi_to_detailed_mem
exposing all of AXI's side-signals; namelyid
,user
,
cache
,prot
,qos
,region
,atop
. Add possibility to injecterr
andexokay
. axi_xbar
: Add parameterPipelineStages
toaxi_pkg::xbar_cfg_t
. This addsaxi_multicuts
in the crossed connections in thexbar
between the demuxes and muxes. Improve inline
documentation.- Move
mem_to_banks
tocommon_cells
.
axi_pkg
: Improve for better compatibility with Vivado.- `axi_test:
axi_lite_rand_slave
:R
response field is now randomized.- Remove excessive prints from random master and slave.
- Properly size-align the address.
axi_pkg
: Definelocalparams
to define AXI type widths.- Update
common_cells
from versionv1.26.0
tov1.27.0
. - Tooling:
- Use
pulp-platform/pulp-actions/gitlab-ci@v2
in the GitHub CI to communicate with the internal CI. - Bump
DC Shell version
from2019.12
to2022.03
- No longer check ModelSim versions
10.7e
and2021.3
, add2022.3
. - More thorough verification runs for the
xbar
. - Start transitioning from shell script to Makefile to run simulations.
- Use
- Use
scripts/update_authors
to update authors, slight manual fixes performed.
Fixed
axi_to_mem_banked
: Reduce hardware by properly settingUniqueIds
.axi_to_mem_interleaved
andaxi_to_mem_split
properly instantiates a demultiplexer now.
Addstest_i
port for DFT.
Breaking Changes
There are breaking changes between v0.38.0
and v0.39.0
:
axi_demux
:FallThrough
parameter was removed.axi_xbar
:axi_pkg::xbar_cfg_t
addedPipelineStages
parameter.axi_to_mem_interleaved
andaxi_to_mem_split
: Addedtest_i
input port.
v0.38.0
Added
- Add
axi_dumper
andaxi_dumper_interpret
script to dump log from an AXI bus for debugging
purposes. - Add FuseSoC and Vivado XSIM limited test to CI
assign.svh
: Add macros to assign flat buses using the Vivado naming style.axi_lfsr
andaxi_lite_lfsr
: Add AXI4 and AXI4 Lite LFSR Subordinate devices.axi_xp
: Add crosspoint with homomorphous slave and master ports.
Changed
- Improve compatibility with FuseSoC
- Improve compatibility with Vivado XSIM
- Performance improvements to
axi_to_mem
- Use
scripts/update_authors
to update authors, slight manual fixes performed.
v0.38.0
is fully backward-compatible to v0.36.0
and v0.37.0
.
v0.37.0
Added
axi_fifo
: Inserts a FIFO into all 5 AXI4 channels; add module and its testbenchaxi_test
: Addmapped
mode to the random classes as well as additional functionality to the
scoreboard class.axi_throttle
: Add a module that limits the maximum number of outstanding transfers sent to the
downstream logic.axi_to_mem
: AXI4+ATOP slave to control on chip memory.axi_to_mem_banked
: AXI4+ATOP slave to control on chip memory, with banking support, higher
throughput thanaxi_to_mem
.axi_to_mem_interleaved
: AXI4+ATOP slave to control on chip memory, interleaved to prevent
deadlocks.axi_to_mem_split
: AXI4+ATOP slave to control memory protocol interconnect.Bender
: Add dependencytech_cells_generic
v0.2.2
for generic SRAM macro for simulation.
Changed
axi_demux
: Add module docstringaxi_sim_mem
: Add the capability to emit read and write errorsBender
: Update dependencycommon_cells
tov1.26.0
fromv1.21.0
(required by
axi_throttle
)- Remove
docs
directory, move content todoc
folder.docs
is automatically created and
populated during the CI run. - Update vsim version to
2021.3
in CI, drop test for2020.1
and2021.1
Fixed
axi_lite_demux
: Improve compatibility with vsim version 10.7b.axi_lite_mux
: Reduce complexity of W channel at master port by removing an unnecessary
multiplexer.
v0.36.0
Added
- Add Monitor modport to
AXI_BUS
,AXI_LITE
, andAXI_LITE_DV
interfaces.
v0.35.3
Fixed
axi_demux
: Eliminate unnecessary stalls of AW channel when the AR channel has reached its
maximum number of transactions. Prior to this fix,axi_demux
would always stall AWs while read
transactions were at their maximum (that is, whileMaxTrans
read transactions were outstanding).
However, this stall is only required when the AW that is being handled byaxi_demux
is an atomic
operation (ATOP) that entails an R response. This fix therefore removes unnecessary stalls as
well as an unnecessary dependency between reads and writes. The integrity of data or transactions
was not affected by this problem.