Skip to content

Releases: git-afsantos/hpl-rv

HPL RV v1.2.0

06 Nov 15:28
7419ebf

Choose a tag to compare

HPL RV v1.2.0 - 2023-11-06

Added

  • New public templates to render HplExpression.

HPL RV v1.1.2

04 Sep 15:15

Choose a tag to compare

Changed

  • Updated GitHub workflows.

HPL RV v1.1.1

04 Sep 15:04

Choose a tag to compare

Fixed

  • Updated code to be compatible with HPL v1.1.

HPL RV v1.1.0

03 Aug 08:04

Choose a tag to compare

v1.1.0 - 2023-08-03

Added

  • Templates to generate monitors in JavaScript.
  • A --lang option for the gen command to choose output language (choices: py, js; default: py).

HPL RV v1.0.0

31 Jul 13:16

Choose a tag to compare

Initial release of the package, upgraded from the previous repository: hpl-rv-gen.

Includes a CLI script with:

  • a gen subprogram to generate runtime monitors;
  • a gui subprogram to serve a web dashboard to visualize monitor status in real time;
  • a play subprogram to load generated monitors and replay a trace of messages (useful to test the gui dashboard).