Skip to content

Releases: SystemRDL/PeakRDL-ipxact

3.4.4

30 Mar 06:01
Compare
Choose a tag to compare

Updates:

  • Fix handling of fields with reset value as a reference

3.4.3

31 Aug 04:41
Compare
Choose a tag to compare

Bugfixes:

  • Generate unique names for field instance names if collisions exist in IP-XACT input.
  • Fix edge cases in derivation of hw property w.r.t. volatile qualifier. #21

3.4.2

20 Jul 05:28
Compare
Choose a tag to compare

Bugfixes:

  • Assign best-guess for hw property when importing from IP-XACT. #21
  • Add flexibility to xmlns matches when importing

3.4.1

24 Mar 02:59
Compare
Choose a tag to compare

Bugfixes:

  • Add missing SPIRIT namespace URI variant for importer

3.4.0

12 Mar 06:26
Compare
Choose a tag to compare

Updates:

  • Remove deprecated peakrdl.ipxact namespace package. #9
  • Importer: Migrate to more performant ElementTree API. #15
  • Rework PeakRDL command-line plugin mechanism.

3.3.0

26 Oct 06:08
Compare
Choose a tag to compare

Updates
Rework how importer maps IP-XACT names to SystemRDL type names. (#11)
Prior behavior would be very prone to namespace collisions.
New behavior imports names as concatenated component/memoryMap names.
See docs for more details: https://peakrdl-ipxact.readthedocs.io/en/latest/importer.html

3.2.2

15 Sep 04:04
Compare
Choose a tag to compare

Updates:

  • Discard enum members with duplicate values or member names.

3.2.1

09 Sep 03:16
Compare
Choose a tag to compare

Updates:

  • Minor compatibility update to importer enum creation.

3.2.0

29 Jul 04:09
Compare
Choose a tag to compare

Updates:

  • Add PeakRDL command line application entry point hook

3.1.0

08 Jun 05:47
Compare
Choose a tag to compare

Updates:

  • Deprecating import via peakrdl.ipxact namespace package. See details here: SystemRDL/PeakRDL#4