Skip to content

Releases: SystemRDL/PeakRDL-PyRAL

0.6.0

Choose a tag to compare

@amykyta3 amykyta3 released this 07 Jul 22:45

Updates:

  • Add a new mmap HWIO that is specialized for UIO devices

0.5.0

Choose a tag to compare

@amykyta3 amykyta3 released this 18 Jun 18:45

Updates:

  • Improve performance of several sqlite queries
  • Add object caching
  • Fix relative import grafts. #3

0.3.0

Choose a tag to compare

@amykyta3 amykyta3 released this 28 Apr 17:35

Updates:

  • Refactor HWIO layer to simplify calling conventions.
  • Move wide register access handling from HWIO to RALRegister.
  • Normalize register widths to be represented in units of bytes instead of a mix of bytes and bits.
  • Add size attribute to RALGroup (#1)
  • Add mirroring HWIO wrapper
  • ⚠️ DBAPI version changed. Runtime will also need to be updated to remain compatible with RALs generated by this version.

0.2.0

Choose a tag to compare

@amykyta3 amykyta3 released this 24 Apr 21:10

Initial release!