Releases: pulp-platform/hci
Releases · pulp-platform/hci
v2.1.1
v2.1.0
What's Changed
- Remove automatic parameter prop by @FrancescoConti in #32
- Fix #34 by keeping winner_d stable in OOO Mux if there is an input request by @FrancescoConti in #37
Full Changelog: v2.0.3...v2.1.0
v2.0.3
What's Changed
- Dynamic Mux: Fix r_* signals to be synchronous with r_data, not gnt by @FrancescoConti in #28
- Export rtl/common include dir to dependent packages by @FrancescoConti in #30
Full Changelog: v2.0.2...v2.0.3
v2.0.2
Fix an issue with Vivado synthesis not using the correct helper macros to derive parameters from interfaces.
v2.0.0
Rationalized HCI protocol and interface IPs.
- rationalize the naming scheme for HCI:
hci_hwpe_interconnect
->hci_router
hci_hwpe_reorder
->hci_router_reorder
hci_shallow_interconnect
->hci_arbiter
- remove
boffs
signal - add proper ID signal
id
andr_id
- add ECC signal
ecc
andr_ecc
- sanitize
{slave,master}
names to{target,initiator}
- rename
lrdy
tor_ready
- deprecate
hci_mem_intf
and replace it withhci_core_intf
- replace usage of
hwpe_stream_intf_tcdm
withhci_core_intf
- invert direction of interface dimensions for better adherence to synthesis guidelines
- rationalize parametrization, using interfaces to pass parameters
- cleanup
v1.0.9
Last release of HCIv1 without breaking changes (v1.1) and without redesign (v2.0)
v1.0.8
Minor fixes, support for ENABLE_REALIGN
parameter in source/sink.
v1.0.7
Merge pull request #5 from micprog/bender Update dependencies and build order in Bender.yml