Skip to content

Releases: cocotb/cocotb-bus

0.2.1

19 Jan 22:35

Choose a tag to compare

Install this release from PyPi with

python3 -m pip install cocotb-bus == 0.2.1

Changes:

  • Remove setuptools_scm as a dependency (#40) [Kaleb Barrett]

Full Changelog: v0.2.0...v0.2.1

0.2.0

20 Oct 20:27

Choose a tag to compare

Install this release from PyPi with

python3 -m pip install cocotb-bus == 0.2.0

Changes:

  • Improve compatibility with cocotb 1.6
  • AXI: Enable case insensitive matching (#19, #29) [Aaron Holtzman, c-93]
  • Avalon: Don't sample in the postponed region (#26) [Greg Taylor]
  • Move lock methods to base class by (#23) [Todd Strader]

Full Changelog: v0.1.1...v0.2.0

0.1.1

20 Oct 17:30
4cbc219

Choose a tag to compare

Update minimum required version of cocotb (#18)

Allows installation of the development version of cocotb 1.5.0, while
the rule >1.4.0 did not.

0.1.0

20 Oct 17:31

Choose a tag to compare

v0.1.0

Merge branch 'new-master'