Skip to content

Releases: SystemRDL/PeakRDL

1.2.3

17 Dec 06:32
Compare
Choose a tag to compare

Re-release. No change to tool.

1.2.0

17 Dec 05:46
Compare
Choose a tag to compare

Updates:

  • Decouple command-line implementation into separate peakrdl-cli package which excludes core plugins. #18
  • Improve error message for plugin collisions. #39

1.1.0

26 Oct 04:31
Compare
Choose a tag to compare

New Features:

  • Add support for environment variables in .f files. #35

1.0.0

17 Oct 04:09
Compare
Choose a tag to compare

Updates:

  • v1.0 release! 🎉
  • Add c-header export subcommand.

0.9.0

31 Aug 05:20
Compare
Choose a tag to compare

Updates:

  • Add command line option to inject define macros into RDL preprocessor namespace. #24
  • Add option to show field output to dump command. #30

0.8.0

23 Mar 05:50
Compare
Choose a tag to compare

Updates:

  • Add workaround to bug in py3.8/py3.9's distribution metadata discovery that impacts ability to load plugins. #16

0.7.0

12 Mar 06:43
Compare
Choose a tag to compare

Updates:

  • Rework plugin framework to rely on plugins extending from base class.
  • Add support for TOML-based PeakRDL configuration file.

0.6.0

11 Feb 04:44
Compare
Choose a tag to compare

Updates:

  • Add preprocess command (#12)
  • Update plugin dependencies to include new SystemRDL exporter

0.5.0

19 Jan 07:09
Compare
Choose a tag to compare

Updates:

  • Fix -f FILE argument loading feature. #11

0.4.0

11 Nov 16:54
Compare
Choose a tag to compare

Updates:

  • Fix argparse compatibility issue with Python 3.6 (#6 - Thanks @proukema-fidus!)
  • Add hooks for subcommand plugins to be able to register their own UDPs